Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Updated bad reference to old class name WP7CordovaClassLib=>WPCordova…
Browse files Browse the repository at this point in the history
…ClassLib
  • Loading branch information
purplecabbage committed Jan 9, 2013
1 parent 379574b commit 39918f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/full/CordovaAppProj.csproj
Expand Up @@ -74,7 +74,7 @@
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Net" /> <Reference Include="System.Net" />
<Reference Include="System.Xml" /> <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>
<ItemGroup> <ItemGroup>
<Compile Include="App.xaml.cs"> <Compile Include="App.xaml.cs">
Expand All @@ -96,6 +96,7 @@
</Page> </Page>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="CordovaLib\WPCordovaClassLib.dll" />
<Content Include="CordovaSourceDictionary.xml" /> <Content Include="CordovaSourceDictionary.xml" />
<Content Include="www\cordova-2.3.0.js" /> <Content Include="www\cordova-2.3.0.js" />
<Content Include="www\img\logo.png" /> <Content Include="www\img\logo.png" />
Expand Down Expand Up @@ -130,7 +131,6 @@
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="CordovaLib\" />
<Folder Include="Plugins\" /> <Folder Include="Plugins\" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" /> <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
Expand Down
2 changes: 1 addition & 1 deletion templates/full/MainPage.xaml
Expand Up @@ -30,7 +30,7 @@
Background="Black" Background="Black"
SupportedOrientations="PortraitOrLandscape" Orientation="Portrait" SupportedOrientations="PortraitOrLandscape" Orientation="Portrait"
shell:SystemTray.IsVisible="True" d:DesignHeight="768" d:DesignWidth="480" 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 x:Name="LayoutRoot" Background="Transparent" HorizontalAlignment="Stretch">
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="*"/> <RowDefinition Height="*"/>
Expand Down

0 comments on commit 39918f9

Please sign in to comment.