blob: a7f8e3c2e8ff3fe1ba134b49106df21622e7c8c2 [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>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080023 <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>
Jan Tattermusch44fc7202015-12-18 08:52:23 -080024 <IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070025 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
28 <PlatformToolset>v100</PlatformToolset>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
31 <PlatformToolset>v110</PlatformToolset>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
34 <PlatformToolset>v120</PlatformToolset>
35 </PropertyGroup>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080036 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
37 <PlatformToolset>v140</PlatformToolset>
38 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070039 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070040 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>true</UseDebugLibraries>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070044 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070045 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070053 <ImportGroup Label="PropertySheets">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070054 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Craig Tiller77fc4d32015-12-22 12:51:27 -080055 <Import Project="$(SolutionDir)\..\vsprojects\global.props" />
56 <Import Project="$(SolutionDir)\..\vsprojects\winsock.props" />
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070057 </ImportGroup>
58 <PropertyGroup Label="UserMacros" />
Nicolas Noble563b8a22015-07-30 15:39:43 -070059 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070060 <TargetName>grpc_plugin_support</TargetName>
61 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070062 <PropertyGroup Condition="'$(Configuration)'=='Release'">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070063 <TargetName>grpc_plugin_support</TargetName>
64 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080065 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070066 <ClCompile>
67 <PrecompiledHeader>NotUsing</PrecompiledHeader>
68 <WarningLevel>Level3</WarningLevel>
69 <Optimization>Disabled</Optimization>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080070 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070071 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070072 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070073 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070074 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080075 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070076 </ClCompile>
77 <Link>
78 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070079 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
80 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070081 </Link>
82 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080083
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070085 <ClCompile>
86 <PrecompiledHeader>NotUsing</PrecompiledHeader>
87 <WarningLevel>Level3</WarningLevel>
88 <Optimization>Disabled</Optimization>
89 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070091 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070092 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070093 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080094 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -070095 </ClCompile>
96 <Link>
97 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070098 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
99 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700100 </Link>
101 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800102
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700104 <ClCompile>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700105 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800106 <WarningLevel>Level3</WarningLevel>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700107 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800108 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700109 <FunctionLevelLinking>true</FunctionLevelLinking>
110 <IntrinsicFunctions>true</IntrinsicFunctions>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700111 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700112 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700113 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700114 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800115 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700116 </ClCompile>
117 <Link>
118 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700119 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
120 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700121 <EnableCOMDATFolding>true</EnableCOMDATFolding>
122 <OptimizeReferences>true</OptimizeReferences>
123 </Link>
124 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800125
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700127 <ClCompile>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700128 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800129 <WarningLevel>Level3</WarningLevel>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700130 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800131 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700134 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700135 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700136 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700137 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800138 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700139 </ClCompile>
140 <Link>
141 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700142 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
143 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800148
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700149 <ItemGroup>
David Garcia Quintasedc87ec2016-01-21 13:30:13 -0800150 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\config.h" />
Craig Tiller77fc4d32015-12-22 12:51:27 -0800151 <ClInclude Include="$(SolutionDir)\..\include\grpc++\support\config.h" />
152 <ClInclude Include="$(SolutionDir)\..\include\grpc++\support\config_protobuf.h" />
153 <ClInclude Include="$(SolutionDir)\..\src\compiler\config.h" />
154 <ClInclude Include="$(SolutionDir)\..\src\compiler\cpp_generator.h" />
155 <ClInclude Include="$(SolutionDir)\..\src\compiler\cpp_generator_helpers.h" />
156 <ClInclude Include="$(SolutionDir)\..\src\compiler\csharp_generator.h" />
157 <ClInclude Include="$(SolutionDir)\..\src\compiler\csharp_generator_helpers.h" />
158 <ClInclude Include="$(SolutionDir)\..\src\compiler\generator_helpers.h" />
159 <ClInclude Include="$(SolutionDir)\..\src\compiler\objective_c_generator.h" />
160 <ClInclude Include="$(SolutionDir)\..\src\compiler\objective_c_generator_helpers.h" />
161 <ClInclude Include="$(SolutionDir)\..\src\compiler\python_generator.h" />
162 <ClInclude Include="$(SolutionDir)\..\src\compiler\ruby_generator.h" />
163 <ClInclude Include="$(SolutionDir)\..\src\compiler\ruby_generator_helpers-inl.h" />
164 <ClInclude Include="$(SolutionDir)\..\src\compiler\ruby_generator_map-inl.h" />
165 <ClInclude Include="$(SolutionDir)\..\src\compiler\ruby_generator_string-inl.h" />
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700166 </ItemGroup>
167 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800168 <ClCompile Include="$(SolutionDir)\..\src\compiler\cpp_generator.cc">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700169 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800170 <ClCompile Include="$(SolutionDir)\..\src\compiler\csharp_generator.cc">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700171 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800172 <ClCompile Include="$(SolutionDir)\..\src\compiler\objective_c_generator.cc">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700173 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800174 <ClCompile Include="$(SolutionDir)\..\src\compiler\python_generator.cc">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700175 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800176 <ClCompile Include="$(SolutionDir)\..\src\compiler\ruby_generator.cc">
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700177 </ClCompile>
178 </ItemGroup>
179 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
180 <ImportGroup Label="ExtensionTargets">
181 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700182 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
183 <PropertyGroup>
184 <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>
185 </PropertyGroup>
186 </Target>
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700187</Project>
188