|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
11 | 11 | <AppDesignerFolder>Properties</AppDesignerFolder> |
12 | 12 | <RootNamespace>Ninject.Extensions.Factory.WindowsPhone7Tests</RootNamespace> |
13 | 13 | <AssemblyName>Ninject.Extensions.Factory.WindowsPhone7Tests</AssemblyName> |
14 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> |
15 | 15 | <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
16 | | - <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile> |
17 | | - <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
| 16 | + <TargetFrameworkProfile> |
| 17 | + </TargetFrameworkProfile> |
| 18 | + <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier> |
18 | 19 | <SilverlightApplication>true</SilverlightApplication> |
19 | 20 | <SupportedCultures> |
20 | 21 | </SupportedCultures> |
|
187 | 188 | <Content Include="SplashScreenImage.jpg" /> |
188 | 189 | </ItemGroup> |
189 | 190 | <ItemGroup /> |
190 | | - <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" /> |
191 | | - <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" /> |
| 191 | + <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" /> |
| 192 | + <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" /> |
192 | 193 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
193 | 194 | Other similar extension points exist, see Microsoft.Common.targets. |
194 | 195 | <Target Name="BeforeBuild"> |
|
0 commit comments