Updated Branches: refs/heads/master 379574b54 -> 39918f953
Updated bad reference to old class name WP7CordovaClassLib=>WPCordovaClassLib Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/39918f95 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/39918f95 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/39918f95 Branch: refs/heads/master Commit: 39918f9539ace5f045baf14225a42a06edbddbc8 Parents: 379574b Author: Jesse MacFadyen <[email protected]> Authored: Wed Jan 9 10:32:10 2013 -0800 Committer: Jesse MacFadyen <[email protected]> Committed: Wed Jan 9 10:32:10 2013 -0800 ---------------------------------------------------------------------- templates/full/CordovaAppProj.csproj | 4 ++-- templates/full/MainPage.xaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/39918f95/templates/full/CordovaAppProj.csproj ---------------------------------------------------------------------- diff --git a/templates/full/CordovaAppProj.csproj b/templates/full/CordovaAppProj.csproj index bb98b23..73f40f8 100644 --- a/templates/full/CordovaAppProj.csproj +++ b/templates/full/CordovaAppProj.csproj @@ -74,7 +74,7 @@ <Reference Include="System.Core" /> <Reference Include="System.Net" /> <Reference Include="System.Xml" /> - <Reference Include="WP7CordovaClassLib, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL" /> + <Reference Include="WPCordovaClassLib, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL" /> </ItemGroup> <ItemGroup> <Compile Include="App.xaml.cs"> @@ -96,6 +96,7 @@ </Page> </ItemGroup> <ItemGroup> + <Content Include="CordovaLib\WPCordovaClassLib.dll" /> <Content Include="CordovaSourceDictionary.xml" /> <Content Include="www\cordova-2.3.0.js" /> <Content Include="www\img\logo.png" /> @@ -130,7 +131,6 @@ <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> </ItemGroup> <ItemGroup> - <Folder Include="CordovaLib\" /> <Folder Include="Plugins\" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" /> http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/39918f95/templates/full/MainPage.xaml ---------------------------------------------------------------------- diff --git a/templates/full/MainPage.xaml b/templates/full/MainPage.xaml index 5d22a60..5970e6d 100644 --- a/templates/full/MainPage.xaml +++ b/templates/full/MainPage.xaml @@ -30,7 +30,7 @@ Background="Black" SupportedOrientations="PortraitOrLandscape" Orientation="Portrait" shell:SystemTray.IsVisible="True" d:DesignHeight="768" d:DesignWidth="480" - xmlns:my="clr-namespace:WP7CordovaClassLib;assembly=WP7CordovaClassLib"> + xmlns:my="clr-namespace:WPCordovaClassLib;assembly=WPCordovaClassLib"> <Grid x:Name="LayoutRoot" Background="Transparent" HorizontalAlignment="Stretch"> <Grid.RowDefinitions> <RowDefinition Height="*"/>
