blob: 7a8a4b362f8e8f80c2f35e440e480ccb67be38c2 [file] [log] [blame]
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +02001<?xml version="1.0" encoding="utf-8"?>
zeliard179be502015-04-27 14:52:00 +09002<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>
zeliard8ff24592015-04-27 15:26:32 +09008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
zeliard179be502015-04-27 14:52:00 +090012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
zeliard8ff24592015-04-27 15:26:32 +090016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
zeliard179be502015-04-27 14:52:00 +090020 </ItemGroup>
21 <PropertyGroup Label="Globals">
Craig Tiller02a7bed2015-08-31 15:54:05 -070022 <ProjectGuid>{AE8AE98D-8EB9-D931-AA79-F6AB16234A49}</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>
zeliard179be502015-04-27 14:52:00 +090025 </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 "Pixel" Noble1df8ee92015-08-14 02:20:41 +020039 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
zeliard179be502015-04-27 14:52:00 +090040 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>true</UseDebugLibraries>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020044 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
zeliard8ff24592015-04-27 15:26:32 +090045 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
zeliard179be502015-04-27 14:52:00 +090050 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020053 <ImportGroup Label="PropertySheets">
zeliard179be502015-04-27 14:52:00 +090054 <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" />
zeliard8ff24592015-04-27 15:26:32 +090057 </ImportGroup>
zeliard179be502015-04-27 14:52:00 +090058 <PropertyGroup Label="UserMacros" />
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020059 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070060 <TargetName>interop_client_helper</TargetName>
zeliard179be502015-04-27 14:52:00 +090061 </PropertyGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020062 <PropertyGroup Condition="'$(Configuration)'=='Release'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070063 <TargetName>interop_client_helper</TargetName>
zeliard8ff24592015-04-27 15:26:32 +090064 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080065 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
zeliard179be502015-04-27 14:52:00 +090066 <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>
zeliard179be502015-04-27 14:52:00 +090071 <SDLCheck>true</SDLCheck>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020072 <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>
zeliard179be502015-04-27 14:52:00 +090076 </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>
zeliard179be502015-04-27 14:52:00 +090081 </Link>
82 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080083
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
zeliard8ff24592015-04-27 15:26:32 +090085 <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 "Pixel" Noble1df8ee92015-08-14 02:20:41 +020091 <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>
zeliard8ff24592015-04-27 15:26:32 +090095 </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>
zeliard8ff24592015-04-27 15:26:32 +0900100 </Link>
101 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800102
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
zeliard179be502015-04-27 14:52:00 +0900104 <ClCompile>
zeliard179be502015-04-27 14:52:00 +0900105 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800106 <WarningLevel>Level3</WarningLevel>
zeliard179be502015-04-27 14:52:00 +0900107 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800108 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
zeliard179be502015-04-27 14:52:00 +0900109 <FunctionLevelLinking>true</FunctionLevelLinking>
110 <IntrinsicFunctions>true</IntrinsicFunctions>
zeliard179be502015-04-27 14:52:00 +0900111 <SDLCheck>true</SDLCheck>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200112 <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>
zeliard179be502015-04-27 14:52:00 +0900116 </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>
zeliard179be502015-04-27 14:52:00 +0900121 <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'">
zeliard8ff24592015-04-27 15:26:32 +0900127 <ClCompile>
zeliard8ff24592015-04-27 15:26:32 +0900128 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800129 <WarningLevel>Level3</WarningLevel>
zeliard8ff24592015-04-27 15:26:32 +0900130 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800131 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
zeliard8ff24592015-04-27 15:26:32 +0900132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
zeliard8ff24592015-04-27 15:26:32 +0900134 <SDLCheck>true</SDLCheck>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200135 <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>
zeliard8ff24592015-04-27 15:26:32 +0900139 </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>
zeliard8ff24592015-04-27 15:26:32 +0900144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800148
zeliard179be502015-04-27 14:52:00 +0900149 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800150 <ClInclude Include="$(SolutionDir)\..\test\cpp\interop\client_helper.h" />
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200151 </ItemGroup>
152 <ItemGroup>
Craig Tiller00f87022015-12-22 14:23:51 -0800153 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.pb.cc">
zeliard179be502015-04-27 14:52:00 +0900154 </ClCompile>
Craig Tiller00f87022015-12-22 14:23:51 -0800155 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.pb.h">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700156 </ClInclude>
Craig Tiller00f87022015-12-22 14:23:51 -0800157 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.grpc.pb.cc">
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200158 </ClCompile>
Craig Tiller00f87022015-12-22 14:23:51 -0800159 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.grpc.pb.h">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700160 </ClInclude>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800161 <ClCompile Include="$(SolutionDir)\..\test\cpp\interop\client_helper.cc">
zeliard179be502015-04-27 14:52:00 +0900162 </ClCompile>
163 </ItemGroup>
164 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800165 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc++_test_util\grpc++_test_util.vcxproj">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700166 <Project>{0BE77741-552A-929B-A497-4EF7ECE17A64}</Project>
zeliard179be502015-04-27 14:52:00 +0900167 </ProjectReference>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800168 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_test_util\grpc_test_util.vcxproj">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700169 <Project>{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}</Project>
zeliard179be502015-04-27 14:52:00 +0900170 </ProjectReference>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800171 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc++\grpc++.vcxproj">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700172 <Project>{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}</Project>
173 </ProjectReference>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800174 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj">
zeliard179be502015-04-27 14:52:00 +0900175 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
176 </ProjectReference>
Craig Tillerda179ce2016-02-09 12:01:53 -0800177 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
178 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
179 </ProjectReference>
zeliard179be502015-04-27 14:52:00 +0900180 </ItemGroup>
181 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
182 <ImportGroup Label="ExtensionTargets">
183 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700184 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
185 <PropertyGroup>
186 <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>
187 </PropertyGroup>
188 </Target>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +0200189</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700190