blob: fa56d2a09958646a4a63d5e51ddc6b222a08f025 [file] [log] [blame]
David Garcia Quintasd71ff052016-02-16 16:12:48 -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="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
David Garcia Quintasaee7cf12016-02-19 14:05:47 -080022 <ProjectGuid>{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}</ProjectGuid>
David Garcia Quintasd71ff052016-02-16 16:12:48 -080023 <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>
24 <IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
28 <PlatformToolset>v100</PlatformToolset>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
31 <PlatformToolset>v110</PlatformToolset>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
34 <PlatformToolset>v120</PlatformToolset>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
37 <PlatformToolset>v140</PlatformToolset>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>true</UseDebugLibraries>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
45 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
53 <ImportGroup Label="PropertySheets">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 <Import Project="$(SolutionDir)\..\vsprojects\global.props" />
56 <Import Project="$(SolutionDir)\..\vsprojects\winsock.props" />
57 </ImportGroup>
58 <PropertyGroup Label="UserMacros" />
59 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -080060 <TargetName>grpc++_codegen_lib</TargetName>
David Garcia Quintasd71ff052016-02-16 16:12:48 -080061 </PropertyGroup>
62 <PropertyGroup Condition="'$(Configuration)'=='Release'">
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -080063 <TargetName>grpc++_codegen_lib</TargetName>
David Garcia Quintasd71ff052016-02-16 16:12:48 -080064 </PropertyGroup>
65 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
66 <ClCompile>
67 <PrecompiledHeader>NotUsing</PrecompiledHeader>
68 <WarningLevel>Level3</WarningLevel>
69 <Optimization>Disabled</Optimization>
70 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
71 <SDLCheck>true</SDLCheck>
72 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
73 <TreatWarningAsError>true</TreatWarningAsError>
74 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
75 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
76 </ClCompile>
77 <Link>
78 <SubSystem>Windows</SubSystem>
79 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
80 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
81 </Link>
82 </ItemDefinitionGroup>
83
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
85 <ClCompile>
86 <PrecompiledHeader>NotUsing</PrecompiledHeader>
87 <WarningLevel>Level3</WarningLevel>
88 <Optimization>Disabled</Optimization>
89 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90 <SDLCheck>true</SDLCheck>
91 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
92 <TreatWarningAsError>true</TreatWarningAsError>
93 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
94 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
95 </ClCompile>
96 <Link>
97 <SubSystem>Windows</SubSystem>
98 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
99 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
100 </Link>
101 </ItemDefinitionGroup>
102
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
104 <ClCompile>
105 <PrecompiledHeader>NotUsing</PrecompiledHeader>
106 <WarningLevel>Level3</WarningLevel>
107 <Optimization>MaxSpeed</Optimization>
108 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109 <FunctionLevelLinking>true</FunctionLevelLinking>
110 <IntrinsicFunctions>true</IntrinsicFunctions>
111 <SDLCheck>true</SDLCheck>
112 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
113 <TreatWarningAsError>true</TreatWarningAsError>
114 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
115 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
116 </ClCompile>
117 <Link>
118 <SubSystem>Windows</SubSystem>
119 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
120 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
121 <EnableCOMDATFolding>true</EnableCOMDATFolding>
122 <OptimizeReferences>true</OptimizeReferences>
123 </Link>
124 </ItemDefinitionGroup>
125
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
127 <ClCompile>
128 <PrecompiledHeader>NotUsing</PrecompiledHeader>
129 <WarningLevel>Level3</WarningLevel>
130 <Optimization>MaxSpeed</Optimization>
131 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
134 <SDLCheck>true</SDLCheck>
135 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
136 <TreatWarningAsError>true</TreatWarningAsError>
137 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
138 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
139 </ClCompile>
140 <Link>
141 <SubSystem>Windows</SubSystem>
142 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
143 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 </ItemDefinitionGroup>
148
149 <ItemGroup>
150 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\async_stream.h" />
151 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\async_unary_call.h" />
152 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\call.h" />
153 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\call_hook.h" />
154 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\channel_interface.h" />
155 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\client_context.h" />
156 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\client_unary_call.h" />
157 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\completion_queue.h" />
158 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\completion_queue_tag.h" />
159 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\config.h" />
160 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\config_protobuf.h" />
David Garcia Quintas6848c4e2016-03-07 17:10:57 -0800161 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\core_codegen_interface.h" />
David Garcia Quintasd71ff052016-02-16 16:12:48 -0800162 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\grpc_library.h" />
163 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\method_handler_impl.h" />
164 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\proto_utils.h" />
165 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\rpc_method.h" />
166 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\rpc_service_method.h" />
167 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\security\auth_context.h" />
168 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\serialization_traits.h" />
169 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\server_context.h" />
170 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\server_interface.h" />
171 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\service_type.h" />
172 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\status.h" />
173 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\status_code_enum.h" />
174 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\string_ref.h" />
175 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\stub_options.h" />
176 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\sync.h" />
177 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\sync_cxx11.h" />
178 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\sync_no_cxx11.h" />
179 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\sync_stream.h" />
180 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\time.h" />
Craig Tiller44cc10b2016-03-28 10:45:29 -0700181 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\alloc.h" />
182 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm.h" />
183 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_atomic.h" />
184 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_sync.h" />
185 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_win32.h" />
186 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\byte_buffer.h" />
187 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\compression_types.h" />
188 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\connectivity_state.h" />
189 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\grpc_types.h" />
190 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\log.h" />
191 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\port_platform.h" />
192 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\propagation_bits.h" />
193 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\slice.h" />
194 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\slice_buffer.h" />
195 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\status.h" />
196 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync.h" />
197 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_generic.h" />
198 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_posix.h" />
199 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_win32.h" />
200 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\time.h" />
David Garcia Quintas4feb3502016-02-16 17:18:31 -0800201 </ItemGroup>
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800202 <ItemGroup>
David Garcia Quintas8c3d9942016-03-08 00:07:14 -0800203 <ClCompile Include="$(SolutionDir)\..\src\cpp\codegen\codegen_init.cc">
David Garcia Quintas3711e832016-02-19 16:58:16 -0800204 </ClCompile>
205 </ItemGroup>
David Garcia Quintasd71ff052016-02-16 16:12:48 -0800206 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
207 <ImportGroup Label="ExtensionTargets">
208 </ImportGroup>
209 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
210 <PropertyGroup>
211 <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
212 </PropertyGroup>
213 </Target>
214</Project>
215