blob: f09affe2e9b29090256d23fadc98ff63dbd64856 [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">
Jan Tattermusch4e5b91f2015-12-01 08:08:41 -08003 <Import Project="..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props" Condition="Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\1.0.204.1.props')" />
nnoble5f2ecb32015-01-12 16:40:18 -08004 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug|Win32">
6 <Configuration>Debug</Configuration>
7 <Platform>Win32</Platform>
8 </ProjectConfiguration>
zeliard292adfe2015-04-22 15:08:36 +09009 <ProjectConfiguration Include="Debug|x64">
10 <Configuration>Debug</Configuration>
11 <Platform>x64</Platform>
12 </ProjectConfiguration>
nnoble5f2ecb32015-01-12 16:40:18 -080013 <ProjectConfiguration Include="Release|Win32">
14 <Configuration>Release</Configuration>
15 <Platform>Win32</Platform>
16 </ProjectConfiguration>
zeliard292adfe2015-04-22 15:08:36 +090017 <ProjectConfiguration Include="Release|x64">
18 <Configuration>Release</Configuration>
19 <Platform>x64</Platform>
20 </ProjectConfiguration>
nnoble5f2ecb32015-01-12 16:40:18 -080021 </ItemGroup>
22 <PropertyGroup Label="Globals">
Craig Tiller02a7bed2015-08-31 15:54:05 -070023 <ProjectGuid>{5AFE7D17-A4A7-D68E-4491-CBC852F9D2A0}</ProjectGuid>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080024 <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>
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">
Craig Tiller02a7bed2015-08-31 15:54:05 -070040 <ConfigurationType>Application</ConfigurationType>
nnoble5f2ecb32015-01-12 16:40:18 -080041 <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">
Craig Tiller02a7bed2015-08-31 15:54:05 -070045 <ConfigurationType>Application</ConfigurationType>
zeliard292adfe2015-04-22 15:08:36 +090046 <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 Tiller02a7bed2015-08-31 15:54:05 -070055 <Import Project="..\..\..\..\vsprojects\global.props" />
56 <Import Project="..\..\..\..\vsprojects\openssl.props" />
Craig Tiller02a7bed2015-08-31 15:54:05 -070057 <Import Project="..\..\..\..\vsprojects\winsock.props" />
58 <Import Project="..\..\..\..\vsprojects\zlib.props" />
zeliard292adfe2015-04-22 15:08:36 +090059 </ImportGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080060 <PropertyGroup Label="UserMacros" />
Nicolas Noble563b8a22015-07-30 15:39:43 -070061 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070062 <TargetName>compression_test</TargetName>
Craig Tiller3c2577e2015-09-01 09:07:44 -070063 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
64 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
65 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080066 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070067 <PropertyGroup Condition="'$(Configuration)'=='Release'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070068 <TargetName>compression_test</TargetName>
Craig Tiller3c2577e2015-09-01 09:07:44 -070069 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080070 <Configuration-grpc_dependencies_zlib>Release</Configuration-grpc_dependencies_zlib>
71 <Configuration-grpc_dependencies_openssl>Release</Configuration-grpc_dependencies_openssl>
zeliard292adfe2015-04-22 15:08:36 +090072 </PropertyGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080073 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <ClCompile>
75 <PrecompiledHeader>NotUsing</PrecompiledHeader>
76 <WarningLevel>Level3</WarningLevel>
77 <Optimization>Disabled</Optimization>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080078 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
nnoble5f2ecb32015-01-12 16:40:18 -080079 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070080 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070081 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070082 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080083 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
nnoble5f2ecb32015-01-12 16:40:18 -080084 </ClCompile>
85 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -070086 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070087 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
88 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
nnoble5f2ecb32015-01-12 16:40:18 -080089 </Link>
90 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +090091 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
92 <ClCompile>
93 <PrecompiledHeader>NotUsing</PrecompiledHeader>
94 <WarningLevel>Level3</WarningLevel>
95 <Optimization>Disabled</Optimization>
96 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070098 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070099 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700100 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800101 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
zeliard292adfe2015-04-22 15:08:36 +0900102 </ClCompile>
103 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700104 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700105 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
106 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +0900107 </Link>
108 </ItemDefinitionGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
110 <ClCompile>
111 <WarningLevel>Level3</WarningLevel>
112 <PrecompiledHeader>NotUsing</PrecompiledHeader>
113 <Optimization>MaxSpeed</Optimization>
114 <FunctionLevelLinking>true</FunctionLevelLinking>
115 <IntrinsicFunctions>true</IntrinsicFunctions>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800116 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
nnoble5f2ecb32015-01-12 16:40:18 -0800117 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700118 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700119 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700120 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800121 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
nnoble5f2ecb32015-01-12 16:40:18 -0800122 </ClCompile>
123 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700124 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700125 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
126 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
nnoble5f2ecb32015-01-12 16:40:18 -0800127 <EnableCOMDATFolding>true</EnableCOMDATFolding>
128 <OptimizeReferences>true</OptimizeReferences>
129 </Link>
130 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +0900131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
132 <ClCompile>
133 <WarningLevel>Level3</WarningLevel>
134 <PrecompiledHeader>NotUsing</PrecompiledHeader>
135 <Optimization>MaxSpeed</Optimization>
136 <FunctionLevelLinking>true</FunctionLevelLinking>
137 <IntrinsicFunctions>true</IntrinsicFunctions>
138 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700140 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700141 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700142 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800143 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
zeliard292adfe2015-04-22 15:08:36 +0900144 </ClCompile>
145 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700146 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700147 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
148 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +0900149 <EnableCOMDATFolding>true</EnableCOMDATFolding>
150 <OptimizeReferences>true</OptimizeReferences>
151 </Link>
152 </ItemDefinitionGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800153 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700154 <ClCompile Include="..\..\..\..\test\core\compression\compression_test.c">
nnoble5f2ecb32015-01-12 16:40:18 -0800155 </ClCompile>
156 </ItemGroup>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800157 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700158 <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\grpc_test_util\grpc_test_util.vcxproj">
159 <Project>{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}</Project>
160 </ProjectReference>
161 <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj">
162 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
163 </ProjectReference>
164 <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\gpr_test_util\gpr_test_util.vcxproj">
165 <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project>
166 </ProjectReference>
167 <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800168 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
169 </ProjectReference>
170 </ItemGroup>
Craig Tiller3c2577e2015-09-01 09:07:44 -0700171 <ItemGroup>
172 <None Include="packages.config" />
173 </ItemGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800174 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
175 <ImportGroup Label="ExtensionTargets">
Jan Tattermusch4e5b91f2015-12-01 08:08:41 -0800176 <Import Project="..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
177 <Import Project="..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets" Condition="Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
178 <Import Project="..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets" Condition="Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
179 <Import Project="..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets" Condition="Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
nnoble5f2ecb32015-01-12 16:40:18 -0800180 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700181 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
182 <PropertyGroup>
183 <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>
184 </PropertyGroup>
Jan Tattermusch4e5b91f2015-12-01 08:08:41 -0800185 <Error Condition="!Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" />
186 <Error Condition="!Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" />
187 <Error Condition="!Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" />
188 <Error Condition="!Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" />
189 <Error Condition="!Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700190 </Target>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +0200191</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700192