diff options
author | Craig Tiller <ctiller@google.com> | 2015-08-31 15:54:05 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-08-31 15:54:05 -0700 |
commit | 02a7bedaa3bdd9f7f7eae02e9ddb9b5462b1adf9 (patch) | |
tree | d2789ee39a1cb5084c566ec72134686ce5deb2f5 /vsprojects/vcxproj/grpc_plugin_support | |
parent | bf4b2249ab744c1bb8497f598a5860709900f3a1 (diff) |
Generated changes
Diffstat (limited to 'vsprojects/vcxproj/grpc_plugin_support')
-rw-r--r-- | vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj | 162 | ||||
-rw-r--r-- | vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj.filters | 86 |
2 files changed, 248 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj b/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj new file mode 100644 index 0000000000..01430d0912 --- /dev/null +++ b/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{B6E81D84-2ACB-41B8-8781-493A944C7817}</ProjectGuid> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration"> + <PlatformToolset>v100</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration"> + <PlatformToolset>v110</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration"> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="..\..\..\vsprojects\global.props" /> + <Import Project="..\..\..\vsprojects\winsock.props" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup Condition="'$(Configuration)'=='Debug'"> + <TargetName>grpc_plugin_support</TargetName> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)'=='Release'"> + <TargetName>grpc_plugin_support</TargetName> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <SDLCheck>true</SDLCheck> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <SDLCheck>true</SDLCheck> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <SDLCheck>true</SDLCheck> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <SDLCheck>true</SDLCheck> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\..\include\grpc++\support\config.h" /> + <ClInclude Include="..\..\..\include\grpc++\support\config_protobuf.h" /> + <ClInclude Include="..\..\..\src\compiler\config.h" /> + <ClInclude Include="..\..\..\src\compiler\cpp_generator.h" /> + <ClInclude Include="..\..\..\src\compiler\cpp_generator_helpers.h" /> + <ClInclude Include="..\..\..\src\compiler\csharp_generator.h" /> + <ClInclude Include="..\..\..\src\compiler\csharp_generator_helpers.h" /> + <ClInclude Include="..\..\..\src\compiler\generator_helpers.h" /> + <ClInclude Include="..\..\..\src\compiler\objective_c_generator.h" /> + <ClInclude Include="..\..\..\src\compiler\objective_c_generator_helpers.h" /> + <ClInclude Include="..\..\..\src\compiler\python_generator.h" /> + <ClInclude Include="..\..\..\src\compiler\ruby_generator.h" /> + <ClInclude Include="..\..\..\src\compiler\ruby_generator_helpers-inl.h" /> + <ClInclude Include="..\..\..\src\compiler\ruby_generator_map-inl.h" /> + <ClInclude Include="..\..\..\src\compiler\ruby_generator_string-inl.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\src\compiler\cpp_generator.cc"> + </ClCompile> + <ClCompile Include="..\..\..\src\compiler\csharp_generator.cc"> + </ClCompile> + <ClCompile Include="..\..\..\src\compiler\objective_c_generator.cc"> + </ClCompile> + <ClCompile Include="..\..\..\src\compiler\python_generator.cc"> + </ClCompile> + <ClCompile Include="..\..\..\src\compiler\ruby_generator.cc"> + </ClCompile> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> + <PropertyGroup> + <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> + </PropertyGroup> + </Target> +</Project> + diff --git a/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj.filters b/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj.filters new file mode 100644 index 0000000000..3d1bd7b27c --- /dev/null +++ b/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj.filters @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\src\compiler\cpp_generator.cc"> + <Filter>src\compiler</Filter> + </ClCompile> + <ClCompile Include="..\..\..\src\compiler\csharp_generator.cc"> + <Filter>src\compiler</Filter> + </ClCompile> + <ClCompile Include="..\..\..\src\compiler\objective_c_generator.cc"> + <Filter>src\compiler</Filter> + </ClCompile> + <ClCompile Include="..\..\..\src\compiler\python_generator.cc"> + <Filter>src\compiler</Filter> + </ClCompile> + <ClCompile Include="..\..\..\src\compiler\ruby_generator.cc"> + <Filter>src\compiler</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\include\grpc++\support\config.h"> + <Filter>include\grpc++\support</Filter> + </ClInclude> + <ClInclude Include="..\..\..\include\grpc++\support\config_protobuf.h"> + <Filter>include\grpc++\support</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\config.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\cpp_generator.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\cpp_generator_helpers.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\csharp_generator.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\csharp_generator_helpers.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\generator_helpers.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\objective_c_generator.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\objective_c_generator_helpers.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\python_generator.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\ruby_generator.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\ruby_generator_helpers-inl.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\ruby_generator_map-inl.h"> + <Filter>src\compiler</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\compiler\ruby_generator_string-inl.h"> + <Filter>src\compiler</Filter> + </ClInclude> + </ItemGroup> + + <ItemGroup> + <Filter Include="include"> + <UniqueIdentifier>{93ed419d-4540-7fa4-814d-3392745b77ff}</UniqueIdentifier> + </Filter> + <Filter Include="include\grpc++"> + <UniqueIdentifier>{893c09ee-e315-e763-9d9d-37522ba2f51c}</UniqueIdentifier> + </Filter> + <Filter Include="include\grpc++\support"> + <UniqueIdentifier>{1c34d005-1ffb-8a31-881a-c6bb431cda69}</UniqueIdentifier> + </Filter> + <Filter Include="src"> + <UniqueIdentifier>{94c9769a-a6cd-49fd-2b30-e52d2d02ed91}</UniqueIdentifier> + </Filter> + <Filter Include="src\compiler"> + <UniqueIdentifier>{0e6b1e6c-7299-59ce-d757-619bcddd5441}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> + |