blob: 1b8808ea8aa8e5403741585bca43d38b40c9b951 [file] [log] [blame]
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +02001<?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">
Craig Tiller02a7bed2015-08-31 15:54:05 -070022 <ProjectGuid>{069E9D05-B78B-4751-9252-D21EBAE7DE8E}</ProjectGuid>
nnoble5f2ecb32015-01-12 16:40:18 -080023 </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>
Nicolas Noble563b8a22015-07-30 15:39:43 -070034 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
Craig Tiller02a7bed2015-08-31 15:54:05 -070035 <ConfigurationType>Application</ConfigurationType>
nnoble5f2ecb32015-01-12 16:40:18 -080036 <UseDebugLibraries>true</UseDebugLibraries>
nnoble5f2ecb32015-01-12 16:40:18 -080037 <CharacterSet>Unicode</CharacterSet>
nnoble5f2ecb32015-01-12 16:40:18 -080038 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070039 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
Craig Tiller02a7bed2015-08-31 15:54:05 -070040 <ConfigurationType>Application</ConfigurationType>
zeliard292adfe2015-04-22 15:08:36 +090041 <UseDebugLibraries>false</UseDebugLibraries>
42 <WholeProgramOptimization>true</WholeProgramOptimization>
43 <CharacterSet>Unicode</CharacterSet>
44 </PropertyGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080045 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46 <ImportGroup Label="ExtensionSettings">
47 </ImportGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070048 <ImportGroup Label="PropertySheets">
nnoble5f2ecb32015-01-12 16:40:18 -080049 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Craig Tiller02a7bed2015-08-31 15:54:05 -070050 <Import Project="..\..\..\vsprojects\global.props" />
51 <Import Project="..\..\..\vsprojects\protobuf.props" />
52 <Import Project="..\..\..\vsprojects\protoc.props" />
zeliard292adfe2015-04-22 15:08:36 +090053 </ImportGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080054 <PropertyGroup Label="UserMacros" />
Nicolas Noble563b8a22015-07-30 15:39:43 -070055 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070056 <TargetName>grpc_ruby_plugin</TargetName>
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080057 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070058 <PropertyGroup Condition="'$(Configuration)'=='Release'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070059 <TargetName>grpc_ruby_plugin</TargetName>
zeliard292adfe2015-04-22 15:08:36 +090060 </PropertyGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080061 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
62 <ClCompile>
63 <PrecompiledHeader>NotUsing</PrecompiledHeader>
64 <WarningLevel>Level3</WarningLevel>
65 <Optimization>Disabled</Optimization>
66 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
67 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070068 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070069 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070070 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
nnoble5f2ecb32015-01-12 16:40:18 -080071 </ClCompile>
72 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -070073 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070074 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
75 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
nnoble5f2ecb32015-01-12 16:40:18 -080076 </Link>
77 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +090078 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79 <ClCompile>
80 <PrecompiledHeader>NotUsing</PrecompiledHeader>
81 <WarningLevel>Level3</WarningLevel>
82 <Optimization>Disabled</Optimization>
83 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070085 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070086 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070087 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
zeliard292adfe2015-04-22 15:08:36 +090088 </ClCompile>
89 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -070090 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070091 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
92 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +090093 </Link>
94 </ItemDefinitionGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080095 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
96 <ClCompile>
97 <WarningLevel>Level3</WarningLevel>
98 <PrecompiledHeader>NotUsing</PrecompiledHeader>
99 <Optimization>MaxSpeed</Optimization>
100 <FunctionLevelLinking>true</FunctionLevelLinking>
101 <IntrinsicFunctions>true</IntrinsicFunctions>
102 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700104 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700105 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700106 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
nnoble5f2ecb32015-01-12 16:40:18 -0800107 </ClCompile>
108 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700109 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700110 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
111 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
nnoble5f2ecb32015-01-12 16:40:18 -0800112 <EnableCOMDATFolding>true</EnableCOMDATFolding>
113 <OptimizeReferences>true</OptimizeReferences>
114 </Link>
115 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +0900116 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
117 <ClCompile>
118 <WarningLevel>Level3</WarningLevel>
119 <PrecompiledHeader>NotUsing</PrecompiledHeader>
120 <Optimization>MaxSpeed</Optimization>
121 <FunctionLevelLinking>true</FunctionLevelLinking>
122 <IntrinsicFunctions>true</IntrinsicFunctions>
123 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700125 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700126 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700127 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
zeliard292adfe2015-04-22 15:08:36 +0900128 </ClCompile>
129 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700130 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700131 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
132 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +0900133 <EnableCOMDATFolding>true</EnableCOMDATFolding>
134 <OptimizeReferences>true</OptimizeReferences>
135 </Link>
136 </ItemDefinitionGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800137 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700138 <ClCompile Include="..\..\..\src\compiler\ruby_plugin.cc">
nnoble5f2ecb32015-01-12 16:40:18 -0800139 </ClCompile>
140 </ItemGroup>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800141 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700142 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc_plugin_support\grpc_plugin_support.vcxproj">
143 <Project>{B6E81D84-2ACB-41B8-8781-493A944C7817}</Project>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800144 </ProjectReference>
145 </ItemGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800146 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
147 <ImportGroup Label="ExtensionTargets">
148 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700149 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
150 <PropertyGroup>
151 <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>
152 </PropertyGroup>
153 </Target>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +0200154</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700155