|
| 1 | +<?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>{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}</ProjectGuid> |
| 15 | + </PropertyGroup> |
| 16 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 17 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 18 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 19 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 20 | + <PlatformToolset>v120</PlatformToolset> |
| 21 | + <CharacterSet>Unicode</CharacterSet> |
| 22 | + <IntDir>$(Configuration)\$(ProjectName)\</IntDir> |
| 23 | + </PropertyGroup> |
| 24 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 25 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 26 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 27 | + <PlatformToolset>v120</PlatformToolset> |
| 28 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 29 | + <CharacterSet>Unicode</CharacterSet> |
| 30 | + <IntDir>$(Configuration)\$(ProjectName)\</IntDir> |
| 31 | + </PropertyGroup> |
| 32 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 33 | + <ImportGroup Label="ExtensionSettings"> |
| 34 | + </ImportGroup> |
| 35 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 36 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 37 | + <Import Project="global.props" /> |
| 38 | + </ImportGroup> |
| 39 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 40 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 41 | + <Import Project="global.props" /> |
| 42 | + </ImportGroup> |
| 43 | + <PropertyGroup Label="UserMacros" /> |
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 45 | + <TargetName>grpc++</TargetName> |
| 46 | + </PropertyGroup> |
| 47 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 48 | + <TargetName>grpc++</TargetName> |
| 49 | + </PropertyGroup> |
| 50 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 51 | + <ClCompile> |
| 52 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 53 | + <WarningLevel>Level3</WarningLevel> |
| 54 | + <Optimization>Disabled</Optimization> |
| 55 | + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 56 | + <SDLCheck>true</SDLCheck> |
| 57 | + </ClCompile> |
| 58 | + <Link> |
| 59 | + <SubSystem>Windows</SubSystem> |
| 60 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 61 | + </Link> |
| 62 | + </ItemDefinitionGroup> |
| 63 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 64 | + <ClCompile> |
| 65 | + <WarningLevel>Level3</WarningLevel> |
| 66 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 67 | + <Optimization>MaxSpeed</Optimization> |
| 68 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 69 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 70 | + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 71 | + <SDLCheck>true</SDLCheck> |
| 72 | + </ClCompile> |
| 73 | + <Link> |
| 74 | + <SubSystem>Windows</SubSystem> |
| 75 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 76 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 77 | + <OptimizeReferences>true</OptimizeReferences> |
| 78 | + </Link> |
| 79 | + </ItemDefinitionGroup> |
| 80 | + <ItemGroup> |
| 81 | + <ClInclude Include="..\..\include\grpc++\async_unary_call.h" /> |
| 82 | + <ClInclude Include="..\..\include\grpc++\channel_arguments.h" /> |
| 83 | + <ClInclude Include="..\..\include\grpc++\channel_interface.h" /> |
| 84 | + <ClInclude Include="..\..\include\grpc++\client_context.h" /> |
| 85 | + <ClInclude Include="..\..\include\grpc++\completion_queue.h" /> |
| 86 | + <ClInclude Include="..\..\include\grpc++\config.h" /> |
| 87 | + <ClInclude Include="..\..\include\grpc++\create_channel.h" /> |
| 88 | + <ClInclude Include="..\..\include\grpc++\credentials.h" /> |
| 89 | + <ClInclude Include="..\..\include\grpc++\impl\call.h" /> |
| 90 | + <ClInclude Include="..\..\include\grpc++\impl\client_unary_call.h" /> |
| 91 | + <ClInclude Include="..\..\include\grpc++\impl\internal_stub.h" /> |
| 92 | + <ClInclude Include="..\..\include\grpc++\impl\rpc_method.h" /> |
| 93 | + <ClInclude Include="..\..\include\grpc++\impl\rpc_service_method.h" /> |
| 94 | + <ClInclude Include="..\..\include\grpc++\impl\service_type.h" /> |
| 95 | + <ClInclude Include="..\..\include\grpc++\server.h" /> |
| 96 | + <ClInclude Include="..\..\include\grpc++\server_builder.h" /> |
| 97 | + <ClInclude Include="..\..\include\grpc++\server_context.h" /> |
| 98 | + <ClInclude Include="..\..\include\grpc++\server_credentials.h" /> |
| 99 | + <ClInclude Include="..\..\include\grpc++\status.h" /> |
| 100 | + <ClInclude Include="..\..\include\grpc++\status_code_enum.h" /> |
| 101 | + <ClInclude Include="..\..\include\grpc++\stream.h" /> |
| 102 | + <ClInclude Include="..\..\include\grpc++\thread_pool_interface.h" /> |
| 103 | + </ItemGroup> |
| 104 | + <ItemGroup> |
| 105 | + <ClInclude Include="..\..\src\cpp\client\channel.h" /> |
| 106 | + <ClInclude Include="..\..\src\cpp\proto\proto_utils.h" /> |
| 107 | + <ClInclude Include="..\..\src\cpp\server\thread_pool.h" /> |
| 108 | + <ClInclude Include="..\..\src\cpp\util\time.h" /> |
| 109 | + </ItemGroup> |
| 110 | + <ItemGroup> |
| 111 | + <ClCompile Include="..\..\src\cpp\client\secure_credentials.cc"> |
| 112 | + </ClCompile> |
| 113 | + <ClCompile Include="..\..\src\cpp\server\secure_server_credentials.cc"> |
| 114 | + </ClCompile> |
| 115 | + <ClCompile Include="..\..\src\cpp\client\channel.cc"> |
| 116 | + </ClCompile> |
| 117 | + <ClCompile Include="..\..\src\cpp\client\channel_arguments.cc"> |
| 118 | + </ClCompile> |
| 119 | + <ClCompile Include="..\..\src\cpp\client\client_context.cc"> |
| 120 | + </ClCompile> |
| 121 | + <ClCompile Include="..\..\src\cpp\client\client_unary_call.cc"> |
| 122 | + </ClCompile> |
| 123 | + <ClCompile Include="..\..\src\cpp\client\create_channel.cc"> |
| 124 | + </ClCompile> |
| 125 | + <ClCompile Include="..\..\src\cpp\client\credentials.cc"> |
| 126 | + </ClCompile> |
| 127 | + <ClCompile Include="..\..\src\cpp\client\insecure_credentials.cc"> |
| 128 | + </ClCompile> |
| 129 | + <ClCompile Include="..\..\src\cpp\client\internal_stub.cc"> |
| 130 | + </ClCompile> |
| 131 | + <ClCompile Include="..\..\src\cpp\common\call.cc"> |
| 132 | + </ClCompile> |
| 133 | + <ClCompile Include="..\..\src\cpp\common\completion_queue.cc"> |
| 134 | + </ClCompile> |
| 135 | + <ClCompile Include="..\..\src\cpp\common\rpc_method.cc"> |
| 136 | + </ClCompile> |
| 137 | + <ClCompile Include="..\..\src\cpp\proto\proto_utils.cc"> |
| 138 | + </ClCompile> |
| 139 | + <ClCompile Include="..\..\src\cpp\server\insecure_server_credentials.cc"> |
| 140 | + </ClCompile> |
| 141 | + <ClCompile Include="..\..\src\cpp\server\server.cc"> |
| 142 | + </ClCompile> |
| 143 | + <ClCompile Include="..\..\src\cpp\server\server_builder.cc"> |
| 144 | + </ClCompile> |
| 145 | + <ClCompile Include="..\..\src\cpp\server\server_context.cc"> |
| 146 | + </ClCompile> |
| 147 | + <ClCompile Include="..\..\src\cpp\server\server_credentials.cc"> |
| 148 | + </ClCompile> |
| 149 | + <ClCompile Include="..\..\src\cpp\server\thread_pool.cc"> |
| 150 | + </ClCompile> |
| 151 | + <ClCompile Include="..\..\src\cpp\util\status.cc"> |
| 152 | + </ClCompile> |
| 153 | + <ClCompile Include="..\..\src\cpp\util\time.cc"> |
| 154 | + </ClCompile> |
| 155 | + </ItemGroup> |
| 156 | + <ItemGroup> |
| 157 | + <ProjectReference Include="gpr.vcxproj"> |
| 158 | + <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project> |
| 159 | + </ProjectReference> |
| 160 | + <ProjectReference Include="grpc.vcxproj"> |
| 161 | + <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project> |
| 162 | + </ProjectReference> |
| 163 | + </ItemGroup> |
| 164 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 165 | + <ImportGroup Label="ExtensionTargets"> |
| 166 | + </ImportGroup> |
| 167 | +</Project> |
0 commit comments