blob: f73f2dd088728bc681c6b465c28826baec2907cd [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>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <UseDebugLibraries>true</UseDebugLibraries>
37 <CharacterSet>Unicode</CharacterSet>
38 </PropertyGroup>
zeliard8ff24592015-04-27 15:26:32 +090039 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>true</UseDebugLibraries>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
zeliard179be502015-04-27 14:52:00 +090044 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
45 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
zeliard8ff24592015-04-27 15:26:32 +090050 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
51 <ConfigurationType>StaticLibrary</ConfigurationType>
52 <UseDebugLibraries>false</UseDebugLibraries>
53 <WholeProgramOptimization>true</WholeProgramOptimization>
54 <CharacterSet>Unicode</CharacterSet>
55 </PropertyGroup>
zeliard179be502015-04-27 14:52:00 +090056 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57 <ImportGroup Label="ExtensionSettings">
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <Import Project="..\global.props" />
62 </ImportGroup>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +020063 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
zeliard8ff24592015-04-27 15:26:32 +090064 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="..\global.props" />
66 </ImportGroup>
zeliard179be502015-04-27 14:52:00 +090067 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69 <Import Project="..\global.props" />
70 </ImportGroup>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +020071 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
zeliard8ff24592015-04-27 15:26:32 +090072 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 <Import Project="..\global.props" />
74 </ImportGroup>
zeliard179be502015-04-27 14:52:00 +090075 <PropertyGroup Label="UserMacros" />
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77 <TargetName>grpc_test_util_unsecure</TargetName>
78 </PropertyGroup>
zeliard8ff24592015-04-27 15:26:32 +090079 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80 <TargetName>grpc_test_util_unsecure</TargetName>
81 </PropertyGroup>
zeliard179be502015-04-27 14:52:00 +090082 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83 <TargetName>grpc_test_util_unsecure</TargetName>
84 </PropertyGroup>
zeliard8ff24592015-04-27 15:26:32 +090085 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86 <TargetName>grpc_test_util_unsecure</TargetName>
87 </PropertyGroup>
zeliard179be502015-04-27 14:52:00 +090088 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89 <ClCompile>
90 <PrecompiledHeader>NotUsing</PrecompiledHeader>
91 <WarningLevel>Level3</WarningLevel>
92 <Optimization>Disabled</Optimization>
93 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <SDLCheck>true</SDLCheck>
95 </ClCompile>
96 <Link>
97 <SubSystem>Windows</SubSystem>
98 <GenerateDebugInformation>true</GenerateDebugInformation>
99 </Link>
100 </ItemDefinitionGroup>
zeliard8ff24592015-04-27 15:26:32 +0900101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
102 <ClCompile>
103 <PrecompiledHeader>NotUsing</PrecompiledHeader>
104 <WarningLevel>Level3</WarningLevel>
105 <Optimization>Disabled</Optimization>
106 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107 <SDLCheck>true</SDLCheck>
108 </ClCompile>
109 <Link>
110 <SubSystem>Windows</SubSystem>
111 <GenerateDebugInformation>true</GenerateDebugInformation>
112 </Link>
113 </ItemDefinitionGroup>
zeliard179be502015-04-27 14:52:00 +0900114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
115 <ClCompile>
116 <WarningLevel>Level3</WarningLevel>
117 <PrecompiledHeader>NotUsing</PrecompiledHeader>
118 <Optimization>MaxSpeed</Optimization>
119 <FunctionLevelLinking>true</FunctionLevelLinking>
120 <IntrinsicFunctions>true</IntrinsicFunctions>
121 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122 <SDLCheck>true</SDLCheck>
123 </ClCompile>
124 <Link>
125 <SubSystem>Windows</SubSystem>
126 <GenerateDebugInformation>true</GenerateDebugInformation>
127 <EnableCOMDATFolding>true</EnableCOMDATFolding>
128 <OptimizeReferences>true</OptimizeReferences>
129 </Link>
130 </ItemDefinitionGroup>
zeliard8ff24592015-04-27 15:26:32 +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>
140 </ClCompile>
141 <Link>
142 <SubSystem>Windows</SubSystem>
143 <GenerateDebugInformation>true</GenerateDebugInformation>
144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 </ItemDefinitionGroup>
zeliard179be502015-04-27 14:52:00 +0900148 <ItemGroup>
149 <ClCompile Include="..\..\test\core\end2end\cq_verifier.c">
150 </ClCompile>
151 <ClCompile Include="..\..\test\core\iomgr\endpoint_tests.c">
152 </ClCompile>
153 <ClCompile Include="..\..\test\core\statistics\census_log_tests.c">
154 </ClCompile>
155 <ClCompile Include="..\..\test\core\util\grpc_profiler.c">
156 </ClCompile>
157 <ClCompile Include="..\..\test\core\util\parse_hexstring.c">
158 </ClCompile>
159 <ClCompile Include="..\..\test\core\util\port_posix.c">
160 </ClCompile>
161 <ClCompile Include="..\..\test\core\util\port_windows.c">
162 </ClCompile>
163 <ClCompile Include="..\..\test\core\util\slice_splitter.c">
164 </ClCompile>
165 </ItemGroup>
166 <ItemGroup>
167 <ProjectReference Include="..\gpr\gpr.vcxproj">
168 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
169 </ProjectReference>
170 <ProjectReference Include="..\gpr_test_util\gpr_test_util.vcxproj">
171 <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project>
172 </ProjectReference>
173 <ProjectReference Include="..\grpc\grpc.vcxproj">
174 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
175 </ProjectReference>
176 </ItemGroup>
177 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
178 <ImportGroup Label="ExtensionTargets">
179 </ImportGroup>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +0200180</Project>