Craig Tiller | 42fea2a | 2016-10-25 17:02:35 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\1.0.204.1.props')" /> |
| 4 | <ItemGroup Label="ProjectConfigurations"> |
| 5 | <ProjectConfiguration Include="Debug|Win32"> |
| 6 | <Configuration>Debug</Configuration> |
| 7 | <Platform>Win32</Platform> |
| 8 | </ProjectConfiguration> |
| 9 | <ProjectConfiguration Include="Debug|x64"> |
| 10 | <Configuration>Debug</Configuration> |
| 11 | <Platform>x64</Platform> |
| 12 | </ProjectConfiguration> |
| 13 | <ProjectConfiguration Include="Release|Win32"> |
| 14 | <Configuration>Release</Configuration> |
| 15 | <Platform>Win32</Platform> |
| 16 | </ProjectConfiguration> |
| 17 | <ProjectConfiguration Include="Release|x64"> |
| 18 | <Configuration>Release</Configuration> |
| 19 | <Platform>x64</Platform> |
| 20 | </ProjectConfiguration> |
| 21 | </ItemGroup> |
| 22 | <PropertyGroup Label="Globals"> |
| 23 | <ProjectGuid>{1A392E88-0696-AC23-F114-DA66E25F76AB}</ProjectGuid> |
| 24 | <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected> |
| 25 | <IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir> |
| 26 | </PropertyGroup> |
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 28 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration"> |
| 29 | <PlatformToolset>v100</PlatformToolset> |
| 30 | </PropertyGroup> |
| 31 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration"> |
| 32 | <PlatformToolset>v110</PlatformToolset> |
| 33 | </PropertyGroup> |
| 34 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration"> |
| 35 | <PlatformToolset>v120</PlatformToolset> |
| 36 | </PropertyGroup> |
| 37 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration"> |
| 38 | <PlatformToolset>v140</PlatformToolset> |
| 39 | </PropertyGroup> |
| 40 | <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
| 41 | <ConfigurationType>Application</ConfigurationType> |
| 42 | <UseDebugLibraries>true</UseDebugLibraries> |
| 43 | <CharacterSet>Unicode</CharacterSet> |
| 44 | </PropertyGroup> |
| 45 | <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
| 46 | <ConfigurationType>Application</ConfigurationType> |
| 47 | <UseDebugLibraries>false</UseDebugLibraries> |
| 48 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 49 | <CharacterSet>Unicode</CharacterSet> |
| 50 | </PropertyGroup> |
| 51 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 52 | <ImportGroup Label="ExtensionSettings"> |
| 53 | </ImportGroup> |
| 54 | <ImportGroup Label="PropertySheets"> |
| 55 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 56 | <Import Project="$(SolutionDir)\..\vsprojects\cpptest.props" /> |
| 57 | <Import Project="$(SolutionDir)\..\vsprojects\global.props" /> |
| 58 | <Import Project="$(SolutionDir)\..\vsprojects\openssl.props" /> |
| 59 | <Import Project="$(SolutionDir)\..\vsprojects\protobuf.props" /> |
| 60 | <Import Project="$(SolutionDir)\..\vsprojects\winsock.props" /> |
| 61 | <Import Project="$(SolutionDir)\..\vsprojects\zlib.props" /> |
| 62 | </ImportGroup> |
| 63 | <PropertyGroup Label="UserMacros" /> |
| 64 | <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |
| 65 | <TargetName>noop-benchmark</TargetName> |
| 66 | <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> |
| 67 | <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib> |
| 68 | <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl> |
| 69 | <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl> |
| 70 | </PropertyGroup> |
| 71 | <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
| 72 | <TargetName>noop-benchmark</TargetName> |
| 73 | <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> |
| 74 | <Configuration-grpc_dependencies_zlib>Release</Configuration-grpc_dependencies_zlib> |
| 75 | <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl> |
| 76 | <Configuration-grpc_dependencies_openssl>Release</Configuration-grpc_dependencies_openssl> |
| 77 | </PropertyGroup> |
| 78 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 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> |
| 85 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 86 | <TreatWarningAsError>true</TreatWarningAsError> |
| 87 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
| 88 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
| 89 | </ClCompile> |
| 90 | <Link> |
| 91 | <SubSystem>Console</SubSystem> |
| 92 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 93 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
| 94 | </Link> |
| 95 | </ItemDefinitionGroup> |
| 96 | |
| 97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 98 | <ClCompile> |
| 99 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 100 | <WarningLevel>Level3</WarningLevel> |
| 101 | <Optimization>Disabled</Optimization> |
| 102 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 103 | <SDLCheck>true</SDLCheck> |
| 104 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 105 | <TreatWarningAsError>true</TreatWarningAsError> |
| 106 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
| 107 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
| 108 | </ClCompile> |
| 109 | <Link> |
| 110 | <SubSystem>Console</SubSystem> |
| 111 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 112 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
| 113 | </Link> |
| 114 | </ItemDefinitionGroup> |
| 115 | |
| 116 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 117 | <ClCompile> |
| 118 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 119 | <WarningLevel>Level3</WarningLevel> |
| 120 | <Optimization>MaxSpeed</Optimization> |
| 121 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 122 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 123 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 124 | <SDLCheck>true</SDLCheck> |
| 125 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 126 | <TreatWarningAsError>true</TreatWarningAsError> |
| 127 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
| 128 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
| 129 | </ClCompile> |
| 130 | <Link> |
| 131 | <SubSystem>Console</SubSystem> |
| 132 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 133 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
| 134 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 135 | <OptimizeReferences>true</OptimizeReferences> |
| 136 | </Link> |
| 137 | </ItemDefinitionGroup> |
| 138 | |
| 139 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 140 | <ClCompile> |
| 141 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 142 | <WarningLevel>Level3</WarningLevel> |
| 143 | <Optimization>MaxSpeed</Optimization> |
| 144 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 145 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 146 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 147 | <SDLCheck>true</SDLCheck> |
| 148 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 149 | <TreatWarningAsError>true</TreatWarningAsError> |
| 150 | <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
| 151 | <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
| 152 | </ClCompile> |
| 153 | <Link> |
| 154 | <SubSystem>Console</SubSystem> |
| 155 | <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation> |
| 156 | <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation> |
| 157 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 158 | <OptimizeReferences>true</OptimizeReferences> |
| 159 | </Link> |
| 160 | </ItemDefinitionGroup> |
| 161 | |
| 162 | <ItemGroup> |
| 163 | <ClCompile Include="$(SolutionDir)\..\test\cpp\microbenchmarks\noop-benchmark.cc"> |
| 164 | </ClCompile> |
| 165 | </ItemGroup> |
| 166 | <ItemGroup> |
David Garcia Quintas | ff31121 | 2016-12-06 16:03:18 -0800 | [diff] [blame] | 167 | <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\benchmark\benchmark.vcxproj"> |
| 168 | <Project>{07978586-E47C-8709-A63E-895FBF3C3C7D}</Project> |
Craig Tiller | 42fea2a | 2016-10-25 17:02:35 -0700 | [diff] [blame] | 169 | </ProjectReference> |
| 170 | </ItemGroup> |
| 171 | <ItemGroup> |
| 172 | <None Include="packages.config" /> |
| 173 | </ItemGroup> |
| 174 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 175 | <ImportGroup Label="ExtensionTargets"> |
| 176 | <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" /> |
| 177 | <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" /> |
| 178 | <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" /> |
| 179 | <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" /> |
| 180 | </ImportGroup> |
| 181 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 182 | <PropertyGroup> |
| 183 | <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> |
| 184 | </PropertyGroup> |
| 185 | <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" /> |
| 186 | <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" /> |
| 187 | <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" /> |
| 188 | <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" /> |
| 189 | <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" /> |
| 190 | </Target> |
| 191 | </Project> |
| 192 | |