|
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>AustinHarris.JsonRpc.Client.WP7Test</RootNamespace> |
13 | 13 | <AssemblyName>AustinHarris.JsonRpc.Client.WP7Test</AssemblyName> |
14 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
15 | | - <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
16 | | - <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile> |
17 | | - <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
| 14 | + <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> |
| 15 | + <SilverlightVersion> |
| 16 | + </SilverlightVersion> |
| 17 | + <TargetFrameworkProfile> |
| 18 | + </TargetFrameworkProfile> |
| 19 | + <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier> |
18 | 20 | <SilverlightApplication>true</SilverlightApplication> |
19 | 21 | <SupportedCultures> |
20 | 22 | </SupportedCultures> |
21 | 23 | <XapOutputs>true</XapOutputs> |
22 | 24 | <GenerateSilverlightManifest>true</GenerateSilverlightManifest> |
23 | | - <XapFilename>AustinHarris.JsonRpc.Client.WP7Test.xap</XapFilename> |
| 25 | + <XapFilename>AustinHarris.JsonRpc.Client.WP7Test_$(Configuration)_$(Platform).xap</XapFilename> |
24 | 26 | <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate> |
25 | 27 | <SilverlightAppEntry>AustinHarris.JsonRpc.Client.WP7Test.App</SilverlightAppEntry> |
26 | 28 | <ValidateXaml>true</ValidateXaml> |
|
29 | 31 | <SccLocalPath>SAK</SccLocalPath> |
30 | 32 | <SccAuxPath>SAK</SccAuxPath> |
31 | 33 | <SccProvider>SAK</SccProvider> |
| 34 | + <FileUpgradeFlags> |
| 35 | + </FileUpgradeFlags> |
| 36 | + <UpgradeBackupLocation> |
| 37 | + </UpgradeBackupLocation> |
| 38 | + <OldToolsVersion>4.0</OldToolsVersion> |
| 39 | + <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> |
32 | 40 | </PropertyGroup> |
33 | 41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
34 | 42 | <DebugSymbols>true</DebugSymbols> |
|
51 | 59 | <ErrorReport>prompt</ErrorReport> |
52 | 60 | <WarningLevel>4</WarningLevel> |
53 | 61 | </PropertyGroup> |
| 62 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 63 | + <PlatformTarget /> |
| 64 | + <OutputPath>Bin\x86\Debug</OutputPath> |
| 65 | + <DebugSymbols>true</DebugSymbols> |
| 66 | + <DebugType>full</DebugType> |
| 67 | + <Optimize>false</Optimize> |
| 68 | + </PropertyGroup> |
| 69 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 70 | + <PlatformTarget /> |
| 71 | + <OutputPath>Bin\x86\Release</OutputPath> |
| 72 | + <DebugType>pdbonly</DebugType> |
| 73 | + <Optimize>true</Optimize> |
| 74 | + </PropertyGroup> |
| 75 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'"> |
| 76 | + <PlatformTarget /> |
| 77 | + <OutputPath>Bin\ARM\Debug</OutputPath> |
| 78 | + <DebugSymbols>true</DebugSymbols> |
| 79 | + <DebugType>full</DebugType> |
| 80 | + <Optimize>false</Optimize> |
| 81 | + </PropertyGroup> |
| 82 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'"> |
| 83 | + <PlatformTarget /> |
| 84 | + <OutputPath>Bin\ARM\Release</OutputPath> |
| 85 | + <DebugType>pdbonly</DebugType> |
| 86 | + <Optimize>true</Optimize> |
| 87 | + </PropertyGroup> |
54 | 88 | <ItemGroup> |
55 | | - <Reference Include="Microsoft.Phone" /> |
56 | | - <Reference Include="Microsoft.Phone.Interop" /> |
57 | | - <Reference Include="System.Observable" /> |
58 | 89 | <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
59 | 90 | <HintPath>..\packages\Rx-Main.1.0.11226\lib\SL3-WP\System.Reactive.dll</HintPath> |
60 | 91 | </Reference> |
61 | | - <Reference Include="System.Windows" /> |
62 | | - <Reference Include="system" /> |
63 | | - <Reference Include="System.Core" /> |
64 | | - <Reference Include="System.Net" /> |
65 | | - <Reference Include="System.Xml" /> |
66 | | - <Reference Include="mscorlib.extensions" /> |
67 | 92 | </ItemGroup> |
68 | 93 | <ItemGroup> |
69 | 94 | <Compile Include="App.xaml.cs"> |
|
78 | 103 | <ApplicationDefinition Include="App.xaml"> |
79 | 104 | <SubType>Designer</SubType> |
80 | 105 | <Generator>MSBuild:Compile</Generator> |
| 106 | + <Generator>MSBuild:Compile</Generator> |
| 107 | + <SubType>Designer</SubType> |
81 | 108 | </ApplicationDefinition> |
82 | 109 | <Page Include="MainPage.xaml"> |
83 | 110 | <SubType>Designer</SubType> |
84 | 111 | <Generator>MSBuild:Compile</Generator> |
| 112 | + <Generator>MSBuild:Compile</Generator> |
| 113 | + <SubType>Designer</SubType> |
85 | 114 | </Page> |
86 | 115 | </ItemGroup> |
87 | 116 | <ItemGroup> |
88 | 117 | <None Include="Properties\AppManifest.xml" /> |
89 | | - <None Include="Properties\WMAppManifest.xml" /> |
| 118 | + <None Include="Properties\WMAppManifest.xml"> |
| 119 | + <SubType>Designer</SubType> |
| 120 | + </None> |
90 | 121 | </ItemGroup> |
91 | 122 | <ItemGroup> |
92 | 123 | <Content Include="ApplicationIcon.png"> |
|
103 | 134 | <Name>AustinHarris.JsonRpc.Client.WP7</Name> |
104 | 135 | </ProjectReference> |
105 | 136 | </ItemGroup> |
106 | | - <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" /> |
107 | | - <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" /> |
| 137 | + <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" /> |
| 138 | + <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" /> |
108 | 139 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
109 | 140 | Other similar extension points exist, see Microsoft.Common.targets. |
110 | 141 | <Target Name="BeforeBuild"> |
|
0 commit comments