blob: e6af807bb81c7de20820faaa771b60f4365d3b8b [file] [log] [blame]
jtattermusch97fb3f62014-12-08 15:13:41 -08001<?xml version="1.0" encoding="utf-8"?>
2<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>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}</ProjectGuid>
jtattermusch97fb3f62014-12-08 15:13:41 -080015 </PropertyGroup>
16 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
18 <ConfigurationType>StaticLibrary</ConfigurationType>
19 <UseDebugLibraries>true</UseDebugLibraries>
20 <PlatformToolset>v120</PlatformToolset>
21 <CharacterSet>Unicode</CharacterSet>
jtattermusch98bffb72014-12-09 12:47:19 -080022 <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
jtattermusch97fb3f62014-12-08 15:13:41 -080023 </PropertyGroup>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25 <ConfigurationType>StaticLibrary</ConfigurationType>
26 <UseDebugLibraries>false</UseDebugLibraries>
27 <PlatformToolset>v120</PlatformToolset>
28 <WholeProgramOptimization>true</WholeProgramOptimization>
29 <CharacterSet>Unicode</CharacterSet>
jtattermusch98bffb72014-12-09 12:47:19 -080030 <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
jtattermusch97fb3f62014-12-08 15:13:41 -080031 </PropertyGroup>
32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33 <ImportGroup Label="ExtensionSettings">
34 </ImportGroup>
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
nnoble5447c542014-12-16 10:23:54 -080037 <Import Project="global.props" />
jtattermusch97fb3f62014-12-08 15:13:41 -080038 </ImportGroup>
39 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
nnoble5447c542014-12-16 10:23:54 -080041 <Import Project="global.props" />
jtattermusch97fb3f62014-12-08 15:13:41 -080042 </ImportGroup>
43 <PropertyGroup Label="UserMacros" />
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080044 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45 <TargetName>grpc_test_util</TargetName>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48 <TargetName>grpc_test_util</TargetName>
49 </PropertyGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -080050 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51 <ClCompile>
52 <PrecompiledHeader>NotUsing</PrecompiledHeader>
53 <WarningLevel>Level3</WarningLevel>
54 <Optimization>Disabled</Optimization>
jtattermusch98bffb72014-12-09 12:47:19 -080055 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
jtattermusch97fb3f62014-12-08 15:13:41 -080056 <SDLCheck>true</SDLCheck>
jtattermusch97fb3f62014-12-08 15:13:41 -080057 </ClCompile>
58 <Link>
59 <SubSystem>Windows</SubSystem>
60 <GenerateDebugInformation>true</GenerateDebugInformation>
61 </Link>
62 </ItemDefinitionGroup>
63 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64 <ClCompile>
65 <WarningLevel>Level3</WarningLevel>
66 <PrecompiledHeader>NotUsing</PrecompiledHeader>
67 <Optimization>MaxSpeed</Optimization>
68 <FunctionLevelLinking>true</FunctionLevelLinking>
69 <IntrinsicFunctions>true</IntrinsicFunctions>
jtattermusch98bffb72014-12-09 12:47:19 -080070 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
jtattermusch97fb3f62014-12-08 15:13:41 -080071 <SDLCheck>true</SDLCheck>
jtattermusch97fb3f62014-12-08 15:13:41 -080072 </ClCompile>
73 <Link>
74 <SubSystem>Windows</SubSystem>
75 <GenerateDebugInformation>true</GenerateDebugInformation>
76 <EnableCOMDATFolding>true</EnableCOMDATFolding>
77 <OptimizeReferences>true</OptimizeReferences>
78 </Link>
79 </ItemDefinitionGroup>
80 <ItemGroup>
ctiller2bbb6c42014-12-17 09:44:44 -080081 <ClCompile Include="..\..\test\core\end2end\cq_verifier.c">
82 </ClCompile>
chenw97fd9e52014-12-19 17:12:36 -080083 <ClCompile Include="..\..\test\core\end2end\data\prod_roots_certs.c">
ctiller2bbb6c42014-12-17 09:44:44 -080084 </ClCompile>
85 <ClCompile Include="..\..\test\core\end2end\data\server1_cert.c">
86 </ClCompile>
87 <ClCompile Include="..\..\test\core\end2end\data\server1_key.c">
88 </ClCompile>
Craig Tiller17ec5f92015-01-18 11:30:41 -080089 <ClCompile Include="..\..\test\core\end2end\data\test_root_cert.c">
90 </ClCompile>
ctiller2bbb6c42014-12-17 09:44:44 -080091 <ClCompile Include="..\..\test\core\iomgr\endpoint_tests.c">
92 </ClCompile>
93 <ClCompile Include="..\..\test\core\statistics\census_log_tests.c">
94 </ClCompile>
95 <ClCompile Include="..\..\test\core\transport\transport_end2end_tests.c">
96 </ClCompile>
jtattermusch97fb3f62014-12-08 15:13:41 -080097 <ClCompile Include="..\..\test\core\util\grpc_profiler.c">
98 </ClCompile>
nnoble5f2ecb32015-01-12 16:40:18 -080099 <ClCompile Include="..\..\test\core\util\parse_hexstring.c">
jtattermusch97fb3f62014-12-08 15:13:41 -0800100 </ClCompile>
Craig Tiller17ec5f92015-01-18 11:30:41 -0800101 <ClCompile Include="..\..\test\core\util\port_posix.c">
102 </ClCompile>
nnoble5f2ecb32015-01-12 16:40:18 -0800103 <ClCompile Include="..\..\test\core\util\slice_splitter.c">
jtattermusch97fb3f62014-12-08 15:13:41 -0800104 </ClCompile>
jtattermusch97fb3f62014-12-08 15:13:41 -0800105 </ItemGroup>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800106 <ItemGroup>
107 <ProjectReference Include="gpr.vcxproj">
108 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
109 </ProjectReference>
110 <ProjectReference Include="grpc.vcxproj">
111 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
112 </ProjectReference>
113 </ItemGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -0800114 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
115 <ImportGroup Label="ExtensionTargets">
116 </ImportGroup>
117</Project>