blob: d42940933acc40deeac90bde99da4805e6f29822 [file] [log] [blame]
zeliard179be502015-04-27 14:52:00 +09001<?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>{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}</ProjectGuid>
15 </PropertyGroup>
16 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
18 <PlatformToolset>v100</PlatformToolset>
19 </PropertyGroup>
20 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
21 <PlatformToolset>v110</PlatformToolset>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
24 <PlatformToolset>v120</PlatformToolset>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27 <ConfigurationType>StaticLibrary</ConfigurationType>
28 <UseDebugLibraries>true</UseDebugLibraries>
29 <CharacterSet>Unicode</CharacterSet>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <ConfigurationType>StaticLibrary</ConfigurationType>
33 <UseDebugLibraries>false</UseDebugLibraries>
34 <WholeProgramOptimization>true</WholeProgramOptimization>
35 <CharacterSet>Unicode</CharacterSet>
36 </PropertyGroup>
37 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
38 <ImportGroup Label="ExtensionSettings">
39 </ImportGroup>
40 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
41 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
42 <Import Project="..\global.props" />
43 </ImportGroup>
44 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 <Import Project="..\global.props" />
47 </ImportGroup>
48 <PropertyGroup Label="UserMacros" />
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
50 <TargetName>grpc_test_util_unsecure</TargetName>
51 </PropertyGroup>
52 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
53 <TargetName>grpc_test_util_unsecure</TargetName>
54 </PropertyGroup>
55 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56 <ClCompile>
57 <PrecompiledHeader>NotUsing</PrecompiledHeader>
58 <WarningLevel>Level3</WarningLevel>
59 <Optimization>Disabled</Optimization>
60 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61 <SDLCheck>true</SDLCheck>
62 </ClCompile>
63 <Link>
64 <SubSystem>Windows</SubSystem>
65 <GenerateDebugInformation>true</GenerateDebugInformation>
66 </Link>
67 </ItemDefinitionGroup>
68 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69 <ClCompile>
70 <WarningLevel>Level3</WarningLevel>
71 <PrecompiledHeader>NotUsing</PrecompiledHeader>
72 <Optimization>MaxSpeed</Optimization>
73 <FunctionLevelLinking>true</FunctionLevelLinking>
74 <IntrinsicFunctions>true</IntrinsicFunctions>
75 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76 <SDLCheck>true</SDLCheck>
77 </ClCompile>
78 <Link>
79 <SubSystem>Windows</SubSystem>
80 <GenerateDebugInformation>true</GenerateDebugInformation>
81 <EnableCOMDATFolding>true</EnableCOMDATFolding>
82 <OptimizeReferences>true</OptimizeReferences>
83 </Link>
84 </ItemDefinitionGroup>
85 <ItemGroup>
86 <ClCompile Include="..\..\test\core\end2end\cq_verifier.c">
87 </ClCompile>
88 <ClCompile Include="..\..\test\core\iomgr\endpoint_tests.c">
89 </ClCompile>
90 <ClCompile Include="..\..\test\core\statistics\census_log_tests.c">
91 </ClCompile>
92 <ClCompile Include="..\..\test\core\util\grpc_profiler.c">
93 </ClCompile>
94 <ClCompile Include="..\..\test\core\util\parse_hexstring.c">
95 </ClCompile>
96 <ClCompile Include="..\..\test\core\util\port_posix.c">
97 </ClCompile>
98 <ClCompile Include="..\..\test\core\util\port_windows.c">
99 </ClCompile>
100 <ClCompile Include="..\..\test\core\util\slice_splitter.c">
101 </ClCompile>
102 </ItemGroup>
103 <ItemGroup>
104 <ProjectReference Include="..\gpr\gpr.vcxproj">
105 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
106 </ProjectReference>
107 <ProjectReference Include="..\gpr_test_util\gpr_test_util.vcxproj">
108 <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project>
109 </ProjectReference>
110 <ProjectReference Include="..\grpc\grpc.vcxproj">
111 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
112 </ProjectReference>
113 </ItemGroup>
114 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
115 <ImportGroup Label="ExtensionTargets">
116 </ImportGroup>
117</Project>