blob: 5325430aec641df96406d1b4d4cc53abcd50f568 [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">
22 <ProjectGuid>{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}</ProjectGuid>
23 </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" />
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020050 <Import Project="..\winsock.props" />
zeliard8ff24592015-04-27 15:26:32 +090051 <Import Project="..\global.props" />
52 </ImportGroup>
zeliard179be502015-04-27 14:52:00 +090053 <PropertyGroup Label="UserMacros" />
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020054 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
zeliard179be502015-04-27 14:52:00 +090055 <TargetName>grpc_test_util_unsecure</TargetName>
56 </PropertyGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020057 <PropertyGroup Condition="'$(Configuration)'=='Release'">
zeliard8ff24592015-04-27 15:26:32 +090058 <TargetName>grpc_test_util_unsecure</TargetName>
59 </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>
zeliard179be502015-04-27 14:52:00 +090068 </ClCompile>
69 <Link>
70 <SubSystem>Windows</SubSystem>
71 <GenerateDebugInformation>true</GenerateDebugInformation>
72 </Link>
73 </ItemDefinitionGroup>
zeliard8ff24592015-04-27 15:26:32 +090074 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75 <ClCompile>
76 <PrecompiledHeader>NotUsing</PrecompiledHeader>
77 <WarningLevel>Level3</WarningLevel>
78 <Optimization>Disabled</Optimization>
79 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
80 <SDLCheck>true</SDLCheck>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020081 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
zeliard8ff24592015-04-27 15:26:32 +090082 </ClCompile>
83 <Link>
84 <SubSystem>Windows</SubSystem>
85 <GenerateDebugInformation>true</GenerateDebugInformation>
86 </Link>
87 </ItemDefinitionGroup>
zeliard179be502015-04-27 14:52:00 +090088 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
89 <ClCompile>
90 <WarningLevel>Level3</WarningLevel>
91 <PrecompiledHeader>NotUsing</PrecompiledHeader>
92 <Optimization>MaxSpeed</Optimization>
93 <FunctionLevelLinking>true</FunctionLevelLinking>
94 <IntrinsicFunctions>true</IntrinsicFunctions>
95 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96 <SDLCheck>true</SDLCheck>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020097 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
zeliard179be502015-04-27 14:52:00 +090098 </ClCompile>
99 <Link>
100 <SubSystem>Windows</SubSystem>
101 <GenerateDebugInformation>true</GenerateDebugInformation>
102 <EnableCOMDATFolding>true</EnableCOMDATFolding>
103 <OptimizeReferences>true</OptimizeReferences>
104 </Link>
105 </ItemDefinitionGroup>
zeliard8ff24592015-04-27 15:26:32 +0900106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
107 <ClCompile>
108 <WarningLevel>Level3</WarningLevel>
109 <PrecompiledHeader>NotUsing</PrecompiledHeader>
110 <Optimization>MaxSpeed</Optimization>
111 <FunctionLevelLinking>true</FunctionLevelLinking>
112 <IntrinsicFunctions>true</IntrinsicFunctions>
113 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114 <SDLCheck>true</SDLCheck>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200115 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
zeliard8ff24592015-04-27 15:26:32 +0900116 </ClCompile>
117 <Link>
118 <SubSystem>Windows</SubSystem>
119 <GenerateDebugInformation>true</GenerateDebugInformation>
120 <EnableCOMDATFolding>true</EnableCOMDATFolding>
121 <OptimizeReferences>true</OptimizeReferences>
122 </Link>
123 </ItemDefinitionGroup>
zeliard179be502015-04-27 14:52:00 +0900124 <ItemGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200125 <ClInclude Include="..\..\test\core\end2end\cq_verifier.h" />
126 <ClInclude Include="..\..\test\core\end2end\fixtures\proxy.h" />
127 <ClInclude Include="..\..\test\core\iomgr\endpoint_tests.h" />
128 <ClInclude Include="..\..\test\core\security\oauth2_utils.h" />
129 <ClInclude Include="..\..\test\core\util\grpc_profiler.h" />
130 <ClInclude Include="..\..\test\core\util\parse_hexstring.h" />
131 <ClInclude Include="..\..\test\core\util\port.h" />
132 <ClInclude Include="..\..\test\core\util\slice_splitter.h" />
133 </ItemGroup>
134 <ItemGroup>
zeliard179be502015-04-27 14:52:00 +0900135 <ClCompile Include="..\..\test\core\end2end\cq_verifier.c">
136 </ClCompile>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200137 <ClCompile Include="..\..\test\core\end2end\fixtures\proxy.c">
138 </ClCompile>
zeliard179be502015-04-27 14:52:00 +0900139 <ClCompile Include="..\..\test\core\iomgr\endpoint_tests.c">
140 </ClCompile>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200141 <ClCompile Include="..\..\test\core\security\oauth2_utils.c">
zeliard179be502015-04-27 14:52:00 +0900142 </ClCompile>
143 <ClCompile Include="..\..\test\core\util\grpc_profiler.c">
144 </ClCompile>
145 <ClCompile Include="..\..\test\core\util\parse_hexstring.c">
146 </ClCompile>
147 <ClCompile Include="..\..\test\core\util\port_posix.c">
148 </ClCompile>
149 <ClCompile Include="..\..\test\core\util\port_windows.c">
150 </ClCompile>
151 <ClCompile Include="..\..\test\core\util\slice_splitter.c">
152 </ClCompile>
153 </ItemGroup>
154 <ItemGroup>
155 <ProjectReference Include="..\gpr\gpr.vcxproj">
156 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
157 </ProjectReference>
158 <ProjectReference Include="..\gpr_test_util\gpr_test_util.vcxproj">
159 <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project>
160 </ProjectReference>
161 <ProjectReference Include="..\grpc\grpc.vcxproj">
162 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
163 </ProjectReference>
164 </ItemGroup>
165 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
166 <ImportGroup Label="ExtensionTargets">
167 </ImportGroup>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +0200168</Project>