platform/wp7/rhodes/Rhodes.csproj in rhodes-3.3.3.beta.3 vs platform/wp7/rhodes/Rhodes.csproj in rhodes-3.3.3.beta.4
- old
+ new
@@ -11,11 +11,11 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Rhodes</RootNamespace>
<AssemblyName>Rhodes</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
- <TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
+ <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<SilverlightApplication>true</SilverlightApplication>
<SupportedCultures>
</SupportedCultures>
<XapOutputs>true</XapOutputs>
@@ -57,10 +57,11 @@
<ItemGroup>
<Reference Include="IronRuby.Libraries">
<HintPath>..\ironruby\bin\Silverlight3$(Configuration)\IronRuby.Libraries.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Phone" />
+ <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
<Reference Include="Microsoft.Phone.Interop" />
<Reference Include="System.Core" />
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Net" />
@@ -100,16 +101,19 @@
</Content>
<Content Include="icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SplashScreenImage.jpg" />
+ <Content Include="Toolkit.Content\ApplicationBar.Cancel.png" />
+ <Content Include="Toolkit.Content\ApplicationBar.Check.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RhoRubyLib\RhoRubyLib.csproj">
<Project>{9CAF724B-1466-4A76-9251-5ADB132F636F}</Project>
<Name>RhoRubyLib</Name>
</ProjectReference>
</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.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
\ No newline at end of file