Updated Branches: refs/heads/master a7ec452f6 -> d3f06ef17
updated bare template with latest changes Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/d3f06ef1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/d3f06ef1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/d3f06ef1 Branch: refs/heads/master Commit: d3f06ef17ca3552a256c9e28ca9a88d9cbdad1d8 Parents: 9c157b6 Author: Jesse MacFadyen <purplecabb...@gmail.com> Authored: Fri May 18 12:39:54 2012 -0700 Committer: Jesse MacFadyen <purplecabb...@gmail.com> Committed: Fri May 18 12:39:54 2012 -0700 ---------------------------------------------------------------------- framework/WP7CordovaClassLibBare.csproj | 18 +++++------------- 1 files changed, 5 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/d3f06ef1/framework/WP7CordovaClassLibBare.csproj ---------------------------------------------------------------------- diff --git a/framework/WP7CordovaClassLibBare.csproj b/framework/WP7CordovaClassLibBare.csproj index d1edcd9..deea646 100644 --- a/framework/WP7CordovaClassLibBare.csproj +++ b/framework/WP7CordovaClassLibBare.csproj @@ -62,14 +62,15 @@ <Compile Include="CordovaView.xaml.cs"> <DependentUpon>CordovaView.xaml</DependentUpon> </Compile> + <Compile Include="Cordova\BrowserMouseHelper.cs" /> <Compile Include="Cordova\CommandFactory.cs" /> <Compile Include="Cordova\Commands\BaseCommand.cs" /> - <Compile Include="Cordova\Commands\Connection.cs" /> <Compile Include="Cordova\Commands\DebugConsole.cs" /> <Compile Include="Cordova\Commands\Device.cs" /> <Compile Include="Cordova\Commands\File.cs" /> <Compile Include="Cordova\Commands\FileTransfer.cs" /> <Compile Include="Cordova\Commands\MimeTypeMapper.cs" /> + <Compile Include="Cordova\Commands\NetworkStatus.cs" /> <Compile Include="Cordova\Commands\Notification.cs" /> <Compile Include="Cordova\CordovaCommandCall.cs" /> <Compile Include="Cordova\DOMStorageHelper.cs" /> @@ -78,13 +79,8 @@ <Compile Include="Cordova\OrientationHelper.cs" /> <Compile Include="Cordova\PluginResult.cs" /> <Compile Include="Cordova\ScriptCallback.cs" /> - <Compile Include="Cordova\UI\AudioCaptureTask.cs" /> - <Compile Include="Cordova\UI\AudioRecorder.xaml.cs"> - <DependentUpon>AudioRecorder.xaml</DependentUpon> - </Compile> - <Compile Include="Cordova\UI\VideoCaptureTask.cs" /> - <Compile Include="Cordova\UI\VideoRecorder.xaml.cs"> - <DependentUpon>VideoRecorder.xaml</DependentUpon> + <Compile Include="Cordova\UI\NotificationBox.xaml.cs"> + <DependentUpon>NotificationBox.xaml</DependentUpon> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> @@ -120,11 +116,7 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> - <Page Include="Cordova\UI\AudioRecorder.xaml"> - <Generator>MSBuild:Compile</Generator> - <SubType>Designer</SubType> - </Page> - <Page Include="Cordova\UI\VideoRecorder.xaml"> + <Page Include="Cordova\UI\NotificationBox.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page>