1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{B10240C1-BB07-47A3-B056-CE52B5194D86}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >MsgPack</RootNamespace >
12+ <AssemblyName >MsgPack.CodeGeneration.CSharp</AssemblyName >
13+ <DefaultLanguage >ja-JP</DefaultLanguage >
14+ <FileAlignment >512</FileAlignment >
15+ <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16+ <TargetFrameworkProfile >
17+ </TargetFrameworkProfile >
18+ <TargetFrameworkVersion >v5.0</TargetFrameworkVersion >
19+ </PropertyGroup >
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <Optimize >false</Optimize >
24+ <OutputPath >bin\Debug\</OutputPath >
25+ <DefineConstants >TRACE;DEBUG;NETSTANDARD1_3;CSHARP</DefineConstants >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ <DocumentationFile >bin\Debug\MsgPack.CodeGeneration.CSharp.XML</DocumentationFile >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release\</OutputPath >
34+ <DefineConstants >TRACE;NETSTANDARD1_3;CSHARP</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ <DocumentationFile >bin\Release\MsgPack.CodeGeneration.CSharp.XML</DocumentationFile >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <SignAssembly >true</SignAssembly >
41+ </PropertyGroup >
42+ <PropertyGroup >
43+ <AssemblyOriginatorKeyFile >..\MsgPack.snk</AssemblyOriginatorKeyFile >
44+ </PropertyGroup >
45+ <ItemGroup >
46+ <!-- A reference to the entire .NET Framework is automatically included -->
47+ <None Include =" ..\MsgPack.snk" >
48+ <Link >MsgPack.snk</Link >
49+ </None >
50+ <None Include =" project.json" />
51+ </ItemGroup >
52+ <ItemGroup >
53+ <Compile Include =" ..\CommonAssemblyInfo.cs" >
54+ <Link >Properties\CommonAssemblyInfo.cs</Link >
55+ </Compile >
56+ <Compile Include =" Properties\AssemblyInfo.cs" />
57+ <Compile Include =" Serialization\CodeTreeSerializers\CodeTreeConstruct.cs" />
58+ <Compile Include =" Serialization\CodeTreeSerializers\CodeTreeContext.cs" />
59+ <Compile Include =" Serialization\CodeTreeSerializers\CodeTreeSerializerBuilder.cs" />
60+ <Compile Include =" Serialization\CSharpCodeTreeBasedSerializerCodeGenerator.cs" />
61+ <Compile Include =" Serialization\CodeTreeSerializers\ExpressionCodeTreeConstruct.cs" />
62+ <Compile Include =" Serialization\CodeTreeSerializers\ParameterCodeTreeConstruct.cs" />
63+ <Compile Include =" Serialization\CodeTreeSerializers\StatementCodeTreeConstruct.cs" />
64+ <Compile Include =" Serialization\CodeTreeSerializers\Syntax.cs" />
65+ <Compile Include =" Serialization\CodeTreeSerializers\VariableCodeTreeConstruct.cs" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <ProjectReference Include =" ..\MsgPack.CodeGeneration.Core\MsgPack.CodeGeneration.Core.csproj" >
69+ <Project >{efe532ea-77c8-4877-96c2-e79fd101b2ab}</Project >
70+ <Name >MsgPack.CodeGeneration.Core</Name >
71+ </ProjectReference >
72+ <ProjectReference Include =" ..\MsgPack.Core\MsgPack.Core.csproj" >
73+ <Project >{08d9a49d-736e-4cad-919e-72ca8c1d4a9f}</Project >
74+ <Name >MsgPack.Core</Name >
75+ </ProjectReference >
76+ <ProjectReference Include =" ..\MsgPack.Serialization\MsgPack.Serialization.csproj" >
77+ <Project >{153ced68-9905-4b1f-9790-f463840895e2}</Project >
78+ <Name >MsgPack.Serialization</Name >
79+ </ProjectReference >
80+ </ItemGroup >
81+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
82+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83+ Other similar extension points exist, see Microsoft.Common.targets.
84+ <Target Name="BeforeBuild">
85+ </Target>
86+ <Target Name="AfterBuild">
87+ </Target>
88+ -->
89+ </Project >
0 commit comments