|
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 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
| 5 | + <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> |
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | | - <ProductVersion>8.0.30703</ProductVersion> |
8 | | - <SchemaVersion>2.0</SchemaVersion> |
9 | | - <ProjectGuid>{725997AD-F083-485E-BD88-F2A5BF34BEE7}</ProjectGuid> |
| 8 | + <ProjectGuid>{E2817364-F217-465F-BE3B-A5F85E2F8667}</ProjectGuid> |
10 | 9 | <OutputType>Library</OutputType> |
11 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
12 | 11 | <RootNamespace>MsgPack</RootNamespace> |
13 | 12 | <AssemblyName>MsgPack</AssemblyName> |
14 | 13 | <DefaultLanguage>ja-JP</DefaultLanguage> |
15 | 14 | <FileAlignment>512</FileAlignment> |
16 | | - <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 15 | + <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 16 | + <TargetFrameworkProfile>Profile111</TargetFrameworkProfile> |
| 17 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | 18 | </PropertyGroup> |
18 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 20 | <DebugSymbols>true</DebugSymbols> |
20 | 21 | <DebugType>full</DebugType> |
21 | 22 | <Optimize>false</Optimize> |
22 | 23 | <OutputPath>bin\Debug\</OutputPath> |
23 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants> |
| 24 | + <DefineConstants>TRACE;DEBUG;NETFX_CORE</DefineConstants> |
24 | 25 | <ErrorReport>prompt</ErrorReport> |
25 | 26 | <WarningLevel>4</WarningLevel> |
26 | 27 | </PropertyGroup> |
27 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | 29 | <DebugType>pdbonly</DebugType> |
29 | 30 | <Optimize>true</Optimize> |
30 | | - <OutputPath>..\..\bin\netcore45\</OutputPath> |
| 31 | + <OutputPath>..\..\bin\portable-windows8+wpa\</OutputPath> |
31 | 32 | <DefineConstants>TRACE;NETFX_CORE</DefineConstants> |
32 | 33 | <ErrorReport>prompt</ErrorReport> |
33 | 34 | <WarningLevel>4</WarningLevel> |
34 | | - <DocumentationFile>..\..\bin\netcore45\MsgPack.XML</DocumentationFile> |
| 35 | + <DocumentationFile>..\..\bin\portable-windows8+wpa\MsgPack.XML</DocumentationFile> |
| 36 | + <GenerateLibraryLayout>false</GenerateLibraryLayout> |
35 | 37 | </PropertyGroup> |
36 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'"> |
37 | | - <DebugSymbols>true</DebugSymbols> |
38 | | - <OutputPath>bin\ARM\Debug\</OutputPath> |
39 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants> |
40 | | - <NoWarn>;2008</NoWarn> |
41 | | - <DebugType>full</DebugType> |
42 | | - <PlatformTarget>ARM</PlatformTarget> |
43 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
44 | | - <ErrorReport>prompt</ErrorReport> |
45 | | - <Prefer32Bit>true</Prefer32Bit> |
46 | | - </PropertyGroup> |
47 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'"> |
48 | | - <OutputPath>bin\ARM\Release\</OutputPath> |
49 | | - <DefineConstants>TRACE;NETFX_CORE</DefineConstants> |
50 | | - <Optimize>true</Optimize> |
51 | | - <NoWarn>;2008</NoWarn> |
52 | | - <DebugType>pdbonly</DebugType> |
53 | | - <PlatformTarget>ARM</PlatformTarget> |
54 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
55 | | - <ErrorReport>prompt</ErrorReport> |
56 | | - <Prefer32Bit>true</Prefer32Bit> |
57 | | - </PropertyGroup> |
58 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
59 | | - <DebugSymbols>true</DebugSymbols> |
60 | | - <OutputPath>bin\x64\Debug\</OutputPath> |
61 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants> |
62 | | - <NoWarn>;2008</NoWarn> |
63 | | - <DebugType>full</DebugType> |
64 | | - <PlatformTarget>x64</PlatformTarget> |
65 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
66 | | - <ErrorReport>prompt</ErrorReport> |
67 | | - <Prefer32Bit>true</Prefer32Bit> |
68 | | - </PropertyGroup> |
69 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
70 | | - <OutputPath>bin\x64\Release\</OutputPath> |
71 | | - <DefineConstants>TRACE;NETFX_CORE</DefineConstants> |
72 | | - <Optimize>true</Optimize> |
73 | | - <NoWarn>;2008</NoWarn> |
74 | | - <DebugType>pdbonly</DebugType> |
75 | | - <PlatformTarget>x64</PlatformTarget> |
76 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
77 | | - <ErrorReport>prompt</ErrorReport> |
78 | | - <Prefer32Bit>true</Prefer32Bit> |
79 | | - </PropertyGroup> |
80 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
81 | | - <DebugSymbols>true</DebugSymbols> |
82 | | - <OutputPath>bin\x86\Debug\</OutputPath> |
83 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants> |
84 | | - <NoWarn>;2008</NoWarn> |
85 | | - <DebugType>full</DebugType> |
86 | | - <PlatformTarget>x86</PlatformTarget> |
87 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
88 | | - <ErrorReport>prompt</ErrorReport> |
89 | | - <Prefer32Bit>true</Prefer32Bit> |
| 38 | + <PropertyGroup> |
| 39 | + <SignAssembly>true</SignAssembly> |
90 | 40 | </PropertyGroup> |
91 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
92 | | - <OutputPath>bin\x86\Release\</OutputPath> |
93 | | - <DefineConstants>TRACE;NETFX_CORE</DefineConstants> |
94 | | - <Optimize>true</Optimize> |
95 | | - <NoWarn>;2008</NoWarn> |
96 | | - <DebugType>pdbonly</DebugType> |
97 | | - <PlatformTarget>x86</PlatformTarget> |
98 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
99 | | - <ErrorReport>prompt</ErrorReport> |
100 | | - <Prefer32Bit>true</Prefer32Bit> |
| 41 | + <PropertyGroup> |
| 42 | + <AssemblyOriginatorKeyFile>..\MsgPack.snk</AssemblyOriginatorKeyFile> |
101 | 43 | </PropertyGroup> |
102 | 44 | <ItemGroup> |
103 | | - <!-- A reference to the entire .Net Framework and Windows SDK are automatically included --> |
| 45 | + <!-- A reference to the entire .NET Framework is automatically included --> |
104 | 46 | <None Include="..\MsgPack.snk"> |
105 | 47 | <Link>MsgPack.snk</Link> |
106 | 48 | </None> |
|
720 | 662 | <Link>remarks.xml</Link> |
721 | 663 | </Content> |
722 | 664 | </ItemGroup> |
723 | | - <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '11.0' "> |
724 | | - <VisualStudioVersion>11.0</VisualStudioVersion> |
725 | | - </PropertyGroup> |
726 | | - <PropertyGroup> |
727 | | - <SignAssembly>true</SignAssembly> |
728 | | - </PropertyGroup> |
729 | | - <PropertyGroup> |
730 | | - <AssemblyOriginatorKeyFile>..\MsgPack.snk</AssemblyOriginatorKeyFile> |
731 | | - </PropertyGroup> |
732 | | - <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> |
| 665 | + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
733 | 666 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
734 | 667 | Other similar extension points exist, see Microsoft.Common.targets. |
735 | 668 | <Target Name="BeforeBuild"> |
|
0 commit comments