blob: b1c2f67fc4937fb758553dcf893bfecebdcfb45e [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">
Craig Tiller3c2577e2015-09-01 09:07:44 -07003 <Import Project="..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.props" Condition="Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\1.0.2.3.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>{10668A5D-65CD-F530-22D0-747B395B4C26}</ProjectGuid>
nnoble5f2ecb32015-01-12 16:40:18 -080024 </PropertyGroup>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070026 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
27 <PlatformToolset>v100</PlatformToolset>
28 </PropertyGroup>
29 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
30 <PlatformToolset>v110</PlatformToolset>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
33 <PlatformToolset>v120</PlatformToolset>
34 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070035 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
Craig Tiller02a7bed2015-08-31 15:54:05 -070036 <ConfigurationType>Application</ConfigurationType>
nnoble5f2ecb32015-01-12 16:40:18 -080037 <UseDebugLibraries>true</UseDebugLibraries>
nnoble5f2ecb32015-01-12 16:40:18 -080038 <CharacterSet>Unicode</CharacterSet>
nnoble5f2ecb32015-01-12 16:40:18 -080039 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070040 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
Craig Tiller02a7bed2015-08-31 15:54:05 -070041 <ConfigurationType>Application</ConfigurationType>
zeliard292adfe2015-04-22 15:08:36 +090042 <UseDebugLibraries>false</UseDebugLibraries>
43 <WholeProgramOptimization>true</WholeProgramOptimization>
44 <CharacterSet>Unicode</CharacterSet>
45 </PropertyGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080046 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
47 <ImportGroup Label="ExtensionSettings">
48 </ImportGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070049 <ImportGroup Label="PropertySheets">
nnoble5f2ecb32015-01-12 16:40:18 -080050 <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 -070051 <Import Project="..\..\..\..\vsprojects\global.props" />
52 <Import Project="..\..\..\..\vsprojects\openssl.props" />
Craig Tiller02a7bed2015-08-31 15:54:05 -070053 <Import Project="..\..\..\..\vsprojects\winsock.props" />
54 <Import Project="..\..\..\..\vsprojects\zlib.props" />
zeliard292adfe2015-04-22 15:08:36 +090055 </ImportGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080056 <PropertyGroup Label="UserMacros" />
Nicolas Noble563b8a22015-07-30 15:39:43 -070057 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070058 <TargetName>gpr_cmdline_test</TargetName>
Craig Tiller3c2577e2015-09-01 09:07:44 -070059 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
60 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
61 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080062 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070063 <PropertyGroup Condition="'$(Configuration)'=='Release'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070064 <TargetName>gpr_cmdline_test</TargetName>
Craig Tiller3c2577e2015-09-01 09:07:44 -070065 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
66 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
67 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
zeliard292adfe2015-04-22 15:08:36 +090068 </PropertyGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080069 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70 <ClCompile>
71 <PrecompiledHeader>NotUsing</PrecompiledHeader>
72 <WarningLevel>Level3</WarningLevel>
73 <Optimization>Disabled</Optimization>
74 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070076 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070077 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070078 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
nnoble5f2ecb32015-01-12 16:40:18 -080079 </ClCompile>
80 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -070081 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070082 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
83 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
nnoble5f2ecb32015-01-12 16:40:18 -080084 </Link>
85 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +090086 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
87 <ClCompile>
88 <PrecompiledHeader>NotUsing</PrecompiledHeader>
89 <WarningLevel>Level3</WarningLevel>
90 <Optimization>Disabled</Optimization>
91 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070093 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070094 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070095 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
zeliard292adfe2015-04-22 15:08:36 +090096 </ClCompile>
97 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -070098 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070099 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
100 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +0900101 </Link>
102 </ItemDefinitionGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
104 <ClCompile>
105 <WarningLevel>Level3</WarningLevel>
106 <PrecompiledHeader>NotUsing</PrecompiledHeader>
107 <Optimization>MaxSpeed</Optimization>
108 <FunctionLevelLinking>true</FunctionLevelLinking>
109 <IntrinsicFunctions>true</IntrinsicFunctions>
110 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111 <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>
nnoble5f2ecb32015-01-12 16:40:18 -0800115 </ClCompile>
116 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700117 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700118 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
119 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
nnoble5f2ecb32015-01-12 16:40:18 -0800120 <EnableCOMDATFolding>true</EnableCOMDATFolding>
121 <OptimizeReferences>true</OptimizeReferences>
122 </Link>
123 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +0900124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
125 <ClCompile>
126 <WarningLevel>Level3</WarningLevel>
127 <PrecompiledHeader>NotUsing</PrecompiledHeader>
128 <Optimization>MaxSpeed</Optimization>
129 <FunctionLevelLinking>true</FunctionLevelLinking>
130 <IntrinsicFunctions>true</IntrinsicFunctions>
131 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700133 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700134 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700135 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
zeliard292adfe2015-04-22 15:08:36 +0900136 </ClCompile>
137 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700138 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700139 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
140 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +0900141 <EnableCOMDATFolding>true</EnableCOMDATFolding>
142 <OptimizeReferences>true</OptimizeReferences>
143 </Link>
144 </ItemDefinitionGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800145 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700146 <ClCompile Include="..\..\..\..\test\core\support\cmdline_test.c">
nnoble5f2ecb32015-01-12 16:40:18 -0800147 </ClCompile>
148 </ItemGroup>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800149 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700150 <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\gpr_test_util\gpr_test_util.vcxproj">
151 <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project>
152 </ProjectReference>
153 <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800154 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
155 </ProjectReference>
156 </ItemGroup>
Craig Tiller3c2577e2015-09-01 09:07:44 -0700157 <ItemGroup>
158 <None Include="packages.config" />
159 </ItemGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800160 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
161 <ImportGroup Label="ExtensionTargets">
Craig Tiller3c2577e2015-09-01 09:07:44 -0700162 <Import Project="..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
163 <Import Project="..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets" Condition="Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
164 <Import Project="..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.2.3\build\native\grpc.dependencies.openssl.redist.targets" Condition="Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.2.3\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
165 <Import Project="..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.targets" Condition="Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
nnoble5f2ecb32015-01-12 16:40:18 -0800166 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700167 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
168 <PropertyGroup>
169 <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>
170 </PropertyGroup>
Craig Tiller3c2577e2015-09-01 09:07:44 -0700171 <Error Condition="!Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets')" />
172 <Error Condition="!Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets')" />
173 <Error Condition="!Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.2.3\build\native\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.2.3\build\native\grpc.dependencies.openssl.redist.targets')" />
174 <Error Condition="!Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.props')" />
175 <Error Condition="!Exists('..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.targets')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700176 </Target>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +0200177</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700178