mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Visual Studio - Project cleanup, warning suppression, and removal of zlib dependency (#272)
* windows_intermodule_singleton warning * Fix some warnings from Visual Studio * More Visual Studio project changes * Replace zlib Visual Studio project with stub; it's not needed * Un-enable link-time code generation
This commit is contained in:
parent
06ceecf6f5
commit
c5be9b96de
9 changed files with 245 additions and 414 deletions
15
Ray.sln
15
Ray.sln
|
@ -8,7 +8,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ray", "vsprojects\ray.vcxpr
|
|||
{29D16885-7228-4C31-81ED-5F9187C7F2A9} = {29D16885-7228-4C31-81ED-5F9187C7F2A9}
|
||||
{DB653289-E887-4B13-AC08-EE3EAC1F34C9} = {DB653289-E887-4B13-AC08-EE3EAC1F34C9}
|
||||
{C187A093-A0FE-489D-A40A-6E33DE0F9FEB} = {C187A093-A0FE-489D-A40A-6E33DE0F9FEB}
|
||||
{FBADE9E3-6A3F-36D3-D676-C1B808451DD7} = {FBADE9E3-6A3F-36D3-D676-C1B808451DD7}
|
||||
{10E7D8E8-0EEB-46EA-A58D-F9236B5960AD} = {10E7D8E8-0EEB-46EA-A58D-F9236B5960AD}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
|
@ -49,11 +48,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grpc++", "thirdparty\grpc\v
|
|||
lib = "True"
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "z", "thirdparty\grpc\vsprojects\vcxproj\z\z.vcxproj", "{FBADE9E3-6A3F-36D3-D676-C1B808451DD7}"
|
||||
ProjectSection(myProperties) = preProject
|
||||
lib = "True"
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GRPC", "GRPC", "{42700964-831F-4B47-B556-75CBCCA48D8E}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Arrow", "Arrow", "{C9B26FA8-8665-4806-872F-347ACB231CAD}"
|
||||
|
@ -158,14 +152,6 @@ Global
|
|||
{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release|Win32.Build.0 = Release|Win32
|
||||
{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release|x64.ActiveCfg = Release|x64
|
||||
{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}.Release|x64.Build.0 = Release|x64
|
||||
{FBADE9E3-6A3F-36D3-D676-C1B808451DD7}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FBADE9E3-6A3F-36D3-D676-C1B808451DD7}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FBADE9E3-6A3F-36D3-D676-C1B808451DD7}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{FBADE9E3-6A3F-36D3-D676-C1B808451DD7}.Debug|x64.Build.0 = Debug|x64
|
||||
{FBADE9E3-6A3F-36D3-D676-C1B808451DD7}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FBADE9E3-6A3F-36D3-D676-C1B808451DD7}.Release|Win32.Build.0 = Release|Win32
|
||||
{FBADE9E3-6A3F-36D3-D676-C1B808451DD7}.Release|x64.ActiveCfg = Release|x64
|
||||
{FBADE9E3-6A3F-36D3-D676-C1B808451DD7}.Release|x64.Build.0 = Release|x64
|
||||
{10E7D8E8-0EEB-46EA-A58D-F9236B5960AD}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{10E7D8E8-0EEB-46EA-A58D-F9236B5960AD}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{10E7D8E8-0EEB-46EA-A58D-F9236B5960AD}.Debug|x64.ActiveCfg = Debug|x64
|
||||
|
@ -230,7 +216,6 @@ Global
|
|||
{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792} = {42700964-831F-4B47-B556-75CBCCA48D8E}
|
||||
{29D16885-7228-4C31-81ED-5F9187C7F2A9} = {42700964-831F-4B47-B556-75CBCCA48D8E}
|
||||
{C187A093-A0FE-489D-A40A-6E33DE0F9FEB} = {42700964-831F-4B47-B556-75CBCCA48D8E}
|
||||
{FBADE9E3-6A3F-36D3-D676-C1B808451DD7} = {42700964-831F-4B47-B556-75CBCCA48D8E}
|
||||
{10E7D8E8-0EEB-46EA-A58D-F9236B5960AD} = {C9B26FA8-8665-4806-872F-347ACB231CAD}
|
||||
{5B5857E1-64E2-4CED-A12E-45E1B3880496} = {ACA43A22-BCCD-487F-B92F-8EB0D6FF1DA4}
|
||||
{ACA43A22-BCCD-487F-B92F-8EB0D6FF1DA4} = {C9B26FA8-8665-4806-872F-347ACB231CAD}
|
||||
|
|
|
@ -5,11 +5,10 @@
|
|||
#include <limits>
|
||||
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
#include <boost/interprocess/detail/windows_intermodule_singleton.hpp>
|
||||
namespace boost {
|
||||
namespace interprocess {
|
||||
namespace ipcdetail {
|
||||
template<typename C, bool LazyInit = true, bool Phoenix = false>
|
||||
class windows_intermodule_singleton;
|
||||
struct windows_bootstamp;
|
||||
template<>
|
||||
class windows_intermodule_singleton<windows_bootstamp> {
|
||||
|
|
1
thirdparty/download_thirdparty.bat
vendored
1
thirdparty/download_thirdparty.bat
vendored
|
@ -7,7 +7,6 @@
|
|||
git -C "arrow" submodule update --init
|
||||
git -C "grpc" submodule update --init "third_party/protobuf"
|
||||
git -C "grpc" submodule update --init "third_party/nanopb"
|
||||
git -C "grpc" submodule update --init "third_party/zlib"
|
||||
Call :GitApply "grpc" "%CD%/patches/grpc-source.patch"
|
||||
Call :GitApply "grpc" "%CD%/patches/windows/grpc-projects.patch"
|
||||
Call :GitApply "grpc/third_party/protobuf" "%CD%/patches/windows/protobuf-projects.patch"
|
||||
|
|
296
thirdparty/patches/windows/grpc-projects.patch
vendored
296
thirdparty/patches/windows/grpc-projects.patch
vendored
|
@ -21,10 +21,10 @@ index c0792e1..3299131
|
|||
</ClCompile>
|
||||
<Link>
|
||||
diff --git a/vsprojects/protobuf.props b/vsprojects/protobuf.props
|
||||
index b1de8af..1dad9ff
|
||||
index b1de8af..b63b603
|
||||
--- a/vsprojects/protobuf.props
|
||||
+++ b/vsprojects/protobuf.props
|
||||
@@ -1 +1,15 @@
|
||||
@@ -1 +1,26 @@
|
||||
-<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros" /> <PropertyGroup /> <ItemDefinitionGroup> <Link> <AdditionalDependencies>libprotobuf.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories>$(SolutionDir)\..\third_party\protobuf\cmake\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> </Link> </ItemDefinitionGroup> <ItemGroup /> </Project>
|
||||
\ No newline at end of file
|
||||
+<?xml version="1.0" encoding="utf-8"?>
|
||||
|
@ -35,12 +35,23 @@ index b1de8af..1dad9ff
|
|||
+ <IntDir>$(SolutionDir)build\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
||||
+ <OutDir>$(SolutionDir)build\$(Platform)\$(Configuration)\</OutDir>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
||||
+ <UseDebugLibraries>true</UseDebugLibraries>
|
||||
+ </PropertyGroup>
|
||||
+ <ItemDefinitionGroup>
|
||||
+ <ClCompile>
|
||||
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ <MinimalRebuild>false</MinimalRebuild>
|
||||
+ <DisableSpecificWarnings>4506;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
+ </ClCompile>
|
||||
+ <Link>
|
||||
+ <AdditionalLibraryDirectories>$(SolutionDir)\..\third_party\protobuf\cmake\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
+ <SubSystem>Console</SubSystem>
|
||||
+ </Link>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemGroup />
|
||||
+</Project>
|
||||
\ No newline at end of file
|
||||
diff --git a/vsprojects/protoc.props b/vsprojects/protoc.props
|
||||
|
@ -67,7 +78,7 @@ index 1bdc071..87a4bf4
|
|||
+</Project>
|
||||
\ No newline at end of file
|
||||
diff --git a/vsprojects/vcxproj/gpr/gpr.vcxproj b/vsprojects/vcxproj/gpr/gpr.vcxproj
|
||||
index db8594e..623f3d5
|
||||
index db8594e..d2ddaff
|
||||
--- a/vsprojects/vcxproj/gpr/gpr.vcxproj
|
||||
+++ b/vsprojects/vcxproj/gpr/gpr.vcxproj
|
||||
@@ -21,7 +21,6 @@
|
||||
|
@ -78,7 +89,15 @@ index db8594e..623f3d5
|
|||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
|
||||
@@ -52,16 +51,10 @@
|
||||
@@ -44,7 +43,6 @@
|
||||
<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" />
|
||||
@@ -52,16 +50,10 @@
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
|
@ -97,7 +116,7 @@ index db8594e..623f3d5
|
|||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
@@ -69,7 +62,6 @@
|
||||
@@ -69,7 +61,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -105,7 +124,7 @@ index db8594e..623f3d5
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -88,7 +80,6 @@
|
||||
@@ -88,7 +79,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -113,7 +132,7 @@ index db8594e..623f3d5
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -109,7 +100,6 @@
|
||||
@@ -109,7 +99,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -121,7 +140,7 @@ index db8594e..623f3d5
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -132,7 +122,6 @@
|
||||
@@ -132,7 +121,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -129,7 +148,7 @@ index db8594e..623f3d5
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -147,152 +136,152 @@
|
||||
@@ -147,152 +135,152 @@
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -786,7 +805,7 @@ index 9bab373..d13e9c4
|
|||
</ClInclude>
|
||||
</ItemGroup>
|
||||
diff --git a/vsprojects/vcxproj/grpc++/grpc++.vcxproj b/vsprojects/vcxproj/grpc++/grpc++.vcxproj
|
||||
index cb9e41e..05bbf99
|
||||
index cb9e41e..f3b8b27
|
||||
--- a/vsprojects/vcxproj/grpc++/grpc++.vcxproj
|
||||
+++ b/vsprojects/vcxproj/grpc++/grpc++.vcxproj
|
||||
@@ -37,7 +37,6 @@
|
||||
|
@ -797,7 +816,23 @@ index cb9e41e..05bbf99
|
|||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
|
||||
@@ -79,16 +78,10 @@
|
||||
@@ -60,7 +59,6 @@
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Debug-DLL'" Label="Configuration">
|
||||
@@ -71,7 +69,6 @@
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release-DLL'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
@@ -79,16 +76,10 @@
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
|
@ -816,7 +851,7 @@ index cb9e41e..05bbf99
|
|||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
@@ -96,7 +89,6 @@
|
||||
@@ -96,7 +87,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -824,7 +859,7 @@ index cb9e41e..05bbf99
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -115,7 +107,6 @@
|
||||
@@ -115,7 +105,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -832,7 +867,7 @@ index cb9e41e..05bbf99
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -136,7 +127,6 @@
|
||||
@@ -136,7 +125,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -840,7 +875,7 @@ index cb9e41e..05bbf99
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -159,7 +149,6 @@
|
||||
@@ -159,7 +147,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -848,7 +883,7 @@ index cb9e41e..05bbf99
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -180,7 +169,6 @@
|
||||
@@ -180,7 +167,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -856,7 +891,7 @@ index cb9e41e..05bbf99
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -199,7 +187,6 @@
|
||||
@@ -199,7 +185,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -864,7 +899,7 @@ index cb9e41e..05bbf99
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -220,7 +207,6 @@
|
||||
@@ -220,7 +205,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -872,7 +907,7 @@ index cb9e41e..05bbf99
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -243,7 +229,6 @@
|
||||
@@ -243,7 +227,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -880,7 +915,7 @@ index cb9e41e..05bbf99
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -258,184 +243,184 @@
|
||||
@@ -258,184 +241,187 @@
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -987,7 +1022,7 @@ index cb9e41e..05bbf99
|
|||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\client_context.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\completion_queue.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\create_channel.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\create_channel_posix.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\create_channel_posix.h"><ExcludedFromBuild>true</ExcludedFromBuild></ClInclude>
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\generic\async_generic_service.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\generic\generic_stub.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\grpc++.h" />
|
||||
|
@ -996,7 +1031,7 @@ index cb9e41e..05bbf99
|
|||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\codegen\core_codegen.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\grpc_library.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\method_handler_impl.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\rpc_method.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\rpc_method.h"><ExcludedFromBuild>true</ExcludedFromBuild></ClInclude>
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\rpc_service_method.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\serialization_traits.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\server_builder_option.h" />
|
||||
|
@ -1016,7 +1051,7 @@ index cb9e41e..05bbf99
|
|||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\server.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\server_builder.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\server_context.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\server_posix.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\server_posix.h"><ExcludedFromBuild>true</ExcludedFromBuild></ClInclude>
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\support\async_stream.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\support\async_unary_call.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\support\byte_buffer.h" />
|
||||
|
@ -1130,6 +1165,7 @@ index cb9e41e..05bbf99
|
|||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\client\create_channel_posix.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\client\create_channel_posix.cc">
|
||||
+ <ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\client\credentials.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\client\credentials.cc">
|
||||
|
@ -1151,6 +1187,7 @@ index cb9e41e..05bbf99
|
|||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\common\rpc_method.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\common\rpc_method.cc">
|
||||
+ <ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\async_generic_service.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\async_generic_service.cc">
|
||||
|
@ -1178,6 +1215,7 @@ index cb9e41e..05bbf99
|
|||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\server_posix.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\server_posix.cc">
|
||||
+ <ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\util\byte_buffer.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\util\byte_buffer.cc">
|
||||
|
@ -1205,10 +1243,10 @@ index cb9e41e..05bbf99
|
|||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
diff --git a/vsprojects/vcxproj/grpc++/grpc++.vcxproj.filters b/vsprojects/vcxproj/grpc++/grpc++.vcxproj.filters
|
||||
index a905118..22bde52
|
||||
index a905118..cfea49a
|
||||
--- a/vsprojects/vcxproj/grpc++/grpc++.vcxproj.filters
|
||||
+++ b/vsprojects/vcxproj/grpc++/grpc++.vcxproj.filters
|
||||
@@ -1,422 +1,422 @@
|
||||
@@ -1,426 +1,411 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
|
@ -1253,71 +1291,68 @@ index a905118..22bde52
|
|||
<Filter>src\cpp\client</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\client\create_channel_posix.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\client\create_channel_posix.cc">
|
||||
<Filter>src\cpp\client</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\client\credentials.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\client\credentials.cc">
|
||||
<Filter>src\cpp\client</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\client\generic_stub.cc">
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\client\credentials.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\client\generic_stub.cc">
|
||||
<Filter>src\cpp\client</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\client\insecure_credentials.cc">
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\client\generic_stub.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\client\insecure_credentials.cc">
|
||||
<Filter>src\cpp\client</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\client\insecure_credentials.cc">
|
||||
- <Filter>src\cpp\client</Filter>
|
||||
- </ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\common\channel_arguments.cc">
|
||||
- <Filter>src\cpp\common</Filter>
|
||||
- </ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\common\completion_queue.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\common\channel_arguments.cc">
|
||||
<Filter>src\cpp\common</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\common\completion_queue.cc">
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\common\core_codegen.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\common\completion_queue.cc">
|
||||
<Filter>src\cpp\common</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\common\core_codegen.cc">
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\common\rpc_method.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\common\core_codegen.cc">
|
||||
<Filter>src\cpp\common</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\common\rpc_method.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\common\rpc_method.cc">
|
||||
<Filter>src\cpp\common</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\async_generic_service.cc">
|
||||
- <Filter>src\cpp\server</Filter>
|
||||
- </ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\create_default_thread_pool.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\async_generic_service.cc">
|
||||
<Filter>src\cpp\server</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\create_default_thread_pool.cc">
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\dynamic_thread_pool.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\create_default_thread_pool.cc">
|
||||
<Filter>src\cpp\server</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\dynamic_thread_pool.cc">
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\insecure_server_credentials.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\dynamic_thread_pool.cc">
|
||||
<Filter>src\cpp\server</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\insecure_server_credentials.cc">
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\server.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\insecure_server_credentials.cc">
|
||||
<Filter>src\cpp\server</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\server.cc">
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\server_builder.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\server.cc">
|
||||
<Filter>src\cpp\server</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\server_builder.cc">
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\server_context.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\server_builder.cc">
|
||||
<Filter>src\cpp\server</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\server_context.cc">
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\server_credentials.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\server_context.cc">
|
||||
<Filter>src\cpp\server</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\server_credentials.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\server_credentials.cc">
|
||||
<Filter>src\cpp\server</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\server\server_posix.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\server_posix.cc">
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\server\server_credentials.cc">
|
||||
<Filter>src\cpp\server</Filter>
|
||||
</ClCompile>
|
||||
- <ClCompile Include="$(SolutionDir)\..\src\cpp\util\byte_buffer.cc">
|
||||
|
@ -1344,6 +1379,7 @@ index a905118..22bde52
|
|||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\codegen\codegen_init.cc">
|
||||
<Filter>src\cpp\codegen</Filter>
|
||||
</ClCompile>
|
||||
+ <ClCompile Include="$(ProjectDir)\..\..\..\src\cpp\client\create_channel_posix.cc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\alarm.h">
|
||||
|
@ -1367,9 +1403,8 @@ index a905118..22bde52
|
|||
<Filter>include\grpc++</Filter>
|
||||
</ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\create_channel_posix.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\create_channel_posix.h">
|
||||
<Filter>include\grpc++</Filter>
|
||||
</ClInclude>
|
||||
- <Filter>include\grpc++</Filter>
|
||||
- </ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\generic\async_generic_service.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\generic\async_generic_service.h">
|
||||
<Filter>include\grpc++\generic</Filter>
|
||||
|
@ -1395,15 +1430,14 @@ index a905118..22bde52
|
|||
<Filter>include\grpc++\impl\codegen</Filter>
|
||||
</ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\grpc_library.h">
|
||||
- <Filter>include\grpc++\impl</Filter>
|
||||
- </ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\method_handler_impl.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\grpc_library.h">
|
||||
<Filter>include\grpc++\impl</Filter>
|
||||
</ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\method_handler_impl.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\method_handler_impl.h">
|
||||
<Filter>include\grpc++\impl</Filter>
|
||||
</ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\rpc_method.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\rpc_method.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\method_handler_impl.h">
|
||||
<Filter>include\grpc++\impl</Filter>
|
||||
</ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\rpc_service_method.h">
|
||||
|
@ -1471,19 +1505,18 @@ index a905118..22bde52
|
|||
<Filter>include\grpc++\security</Filter>
|
||||
</ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\server.h">
|
||||
- <Filter>include\grpc++</Filter>
|
||||
- </ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\server_builder.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\server.h">
|
||||
<Filter>include\grpc++</Filter>
|
||||
</ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\server_builder.h">
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\server_context.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\server_builder.h">
|
||||
<Filter>include\grpc++</Filter>
|
||||
</ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\server_context.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\server_context.h">
|
||||
<Filter>include\grpc++</Filter>
|
||||
</ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\server_posix.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\server_posix.h">
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\server_context.h">
|
||||
<Filter>include\grpc++</Filter>
|
||||
</ClInclude>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\support\async_stream.h">
|
||||
|
@ -1738,6 +1771,9 @@ index a905118..22bde52
|
|||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc\impl\codegen\time.h">
|
||||
<Filter>include\grpc\impl\codegen</Filter>
|
||||
</ClInclude>
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\codegen\core_codegen.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\create_channel_posix.h" />
|
||||
+ <ClInclude Include="$(ProjectDir)\..\..\..\include\grpc++\impl\codegen\core_codegen.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
- <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\core_codegen.h">
|
||||
|
@ -1769,8 +1805,20 @@ index a905118..22bde52
|
|||
<Filter>src\cpp\server</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
-
|
||||
<ItemGroup>
|
||||
<Filter Include="include">
|
||||
<UniqueIdentifier>{82445414-24cd-8198-1fe1-4267c3f3df00}</UniqueIdentifier>
|
||||
@@ -477,5 +462,4 @@
|
||||
<UniqueIdentifier>{f842537a-2bf1-1ec3-b495-7d62c64a1c06}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
-</Project>
|
||||
-
|
||||
+</Project>
|
||||
\ No newline at end of file
|
||||
diff --git a/vsprojects/vcxproj/grpc/grpc.vcxproj b/vsprojects/vcxproj/grpc/grpc.vcxproj
|
||||
index a9e96da..f5b9a47
|
||||
index a9e96da..d95a974
|
||||
--- a/vsprojects/vcxproj/grpc/grpc.vcxproj
|
||||
+++ b/vsprojects/vcxproj/grpc/grpc.vcxproj
|
||||
@@ -1,6 +1,6 @@
|
||||
|
@ -1789,7 +1837,23 @@ index a9e96da..f5b9a47
|
|||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
|
||||
@@ -80,19 +79,17 @@
|
||||
@@ -61,7 +60,6 @@
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Debug-DLL'" Label="Configuration">
|
||||
@@ -72,7 +70,6 @@
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release-DLL'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
@@ -80,19 +77,17 @@
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
|
@ -1811,7 +1875,7 @@ index a9e96da..f5b9a47
|
|||
<Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
|
||||
<Configuration-grpc_dependencies_zlib>Release</Configuration-grpc_dependencies_zlib>
|
||||
<Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl>
|
||||
@@ -105,7 +102,6 @@
|
||||
@@ -105,7 +100,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -1819,7 +1883,7 @@ index a9e96da..f5b9a47
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -124,7 +120,6 @@
|
||||
@@ -124,7 +118,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -1827,7 +1891,7 @@ index a9e96da..f5b9a47
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -145,7 +140,6 @@
|
||||
@@ -145,7 +138,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -1835,7 +1899,7 @@ index a9e96da..f5b9a47
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -168,7 +162,6 @@
|
||||
@@ -168,7 +160,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -1843,7 +1907,7 @@ index a9e96da..f5b9a47
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -189,7 +182,6 @@
|
||||
@@ -189,7 +180,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -1851,7 +1915,7 @@ index a9e96da..f5b9a47
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -208,7 +200,6 @@
|
||||
@@ -208,7 +198,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -1859,7 +1923,7 @@ index a9e96da..f5b9a47
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -229,7 +220,6 @@
|
||||
@@ -229,7 +218,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -1867,7 +1931,7 @@ index a9e96da..f5b9a47
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -252,7 +242,6 @@
|
||||
@@ -252,7 +240,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -1875,7 +1939,7 @@ index a9e96da..f5b9a47
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -267,592 +256,595 @@
|
||||
@@ -267,570 +254,570 @@
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -2817,12 +2881,8 @@ index a9e96da..f5b9a47
|
|||
+ <ProjectReference Include="$(ProjectDir)\..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
|
||||
<Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
|
||||
</ProjectReference>
|
||||
+ <ProjectReference Include="..\z\z.vcxproj">
|
||||
+ <Project>{fbade9e3-6a3f-36d3-d676-c1b808451dd7}</Project>
|
||||
+ </ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
@@ -839,20 +826,20 @@
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
@ -2833,7 +2893,7 @@ index a9e96da..f5b9a47
|
|||
+ <Import Project="$(SolutionDir)packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('$(SolutionDir)packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
|
||||
+ <Import Project="$(SolutionDir)packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets" Condition="Exists('$(SolutionDir)packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
|
||||
+ <Import Project="$(SolutionDir)packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets" Condition="Exists('$(SolutionDir)packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
|
||||
+ <Import Project="$(SolutionDir)packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.targets" Condition="Exists('$(SolutionDir)packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
|
||||
+ <Import Project="$(SolutionDir)packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets" Condition="Exists('$(SolutionDir)packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
|
||||
</ImportGroup>
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
|
@ -2853,7 +2913,7 @@ index a9e96da..f5b9a47
|
|||
</Project>
|
||||
|
||||
diff --git a/vsprojects/vcxproj/grpc/grpc.vcxproj.filters b/vsprojects/vcxproj/grpc/grpc.vcxproj.filters
|
||||
index be77e53..7c8ea36
|
||||
index be77e53..ba69b28
|
||||
--- a/vsprojects/vcxproj/grpc/grpc.vcxproj.filters
|
||||
+++ b/vsprojects/vcxproj/grpc/grpc.vcxproj.filters
|
||||
@@ -1,1121 +1,1121 @@
|
||||
|
@ -4349,19 +4409,17 @@ index be77e53..7c8ea36
|
|||
<Filter>src\core\ext\census</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
@@ -1299,5 +1299,7 @@
|
||||
@@ -1299,5 +1299,8 @@
|
||||
<UniqueIdentifier>{93d6596d-330c-1d27-6f84-3c840e57869e}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
-</Project>
|
||||
-
|
||||
+ <ItemGroup>
|
||||
+ <None Include="packages.config" />
|
||||
+ </ItemGroup>
|
||||
+</Project>
|
||||
\ No newline at end of file
|
||||
</Project>
|
||||
|
||||
diff --git a/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj b/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj
|
||||
index a521414..1779af5
|
||||
index a521414..5415b24
|
||||
--- a/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj
|
||||
+++ b/vsprojects/vcxproj/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj
|
||||
@@ -21,7 +21,6 @@
|
||||
|
@ -4372,7 +4430,15 @@ index a521414..1779af5
|
|||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
|
||||
@@ -52,17 +51,11 @@
|
||||
@@ -44,7 +43,6 @@
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
@@ -52,17 +50,11 @@
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
|
@ -4393,7 +4459,7 @@ index a521414..1779af5
|
|||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
@@ -70,7 +63,6 @@
|
||||
@@ -70,7 +62,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4401,7 +4467,7 @@ index a521414..1779af5
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -89,7 +81,6 @@
|
||||
@@ -89,7 +80,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4409,7 +4475,7 @@ index a521414..1779af5
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -110,7 +101,6 @@
|
||||
@@ -110,7 +100,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4417,7 +4483,7 @@ index a521414..1779af5
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -133,7 +123,6 @@
|
||||
@@ -133,7 +122,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4425,7 +4491,7 @@ index a521414..1779af5
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -148,13 +137,16 @@
|
||||
@@ -148,13 +136,16 @@
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -4458,7 +4524,7 @@ index 421c308..bfa41be
|
|||
</ClCompile>
|
||||
</ItemGroup>
|
||||
diff --git a/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj b/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj
|
||||
index 9828b8b..ac30116
|
||||
index 9828b8b..bc4716b
|
||||
--- a/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj
|
||||
+++ b/vsprojects/vcxproj/grpc_plugin_support/grpc_plugin_support.vcxproj
|
||||
@@ -21,7 +21,6 @@
|
||||
|
@ -4469,7 +4535,15 @@ index 9828b8b..ac30116
|
|||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
|
||||
@@ -52,17 +51,11 @@
|
||||
@@ -44,7 +43,6 @@
|
||||
<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" />
|
||||
@@ -52,17 +50,11 @@
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
|
@ -4490,7 +4564,7 @@ index 9828b8b..ac30116
|
|||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
@@ -70,7 +63,6 @@
|
||||
@@ -70,7 +62,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4498,7 +4572,7 @@ index 9828b8b..ac30116
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -89,7 +81,6 @@
|
||||
@@ -89,7 +80,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4506,7 +4580,7 @@ index 9828b8b..ac30116
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -110,7 +101,6 @@
|
||||
@@ -110,7 +100,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4514,7 +4588,7 @@ index 9828b8b..ac30116
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -133,7 +123,6 @@
|
||||
@@ -133,7 +122,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4522,7 +4596,7 @@ index 9828b8b..ac30116
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -148,37 +137,37 @@
|
||||
@@ -148,37 +136,37 @@
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -4685,7 +4759,7 @@ index 27eb935..207944a
|
|||
</ClInclude>
|
||||
</ItemGroup>
|
||||
diff --git a/vsprojects/vcxproj/z/z.vcxproj b/vsprojects/vcxproj/z/z.vcxproj
|
||||
index 4505dfa..8ad76d1
|
||||
index 4505dfa..92b378d
|
||||
--- a/vsprojects/vcxproj/z/z.vcxproj
|
||||
+++ b/vsprojects/vcxproj/z/z.vcxproj
|
||||
@@ -21,7 +21,6 @@
|
||||
|
@ -4696,7 +4770,15 @@ index 4505dfa..8ad76d1
|
|||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
|
||||
@@ -52,16 +51,10 @@
|
||||
@@ -44,7 +43,6 @@
|
||||
<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" />
|
||||
@@ -52,16 +50,10 @@
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
|
@ -4715,7 +4797,7 @@ index 4505dfa..8ad76d1
|
|||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
@@ -69,7 +62,6 @@
|
||||
@@ -69,7 +61,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4723,7 +4805,7 @@ index 4505dfa..8ad76d1
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -88,7 +80,6 @@
|
||||
@@ -88,7 +79,6 @@
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4731,7 +4813,7 @@ index 4505dfa..8ad76d1
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -109,7 +100,6 @@
|
||||
@@ -109,7 +99,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4739,7 +4821,7 @@ index 4505dfa..8ad76d1
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -132,7 +122,6 @@
|
||||
@@ -132,7 +121,6 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
|
@ -4747,7 +4829,7 @@ index 4505dfa..8ad76d1
|
|||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||||
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||||
@@ -147,48 +136,48 @@
|
||||
@@ -147,48 +135,48 @@
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
307
thirdparty/patches/windows/protobuf-projects.patch
vendored
307
thirdparty/patches/windows/protobuf-projects.patch
vendored
|
@ -1,9 +1,21 @@
|
|||
diff --git a/src/google/protobuf/compiler/js/js_generator.cc b/src/google/protobuf/compiler/js/js_generator.cc
|
||||
index 3de61e8..ea83c82
|
||||
--- a/src/google/protobuf/compiler/js/js_generator.cc
|
||||
+++ b/src/google/protobuf/compiler/js/js_generator.cc
|
||||
@@ -488,6 +488,7 @@ string JSByteGetterSuffix(BytesMode bytes_mode) {
|
||||
return "U8";
|
||||
default:
|
||||
assert(false);
|
||||
+ return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
diff --git a/vsprojects/libprotobuf.vcxproj b/vsprojects/libprotobuf.vcxproj
|
||||
new file
|
||||
index e69de29..a3267ed
|
||||
index 0000000..73f9bea
|
||||
--- /dev/null
|
||||
+++ b/vsprojects/libprotobuf.vcxproj
|
||||
@@ -0,0 +1,207 @@
|
||||
@@ -0,0 +1,116 @@
|
||||
+<?xml version="1.0" encoding="utf-8"?>
|
||||
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
+ <ItemGroup Label="ProjectConfigurations">
|
||||
|
@ -27,104 +39,17 @@ index e69de29..a3267ed
|
|||
+ <PropertyGroup Label="Globals">
|
||||
+ <ProjectGuid>{07ABD431-1515-4140-932E-E8C150FF7D1A}</ProjectGuid>
|
||||
+ <Keyword>Win32Proj</Keyword>
|
||||
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
+ </PropertyGroup>
|
||||
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
+ <PropertyGroup>
|
||||
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
+ <UseDebugLibraries>true</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
+ <UseDebugLibraries>false</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
+ <UseDebugLibraries>true</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
+ <UseDebugLibraries>false</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
+ <ImportGroup Label="ExtensionSettings">
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="Shared">
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
+ <ImportGroup Label="PropertySheets">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <PropertyGroup Label="UserMacros" />
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
+ <LinkIncremental>true</LinkIncremental>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
+ <LinkIncremental>true</LinkIncremental>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
+ <ClCompile>
|
||||
+ <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
+ <WarningLevel>Level3</WarningLevel>
|
||||
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
+ <Optimization>Disabled</Optimization>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ <MinimalRebuild>false</MinimalRebuild>
|
||||
+ </ClCompile>
|
||||
+ <Link>
|
||||
+ <TargetMachine>MachineX86</TargetMachine>
|
||||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
+ <SubSystem>Console</SubSystem>
|
||||
+ </Link>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
+ <ClCompile>
|
||||
+ <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
+ <WarningLevel>Level3</WarningLevel>
|
||||
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ </ClCompile>
|
||||
+ <Link>
|
||||
+ <TargetMachine>MachineX86</TargetMachine>
|
||||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
+ <SubSystem>Console</SubSystem>
|
||||
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
+ <OptimizeReferences>true</OptimizeReferences>
|
||||
+ </Link>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
+ <ClCompile>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ <MinimalRebuild>false</MinimalRebuild>
|
||||
+ </ClCompile>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
+ <ClCompile>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ </ClCompile>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemGroup>
|
||||
+ <ClCompile Include="..\src\google\protobuf\arena.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\arenastring.cc" />
|
||||
|
@ -135,7 +60,6 @@ index e69de29..a3267ed
|
|||
+ <ClCompile Include="..\src\google\protobuf\io\zero_copy_stream_impl_lite.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\message_lite.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\repeated_field.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\stubs\atomicops_internals_x86_gcc.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\stubs\atomicops_internals_x86_msvc.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\stubs\bytestream.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\stubs\common.cc" />
|
||||
|
@ -184,7 +108,6 @@ index e69de29..a3267ed
|
|||
+ <ClCompile Include="..\src\google\protobuf\util\field_mask_util.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\util\internal\datapiece.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\util\internal\default_value_objectwriter.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\util\internal\error_listener.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\util\internal\field_mask_utility.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\util\internal\json_escaping.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\util\internal\json_objectwriter.cc" />
|
||||
|
@ -208,16 +131,14 @@ index e69de29..a3267ed
|
|||
+ <ClInclude Include="..\src\google\protobuf\stubs\logging.h" />
|
||||
+ </ItemGroup>
|
||||
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
+ <ImportGroup Label="ExtensionTargets">
|
||||
+ </ImportGroup>
|
||||
+</Project>
|
||||
\ No newline at end of file
|
||||
diff --git a/vsprojects/libprotoc.vcxproj b/vsprojects/libprotoc.vcxproj
|
||||
new file
|
||||
index e69de29..af4a242
|
||||
index 0000000..ee5aeee
|
||||
--- /dev/null
|
||||
+++ b/vsprojects/libprotoc.vcxproj
|
||||
@@ -0,0 +1,223 @@
|
||||
@@ -0,0 +1,134 @@
|
||||
+<?xml version="1.0" encoding="utf-8"?>
|
||||
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
+ <ItemGroup Label="ProjectConfigurations">
|
||||
|
@ -241,104 +162,17 @@ index e69de29..af4a242
|
|||
+ <PropertyGroup Label="Globals">
|
||||
+ <ProjectGuid>{2B4F3BB4-ADDE-4CB7-B832-C964DE4E0087}</ProjectGuid>
|
||||
+ <Keyword>Win32Proj</Keyword>
|
||||
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
+ </PropertyGroup>
|
||||
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
+ <PropertyGroup>
|
||||
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
+ <UseDebugLibraries>true</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
+ <UseDebugLibraries>false</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
+ <UseDebugLibraries>true</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
+ <UseDebugLibraries>false</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
+ <ImportGroup Label="ExtensionSettings">
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="Shared">
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
+ <ImportGroup Label="PropertySheets">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <PropertyGroup Label="UserMacros" />
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
+ <LinkIncremental>true</LinkIncremental>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
+ <LinkIncremental>true</LinkIncremental>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
+ <ClCompile>
|
||||
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
+ <WarningLevel>Level3</WarningLevel>
|
||||
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
+ <Optimization>Disabled</Optimization>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ <MinimalRebuild>false</MinimalRebuild>
|
||||
+ </ClCompile>
|
||||
+ <Link>
|
||||
+ <TargetMachine>MachineX86</TargetMachine>
|
||||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
+ <SubSystem>Console</SubSystem>
|
||||
+ </Link>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
+ <ClCompile>
|
||||
+ <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
+ <WarningLevel>Level3</WarningLevel>
|
||||
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ </ClCompile>
|
||||
+ <Link>
|
||||
+ <TargetMachine>MachineX86</TargetMachine>
|
||||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
+ <SubSystem>Console</SubSystem>
|
||||
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
+ <OptimizeReferences>true</OptimizeReferences>
|
||||
+ </Link>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
+ <ClCompile>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ <MinimalRebuild>false</MinimalRebuild>
|
||||
+ </ClCompile>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
+ <ClCompile>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ </ClCompile>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemGroup>
|
||||
+ <ClCompile Include="..\src\google\protobuf\compiler\code_generator.cc" />
|
||||
+ <ClCompile Include="..\src\google\protobuf\compiler\command_line_interface.cc" />
|
||||
|
@ -438,13 +272,11 @@ index e69de29..af4a242
|
|||
+ </ProjectReference>
|
||||
+ </ItemGroup>
|
||||
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
+ <ImportGroup Label="ExtensionTargets">
|
||||
+ </ImportGroup>
|
||||
+</Project>
|
||||
\ No newline at end of file
|
||||
diff --git a/vsprojects/protobuf.sln b/vsprojects/protobuf.sln
|
||||
new file
|
||||
index e69de29..27d6b04
|
||||
index 0000000..27d6b04
|
||||
--- /dev/null
|
||||
+++ b/vsprojects/protobuf.sln
|
||||
@@ -0,0 +1,48 @@
|
||||
|
@ -498,10 +330,10 @@ index e69de29..27d6b04
|
|||
+EndGlobal
|
||||
diff --git a/vsprojects/protoc.vcxproj b/vsprojects/protoc.vcxproj
|
||||
new file
|
||||
index e69de29..971fab7
|
||||
index 0000000..5b0afa9
|
||||
--- /dev/null
|
||||
+++ b/vsprojects/protoc.vcxproj
|
||||
@@ -0,0 +1,136 @@
|
||||
@@ -0,0 +1,47 @@
|
||||
+<?xml version="1.0" encoding="utf-8"?>
|
||||
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
+ <ItemGroup Label="ProjectConfigurations">
|
||||
|
@ -525,104 +357,17 @@ index e69de29..971fab7
|
|||
+ <PropertyGroup Label="Globals">
|
||||
+ <ProjectGuid>{DB653289-E887-4B13-AC08-EE3EAC1F34C9}</ProjectGuid>
|
||||
+ <Keyword>Win32Proj</Keyword>
|
||||
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
+ </PropertyGroup>
|
||||
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
+ <PropertyGroup>
|
||||
+ <ConfigurationType>Application</ConfigurationType>
|
||||
+ <UseDebugLibraries>true</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
+ <ConfigurationType>Application</ConfigurationType>
|
||||
+ <UseDebugLibraries>false</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
+ <ConfigurationType>Application</ConfigurationType>
|
||||
+ <UseDebugLibraries>true</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
+ <ConfigurationType>Application</ConfigurationType>
|
||||
+ <UseDebugLibraries>false</UseDebugLibraries>
|
||||
+ <PlatformToolset>v140</PlatformToolset>
|
||||
+ </PropertyGroup>
|
||||
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
+ <ImportGroup Label="ExtensionSettings">
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="Shared">
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
+ <ImportGroup Label="PropertySheets">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
+ <Import Project="..\..\..\vsprojects\protobuf.props" />
|
||||
+ </ImportGroup>
|
||||
+ <PropertyGroup Label="UserMacros" />
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
+ <LinkIncremental>true</LinkIncremental>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
+ <LinkIncremental>true</LinkIncremental>
|
||||
+ </PropertyGroup>
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
+ <ClCompile>
|
||||
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
+ <WarningLevel>Level3</WarningLevel>
|
||||
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
+ <Optimization>Disabled</Optimization>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ <MinimalRebuild>false</MinimalRebuild>
|
||||
+ </ClCompile>
|
||||
+ <Link>
|
||||
+ <TargetMachine>MachineX86</TargetMachine>
|
||||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
+ <SubSystem>Console</SubSystem>
|
||||
+ </Link>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
+ <ClCompile>
|
||||
+ <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
+ <WarningLevel>Level3</WarningLevel>
|
||||
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ </ClCompile>
|
||||
+ <Link>
|
||||
+ <TargetMachine>MachineX86</TargetMachine>
|
||||
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
+ <SubSystem>Console</SubSystem>
|
||||
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
+ <OptimizeReferences>true</OptimizeReferences>
|
||||
+ </Link>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
+ <ClCompile>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ <MinimalRebuild>false</MinimalRebuild>
|
||||
+ </ClCompile>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
+ <ClCompile>
|
||||
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
+ </ClCompile>
|
||||
+ </ItemDefinitionGroup>
|
||||
+ <ItemGroup>
|
||||
+ <ClCompile Include="..\src\google\protobuf\compiler\main.cc" />
|
||||
+ </ItemGroup>
|
||||
|
@ -635,7 +380,5 @@ index e69de29..971fab7
|
|||
+ </ProjectReference>
|
||||
+ </ItemGroup>
|
||||
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
+ <ImportGroup Label="ExtensionTargets">
|
||||
+ </ImportGroup>
|
||||
+</Project>
|
||||
\ No newline at end of file
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>$(PYTHONHOME)\Lib\site-packages\numpy\core\include;$(THIRD_PARTY)python\inc;$(THIRD_PARTY)python\inc\Windows;$(ProjectDir)..\build\generated;$(ProjectDir)..\include;$(THIRD_PARTY)numbuf\cpp\src;$(THIRD_PARTY)numbuf\python\src;$(THIRD_PARTY)grpc\include;$(THIRD_PARTY)grpc\third_party\protobuf\src;$(THIRD_PARTY)arrow\cpp\src;$(BOOST_ROOT);$(BOOST_ROOT)\libs\interprocess\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>_WIN32_WINNT=0x0600;BOOST_DATE_TIME_NO_LIB=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>_WIN32_WINNT=0x0600;BOOST_DATE_TIME_NO_LIB=1;HAVE_ROUND;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4191;;4100;4371;4514;4571;4619;4668;4710;4820</DisableSpecificWarnings>
|
||||
<AdditionalOptions>/FS %(AdditionalOptions)</AdditionalOptions>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
|
@ -25,7 +25,7 @@
|
|||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalLibraryDirectories>$(THIRD_PARTY)python\lib\Windows\$(PlatformTarget);$(SolutionDir)packages\grpc.dependencies.openssl.1.0.204.1\build\native\lib\$(PlatformToolset)\$(Platform)\$(Configuration)\static;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<AdditionalOptions>/NoDefaultLib:libcmt.lib /NoDefaultLib:libcmtd.lib /NoDefaultLib:libcpmt.lib /NoDefaultLib:libcpmtd.lib /ignore:4099 %(AdditionalOptions)</AdditionalOptions>
|
||||
<AdditionalOptions>/NoDefaultLib:libcmt.lib /NoDefaultLib:libcmtd.lib /NoDefaultLib:libcpmt.lib /NoDefaultLib:libcpmtd.lib /ignore:4099 /ignore:4217 %(AdditionalOptions)</AdditionalOptions>
|
||||
<AdditionalDependencies>libeay32.lib;ssleay32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
|
@ -44,8 +44,13 @@
|
|||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\build\generated\graph.grpc.pb.cc" />
|
||||
<ClCompile Include="..\build\generated\graph.pb.cc" />
|
||||
<ClCompile Include="..\build\generated\graph.grpc.pb.cc">
|
||||
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\build\generated\graph.pb.cc">
|
||||
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\build\generated\ray.grpc.pb.cc">
|
||||
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4125;4355;4365;4800;;4623;4625;4626;4267;5026;5027;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
|
@ -57,6 +62,7 @@
|
|||
<ClCompile Include="..\build\generated\types.grpc.pb.cc">
|
||||
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4125;4355;4365;4800;;4623;4625;4626;4267;5026;5027;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\build\generated\types.pb.cc">
|
||||
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
|
@ -64,6 +70,7 @@
|
|||
</ClCompile>
|
||||
<ClCompile Include="..\src\ipc.cc" />
|
||||
<ClCompile Include="..\src\utils.cc" />
|
||||
<ClCompile Include="zstub.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\build\generated\graph.grpc.pb.h" />
|
||||
|
@ -121,9 +128,6 @@ protoc --proto_path="$(SolutionDir)protos" --python_out="$(ProjectDir)..\lib\pyt
|
|||
<ProjectReference Include="..\thirdparty\grpc\vsprojects\vcxproj\grpc_cpp_plugin\grpc_cpp_plugin.vcxproj">
|
||||
<Project>{7e51a25f-ac59-488f-906c-c60faae706aa}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\thirdparty\grpc\vsprojects\vcxproj\z\z.vcxproj">
|
||||
<Project>{fbade9e3-6a3f-36d3-d676-c1b808451dd7}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
|
|
@ -45,6 +45,9 @@
|
|||
<ClCompile Include="..\src\utils.cc">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="zstub.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\src\ipc.h">
|
||||
|
|
16
vsprojects/zstub.c
Normal file
16
vsprojects/zstub.c
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
int deflate(struct z_stream_s *strm, int flush) { return -2; }
|
||||
int deflateEnd(struct z_stream_s *strm) { return -2; }
|
||||
int deflateInit_(struct z_stream_s *stream, int level, const char *version, int stream_size) { return -2; }
|
||||
int deflateInit2_(struct z_stream_s *strm, int level, int method, int windowBits, int memLevel, int strategy, const char *version, int stream_size) { return -2; }
|
||||
int inflate(struct z_stream_s *strm, int flush) { return -2; }
|
||||
int inflateEnd(struct z_stream_s *strm) { return -2; }
|
||||
int inflateInit_(struct z_stream_s *stream, const char *version, int stream_size) { return -2; }
|
||||
int inflateInit2_(struct z_stream_s *strm, int windowBits, const char *version, int stream_size) { return -2; }
|
||||
const char *gzerror(struct gzFile_s * file, int *errnum) { return 0; }
|
||||
const char *zError(int err) { return 0; }
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Loading…
Add table
Reference in a new issue