You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/02/22 09:15:23 UTC

[25/29] stage 2 - fix errors

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/4789ce6d/framework/WP7GapClassLib.csproj
----------------------------------------------------------------------
diff --git a/framework/WP7GapClassLib.csproj b/framework/WP7GapClassLib.csproj
index 6ad117b..3f0dca2 100644
--- a/framework/WP7GapClassLib.csproj
+++ b/framework/WP7GapClassLib.csproj
@@ -59,36 +59,36 @@
     <Reference Include="System.Xml.Linq" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="PhoneGap\Commands\AudioPlayer.cs" />
-    <Compile Include="PhoneGap\Commands\Compass.cs" />
-    <Compile Include="PhoneGap\Commands\GeoLocation.cs" />
-    <Compile Include="PhoneGap\Commands\Media.cs" />
-    <Compile Include="PhoneGap\DOMStorageHelper.cs" />
-    <Compile Include="PhoneGap\JSON\JsonHelper.cs" />
-    <Compile Include="PhoneGap\Commands\MimeTypeMapper.cs" />
-    <Compile Include="PhoneGap\OrientationHelper.cs" />
-    <Compile Include="PhoneGap\PhoneGapCommandCall.cs" />
-    <Compile Include="PhoneGap\CommandFactory.cs" />
-    <Compile Include="PhoneGap\Commands\Accelerometer.cs" />
-    <Compile Include="PhoneGap\Commands\BaseCommand.cs" />
-    <Compile Include="PhoneGap\Commands\Camera.cs" />
-    <Compile Include="PhoneGap\Commands\Capture.cs" />
-    <Compile Include="PhoneGap\Commands\Connection.cs" />
-    <Compile Include="PhoneGap\Commands\Contacts.cs" />
-    <Compile Include="PhoneGap\Commands\DebugConsole.cs" />
-    <Compile Include="PhoneGap\Commands\Device.cs" />
-    <Compile Include="PhoneGap\Commands\File.cs" />
-    <Compile Include="PhoneGap\Commands\FileTransfer.cs" />
-    <Compile Include="PhoneGap\Commands\Notification.cs" />
-    <Compile Include="PhoneGap\NativeExecution.cs" />
-    <Compile Include="PhoneGap\PluginResult.cs" />
-    <Compile Include="PhoneGap\ScriptCallback.cs" />
-    <Compile Include="PhoneGap\UI\AudioCaptureTask.cs" />
-    <Compile Include="PhoneGap\UI\AudioRecorder.xaml.cs">
+    <Compile Include="Cordova\Commands\AudioPlayer.cs" />
+    <Compile Include="Cordova\Commands\Compass.cs" />
+    <Compile Include="Cordova\Commands\GeoLocation.cs" />
+    <Compile Include="Cordova\Commands\Media.cs" />
+    <Compile Include="Cordova\DOMStorageHelper.cs" />
+    <Compile Include="Cordova\JSON\JsonHelper.cs" />
+    <Compile Include="Cordova\Commands\MimeTypeMapper.cs" />
+    <Compile Include="Cordova\OrientationHelper.cs" />
+    <Compile Include="Cordova\PhoneGapCommandCall.cs" />
+    <Compile Include="Cordova\CommandFactory.cs" />
+    <Compile Include="Cordova\Commands\Accelerometer.cs" />
+    <Compile Include="Cordova\Commands\BaseCommand.cs" />
+    <Compile Include="Cordova\Commands\Camera.cs" />
+    <Compile Include="Cordova\Commands\Capture.cs" />
+    <Compile Include="Cordova\Commands\Connection.cs" />
+    <Compile Include="Cordova\Commands\Contacts.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\Notification.cs" />
+    <Compile Include="Cordova\NativeExecution.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="PhoneGap\UI\VideoCaptureTask.cs" />
-    <Compile Include="PhoneGap\UI\VideoRecorder.xaml.cs">
+    <Compile Include="Cordova\UI\VideoCaptureTask.cs" />
+    <Compile Include="Cordova\UI\VideoRecorder.xaml.cs">
       <DependentUpon>VideoRecorder.xaml</DependentUpon>
     </Compile>
     <Compile Include="Properties\AssemblyInfo.cs" />
@@ -101,11 +101,11 @@
       <SubType>Designer</SubType>
       <Generator>MSBuild:Compile</Generator>
     </Page>
-    <Page Include="PhoneGap\UI\AudioRecorder.xaml">
+    <Page Include="Cordova\UI\AudioRecorder.xaml">
       <Generator>MSBuild:Compile</Generator>
       <SubType>Designer</SubType>
     </Page>
-    <Page Include="PhoneGap\UI\VideoRecorder.xaml">
+    <Page Include="Cordova\UI\VideoRecorder.xaml">
       <SubType>Designer</SubType>
       <Generator>MSBuild:Compile</Generator>
     </Page>