blob: b015b1e43e32c4dca328b26fd8cbc867aafe9d67 [file] [log] [blame]
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -07001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{B6E81D84-2ACB-41B8-8781-493A944C7817}</ProjectGuid>
23 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
26 <PlatformToolset>v100</PlatformToolset>
27 </PropertyGroup>
28 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
29 <PlatformToolset>v110</PlatformToolset>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
32 <PlatformToolset>v120</PlatformToolset>
33 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070034 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070035 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <UseDebugLibraries>true</UseDebugLibraries>
37 <CharacterSet>Unicode</CharacterSet>
38 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070039 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070040 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <WholeProgramOptimization>true</WholeProgramOptimization>
43 <CharacterSet>Unicode</CharacterSet>
44 </PropertyGroup>
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46 <ImportGroup Label="ExtensionSettings">
47 </ImportGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070048 <ImportGroup Label="PropertySheets">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070049 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Craig Tiller02a7bed2015-08-31 15:54:05 -070050 <Import Project="..\..\..\vsprojects\global.props" />
51 <Import Project="..\..\..\vsprojects\winsock.props" />
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070052 </ImportGroup>
53 <PropertyGroup Label="UserMacros" />
Nicolas Noble563b8a22015-07-30 15:39:43 -070054 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070055 <TargetName>grpc_plugin_support</TargetName>
56 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070057 <PropertyGroup Condition="'$(Configuration)'=='Release'">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070058 <TargetName>grpc_plugin_support</TargetName>
59 </PropertyGroup>
60 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61 <ClCompile>
62 <PrecompiledHeader>NotUsing</PrecompiledHeader>
63 <WarningLevel>Level3</WarningLevel>
64 <Optimization>Disabled</Optimization>
65 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
66 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070067 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070068 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070069 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070070 </ClCompile>
71 <Link>
72 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070073 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
74 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070075 </Link>
76 </ItemDefinitionGroup>
77 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
78 <ClCompile>
79 <PrecompiledHeader>NotUsing</PrecompiledHeader>
80 <WarningLevel>Level3</WarningLevel>
81 <Optimization>Disabled</Optimization>
82 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070084 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070085 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070086 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070087 </ClCompile>
88 <Link>
89 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070090 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
91 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070092 </Link>
93 </ItemDefinitionGroup>
94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
95 <ClCompile>
96 <WarningLevel>Level3</WarningLevel>
97 <PrecompiledHeader>NotUsing</PrecompiledHeader>
98 <Optimization>MaxSpeed</Optimization>
99 <FunctionLevelLinking>true</FunctionLevelLinking>
100 <IntrinsicFunctions>true</IntrinsicFunctions>
101 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
102 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700103 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700104 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700105 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700106 </ClCompile>
107 <Link>
108 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700109 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
110 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700111 <EnableCOMDATFolding>true</EnableCOMDATFolding>
112 <OptimizeReferences>true</OptimizeReferences>
113 </Link>
114 </ItemDefinitionGroup>
115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
116 <ClCompile>
117 <WarningLevel>Level3</WarningLevel>
118 <PrecompiledHeader>NotUsing</PrecompiledHeader>
119 <Optimization>MaxSpeed</Optimization>
120 <FunctionLevelLinking>true</FunctionLevelLinking>
121 <IntrinsicFunctions>true</IntrinsicFunctions>
122 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700124 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700125 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700126 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700127 </ClCompile>
128 <Link>
129 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700130 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
131 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700132 <EnableCOMDATFolding>true</EnableCOMDATFolding>
133 <OptimizeReferences>true</OptimizeReferences>
134 </Link>
135 </ItemDefinitionGroup>
136 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700137 <ClInclude Include="..\..\..\include\grpc++\support\config.h" />
138 <ClInclude Include="..\..\..\include\grpc++\support\config_protobuf.h" />
139 <ClInclude Include="..\..\..\src\compiler\config.h" />
140 <ClInclude Include="..\..\..\src\compiler\cpp_generator.h" />
141 <ClInclude Include="..\..\..\src\compiler\cpp_generator_helpers.h" />
142 <ClInclude Include="..\..\..\src\compiler\csharp_generator.h" />
143 <ClInclude Include="..\..\..\src\compiler\csharp_generator_helpers.h" />
144 <ClInclude Include="..\..\..\src\compiler\generator_helpers.h" />
145 <ClInclude Include="..\..\..\src\compiler\objective_c_generator.h" />
146 <ClInclude Include="..\..\..\src\compiler\objective_c_generator_helpers.h" />
147 <ClInclude Include="..\..\..\src\compiler\python_generator.h" />
148 <ClInclude Include="..\..\..\src\compiler\ruby_generator.h" />
149 <ClInclude Include="..\..\..\src\compiler\ruby_generator_helpers-inl.h" />
150 <ClInclude Include="..\..\..\src\compiler\ruby_generator_map-inl.h" />
151 <ClInclude Include="..\..\..\src\compiler\ruby_generator_string-inl.h" />
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700152 </ItemGroup>
153 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700154 <ClCompile Include="..\..\..\src\compiler\cpp_generator.cc">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700155 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700156 <ClCompile Include="..\..\..\src\compiler\csharp_generator.cc">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700157 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700158 <ClCompile Include="..\..\..\src\compiler\objective_c_generator.cc">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700159 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700160 <ClCompile Include="..\..\..\src\compiler\python_generator.cc">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700161 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700162 <ClCompile Include="..\..\..\src\compiler\ruby_generator.cc">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700163 </ClCompile>
164 </ItemGroup>
165 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
166 <ImportGroup Label="ExtensionTargets">
167 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700168 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
169 <PropertyGroup>
170 <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
171 </PropertyGroup>
172 </Target>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700173</Project>
174