blob: 93a2a718266120cbadcc56a7ca8ba052f7131d71 [file] [log] [blame]
zeliard292adfe2015-04-22 15:08:36 +09001<?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">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
zeliard292adfe2015-04-22 15:08:36 +09008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
nnoble5f2ecb32015-01-12 16:40:18 -080012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
zeliard292adfe2015-04-22 15:08:36 +090016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
nnoble5f2ecb32015-01-12 16:40:18 -080020 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</ProjectGuid>
23 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070025 <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>
nnoble5f2ecb32015-01-12 16:40:18 -080034 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <UseDebugLibraries>true</UseDebugLibraries>
nnoble5f2ecb32015-01-12 16:40:18 -080037 <CharacterSet>Unicode</CharacterSet>
nnoble5f2ecb32015-01-12 16:40:18 -080038 </PropertyGroup>
zeliard292adfe2015-04-22 15:08:36 +090039 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>true</UseDebugLibraries>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080044 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
45 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
nnoble5f2ecb32015-01-12 16:40:18 -080047 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
nnoble5f2ecb32015-01-12 16:40:18 -080049 </PropertyGroup>
zeliard292adfe2015-04-22 15:08:36 +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>
nnoble5f2ecb32015-01-12 16:40:18 -080056 <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" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070061 <Import Project="..\global.props" />
nnoble5f2ecb32015-01-12 16:40:18 -080062 </ImportGroup>
zeliard292adfe2015-04-22 15:08:36 +090063 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
64 <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>
nnoble5f2ecb32015-01-12 16:40:18 -080067 <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" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070069 <Import Project="..\global.props" />
nnoble5f2ecb32015-01-12 16:40:18 -080070 </ImportGroup>
zeliard292adfe2015-04-22 15:08:36 +090071 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
72 <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>
nnoble5f2ecb32015-01-12 16:40:18 -080075 <PropertyGroup Label="UserMacros" />
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080076 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77 <TargetName>gpr_test_util</TargetName>
78 </PropertyGroup>
zeliard292adfe2015-04-22 15:08:36 +090079 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80 <TargetName>gpr_test_util</TargetName>
81 </PropertyGroup>
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080082 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83 <TargetName>gpr_test_util</TargetName>
84 </PropertyGroup>
zeliard292adfe2015-04-22 15:08:36 +090085 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86 <TargetName>gpr_test_util</TargetName>
87 </PropertyGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080088 <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>
zeliard292adfe2015-04-22 15:08:36 +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>
nnoble5f2ecb32015-01-12 16:40:18 -0800114 <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>
zeliard292adfe2015-04-22 15:08:36 +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>
nnoble5f2ecb32015-01-12 16:40:18 -0800148 <ItemGroup>
Yang Gao929481e2015-04-01 13:58:25 -0700149 <ClInclude Include="..\..\test\core\util\test_config.h" />
150 </ItemGroup>
151 <ItemGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800152 <ClCompile Include="..\..\test\core\util\test_config.c">
153 </ClCompile>
154 </ItemGroup>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800155 <ItemGroup>
Jan Tattermusch8ff00a32015-04-20 18:43:06 -0700156 <ProjectReference Include="..\gpr\gpr.vcxproj">
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800157 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
158 </ProjectReference>
159 </ItemGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800160 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
161 <ImportGroup Label="ExtensionTargets">
162 </ImportGroup>
zeliard292adfe2015-04-22 15:08:36 +0900163</Project>