blob: 4c99988a34c482f55a4e8f9749ab54fa404db885 [file] [log] [blame]
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +02001<?xml version="1.0" encoding="utf-8"?>
nnoble5f2ecb32015-01-12 16:40:18 -08002<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>
zeliard292adfe2015-04-22 15:08:36 +09008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
nnoble5f2ecb32015-01-12 16:40:18 -080012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
zeliard292adfe2015-04-22 15:08:36 +090016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
nnoble5f2ecb32015-01-12 16:40:18 -080020 </ItemGroup>
21 <PropertyGroup Label="Globals">
Craig Tiller02a7bed2015-08-31 15:54:05 -070022 <ProjectGuid>{F55BEA2C-B61D-AAFE-CA15-223B8AC0DE5A}</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>
nnoble5f2ecb32015-01-12 16:40:18 -080025 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070027 <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">
nnoble5f2ecb32015-01-12 16:40:18 -080040 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>true</UseDebugLibraries>
nnoble5f2ecb32015-01-12 16:40:18 -080042 <CharacterSet>Unicode</CharacterSet>
nnoble5f2ecb32015-01-12 16:40:18 -080043 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070044 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
zeliard292adfe2015-04-22 15:08:36 +090045 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080050 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070053 <ImportGroup Label="PropertySheets">
nnoble5f2ecb32015-01-12 16:40:18 -080054 <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" />
zeliard292adfe2015-04-22 15:08:36 +090057 </ImportGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080058 <PropertyGroup Label="UserMacros" />
Nicolas Noble563b8a22015-07-30 15:39:43 -070059 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070060 <TargetName>interop_server_helper</TargetName>
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080061 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070062 <PropertyGroup Condition="'$(Configuration)'=='Release'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070063 <TargetName>interop_server_helper</TargetName>
zeliard292adfe2015-04-22 15:08:36 +090064 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080065 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
nnoble5f2ecb32015-01-12 16:40:18 -080066 <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>
nnoble5f2ecb32015-01-12 16:40:18 -080071 <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>
nnoble5f2ecb32015-01-12 16:40:18 -080076 </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>
nnoble5f2ecb32015-01-12 16:40:18 -080081 </Link>
82 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080083
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
zeliard292adfe2015-04-22 15:08:36 +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 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>
zeliard292adfe2015-04-22 15:08:36 +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>
zeliard292adfe2015-04-22 15:08:36 +0900100 </Link>
101 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800102
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
nnoble5f2ecb32015-01-12 16:40:18 -0800104 <ClCompile>
nnoble5f2ecb32015-01-12 16:40:18 -0800105 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800106 <WarningLevel>Level3</WarningLevel>
nnoble5f2ecb32015-01-12 16:40:18 -0800107 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800108 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
nnoble5f2ecb32015-01-12 16:40:18 -0800109 <FunctionLevelLinking>true</FunctionLevelLinking>
110 <IntrinsicFunctions>true</IntrinsicFunctions>
nnoble5f2ecb32015-01-12 16:40:18 -0800111 <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>
nnoble5f2ecb32015-01-12 16:40:18 -0800116 </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>
nnoble5f2ecb32015-01-12 16:40:18 -0800121 <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'">
zeliard292adfe2015-04-22 15:08:36 +0900127 <ClCompile>
zeliard292adfe2015-04-22 15:08:36 +0900128 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800129 <WarningLevel>Level3</WarningLevel>
zeliard292adfe2015-04-22 15:08:36 +0900130 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800131 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
zeliard292adfe2015-04-22 15:08:36 +0900132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
zeliard292adfe2015-04-22 15:08:36 +0900134 <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>
zeliard292adfe2015-04-22 15:08:36 +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>
zeliard292adfe2015-04-22 15:08:36 +0900144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800148
nnoble5f2ecb32015-01-12 16:40:18 -0800149 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800150 <ClInclude Include="$(SolutionDir)\..\test\cpp\interop\server_helper.h" />
Yang Gao929481e2015-04-01 13:58:25 -0700151 </ItemGroup>
152 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800153 <ClCompile Include="$(SolutionDir)\..\test\cpp\interop\server_helper.cc">
nnoble5f2ecb32015-01-12 16:40:18 -0800154 </ClCompile>
155 </ItemGroup>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800156 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800157 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_test_util\grpc_test_util.vcxproj">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700158 <Project>{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}</Project>
159 </ProjectReference>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800160 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc++\grpc++.vcxproj">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700161 <Project>{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}</Project>
162 </ProjectReference>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800163 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700164 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
165 </ProjectReference>
Craig Tillerda179ce2016-02-09 12:01:53 -0800166 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
167 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
168 </ProjectReference>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800169 </ItemGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800170 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
171 <ImportGroup Label="ExtensionTargets">
172 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700173 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
174 <PropertyGroup>
175 <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>
176 </PropertyGroup>
177 </Target>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +0200178</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700179