blob: 8e2b8a206f8312449f4ffe09fec74957c5e0e3ee [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>{F77557CD-450D-F7C2-F8A5-71836C5394CA}</ProjectGuid>
zeliard179be502015-04-27 14:52:00 +090023 </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 "Pixel" Noble1df8ee92015-08-14 02:20:41 +020034 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
zeliard179be502015-04-27 14:52:00 +090035 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <UseDebugLibraries>true</UseDebugLibraries>
37 <CharacterSet>Unicode</CharacterSet>
38 </PropertyGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020039 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
zeliard8ff24592015-04-27 15:26:32 +090040 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <WholeProgramOptimization>true</WholeProgramOptimization>
43 <CharacterSet>Unicode</CharacterSet>
44 </PropertyGroup>
zeliard179be502015-04-27 14:52:00 +090045 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46 <ImportGroup Label="ExtensionSettings">
47 </ImportGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020048 <ImportGroup Label="PropertySheets">
zeliard179be502015-04-27 14:52:00 +090049 <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" />
zeliard8ff24592015-04-27 15:26:32 +090052 </ImportGroup>
zeliard179be502015-04-27 14:52:00 +090053 <PropertyGroup Label="UserMacros" />
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020054 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070055 <TargetName>interop_client_main</TargetName>
zeliard179be502015-04-27 14:52:00 +090056 </PropertyGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020057 <PropertyGroup Condition="'$(Configuration)'=='Release'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070058 <TargetName>interop_client_main</TargetName>
zeliard8ff24592015-04-27 15:26:32 +090059 </PropertyGroup>
zeliard179be502015-04-27 14:52:00 +090060 <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 "Pixel" Noble1df8ee92015-08-14 02:20:41 +020067 <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>
zeliard179be502015-04-27 14:52:00 +090070 </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>
zeliard179be502015-04-27 14:52:00 +090075 </Link>
76 </ItemDefinitionGroup>
zeliard8ff24592015-04-27 15:26:32 +090077 <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 "Pixel" Noble1df8ee92015-08-14 02:20:41 +020084 <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>
zeliard8ff24592015-04-27 15:26:32 +090087 </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>
zeliard8ff24592015-04-27 15:26:32 +090092 </Link>
93 </ItemDefinitionGroup>
zeliard179be502015-04-27 14:52:00 +090094 <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 "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200103 <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>
zeliard179be502015-04-27 14:52:00 +0900106 </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>
zeliard179be502015-04-27 14:52:00 +0900111 <EnableCOMDATFolding>true</EnableCOMDATFolding>
112 <OptimizeReferences>true</OptimizeReferences>
113 </Link>
114 </ItemDefinitionGroup>
zeliard8ff24592015-04-27 15:26:32 +0900115 <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 "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200124 <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>
zeliard8ff24592015-04-27 15:26:32 +0900127 </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>
zeliard8ff24592015-04-27 15:26:32 +0900132 <EnableCOMDATFolding>true</EnableCOMDATFolding>
133 <OptimizeReferences>true</OptimizeReferences>
134 </Link>
135 </ItemDefinitionGroup>
zeliard179be502015-04-27 14:52:00 +0900136 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700137 <ClInclude Include="..\..\..\test\cpp\interop\interop_client.h" />
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200138 </ItemGroup>
139 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700140 <ClCompile Include="..\..\..\test\proto\empty.pb.cc">
zeliard179be502015-04-27 14:52:00 +0900141 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700142 <ClInclude Include="..\..\..\test\proto\empty.pb.h">
143 </ClInclude>
144 <ClCompile Include="..\..\..\test\proto\empty.grpc.pb.cc">
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200145 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700146 <ClInclude Include="..\..\..\test\proto\empty.grpc.pb.h">
147 </ClInclude>
148 <ClCompile Include="..\..\..\test\proto\messages.pb.cc">
zeliard179be502015-04-27 14:52:00 +0900149 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700150 <ClInclude Include="..\..\..\test\proto\messages.pb.h">
151 </ClInclude>
152 <ClCompile Include="..\..\..\test\proto\messages.grpc.pb.cc">
zeliard179be502015-04-27 14:52:00 +0900153 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700154 <ClInclude Include="..\..\..\test\proto\messages.grpc.pb.h">
155 </ClInclude>
156 <ClCompile Include="..\..\..\test\proto\test.pb.cc">
zeliard179be502015-04-27 14:52:00 +0900157 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700158 <ClInclude Include="..\..\..\test\proto\test.pb.h">
159 </ClInclude>
160 <ClCompile Include="..\..\..\test\proto\test.grpc.pb.cc">
zeliard179be502015-04-27 14:52:00 +0900161 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700162 <ClInclude Include="..\..\..\test\proto\test.grpc.pb.h">
163 </ClInclude>
164 <ClCompile Include="..\..\..\test\cpp\interop\client.cc">
zeliard179be502015-04-27 14:52:00 +0900165 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700166 <ClCompile Include="..\..\..\test\cpp\interop\interop_client.cc">
zeliard179be502015-04-27 14:52:00 +0900167 </ClCompile>
168 </ItemGroup>
169 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700170 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\interop_client_helper\interop_client_helper.vcxproj">
171 <Project>{AE8AE98D-8EB9-D931-AA79-F6AB16234A49}</Project>
zeliard179be502015-04-27 14:52:00 +0900172 </ProjectReference>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700173 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc++_test_util\grpc++_test_util.vcxproj">
174 <Project>{0BE77741-552A-929B-A497-4EF7ECE17A64}</Project>
175 </ProjectReference>
176 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc_test_util\grpc_test_util.vcxproj">
177 <Project>{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}</Project>
178 </ProjectReference>
179 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc++\grpc++.vcxproj">
180 <Project>{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}</Project>
181 </ProjectReference>
182 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj">
183 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
184 </ProjectReference>
185 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\gpr_test_util\gpr_test_util.vcxproj">
zeliard179be502015-04-27 14:52:00 +0900186 <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project>
187 </ProjectReference>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700188 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
189 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
190 </ProjectReference>
191 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc++_test_config\grpc++_test_config.vcxproj">
192 <Project>{3F7D093D-11F9-C4BC-BEB7-18EB28E3F290}</Project>
zeliard179be502015-04-27 14:52:00 +0900193 </ProjectReference>
194 </ItemGroup>
195 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
196 <ImportGroup Label="ExtensionTargets">
197 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700198 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
199 <PropertyGroup>
200 <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>
201 </PropertyGroup>
202 </Target>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +0200203</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700204