diff options
Diffstat (limited to 'Software/External Repositories/Protobuf/solution')
121 files changed, 17838 insertions, 0 deletions
diff --git a/Software/External Repositories/Protobuf/solution/ALL_BUILD.vcxproj b/Software/External Repositories/Protobuf/solution/ALL_BUILD.vcxproj new file mode 100644 index 000000000..36a12a378 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/ALL_BUILD.vcxproj @@ -0,0 +1,215 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E153A3EB-EB45-30D4-83B4-CFDF193EE725}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>ALL_BUILD</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock.vcxproj"> + <Project>{3EA9C52B-88A4-31CE-82ED-55689A5AC654}</Project> + <Name>gmock</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock_main.vcxproj"> + <Project>{77221FF2-45E7-3699-86A5-158C4F299866}</Project> + <Name>gmock_main</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\js_embed.vcxproj"> + <Project>{F75D0BFD-AB82-3920-95F4-1DA734D20780}</Project> + <Name>js_embed</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotobuf.vcxproj"> + <Project>{85CA0A8E-A5AA-3710-8449-1A3CE1023254}</Project> + <Name>libprotobuf</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotobuf-lite.vcxproj"> + <Project>{EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}</Project> + <Name>libprotobuf-lite</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotoc.vcxproj"> + <Project>{D47A99D8-6069-3332-9F73-D3BD4B10EE88}</Project> + <Name>libprotoc</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\lite-arena-test.vcxproj"> + <Project>{1307357A-7387-38F7-B8E9-CEA5EDAA6F54}</Project> + <Name>lite-arena-test</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\lite-test.vcxproj"> + <Project>{49B94987-BD21-3FD6-A452-815600681269}</Project> + <Name>lite-test</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\protoc.vcxproj"> + <Project>{BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}</Project> + <Name>protoc</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\test_plugin.vcxproj"> + <Project>{B5B6065C-4A7D-357D-BF08-EFE540868114}</Project> + <Name>test_plugin</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\tests.vcxproj"> + <Project>{B88298DB-383D-31BF-8A5F-02D93896FD54}</Project> + <Name>tests</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/ALL_BUILD.vcxproj.filters b/Software/External Repositories/Protobuf/solution/ALL_BUILD.vcxproj.filters new file mode 100644 index 000000000..92d4d71ac --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/ALL_BUILD.vcxproj.filters @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/CMakeCache.txt b/Software/External Repositories/Protobuf/solution/CMakeCache.txt new file mode 100644 index 000000000..22edfb4be --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeCache.txt @@ -0,0 +1,439 @@ +# This is the CMakeCache file. +# For build in directory: c:/protobuf/solution +# It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Semicolon separated list of supported configuration types, only +// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything +// else will be ignored. +CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo + +//Flags used by the compiler during all build types. +CMAKE_CXX_FLAGS:STRING=/GL + +//Flags used by the compiler during debug builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 + +//Flags used by the compiler during release builds for minimum +// size. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG + +//Flags used by the compiler during release builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG + +//Flags used by the compiler during release builds with debug info. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG + +//Libraries linked by default with all C++ applications. +CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib + +//Flags used by the compiler during all build types. +CMAKE_C_FLAGS:STRING=/GL + +//Flags used by the compiler during debug builds. +CMAKE_C_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 + +//Flags used by the compiler during release builds for minimum +// size. +CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG + +//Flags used by the compiler during release builds. +CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG + +//Flags used by the compiler during release builds with debug info. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG + +//Libraries linked by default with all C applications. +CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib + +//Flags used by the linker. +CMAKE_EXE_LINKER_FLAGS:STRING=/LTCG + +//Flags used by the linker during debug builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL + +//Flags used by the linker during release minsize builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO + +//Flags used by the linker during release builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Directory relative to CMAKE_INSTALL to install the cmake configuration +// files +CMAKE_INSTALL_CMAKEDIR:STRING=cmake + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/protobuf + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/link.exe + +//Flags used by the linker during the creation of modules. +CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:X86 + +//Flags used by the linker during debug builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL + +//Flags used by the linker during release minsize builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO + +//Flags used by the linker during release builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=protobuf + +//RC compiler +CMAKE_RC_COMPILER:FILEPATH=rc + +//Flags for Windows Resource Compiler. +CMAKE_RC_FLAGS:STRING=/DWIN32 + +//Flags for Windows Resource Compiler during debug builds. +CMAKE_RC_FLAGS_DEBUG:STRING=/D_DEBUG + +//Flags for Windows Resource Compiler during release builds for +// minimum size. +CMAKE_RC_FLAGS_MINSIZEREL:STRING= + +//Flags for Windows Resource Compiler during release builds. +CMAKE_RC_FLAGS_RELEASE:STRING= + +//Flags for Windows Resource Compiler during release builds with +// debug info. +CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= + +//Flags used by the linker during the creation of dll's. +CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:X86 + +//Flags used by the linker during debug builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL + +//Flags used by the linker during release minsize builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO + +//Flags used by the linker during release builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries. +CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:X86 + +//Flags used by the linker during debug builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//No help, variable specified on the command line. +CMAKE_SYSTEM_VERSION:UNINITIALIZED=10.0.15063.0 + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Dependencies for target +gmock_LIB_DEPENDS:STATIC= + +//Dependencies for the target +gmock_main_LIB_DEPENDS:STATIC=general;gmock; + +//Dependencies for target +libprotobuf-lite_LIB_DEPENDS:STATIC= + +//Dependencies for target +libprotobuf_LIB_DEPENDS:STATIC= + +//Dependencies for the target +libprotoc_LIB_DEPENDS:STATIC=general;libprotobuf; + +//Using absolute test_plugin path in tests +protobuf_ABSOLUTE_TEST_PLUGIN_PATH:BOOL=ON + +//Value Computed by CMake +protobuf_BINARY_DIR:STATIC=C:/protobuf/solution + +//Build examples +protobuf_BUILD_EXAMPLES:BOOL=OFF + +//Build Shared Libraries +protobuf_BUILD_SHARED_LIBS:BOOL=OFF + +//Build tests +protobuf_BUILD_TESTS:BOOL=ON + +//Default debug postfix +protobuf_DEBUG_POSTFIX:STRING=d + +//Install the examples folder +protobuf_INSTALL_EXAMPLES:BOOL=OFF + +//CMake build-in FindProtobuf.cmake module compatible +protobuf_MODULE_COMPATIBLE:BOOL=OFF + +//Link static runtime libraries +protobuf_MSVC_STATIC_RUNTIME:BOOL=ON + +//Value Computed by CMake +protobuf_SOURCE_DIR:STATIC=C:/protobuf/protobuf-3.4.1/cmake + +//Enable for verbose output +protobuf_VERBOSE:BOOL=OFF + +//Build with zlib support +protobuf_WITH_ZLIB:BOOL=OFF + + +######################## +# INTERNAL cache entries +######################## + +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=c:/protobuf/solution +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=9 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES +CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES +CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Visual Studio 15 2017 +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have include pthread.h +CMAKE_HAVE_PTHREAD_H:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=C:/protobuf/protobuf-3.4.1/cmake +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_CMAKEDIR +CMAKE_INSTALL_CMAKEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_COMPILER +CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 +CMAKE_RC_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS +CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG +CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL +CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE +CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO +CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-3.9 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/protobuf +//ADVANCED property for variable: protobuf_ABSOLUTE_TEST_PLUGIN_PATH +protobuf_ABSOLUTE_TEST_PLUGIN_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: protobuf_DEBUG_POSTFIX +protobuf_DEBUG_POSTFIX-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: protobuf_MODULE_COMPATIBLE +protobuf_MODULE_COMPATIBLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: protobuf_VERBOSE +protobuf_VERBOSE-ADVANCED:INTERNAL=1 + diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeCCompiler.cmake b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeCCompiler.cmake new file mode 100644 index 000000000..f704bfbfe --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeCCompiler.cmake @@ -0,0 +1,71 @@ +set(CMAKE_C_COMPILER "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "MSVC") +set(CMAKE_C_COMPILER_VERSION "19.10.25019.0") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "90") +set(CMAKE_C_COMPILE_FEATURES "") +set(CMAKE_C90_COMPILE_FEATURES "") +set(CMAKE_C99_COMPILE_FEATURES "") +set(CMAKE_C11_COMPILE_FEATURES "") + +set(CMAKE_C_PLATFORM_ID "Windows") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_SIMULATE_VERSION "") +set(MSVC_C_ARCHITECTURE_ID X86) + +set(CMAKE_AR "") +set(CMAKE_C_COMPILER_AR "") +set(CMAKE_RANLIB "") +set(CMAKE_C_COMPILER_RANLIB "") +set(CMAKE_LINKER "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/link.exe") +set(CMAKE_COMPILER_IS_GNUCC ) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "4") +set(CMAKE_C_COMPILER_ABI "") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeCXXCompiler.cmake b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeCXXCompiler.cmake new file mode 100644 index 000000000..d02d78c8e --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeCXXCompiler.cmake @@ -0,0 +1,73 @@ +set(CMAKE_CXX_COMPILER "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "MSVC") +set(CMAKE_CXX_COMPILER_VERSION "19.10.25019.0") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_aggregate_default_initializers;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_attribute_deprecated;cxx_auto_type;cxx_binary_literals;cxx_constexpr;cxx_contextual_conversions;cxx_decltype;cxx_decltype_auto;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_digit_separators;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_generic_lambdas;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_lambda_init_captures;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_return_type_deduction;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_template_template_parameters;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variable_templates;cxx_variadic_macros;cxx_variadic_templates;cxx_std_11;cxx_std_14;cxx_std_17") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_aggregate_default_initializers;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_attribute_deprecated;cxx_auto_type;cxx_binary_literals;cxx_constexpr;cxx_contextual_conversions;cxx_decltype;cxx_decltype_auto;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_digit_separators;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_generic_lambdas;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_lambda_init_captures;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_return_type_deduction;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_template_template_parameters;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variable_templates;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") + +set(CMAKE_CXX_PLATFORM_ID "Windows") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_SIMULATE_VERSION "") +set(MSVC_CXX_ARCHITECTURE_ID X86) + +set(CMAKE_AR "") +set(CMAKE_CXX_COMPILER_AR "") +set(CMAKE_RANLIB "") +set(CMAKE_CXX_COMPILER_RANLIB "") +set(CMAKE_LINKER "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/link.exe") +set(CMAKE_COMPILER_IS_GNUCXX ) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP) +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "4") +set(CMAKE_CXX_COMPILER_ABI "") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeDetermineCompilerABI_C.bin b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeDetermineCompilerABI_C.bin Binary files differnew file mode 100644 index 000000000..b7c86297a --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeDetermineCompilerABI_C.bin diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeDetermineCompilerABI_CXX.bin b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeDetermineCompilerABI_CXX.bin Binary files differnew file mode 100644 index 000000000..77307f47b --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeDetermineCompilerABI_CXX.bin diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeRCCompiler.cmake b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeRCCompiler.cmake new file mode 100644 index 000000000..0f6196103 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeRCCompiler.cmake @@ -0,0 +1,6 @@ +set(CMAKE_RC_COMPILER "rc") +set(CMAKE_RC_COMPILER_ARG1 "") +set(CMAKE_RC_COMPILER_LOADED 1) +set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC) +set(CMAKE_RC_OUTPUT_EXTENSION .res) +set(CMAKE_RC_COMPILER_ENV_VAR "RC") diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeSystem.cmake b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeSystem.cmake new file mode 100644 index 000000000..dcabad59f --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Windows-10.0.15063") +set(CMAKE_HOST_SYSTEM_NAME "Windows") +set(CMAKE_HOST_SYSTEM_VERSION "10.0.15063") +set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") + + + +set(CMAKE_SYSTEM "Windows-10.0.15063.0") +set(CMAKE_SYSTEM_NAME "Windows") +set(CMAKE_SYSTEM_VERSION "10.0.15063.0") +set(CMAKE_SYSTEM_PROCESSOR "AMD64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdC/CMakeCCompilerId.c b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 000000000..df91dafed --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,567 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" + +#elif defined(__ARMCC_VERSION) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXE) || defined(__CRAYXC) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + + +#if !defined(__STDC__) +# if defined(_MSC_VER) && !defined(__clang__) +# define C_DIALECT "90" +# else +# define C_DIALECT +# endif +#elif __STDC_VERSION__ >= 201000L +# define C_DIALECT "11" +#elif __STDC_VERSION__ >= 199901L +# define C_DIALECT "99" +#else +# define C_DIALECT "90" +#endif +const char* info_language_dialect_default = + "INFO" ":" "dialect_default[" C_DIALECT "]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXE) || defined(__CRAYXC) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdC/CompilerIdC.exe b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdC/CompilerIdC.exe Binary files differnew file mode 100644 index 000000000..a81735dfb --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdC/CompilerIdC.exe diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdC/CompilerIdC.vcxproj b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdC/CompilerIdC.vcxproj new file mode 100644 index 000000000..809705d17 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdC/CompilerIdC.vcxproj @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid> + <RootNamespace>CompilerIdC</RootNamespace> + <Keyword>Win32Proj</Keyword> + + + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup> + + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + + </ImportGroup> + <PropertyGroup> + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <PrecompiledHeader> + </PrecompiledHeader> + <WarningLevel>TurnOffAllWarnings</WarningLevel> + <DebugInformationFormat> + </DebugInformationFormat> + </ClCompile> + + <Link> + <GenerateDebugInformation>false</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + + </Link> + <PostBuildEvent> + <Command>for %%i in (cl.exe) do %40echo CMAKE_C_COMPILER=%%~$PATH:i</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="CMakeCCompilerId.c" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + + </ImportGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 000000000..e7037e501 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,539 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" + +#elif defined(__ARMCC_VERSION) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXE) || defined(__CRAYXC) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + + +const char* info_language_dialect_default = "INFO" ":" "dialect_default[" +#if __cplusplus > 201402L + "17" +#elif __cplusplus >= 201402L + "14" +#elif __cplusplus >= 201103L + "11" +#else + "98" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXE) || defined(__CRAYXC) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdCXX/CompilerIdCXX.exe b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdCXX/CompilerIdCXX.exe Binary files differnew file mode 100644 index 000000000..18c56af78 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdCXX/CompilerIdCXX.exe diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdCXX/CompilerIdCXX.vcxproj b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdCXX/CompilerIdCXX.vcxproj new file mode 100644 index 000000000..aac7096df --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/CompilerIdCXX/CompilerIdCXX.vcxproj @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid> + <RootNamespace>CompilerIdCXX</RootNamespace> + <Keyword>Win32Proj</Keyword> + + + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup> + + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + + </ImportGroup> + <PropertyGroup> + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <PrecompiledHeader> + </PrecompiledHeader> + <WarningLevel>TurnOffAllWarnings</WarningLevel> + <DebugInformationFormat> + </DebugInformationFormat> + </ClCompile> + + <Link> + <GenerateDebugInformation>false</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + + </Link> + <PostBuildEvent> + <Command>for %%i in (cl.exe) do %40echo CMAKE_CXX_COMPILER=%%~$PATH:i</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="CMakeCXXCompilerId.cpp" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + + </ImportGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/VCTargetsPath.txt b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/VCTargetsPath.txt new file mode 100644 index 000000000..bf7403e21 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/VCTargetsPath.txt @@ -0,0 +1 @@ +C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/VC/VCTargets diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/VCTargetsPath.vcxproj b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/VCTargetsPath.vcxproj new file mode 100644 index 000000000..ac724139e --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/3.9.3/VCTargetsPath.vcxproj @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{F3FC6D86-508D-3FB1-96D2-995F08B142EC}</ProjectGuid> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> + <PropertyGroup Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> + <ItemDefinitionGroup> + <PostBuildEvent> + <Command>echo VCTargetsPath=$(VCTargetsPath)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/INSTALL_force.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/INSTALL_force.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/INSTALL_force.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/check.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/check.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/check.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/generate.stamp.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/generate.stamp.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/generate.stamp.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-debug.cmake b/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-debug.cmake new file mode 100644 index 000000000..b54329141 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-debug.cmake @@ -0,0 +1,48 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Debug". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "protobuf::libprotobuf-lite" for configuration "Debug" +set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(protobuf::libprotobuf-lite PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libprotobuf-lited.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf-lite ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf-lite "${_IMPORT_PREFIX}/lib/libprotobuf-lited.lib" ) + +# Import target "protobuf::libprotobuf" for configuration "Debug" +set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(protobuf::libprotobuf PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libprotobufd.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf "${_IMPORT_PREFIX}/lib/libprotobufd.lib" ) + +# Import target "protobuf::libprotoc" for configuration "Debug" +set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(protobuf::libprotoc PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libprotocd.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotoc ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotoc "${_IMPORT_PREFIX}/lib/libprotocd.lib" ) + +# Import target "protobuf::protoc" for configuration "Debug" +set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(protobuf::protoc PROPERTIES + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/protoc.exe" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::protoc ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::protoc "${_IMPORT_PREFIX}/bin/protoc.exe" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-minsizerel.cmake b/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-minsizerel.cmake new file mode 100644 index 000000000..cec3986a2 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-minsizerel.cmake @@ -0,0 +1,48 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "MinSizeRel". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "protobuf::libprotobuf-lite" for configuration "MinSizeRel" +set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) +set_target_properties(protobuf::libprotobuf-lite PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" + IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/libprotobuf-lite.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf-lite ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf-lite "${_IMPORT_PREFIX}/lib/libprotobuf-lite.lib" ) + +# Import target "protobuf::libprotobuf" for configuration "MinSizeRel" +set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) +set_target_properties(protobuf::libprotobuf PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" + IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/libprotobuf.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf "${_IMPORT_PREFIX}/lib/libprotobuf.lib" ) + +# Import target "protobuf::libprotoc" for configuration "MinSizeRel" +set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) +set_target_properties(protobuf::libprotoc PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" + IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/libprotoc.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotoc ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotoc "${_IMPORT_PREFIX}/lib/libprotoc.lib" ) + +# Import target "protobuf::protoc" for configuration "MinSizeRel" +set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) +set_target_properties(protobuf::protoc PROPERTIES + IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/bin/protoc.exe" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::protoc ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::protoc "${_IMPORT_PREFIX}/bin/protoc.exe" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-release.cmake b/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-release.cmake new file mode 100644 index 000000000..fc6e12803 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-release.cmake @@ -0,0 +1,48 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Release". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "protobuf::libprotobuf-lite" for configuration "Release" +set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(protobuf::libprotobuf-lite PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libprotobuf-lite.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf-lite ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf-lite "${_IMPORT_PREFIX}/lib/libprotobuf-lite.lib" ) + +# Import target "protobuf::libprotobuf" for configuration "Release" +set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(protobuf::libprotobuf PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libprotobuf.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf "${_IMPORT_PREFIX}/lib/libprotobuf.lib" ) + +# Import target "protobuf::libprotoc" for configuration "Release" +set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(protobuf::libprotoc PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libprotoc.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotoc ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotoc "${_IMPORT_PREFIX}/lib/libprotoc.lib" ) + +# Import target "protobuf::protoc" for configuration "Release" +set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(protobuf::protoc PROPERTIES + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/protoc.exe" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::protoc ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::protoc "${_IMPORT_PREFIX}/bin/protoc.exe" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-relwithdebinfo.cmake b/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-relwithdebinfo.cmake new file mode 100644 index 000000000..ca02ff539 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-relwithdebinfo.cmake @@ -0,0 +1,48 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "protobuf::libprotobuf-lite" for configuration "RelWithDebInfo" +set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(protobuf::libprotobuf-lite PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libprotobuf-lite.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf-lite ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf-lite "${_IMPORT_PREFIX}/lib/libprotobuf-lite.lib" ) + +# Import target "protobuf::libprotobuf" for configuration "RelWithDebInfo" +set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(protobuf::libprotobuf PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libprotobuf.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf "${_IMPORT_PREFIX}/lib/libprotobuf.lib" ) + +# Import target "protobuf::libprotoc" for configuration "RelWithDebInfo" +set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(protobuf::libprotoc PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libprotoc.lib" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotoc ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotoc "${_IMPORT_PREFIX}/lib/libprotoc.lib" ) + +# Import target "protobuf::protoc" for configuration "RelWithDebInfo" +set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(protobuf::protoc PROPERTIES + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/bin/protoc.exe" + ) + +list(APPEND _IMPORT_CHECK_TARGETS protobuf::protoc ) +list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::protoc "${_IMPORT_PREFIX}/bin/protoc.exe" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets.cmake b/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets.cmake new file mode 100644 index 000000000..3d3435c81 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget protobuf::libprotobuf-lite protobuf::libprotobuf protobuf::libprotoc protobuf::protoc) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target protobuf::libprotobuf-lite +add_library(protobuf::libprotobuf-lite STATIC IMPORTED) + +set_target_properties(protobuf::libprotobuf-lite PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +# Create imported target protobuf::libprotobuf +add_library(protobuf::libprotobuf STATIC IMPORTED) + +set_target_properties(protobuf::libprotobuf PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +# Create imported target protobuf::libprotoc +add_library(protobuf::libprotoc STATIC IMPORTED) + +set_target_properties(protobuf::libprotoc PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "protobuf::libprotobuf" +) + +# Create imported target protobuf::protoc +add_executable(protobuf::protoc IMPORTED) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/protobuf-targets-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/TargetDirectories.txt b/Software/External Repositories/Protobuf/solution/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..3dbb3c876 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,15 @@ +C:/protobuf/solution/CMakeFiles/libprotobuf-lite.dir +C:/protobuf/solution/CMakeFiles/test_plugin.dir +C:/protobuf/solution/CMakeFiles/libprotobuf.dir +C:/protobuf/solution/CMakeFiles/js_embed.dir +C:/protobuf/solution/CMakeFiles/protoc.dir +C:/protobuf/solution/CMakeFiles/libprotoc.dir +C:/protobuf/solution/CMakeFiles/gmock.dir +C:/protobuf/solution/CMakeFiles/gmock_main.dir +C:/protobuf/solution/CMakeFiles/tests.dir +C:/protobuf/solution/CMakeFiles/lite-test.dir +C:/protobuf/solution/CMakeFiles/lite-arena-test.dir +C:/protobuf/solution/CMakeFiles/check.dir +C:/protobuf/solution/CMakeFiles/INSTALL.dir +C:/protobuf/solution/CMakeFiles/ALL_BUILD.dir +C:/protobuf/solution/CMakeFiles/ZERO_CHECK.dir diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b45981f4973da71ef7128e78063ec325/well_known_types_embed.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b45981f4973da71ef7128e78063ec325/well_known_types_embed.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b45981f4973da71ef7128e78063ec325/well_known_types_embed.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule new file mode 100644 index 000000000..2d3998c9d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/cmake.check_cache b/Software/External Repositories/Protobuf/solution/CMakeFiles/cmake.check_cache new file mode 100644 index 000000000..3dccd7317 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/feature_tests.bin b/Software/External Repositories/Protobuf/solution/CMakeFiles/feature_tests.bin Binary files differnew file mode 100644 index 000000000..8c7625e72 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/feature_tests.bin diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/feature_tests.cxx b/Software/External Repositories/Protobuf/solution/CMakeFiles/feature_tests.cxx new file mode 100644 index 000000000..79ac5fee5 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/feature_tests.cxx @@ -0,0 +1,391 @@ + + const char features[] = {"\n" +"CXX_FEATURE:" +#if _MSC_FULL_VER >= 190024406 +"1" +#else +"0" +#endif +"cxx_aggregate_default_initializers\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1800 +"1" +#else +"0" +#endif +"cxx_alias_templates\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_alignas\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_alignof\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_attributes\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_attribute_deprecated\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_auto_type\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_binary_literals\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_constexpr\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1800 +"1" +#else +"0" +#endif +"cxx_contextual_conversions\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_decltype\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_decltype_auto\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1800 +"1" +#else +"0" +#endif +"cxx_default_function_template_args\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1800 +"1" +#else +"0" +#endif +"cxx_defaulted_functions\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_defaulted_move_initializers\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1800 +"1" +#else +"0" +#endif +"cxx_delegating_constructors\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_deleted_functions\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_digit_separators\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1700 +"1" +#else +"0" +#endif +"cxx_enum_forward_declarations\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1800 +"1" +#else +"0" +#endif +"cxx_explicit_conversions\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_extended_friend_declarations\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_extern_templates\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1700 +"1" +#else +"0" +#endif +"cxx_final\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_func_identifier\n" +"CXX_FEATURE:" +#if _MSC_FULL_VER >= 180030723 +"1" +#else +"0" +#endif +"cxx_generalized_initializers\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_generic_lambdas\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_inheriting_constructors\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_inline_namespaces\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_lambdas\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_lambda_init_captures\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_local_type_template_args\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_long_long_type\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_noexcept\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_nonstatic_member_init\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_nullptr\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_override\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1700 +"1" +#else +"0" +#endif +"cxx_range_for\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1800 +"1" +#else +"0" +#endif +"cxx_raw_string_literals\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_reference_qualified_functions\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_return_type_deduction\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_right_angle_brackets\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_rvalue_references\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_sizeof_member\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_static_assert\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1700 +"1" +#else +"0" +#endif +"cxx_strong_enums\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_template_template_parameters\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_thread_local\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_trailing_return_types\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_unicode_literals\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1800 +"1" +#else +"0" +#endif +"cxx_uniform_initialization\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_unrestricted_unions\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1900 +"1" +#else +"0" +#endif +"cxx_user_literals\n" +"CXX_FEATURE:" +#if _MSC_FULL_VER >= 190023918 +"1" +#else +"0" +#endif +"cxx_variable_templates\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1600 +"1" +#else +"0" +#endif +"cxx_variadic_macros\n" +"CXX_FEATURE:" +#if _MSC_VER >= 1800 +"1" +#else +"0" +#endif +"cxx_variadic_templates\n" + +}; + +int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/generate.stamp b/Software/External Repositories/Protobuf/solution/CMakeFiles/generate.stamp new file mode 100644 index 000000000..9b5f49fa9 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/generate.stamp @@ -0,0 +1 @@ +# CMake generation timestamp file for this directory. diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/generate.stamp.depend b/Software/External Repositories/Protobuf/solution/CMakeFiles/generate.stamp.depend new file mode 100644 index 000000000..fb0af7c25 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/generate.stamp.depend @@ -0,0 +1,160 @@ +# CMake generation dependency list for this directory. +C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineSystem.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeSystem.cmake.in +C:/protobuf/solution/CMakeFiles/3.9.3/CMakeSystem.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeSystemSpecificInitialize.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineCompilerId.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCompilerIdDetection.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/ADSP-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/ARMCC-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/AppleClang-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Clang-DetermineCompilerInternal.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Borland-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Bruce-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Clang-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Clang-DetermineCompilerInternal.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Compaq-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Cray-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Embarcadero-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Fujitsu-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/GHS-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/GNU-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/HP-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/IAR-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Intel-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/MIPSpro-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/MSVC-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/NVIDIA-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/PGI-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/PathScale-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/SCO-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/SDCC-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/SunPro-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/TI-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Watcom-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/XL-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/zOS-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CompilerId/VS-10.vcxproj.in +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeFindBinUtils.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCCompiler.cmake.in +C:/protobuf/solution/CMakeFiles/3.9.3/CMakeCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineCXXCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Platform/Windows-Determine-CXX.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineCompilerId.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCompilerIdDetection.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/ADSP-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/ARMCC-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/AppleClang-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Clang-DetermineCompilerInternal.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Borland-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Clang-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Clang-DetermineCompilerInternal.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Cray-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Embarcadero-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Fujitsu-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/GHS-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/HP-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/IAR-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Intel-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/MIPSpro-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/MSVC-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/NVIDIA-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/PGI-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/PathScale-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/SCO-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/TI-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/Watcom-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/XL-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CompilerId/VS-10.vcxproj.in +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeFindBinUtils.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCXXCompiler.cmake.in +C:/protobuf/solution/CMakeFiles/3.9.3/CMakeCXXCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeSystemSpecificInformation.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeGenericSystem.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Platform/Windows.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Platform/WindowsPaths.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCInformation.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeLanguageInformation.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Platform/Windows-MSVC-C.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Platform/Windows-MSVC.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineRCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeRCCompiler.cmake.in +C:/protobuf/solution/CMakeFiles/3.9.3/CMakeRCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeRCInformation.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeTestRCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCommonLanguageInclude.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeTestCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeTestCompilerCommon.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineCompilerABI.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeParseImplicitLinkInfo.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCCompilerABI.c +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineCompileFeatures.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCCompiler.cmake.in +C:/protobuf/solution/CMakeFiles/3.9.3/CMakeCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCXXInformation.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeLanguageInformation.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/MSVC-CXX.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/CMakeCommonCompilerMacros.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Platform/Windows-MSVC-CXX.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Platform/Windows-MSVC.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCommonLanguageInclude.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeTestCXXCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeTestCompilerCommon.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineCompilerABI.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeParseImplicitLinkInfo.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCXXCompilerABI.cpp +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDetermineCompileFeatures.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Internal/FeatureTesting.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/MSVC-CXX-FeatureTests.cmake +C:/protobuf/solution/CMakeFiles/feature_tests.cxx +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/MSVC-CXX-FeatureTests.cmake +C:/protobuf/solution/CMakeFiles/feature_tests.cxx +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/MSVC-CXX-FeatureTests.cmake +C:/protobuf/solution/CMakeFiles/feature_tests.cxx +C:/Program Files/CMake/share/cmake-3.9/Modules/Compiler/MSVC-CXX-FeatureTests.cmake +C:/protobuf/solution/CMakeFiles/feature_tests.cxx +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeCXXCompiler.cmake.in +C:/protobuf/solution/CMakeFiles/3.9.3/CMakeCXXCompiler.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CMakeDependentOption.cmake +C:/protobuf/protobuf-3.4.1/cmake/protobuf-options.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/FindThreads.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CheckLibraryExists.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CheckSymbolExists.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CheckIncludeFile.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/CheckIncludeFile.c.in +C:/Program Files/CMake/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/FindPackageMessage.cmake +C:/protobuf/protobuf-3.4.1/cmake/extract_includes.bat.in +C:/protobuf/protobuf-3.4.1/cmake/libprotobuf-lite.cmake +C:/protobuf/protobuf-3.4.1/cmake/libprotobuf.cmake +C:/protobuf/protobuf-3.4.1/cmake/libprotoc.cmake +C:/protobuf/protobuf-3.4.1/cmake/protoc.cmake +C:/protobuf/protobuf-3.4.1/cmake/tests.cmake +C:/protobuf/protobuf-3.4.1/cmake/install.cmake +C:/Program Files/CMake/share/cmake-3.9/Modules/GNUInstallDirs.cmake +C:/protobuf/protobuf-3.4.1/cmake/protobuf.pc.cmake +C:/protobuf/protobuf-3.4.1/cmake/protobuf-lite.pc.cmake +C:/protobuf/protobuf-3.4.1/cmake/protobuf-config.cmake.in +C:/protobuf/protobuf-3.4.1/cmake/protobuf-config-version.cmake.in +C:/protobuf/protobuf-3.4.1/cmake/protobuf-module.cmake.in +C:/protobuf/protobuf-3.4.1/cmake/protobuf-options.cmake diff --git a/Software/External Repositories/Protobuf/solution/CMakeFiles/generate.stamp.list b/Software/External Repositories/Protobuf/solution/CMakeFiles/generate.stamp.list new file mode 100644 index 000000000..64cc656e1 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/CMakeFiles/generate.stamp.list @@ -0,0 +1 @@ +C:/protobuf/solution/CMakeFiles/generate.stamp diff --git a/Software/External Repositories/Protobuf/solution/INSTALL.vcxproj b/Software/External Repositories/Protobuf/solution/INSTALL.vcxproj new file mode 100644 index 000000000..a58ef93d3 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/INSTALL.vcxproj @@ -0,0 +1,221 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{727A8932-BA1C-350A-BD74-77E33A574BD6}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>INSTALL</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <PostBuildEvent> + <Message></Message> + <Command>setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <PostBuildEvent> + <Message></Message> + <Command>setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <PostBuildEvent> + <Message></Message> + <Command>setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <PostBuildEvent> + <Message></Message> + <Command>setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\39e8e905a17da14f4aec6762f75b4d51\INSTALL_force.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\INSTALL_force</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\INSTALL_force</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\INSTALL_force</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\INSTALL_force</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\ALL_BUILD.vcxproj"> + <Project>{E153A3EB-EB45-30D4-83B4-CFDF193EE725}</Project> + <Name>ALL_BUILD</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/INSTALL.vcxproj.filters b/Software/External Repositories/Protobuf/solution/INSTALL.vcxproj.filters new file mode 100644 index 000000000..120207b17 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/INSTALL.vcxproj.filters @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\39e8e905a17da14f4aec6762f75b4d51\INSTALL_force.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <Filter Include="CMake Rules"> + <UniqueIdentifier>{3E93DE8A-2CBD-3FC7-92A8-F86E72F8D511}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/ZERO_CHECK.vcxproj b/Software/External Repositories/Protobuf/solution/ZERO_CHECK.vcxproj new file mode 100644 index 000000000..45c4f5d60 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/ZERO_CHECK.vcxproj @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>ZERO_CHECK</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\39e8e905a17da14f4aec6762f75b4d51\generate.stamp.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Checking Build System</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file C:/protobuf/solution/protobuf.sln +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/generate.stamp.rule;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Checking Build System</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file C:/protobuf/solution/protobuf.sln +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/generate.stamp.rule;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Checking Build System</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file C:/protobuf/solution/protobuf.sln +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/generate.stamp.rule;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Checking Build System</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file C:/protobuf/solution/protobuf.sln +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/generate.stamp.rule;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/ZERO_CHECK.vcxproj.filters b/Software/External Repositories/Protobuf/solution/ZERO_CHECK.vcxproj.filters new file mode 100644 index 000000000..bf361a091 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/ZERO_CHECK.vcxproj.filters @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\39e8e905a17da14f4aec6762f75b4d51\generate.stamp.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <Filter Include="CMake Rules"> + <UniqueIdentifier>{3E93DE8A-2CBD-3FC7-92A8-F86E72F8D511}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/check.vcxproj b/Software/External Repositories/Protobuf/solution/check.vcxproj new file mode 100644 index 000000000..26c35a0c3 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/check.vcxproj @@ -0,0 +1,252 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{1FE18234-C65B-3C59-B314-3DF6364099CC}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>check</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\39e8e905a17da14f4aec6762f75b4d51\check.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"></Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +cd C:\protobuf\protobuf-3.4.1 +if %errorlevel% neq 0 goto :cmEnd +C: +if %errorlevel% neq 0 goto :cmEnd +C:\protobuf\solution\Debug\tests.exe +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/check.rule;C:\protobuf\solution\Debug\tests.exe;C:\protobuf\solution\Debug\test_plugin.exe;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\check</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"></Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +cd C:\protobuf\protobuf-3.4.1 +if %errorlevel% neq 0 goto :cmEnd +C: +if %errorlevel% neq 0 goto :cmEnd +C:\protobuf\solution\Release\tests.exe +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/check.rule;C:\protobuf\solution\Release\tests.exe;C:\protobuf\solution\Release\test_plugin.exe;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\check</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"></Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +cd C:\protobuf\protobuf-3.4.1 +if %errorlevel% neq 0 goto :cmEnd +C: +if %errorlevel% neq 0 goto :cmEnd +C:\protobuf\solution\MinSizeRel\tests.exe +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/check.rule;C:\protobuf\solution\MinSizeRel\tests.exe;C:\protobuf\solution\MinSizeRel\test_plugin.exe;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\check</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"></Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +cd C:\protobuf\protobuf-3.4.1 +if %errorlevel% neq 0 goto :cmEnd +C: +if %errorlevel% neq 0 goto :cmEnd +C:\protobuf\solution\RelWithDebInfo\tests.exe +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/39e8e905a17da14f4aec6762f75b4d51/check.rule;C:\protobuf\solution\RelWithDebInfo\tests.exe;C:\protobuf\solution\RelWithDebInfo\test_plugin.exe;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\check</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <None Include="C:\protobuf\solution\CMakeFiles\check" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\test_plugin.vcxproj"> + <Project>{B5B6065C-4A7D-357D-BF08-EFE540868114}</Project> + <Name>test_plugin</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\tests.vcxproj"> + <Project>{B88298DB-383D-31BF-8A5F-02D93896FD54}</Project> + <Name>tests</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/check.vcxproj.filters b/Software/External Repositories/Protobuf/solution/check.vcxproj.filters new file mode 100644 index 000000000..39bf83ee1 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/check.vcxproj.filters @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\39e8e905a17da14f4aec6762f75b4d51\check.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <None Include="C:\protobuf\solution\CMakeFiles\check" /> + </ItemGroup> + <ItemGroup> + <Filter Include="CMake Rules"> + <UniqueIdentifier>{3E93DE8A-2CBD-3FC7-92A8-F86E72F8D511}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/cmake/protobuf-config-version.cmake b/Software/External Repositories/Protobuf/solution/cmake/protobuf-config-version.cmake new file mode 100644 index 000000000..c7e8f8061 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/cmake/protobuf-config-version.cmake @@ -0,0 +1,60 @@ +set(PACKAGE_VERSION "3.4.1") +set(${PACKAGE_FIND_NAME}_VERSION_PRERELEASE "" PARENT_SCOPE) + +# Prerelease versions cannot be passed in directly via the find_package command, +# so we allow users to specify it in a variable +if(NOT DEFINED "${PACKAGE_FIND_NAME}_FIND_VERSION_PRERELEASE") + set("${${PACKAGE_FIND_NAME}_FIND_VERSION_PRERELEASE}" "") +else() + set(PACKAGE_FIND_VERSION ${PACKAGE_FIND_VERSION}-${${PACKAGE_FIND_NAME}_FIND_VERSION_PRERELEASE}) +endif() +set(PACKAGE_FIND_VERSION_PRERELEASE "${${PACKAGE_FIND_NAME}_FIND_VERSION_PRERELEASE}") + +# VERSION_EQUAL ignores the prerelease strings, so we use STREQUAL. +if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) +endif() + +set(PACKAGE_VERSION_COMPATIBLE TRUE) #Assume true until shown otherwise + +if(PACKAGE_FIND_VERSION) #Only perform version checks if one is given + if(NOT PACKAGE_FIND_VERSION_MAJOR EQUAL "3") + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION VERSION_GREATER PACKAGE_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION VERSION_EQUAL PACKAGE_VERSION) + # Do not match prerelease versions to non-prerelease version requests. + if(NOT "" STREQUAL "" AND PACKAGE_FIND_VERSION_PRERELEASE STREQUAL "") + message(AUTHOR_WARNING "To use this prerelease version of ${PACKAGE_FIND_NAME}, set ${PACKAGE_FIND_NAME}_FIND_VERSION_PRERELEASE to '' or greater.") + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + # Not robustly SemVer compliant, but protobuf never uses '.' separated prerelease identifiers. + if(PACKAGE_FIND_VERSION_PRERELEASE STRGREATER "") + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + endif() +endif() + +# Check and save build options used to create this package +macro(_check_and_save_build_option OPTION VALUE) + if(DEFINED ${PACKAGE_FIND_NAME}_${OPTION} AND + NOT ${PACKAGE_FIND_NAME}_${OPTION} STREQUAL ${VALUE}) + set(PACKAGE_VERSION_UNSUITABLE TRUE) + endif() + set(${PACKAGE_FIND_NAME}_${OPTION} ${VALUE} PARENT_SCOPE) +endmacro() +_check_and_save_build_option(WITH_ZLIB OFF) +_check_and_save_build_option(MSVC_STATIC_RUNTIME ON) +_check_and_save_build_option(BUILD_SHARED_LIBS OFF) + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if(NOT "${CMAKE_SIZEOF_VOID_P}" STREQUAL "" AND NOT "4" STREQUAL "") + # check that the installed version has the same 32/64bit-ness as the one which is currently searching: + if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "4") + math(EXPR installedBits "4 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) + endif() +endif() + diff --git a/Software/External Repositories/Protobuf/solution/cmake/protobuf-config.cmake b/Software/External Repositories/Protobuf/solution/cmake/protobuf-config.cmake new file mode 100644 index 000000000..d50055f7c --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/cmake/protobuf-config.cmake @@ -0,0 +1,112 @@ +# User options +include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake") + +# Depend packages + + +# Imported targets +include("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake") + +function(protobuf_generate) + include(CMakeParseArguments) + set(_singleargs LANGUAGE OUT_VAR) + if(COMMAND target_sources) + list(APPEND _singleargs TARGET) + endif() + + cmake_parse_arguments(protobuf_generate "APPEND_PATH" "${_singleargs}" "PROTOS IMPORT_DIRS GENERATE_EXTENSIONS" "${ARGN}") + + if(protobuf_generate_PROTOS AND NOT protobuf_generate_TARGET) + message(SEND_ERROR "Error: protobuf_generate called without any targets or source files") + return() + endif() + + if(NOT protobuf_generate_OUT_VAR AND NOT protobuf_generate_TARGET) + message(SEND_ERROR "Error: protobuf_generate called without a target or output variable") + return() + endif() + + if(NOT protobuf_generate_LANGUAGE) + set(protobuf_generate_LANGUAGE cpp) + endif() + string(TOLOWER ${protobuf_generate_LANGUAGE} protobuf_generate_LANGUAGE) + + if(NOT protobuf_GENERATE_EXTENSIONS) + if(protobuf_generate_LANGUAGE STREQUAL cpp) + set(protobuf_GENERATE_EXTENSIONS .pb.h .pb.cc) + elseif(protobuf_generate_LANGUAGE STREQUAL python) + set(protobuf_GENERATE_EXTENSIONS _pb2.py) + else() + message(SEND_ERROR "Error: protobuf_generate given unknown Language ${LANGUAGE}, please provide a value for GENERATE_EXTENSIONS") + return() + endif() + endif() + + if(protobuf_generate_APPEND_PATH) + # Create an include path for each file specified + foreach(_file ${ARGN}) + get_filename_component(_abs_file ${_file} ABSOLUTE) + get_filename_component(_abs_path ${_abs_file} PATH) + list(FIND _protobuf_include_path ${_abs_path} _contains_already) + if(${_contains_already} EQUAL -1) + list(APPEND _protobuf_include_path -I ${_abs_path}) + endif() + endforeach() + else() + set(_protobuf_include_path -I ${CMAKE_CURRENT_SOURCE_DIR}) + endif() + + foreach(DIR ${protobuf_generate_IMPORT_DIRS}) + get_filename_component(ABS_PATH ${DIR} ABSOLUTE) + list(FIND _protobuf_include_path ${ABS_PATH} _contains_already) + if(${_contains_already} EQUAL -1) + list(APPEND _protobuf_include_path -I ${ABS_PATH}) + endif() + endforeach() + + if(protobuf_generate_TARGET) + get_target_property(_source_list ${protobuf_generate_TARGET} SOURCES) + foreach(_file ${_source_list}) + if(_file MATCHES "proto$") + list(APPEND protobuf_generate_PROTOS ${_file}) + endif() + endforeach() + endif() + + if(NOT protobuf_generate_PROTOS) + message(SEND_ERROR "Error: protobuf_generate could not find any .proto files") + return() + endif() + + set(_generated_srcs) + foreach(_proto ${protobuf_generate_PROTOS}) + get_filename_component(_abs_file ${_proto} ABSOLUTE) + get_filename_component(_basename ${_proto} NAME_WE) + + foreach(_ext ${_output_extensions}) + list(APPEND _generated_srcs "${CMAKE_CURRENT_BINARY_DIR}/${_basename}${_ext}") + endforeach() + + add_custom_command( + OUTPUT ${_generated_srcs} + COMMAND protobuf::protoc + ARGS --${protobuf_generate_LANGUAGE}_out ${CMAKE_CURRENT_BINARY_DIR} ${_protobuf_include_path} ${_abs_file} + DEPENDS ${ABS_FIL} protobuf::protoc + COMMENT "Running ${protobuf_generate_LANGUAGE} protocol buffer compiler on ${_proto}" + VERBATIM ) + endforeach() + + set_source_files_properties(${_generated_srcs} PROPERTIES GENERATED TRUE) + if(protobuf_generate_OUT_VAR) + set(${protobuf_generate_OUT_VAR} ${_generated_srcs} PARENT_SCOPE) + endif() + if(protobuf_generate_TARGET) + target_sources(${protobuf_generate_TARGET} PUBLIC ${_generated_srcs}) + endif() + +endfunction() + +# CMake FindProtobuf module compatible file +if(protobuf_MODULE_COMPATIBLE) + include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake") +endif() diff --git a/Software/External Repositories/Protobuf/solution/cmake/protobuf-module.cmake b/Software/External Repositories/Protobuf/solution/cmake/protobuf-module.cmake new file mode 100644 index 000000000..e5a4a4b04 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/cmake/protobuf-module.cmake @@ -0,0 +1,182 @@ +# This file contains backwards compatibility patches for various legacy functions and variables +# Functions + +function(PROTOBUF_GENERATE_CPP SRCS HDRS) + if(NOT ARGN) + message(SEND_ERROR "Error: PROTOBUF_GENERATE_CPP() called without any proto files") + return() + endif() + + if(PROTOBUF_GENERATE_CPP_APPEND_PATH) + set(_append_arg APPEND_PATH) + endif() + + if(DEFINED Protobuf_IMPORT_DIRS) + set(_import_arg IMPORT_DIRS ${Protobuf_IMPORT_DIRS}) + endif() + + set(_outvar) + protobuf_generate(${append_arg} LANGUAGE cpp OUT_VAR _outvar ${_import_arg} PROTOS ${ARGN}) + + set(${SRCS}) + set(${HDRS}) + foreach(_file ${_outvar}) + if(_file MATCHES "cc$") + list(APPEND ${SRCS} ${_file}) + else() + list(APPEND ${HDRS} ${_file}) + endif() + endforeach() + set(${SRCS} ${${SRCS}} PARENT_SCOPE) + set(${HDRS} ${${HDRS}} PARENT_SCOPE) +endfunction() + +function(PROTOBUF_GENERATE_PYTHON SRCS) + if(NOT ARGN) + message(SEND_ERROR "Error: PROTOBUF_GENERATE_PYTHON() called without any proto files") + return() + endif() + + if(PROTOBUF_GENERATE_CPP_APPEND_PATH) + set(_append_arg APPEND_PATH) + endif() + + if(DEFINED Protobuf_IMPORT_DIRS) + set(_import_arg IMPORT_DIRS ${Protobuf_IMPORT_DIRS}) + endif() + + set(_outvar) + protobuf_generate(${append_arg} LANGUAGE cpp OUT_VAR _outvar ${_import_arg} PROTOS ${ARGN}) + set(${SRCS} ${_outvar} PARENT_SCOPE) +endfunction() + +# Environment + +# Backwards compatibility +# Define camel case versions of input variables +foreach(UPPER + PROTOBUF_SRC_ROOT_FOLDER + PROTOBUF_IMPORT_DIRS + PROTOBUF_DEBUG + PROTOBUF_LIBRARY + PROTOBUF_PROTOC_LIBRARY + PROTOBUF_INCLUDE_DIR + PROTOBUF_PROTOC_EXECUTABLE + PROTOBUF_LIBRARY_DEBUG + PROTOBUF_PROTOC_LIBRARY_DEBUG + PROTOBUF_LITE_LIBRARY + PROTOBUF_LITE_LIBRARY_DEBUG + ) + if (DEFINED ${UPPER}) + string(REPLACE "PROTOBUF_" "Protobuf_" Camel ${UPPER}) + if (NOT DEFINED ${Camel}) + set(${Camel} ${${UPPER}}) + endif() + endif() +endforeach() + +if(DEFINED Protobuf_SRC_ROOT_FOLDER) + message(AUTHOR_WARNING "Variable Protobuf_SRC_ROOT_FOLDER defined, but not" + " used in CONFIG mode") +endif() + +include(SelectLibraryConfigurations) + +# Internal function: search for normal library as well as a debug one +# if the debug one is specified also include debug/optimized keywords +# in *_LIBRARIES variable +function(_protobuf_find_libraries name filename) + if(${name}_LIBRARIES) + # Use result recorded by a previous call. + elseif(${name}_LIBRARY) + # Honor cache entry used by CMake 3.5 and lower. + set(${name}_LIBRARIES "${${name}_LIBRARY}" PARENT_SCOPE) + else() + get_target_property(${name}_LIBRARY_RELEASE protobuf::lib${filename} + LOCATION_RELEASE) + get_target_property(${name}_LIBRARY_DEBUG protobuf::lib${filename} + LOCATION_DEBUG) + + select_library_configurations(${name}) + set(${name}_LIBRARY ${${name}_LIBRARY} PARENT_SCOPE) + set(${name}_LIBRARIES ${${name}_LIBRARIES} PARENT_SCOPE) + endif() +endfunction() + +# Internal function: find threads library +function(_protobuf_find_threads) + set(CMAKE_THREAD_PREFER_PTHREAD TRUE) + find_package(Threads) + if(Threads_FOUND) + list(APPEND PROTOBUF_LIBRARIES ${CMAKE_THREAD_LIBS_INIT}) + set(PROTOBUF_LIBRARIES "${PROTOBUF_LIBRARIES}" PARENT_SCOPE) + endif() +endfunction() + +# +# Main. +# + +# By default have PROTOBUF_GENERATE_CPP macro pass -I to protoc +# for each directory where a proto file is referenced. +if(NOT DEFINED PROTOBUF_GENERATE_CPP_APPEND_PATH) + set(PROTOBUF_GENERATE_CPP_APPEND_PATH TRUE) +endif() + +# The Protobuf library +_protobuf_find_libraries(Protobuf protobuf) + +# The Protobuf Lite library +_protobuf_find_libraries(Protobuf_LITE protobuf-lite) + +# The Protobuf Protoc Library +_protobuf_find_libraries(Protobuf_PROTOC protoc) + +if(UNIX) + _protobuf_find_threads() +endif() + +# Set the include directory +get_target_property(Protobuf_INCLUDE_DIRS protobuf::libprotobuf + INTERFACE_INCLUDE_DIRECTORIES) + +# Set the protoc Executable +get_target_property(Protobuf_PROTOC_EXECUTABLE protobuf::protoc + IMPORTED_LOCATION_RELEASE) +if(NOT EXISTS "${Protobuf_PROTOC_EXECUTABLE}") + get_target_property(Protobuf_PROTOC_EXECUTABLE protobuf::protoc + IMPORTED_LOCATION_DEBUG) +endif() + +# Version info variable +set(Protobuf_VERSION "3.4.1") + +include(FindPackageHandleStandardArgs) +FIND_PACKAGE_HANDLE_STANDARD_ARGS(Protobuf + REQUIRED_VARS Protobuf_PROTOC_EXECUTABLE Protobuf_LIBRARIES Protobuf_INCLUDE_DIRS + VERSION_VAR Protobuf_VERSION +) + +# Backwards compatibility +# Define upper case versions of output variables +foreach(Camel + Protobuf_VERSION + Protobuf_SRC_ROOT_FOLDER + Protobuf_IMPORT_DIRS + Protobuf_DEBUG + Protobuf_INCLUDE_DIRS + Protobuf_LIBRARIES + Protobuf_PROTOC_LIBRARIES + Protobuf_LITE_LIBRARIES + Protobuf_LIBRARY + Protobuf_PROTOC_LIBRARY + Protobuf_INCLUDE_DIR + Protobuf_PROTOC_EXECUTABLE + Protobuf_LIBRARY_DEBUG + Protobuf_PROTOC_LIBRARY_DEBUG + Protobuf_LITE_LIBRARY + Protobuf_LITE_LIBRARY_DEBUG + ) + string(TOUPPER ${Camel} UPPER) + set(${UPPER} ${${Camel}}) +endforeach() diff --git a/Software/External Repositories/Protobuf/solution/cmake/protobuf-options.cmake b/Software/External Repositories/Protobuf/solution/cmake/protobuf-options.cmake new file mode 100644 index 000000000..47fb15825 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/cmake/protobuf-options.cmake @@ -0,0 +1,7 @@ +# Verbose output +option(protobuf_VERBOSE "Enable for verbose output" OFF) +mark_as_advanced(protobuf_VERBOSE) + +# FindProtobuf module compatibel +option(protobuf_MODULE_COMPATIBLE "CMake build-in FindProtobuf.cmake module compatible" OFF) +mark_as_advanced(protobuf_MODULE_COMPATIBLE) diff --git a/Software/External Repositories/Protobuf/solution/cmake/protobuf-targets.cmake b/Software/External Repositories/Protobuf/solution/cmake/protobuf-targets.cmake new file mode 100644 index 000000000..2963b7bba --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/cmake/protobuf-targets.cmake @@ -0,0 +1,182 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget protobuf::libprotobuf-lite protobuf::libprotobuf protobuf::libprotoc protobuf::protoc) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Create imported target protobuf::libprotobuf-lite +add_library(protobuf::libprotobuf-lite STATIC IMPORTED) + +set_target_properties(protobuf::libprotobuf-lite PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "C:/protobuf/protobuf-3.4.1/src" +) + +# Create imported target protobuf::libprotobuf +add_library(protobuf::libprotobuf STATIC IMPORTED) + +set_target_properties(protobuf::libprotobuf PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "C:/protobuf/protobuf-3.4.1/src" +) + +# Create imported target protobuf::libprotoc +add_library(protobuf::libprotoc STATIC IMPORTED) + +set_target_properties(protobuf::libprotoc PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "C:/protobuf/protobuf-3.4.1/src" + INTERFACE_LINK_LIBRARIES "protobuf::libprotobuf" +) + +# Create imported target protobuf::protoc +add_executable(protobuf::protoc IMPORTED) + +# Import target "protobuf::libprotobuf-lite" for configuration "Debug" +set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(protobuf::libprotobuf-lite PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" + IMPORTED_LOCATION_DEBUG "C:/protobuf/solution/Debug/libprotobuf-lited.lib" + ) + +# Import target "protobuf::libprotobuf" for configuration "Debug" +set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(protobuf::libprotobuf PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" + IMPORTED_LOCATION_DEBUG "C:/protobuf/solution/Debug/libprotobufd.lib" + ) + +# Import target "protobuf::libprotoc" for configuration "Debug" +set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(protobuf::libprotoc PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" + IMPORTED_LOCATION_DEBUG "C:/protobuf/solution/Debug/libprotocd.lib" + ) + +# Import target "protobuf::protoc" for configuration "Debug" +set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(protobuf::protoc PROPERTIES + IMPORTED_LOCATION_DEBUG "C:/protobuf/solution/Debug/protoc.exe" + ) + +# Import target "protobuf::libprotobuf-lite" for configuration "Release" +set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(protobuf::libprotobuf-lite PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" + IMPORTED_LOCATION_RELEASE "C:/protobuf/solution/Release/libprotobuf-lite.lib" + ) + +# Import target "protobuf::libprotobuf" for configuration "Release" +set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(protobuf::libprotobuf PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" + IMPORTED_LOCATION_RELEASE "C:/protobuf/solution/Release/libprotobuf.lib" + ) + +# Import target "protobuf::libprotoc" for configuration "Release" +set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(protobuf::libprotoc PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" + IMPORTED_LOCATION_RELEASE "C:/protobuf/solution/Release/libprotoc.lib" + ) + +# Import target "protobuf::protoc" for configuration "Release" +set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(protobuf::protoc PROPERTIES + IMPORTED_LOCATION_RELEASE "C:/protobuf/solution/Release/protoc.exe" + ) + +# Import target "protobuf::libprotobuf-lite" for configuration "MinSizeRel" +set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) +set_target_properties(protobuf::libprotobuf-lite PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" + IMPORTED_LOCATION_MINSIZEREL "C:/protobuf/solution/MinSizeRel/libprotobuf-lite.lib" + ) + +# Import target "protobuf::libprotobuf" for configuration "MinSizeRel" +set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) +set_target_properties(protobuf::libprotobuf PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" + IMPORTED_LOCATION_MINSIZEREL "C:/protobuf/solution/MinSizeRel/libprotobuf.lib" + ) + +# Import target "protobuf::libprotoc" for configuration "MinSizeRel" +set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) +set_target_properties(protobuf::libprotoc PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" + IMPORTED_LOCATION_MINSIZEREL "C:/protobuf/solution/MinSizeRel/libprotoc.lib" + ) + +# Import target "protobuf::protoc" for configuration "MinSizeRel" +set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) +set_target_properties(protobuf::protoc PROPERTIES + IMPORTED_LOCATION_MINSIZEREL "C:/protobuf/solution/MinSizeRel/protoc.exe" + ) + +# Import target "protobuf::libprotobuf-lite" for configuration "RelWithDebInfo" +set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(protobuf::libprotobuf-lite PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" + IMPORTED_LOCATION_RELWITHDEBINFO "C:/protobuf/solution/RelWithDebInfo/libprotobuf-lite.lib" + ) + +# Import target "protobuf::libprotobuf" for configuration "RelWithDebInfo" +set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(protobuf::libprotobuf PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" + IMPORTED_LOCATION_RELWITHDEBINFO "C:/protobuf/solution/RelWithDebInfo/libprotobuf.lib" + ) + +# Import target "protobuf::libprotoc" for configuration "RelWithDebInfo" +set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(protobuf::libprotoc PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" + IMPORTED_LOCATION_RELWITHDEBINFO "C:/protobuf/solution/RelWithDebInfo/libprotoc.lib" + ) + +# Import target "protobuf::protoc" for configuration "RelWithDebInfo" +set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(protobuf::protoc PROPERTIES + IMPORTED_LOCATION_RELWITHDEBINFO "C:/protobuf/solution/RelWithDebInfo/protoc.exe" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/Software/External Repositories/Protobuf/solution/cmake_install.cmake b/Software/External Repositories/Protobuf/solution/cmake_install.cmake new file mode 100644 index 000000000..01aa49cbd --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/cmake_install.cmake @@ -0,0 +1,634 @@ +# Install script for directory: C:/protobuf/protobuf-3.4.1/cmake + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/protobuf") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "libprotobuf-lite" OR NOT CMAKE_INSTALL_COMPONENT) + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/Debug/libprotobuf-lited.lib") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/Release/libprotobuf-lite.lib") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/MinSizeRel/libprotobuf-lite.lib") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/RelWithDebInfo/libprotobuf-lite.lib") + endif() +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "libprotobuf" OR NOT CMAKE_INSTALL_COMPONENT) + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/Debug/libprotobufd.lib") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/Release/libprotobuf.lib") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/MinSizeRel/libprotobuf.lib") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/RelWithDebInfo/libprotobuf.lib") + endif() +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "libprotoc" OR NOT CMAKE_INSTALL_COMPONENT) + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/Debug/libprotocd.lib") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/Release/libprotoc.lib") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/MinSizeRel/libprotoc.lib") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/protobuf/solution/RelWithDebInfo/libprotoc.lib") + endif() +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protoc" OR NOT CMAKE_INSTALL_COMPONENT) + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/protobuf/solution/Debug/protoc.exe") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/protobuf/solution/Release/protoc.exe") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/protobuf/solution/MinSizeRel/protoc.exe") + elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/protobuf/solution/RelWithDebInfo/protoc.exe") + endif() +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES + "C:/protobuf/solution/protobuf.pc" + "C:/protobuf/solution/protobuf-lite.pc" + ) +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "any.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/any.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "any.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/any.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "api.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/api.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "arena.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/arena.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "arena_impl.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/arena_impl.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "arenastring.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/arenastring.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler" TYPE FILE RENAME "code_generator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/code_generator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler" TYPE FILE RENAME "command_line_interface.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/command_line_interface.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/cpp" TYPE FILE RENAME "cpp_generator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_generator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/csharp" TYPE FILE RENAME "csharp_generator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/csharp/csharp_generator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/csharp" TYPE FILE RENAME "csharp_names.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/csharp/csharp_names.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler" TYPE FILE RENAME "importer.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/importer.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/java" TYPE FILE RENAME "java_generator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/java/java_generator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/java" TYPE FILE RENAME "java_names.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/java/java_names.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/javanano" TYPE FILE RENAME "javanano_generator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/javanano/javanano_generator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/js" TYPE FILE RENAME "js_generator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/js_generator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/js" TYPE FILE RENAME "well_known_types_embed.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types_embed.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/objectivec" TYPE FILE RENAME "objectivec_generator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/objectivec/objectivec_generator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/objectivec" TYPE FILE RENAME "objectivec_helpers.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/objectivec/objectivec_helpers.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler" TYPE FILE RENAME "parser.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/parser.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/php" TYPE FILE RENAME "php_generator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/php/php_generator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler" TYPE FILE RENAME "plugin.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/plugin.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler" TYPE FILE RENAME "plugin.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/plugin.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/python" TYPE FILE RENAME "python_generator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/python/python_generator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler/ruby" TYPE FILE RENAME "ruby_generator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/ruby/ruby_generator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "descriptor.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/descriptor.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "descriptor.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/descriptor.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "descriptor_database.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/descriptor_database.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "duration.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/duration.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "dynamic_message.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/dynamic_message.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "empty.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/empty.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "extension_set.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/extension_set.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "field_mask.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/field_mask.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "generated_enum_reflection.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/generated_enum_reflection.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "generated_enum_util.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/generated_enum_util.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "generated_message_reflection.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/generated_message_reflection.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "generated_message_table_driven.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/generated_message_table_driven.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "generated_message_util.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/generated_message_util.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "has_bits.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/has_bits.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/io" TYPE FILE RENAME "coded_stream.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/io/coded_stream.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/io" TYPE FILE RENAME "gzip_stream.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/io/gzip_stream.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/io" TYPE FILE RENAME "printer.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/io/printer.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/io" TYPE FILE RENAME "strtod.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/io/strtod.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/io" TYPE FILE RENAME "tokenizer.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/io/tokenizer.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/io" TYPE FILE RENAME "zero_copy_stream.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/io/zero_copy_stream.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/io" TYPE FILE RENAME "zero_copy_stream_impl.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/io/zero_copy_stream_impl.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/io" TYPE FILE RENAME "zero_copy_stream_impl_lite.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/io/zero_copy_stream_impl_lite.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "map.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/map.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "map_entry.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_entry.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "map_entry_lite.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_entry_lite.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "map_field.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_field.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "map_field_inl.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_field_inl.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "map_field_lite.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_field_lite.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "map_type_handler.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_type_handler.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "message.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/message.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "message_lite.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/message_lite.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "metadata.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/metadata.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "metadata_lite.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/metadata_lite.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "reflection.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/reflection.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "reflection_ops.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/reflection_ops.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "repeated_field.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/repeated_field.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "service.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/service.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "source_context.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/source_context.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "struct.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/struct.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomic_sequence_num.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomic_sequence_num.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_arm64_gcc.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_arm_gcc.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_arm_qnx.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_atomicword_compat.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_generic_c11_atomic.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_generic_gcc.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_mips_gcc.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_power.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_power.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_ppc_gcc.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_solaris.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_solaris.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_tsan.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_tsan.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_x86_gcc.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "atomicops_internals_x86_msvc.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "bytestream.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/bytestream.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "callback.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/callback.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "casts.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/casts.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "common.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/common.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "fastmem.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/fastmem.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "hash.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/hash.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "logging.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/logging.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "macros.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/macros.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "mutex.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/mutex.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "once.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/once.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "platform_macros.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/platform_macros.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "port.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/port.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "scoped_ptr.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/scoped_ptr.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "shared_ptr.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/shared_ptr.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "singleton.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/singleton.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "status.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/status.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "stl_util.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/stl_util.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "stringpiece.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/stringpiece.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "template_util.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/template_util.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/stubs" TYPE FILE RENAME "type_traits.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/stubs/type_traits.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "text_format.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/text_format.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "timestamp.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/timestamp.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "type.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/type.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "unknown_field_set.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/unknown_field_set.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/util" TYPE FILE RENAME "delimited_message_util.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/delimited_message_util.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/util" TYPE FILE RENAME "field_comparator.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/field_comparator.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/util" TYPE FILE RENAME "field_mask_util.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/field_mask_util.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/util" TYPE FILE RENAME "json_util.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_util.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/util" TYPE FILE RENAME "message_differencer.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/util" TYPE FILE RENAME "time_util.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/time_util.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/util" TYPE FILE RENAME "type_resolver.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/type_resolver.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/util" TYPE FILE RENAME "type_resolver_util.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/type_resolver_util.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "wire_format.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/wire_format.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "wire_format_lite.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/wire_format_lite.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "wire_format_lite_inl.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/wire_format_lite_inl.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "wrappers.pb.h" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/wrappers.pb.h") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "descriptor.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/descriptor.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "any.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/any.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "api.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/api.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "duration.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/duration.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "empty.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/empty.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "field_mask.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/field_mask.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "source_context.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/source_context.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "struct.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/struct.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "timestamp.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/timestamp.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "type.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/type.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf" TYPE FILE RENAME "wrappers.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/wrappers.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-protos" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/google/protobuf/compiler" TYPE FILE RENAME "plugin.proto" FILES "C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/plugin.proto") +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-export" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/protobuf-targets.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/protobuf-targets.cmake" + "C:/protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/protobuf-targets-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/protobuf-targets.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "C:/protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "C:/protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-debug.cmake") + endif() + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "C:/protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-minsizerel.cmake") + endif() + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "C:/protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-relwithdebinfo.cmake") + endif() + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "C:/protobuf/solution/CMakeFiles/Export/cmake/protobuf-targets-release.cmake") + endif() +endif() + +if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "protobuf-export" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE DIRECTORY FILES "C:/protobuf/solution/cmake/" REGEX "/protobuf\\-targets\\.cmake$" EXCLUDE) +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "C:/protobuf/solution/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/Software/External Repositories/Protobuf/solution/extract_includes.bat b/Software/External Repositories/Protobuf/solution/extract_includes.bat new file mode 100644 index 000000000..94fd25e93 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/extract_includes.bat @@ -0,0 +1,131 @@ +mkdir include +mkdir include\google +mkdir include\google\protobuf +mkdir include\google\protobuf\compiler +mkdir include\google\protobuf\compiler\cpp +mkdir include\google\protobuf\compiler\csharp +mkdir include\google\protobuf\compiler\java +mkdir include\google\protobuf\compiler\javanano +mkdir include\google\protobuf\compiler\js +mkdir include\google\protobuf\compiler\objectivec +mkdir include\google\protobuf\compiler\php +mkdir include\google\protobuf\compiler\python +mkdir include\google\protobuf\compiler\ruby +mkdir include\google\protobuf\io +mkdir include\google\protobuf\stubs +mkdir include\google\protobuf\util +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\any.h" include\google\protobuf\any.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\any.pb.h" include\google\protobuf\any.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\api.pb.h" include\google\protobuf\api.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\arena.h" include\google\protobuf\arena.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\arena_impl.h" include\google\protobuf\arena_impl.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\arenastring.h" include\google\protobuf\arenastring.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\code_generator.h" include\google\protobuf\compiler\code_generator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\command_line_interface.h" include\google\protobuf\compiler\command_line_interface.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\cpp\cpp_generator.h" include\google\protobuf\compiler\cpp\cpp_generator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\csharp\csharp_generator.h" include\google\protobuf\compiler\csharp\csharp_generator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\csharp\csharp_names.h" include\google\protobuf\compiler\csharp\csharp_names.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\importer.h" include\google\protobuf\compiler\importer.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\java\java_generator.h" include\google\protobuf\compiler\java\java_generator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\java\java_names.h" include\google\protobuf\compiler\java\java_names.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\javanano\javanano_generator.h" include\google\protobuf\compiler\javanano\javanano_generator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\js\js_generator.h" include\google\protobuf\compiler\js\js_generator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\js\well_known_types_embed.h" include\google\protobuf\compiler\js\well_known_types_embed.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\objectivec\objectivec_generator.h" include\google\protobuf\compiler\objectivec\objectivec_generator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\objectivec\objectivec_helpers.h" include\google\protobuf\compiler\objectivec\objectivec_helpers.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\parser.h" include\google\protobuf\compiler\parser.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\php\php_generator.h" include\google\protobuf\compiler\php\php_generator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\plugin.h" include\google\protobuf\compiler\plugin.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\plugin.pb.h" include\google\protobuf\compiler\plugin.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\python\python_generator.h" include\google\protobuf\compiler\python\python_generator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\compiler\ruby\ruby_generator.h" include\google\protobuf\compiler\ruby\ruby_generator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\descriptor.h" include\google\protobuf\descriptor.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\descriptor.pb.h" include\google\protobuf\descriptor.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\descriptor_database.h" include\google\protobuf\descriptor_database.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\duration.pb.h" include\google\protobuf\duration.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\dynamic_message.h" include\google\protobuf\dynamic_message.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\empty.pb.h" include\google\protobuf\empty.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\extension_set.h" include\google\protobuf\extension_set.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\field_mask.pb.h" include\google\protobuf\field_mask.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\generated_enum_reflection.h" include\google\protobuf\generated_enum_reflection.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\generated_enum_util.h" include\google\protobuf\generated_enum_util.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\generated_message_reflection.h" include\google\protobuf\generated_message_reflection.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\generated_message_table_driven.h" include\google\protobuf\generated_message_table_driven.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\generated_message_util.h" include\google\protobuf\generated_message_util.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\has_bits.h" include\google\protobuf\has_bits.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\io\coded_stream.h" include\google\protobuf\io\coded_stream.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\io\gzip_stream.h" include\google\protobuf\io\gzip_stream.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\io\printer.h" include\google\protobuf\io\printer.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\io\strtod.h" include\google\protobuf\io\strtod.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\io\tokenizer.h" include\google\protobuf\io\tokenizer.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\io\zero_copy_stream.h" include\google\protobuf\io\zero_copy_stream.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\io\zero_copy_stream_impl.h" include\google\protobuf\io\zero_copy_stream_impl.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\io\zero_copy_stream_impl_lite.h" include\google\protobuf\io\zero_copy_stream_impl_lite.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\map.h" include\google\protobuf\map.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\map_entry.h" include\google\protobuf\map_entry.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\map_entry_lite.h" include\google\protobuf\map_entry_lite.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\map_field.h" include\google\protobuf\map_field.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\map_field_inl.h" include\google\protobuf\map_field_inl.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\map_field_lite.h" include\google\protobuf\map_field_lite.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\map_type_handler.h" include\google\protobuf\map_type_handler.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\message.h" include\google\protobuf\message.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\message_lite.h" include\google\protobuf\message_lite.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\metadata.h" include\google\protobuf\metadata.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\metadata_lite.h" include\google\protobuf\metadata_lite.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\reflection.h" include\google\protobuf\reflection.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\reflection_ops.h" include\google\protobuf\reflection_ops.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\repeated_field.h" include\google\protobuf\repeated_field.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\service.h" include\google\protobuf\service.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\source_context.pb.h" include\google\protobuf\source_context.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\struct.pb.h" include\google\protobuf\struct.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomic_sequence_num.h" include\google\protobuf\stubs\atomic_sequence_num.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops.h" include\google\protobuf\stubs\atomicops.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_arm64_gcc.h" include\google\protobuf\stubs\atomicops_internals_arm64_gcc.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_arm_gcc.h" include\google\protobuf\stubs\atomicops_internals_arm_gcc.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_arm_qnx.h" include\google\protobuf\stubs\atomicops_internals_arm_qnx.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_atomicword_compat.h" include\google\protobuf\stubs\atomicops_internals_atomicword_compat.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_generic_c11_atomic.h" include\google\protobuf\stubs\atomicops_internals_generic_c11_atomic.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_generic_gcc.h" include\google\protobuf\stubs\atomicops_internals_generic_gcc.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_mips_gcc.h" include\google\protobuf\stubs\atomicops_internals_mips_gcc.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_power.h" include\google\protobuf\stubs\atomicops_internals_power.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_ppc_gcc.h" include\google\protobuf\stubs\atomicops_internals_ppc_gcc.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_solaris.h" include\google\protobuf\stubs\atomicops_internals_solaris.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_tsan.h" include\google\protobuf\stubs\atomicops_internals_tsan.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_x86_gcc.h" include\google\protobuf\stubs\atomicops_internals_x86_gcc.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\atomicops_internals_x86_msvc.h" include\google\protobuf\stubs\atomicops_internals_x86_msvc.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\bytestream.h" include\google\protobuf\stubs\bytestream.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\callback.h" include\google\protobuf\stubs\callback.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\casts.h" include\google\protobuf\stubs\casts.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\common.h" include\google\protobuf\stubs\common.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\fastmem.h" include\google\protobuf\stubs\fastmem.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\hash.h" include\google\protobuf\stubs\hash.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\logging.h" include\google\protobuf\stubs\logging.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\macros.h" include\google\protobuf\stubs\macros.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\mutex.h" include\google\protobuf\stubs\mutex.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\once.h" include\google\protobuf\stubs\once.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\platform_macros.h" include\google\protobuf\stubs\platform_macros.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\port.h" include\google\protobuf\stubs\port.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\scoped_ptr.h" include\google\protobuf\stubs\scoped_ptr.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\shared_ptr.h" include\google\protobuf\stubs\shared_ptr.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\singleton.h" include\google\protobuf\stubs\singleton.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\status.h" include\google\protobuf\stubs\status.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\stl_util.h" include\google\protobuf\stubs\stl_util.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\stringpiece.h" include\google\protobuf\stubs\stringpiece.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\template_util.h" include\google\protobuf\stubs\template_util.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\stubs\type_traits.h" include\google\protobuf\stubs\type_traits.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\text_format.h" include\google\protobuf\text_format.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\timestamp.pb.h" include\google\protobuf\timestamp.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\type.pb.h" include\google\protobuf\type.pb.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\unknown_field_set.h" include\google\protobuf\unknown_field_set.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\util\delimited_message_util.h" include\google\protobuf\util\delimited_message_util.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\util\field_comparator.h" include\google\protobuf\util\field_comparator.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\util\field_mask_util.h" include\google\protobuf\util\field_mask_util.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\util\json_util.h" include\google\protobuf\util\json_util.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\util\message_differencer.h" include\google\protobuf\util\message_differencer.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\util\time_util.h" include\google\protobuf\util\time_util.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\util\type_resolver.h" include\google\protobuf\util\type_resolver.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\util\type_resolver_util.h" include\google\protobuf\util\type_resolver_util.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\wire_format.h" include\google\protobuf\wire_format.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\wire_format_lite.h" include\google\protobuf\wire_format_lite.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\wire_format_lite_inl.h" include\google\protobuf\wire_format_lite_inl.h +copy "C:\protobuf\protobuf-3.4.1\cmake\..\src\google\protobuf\wrappers.pb.h" include\google\protobuf\wrappers.pb.h diff --git a/Software/External Repositories/Protobuf/solution/gmock.vcxproj b/Software/External Repositories/Protobuf/solution/gmock.vcxproj new file mode 100644 index 000000000..d74ae0842 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/gmock.vcxproj @@ -0,0 +1,286 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{3EA9C52B-88A4-31CE-82ED-55689A5AC654}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>gmock</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">gmock.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">gmock</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">gmock.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">gmock</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">gmock.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">gmock</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">gmock.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">gmock</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.lib</TargetExt> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\gmock\src\gmock-all.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\gmock\gtest\src\gtest-all.cc" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/gmock.vcxproj.filters b/Software/External Repositories/Protobuf/solution/gmock.vcxproj.filters new file mode 100644 index 000000000..9dea6dd3f --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/gmock.vcxproj.filters @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\gmock\src\gmock-all.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\gmock\gtest\src\gtest-all.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/gmock_main.vcxproj b/Software/External Repositories/Protobuf/solution/gmock_main.vcxproj new file mode 100644 index 000000000..478d88457 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/gmock_main.vcxproj @@ -0,0 +1,289 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{77221FF2-45E7-3699-86A5-158C4F299866}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>gmock_main</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">gmock_main.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">gmock_main</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">gmock_main.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">gmock_main</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">gmock_main.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">gmock_main</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">gmock_main.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">gmock_main</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.lib</TargetExt> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\gmock\src\gmock_main.cc" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock.vcxproj"> + <Project>{3EA9C52B-88A4-31CE-82ED-55689A5AC654}</Project> + <Name>gmock</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/gmock_main.vcxproj.filters b/Software/External Repositories/Protobuf/solution/gmock_main.vcxproj.filters new file mode 100644 index 000000000..a7cc6a526 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/gmock_main.vcxproj.filters @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\gmock\src\gmock_main.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/js_embed.vcxproj b/Software/External Repositories/Protobuf/solution/js_embed.vcxproj new file mode 100644 index 000000000..8683ed8c0 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/js_embed.vcxproj @@ -0,0 +1,337 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{F75D0BFD-AB82-3920-95F4-1DA734D20780}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>js_embed</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">js_embed.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">js_embed</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">js_embed.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">js_embed</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">js_embed.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">js_embed</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">js_embed.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">js_embed</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Debug/js_embed.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Debug/js_embed.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Release/js_embed.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Release/js_embed.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/MinSizeRel/js_embed.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/MinSizeRel/js_embed.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/RelWithDebInfo/js_embed.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/RelWithDebInfo/js_embed.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\embed.cc" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/js_embed.vcxproj.filters b/Software/External Repositories/Protobuf/solution/js_embed.vcxproj.filters new file mode 100644 index 000000000..b68291b07 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/js_embed.vcxproj.filters @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\embed.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/libprotobuf-lite.vcxproj b/Software/External Repositories/Protobuf/solution/libprotobuf-lite.vcxproj new file mode 100644 index 000000000..ce55b45de --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/libprotobuf-lite.vcxproj @@ -0,0 +1,330 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>libprotobuf-lite</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">libprotobuf-lite.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">libprotobuf-lited</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">libprotobuf-lite.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">libprotobuf-lite</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">libprotobuf-lite.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">libprotobuf-lite</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">libprotobuf-lite.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">libprotobuf-lite</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.lib</TargetExt> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arenastring.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\extension_set.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_table_driven_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\coded_stream.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_impl_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\repeated_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\atomicops_internals_x86_gcc.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\atomicops_internals_x86_msvc.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\bytestream.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\common.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\int128.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\io_win32.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\once.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\status.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\statusor.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringpiece.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringprintf.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\structurally_valid.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\strutil.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\time.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format_lite.cc" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arenastring.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\extension_set.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_util.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\coded_stream.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_impl_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\repeated_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\atomicops_internals_x86_msvc.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\bytestream.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\common.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\int128.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\once.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\status.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\statusor.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringpiece.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringprintf.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\strutil.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\time.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format_lite.h" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/libprotobuf-lite.vcxproj.filters b/Software/External Repositories/Protobuf/solution/libprotobuf-lite.vcxproj.filters new file mode 100644 index 000000000..2f85e7c50 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/libprotobuf-lite.vcxproj.filters @@ -0,0 +1,156 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arenastring.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\extension_set.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_table_driven_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\coded_stream.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_impl_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\repeated_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\atomicops_internals_x86_gcc.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\atomicops_internals_x86_msvc.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\bytestream.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\common.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\int128.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\io_win32.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\once.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\status.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\statusor.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringpiece.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringprintf.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\structurally_valid.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\strutil.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\time.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arenastring.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\extension_set.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_util.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\coded_stream.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_impl_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\repeated_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\atomicops_internals_x86_msvc.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\bytestream.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\common.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\int128.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\once.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\status.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\statusor.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringpiece.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringprintf.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\strutil.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\time.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + <Filter Include="Header Files"> + <UniqueIdentifier>{37D501C6-3148-353F-8351-CA0C1B112689}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/libprotobuf.vcxproj b/Software/External Repositories/Protobuf/solution/libprotobuf.vcxproj new file mode 100644 index 000000000..87550928b --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/libprotobuf.vcxproj @@ -0,0 +1,417 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{85CA0A8E-A5AA-3710-8449-1A3CE1023254}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>libprotobuf</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">libprotobuf.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">libprotobufd</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">libprotobuf.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">libprotobuf</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">libprotobuf.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">libprotobuf</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">libprotobuf.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">libprotobuf</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.lib</TargetExt> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arenastring.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\extension_set.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_table_driven_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\coded_stream.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_impl_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\repeated_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\atomicops_internals_x86_gcc.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\atomicops_internals_x86_msvc.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\bytestream.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\common.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\int128.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\io_win32.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\once.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\status.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\statusor.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringpiece.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringprintf.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\structurally_valid.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\strutil.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\time.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\api.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\importer.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\parser.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor_database.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\duration.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\dynamic_message.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\empty.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\extension_set_heavy.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\field_mask.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_reflection.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_table_driven.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\gzip_stream.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\printer.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\strtod.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\tokenizer.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_impl.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\reflection_ops.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\service.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\source_context.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\struct.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\mathlimits.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\substitute.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\text_format.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\timestamp.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\type.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unknown_field_set.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\delimited_message_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_comparator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_mask_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\datapiece.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\default_value_objectwriter.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\error_listener.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\field_mask_utility.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_escaping.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_objectwriter.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_stream_parser.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\object_writer.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\proto_writer.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectsource.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectwriter.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\type_info.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\type_info_test_helper.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\utility.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\time_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\type_resolver_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wrappers.pb.cc" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\api.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\importer.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\parser.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor_database.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\duration.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\dynamic_message.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\empty.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\field_mask.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_reflection.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\gzip_stream.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\printer.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\strtod.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\tokenizer.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_impl.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\reflection_ops.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\service.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\source_context.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\struct.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\mathlimits.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\substitute.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\text_format.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\timestamp.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\type.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unknown_field_set.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\delimited_message_util.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_comparator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_mask_util.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\datapiece.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\default_value_objectwriter.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\error_listener.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\field_mask_utility.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_escaping.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_objectwriter.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_stream_parser.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\object_writer.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\proto_writer.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectsource.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectwriter.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\type_info.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\type_info_test_helper.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\utility.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_util.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\time_util.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\type_resolver_util.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wrappers.pb.h" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/libprotobuf.vcxproj.filters b/Software/External Repositories/Protobuf/solution/libprotobuf.vcxproj.filters new file mode 100644 index 000000000..53ae627a0 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/libprotobuf.vcxproj.filters @@ -0,0 +1,417 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arenastring.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\extension_set.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_table_driven_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\coded_stream.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_impl_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\repeated_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\atomicops_internals_x86_gcc.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\atomicops_internals_x86_msvc.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\bytestream.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\common.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\int128.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\io_win32.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\once.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\status.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\statusor.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringpiece.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringprintf.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\structurally_valid.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\strutil.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\time.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\api.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\importer.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\parser.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor_database.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\duration.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\dynamic_message.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\empty.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\extension_set_heavy.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\field_mask.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_reflection.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_table_driven.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\gzip_stream.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\printer.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\strtod.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\tokenizer.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_impl.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\reflection_ops.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\service.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\source_context.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\struct.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\mathlimits.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\substitute.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\text_format.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\timestamp.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\type.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unknown_field_set.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\delimited_message_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_comparator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_mask_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\datapiece.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\default_value_objectwriter.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\error_listener.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\field_mask_utility.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_escaping.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_objectwriter.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_stream_parser.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\object_writer.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\proto_writer.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectsource.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectwriter.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\type_info.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\type_info_test_helper.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\utility.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\time_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\type_resolver_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wrappers.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\api.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\importer.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\parser.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor_database.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\duration.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\dynamic_message.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\empty.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\field_mask.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_reflection.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\gzip_stream.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\printer.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\strtod.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\tokenizer.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_impl.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\reflection_ops.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\service.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\source_context.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\struct.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\mathlimits.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\substitute.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\text_format.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\timestamp.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\type.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unknown_field_set.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\delimited_message_util.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_comparator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_mask_util.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\datapiece.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\default_value_objectwriter.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\error_listener.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\field_mask_utility.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_escaping.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_objectwriter.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_stream_parser.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\object_writer.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\proto_writer.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectsource.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectwriter.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\type_info.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\type_info_test_helper.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\utility.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_util.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\time_util.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\type_resolver_util.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wrappers.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + <Filter Include="Header Files"> + <UniqueIdentifier>{37D501C6-3148-353F-8351-CA0C1B112689}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/libprotoc.vcxproj b/Software/External Repositories/Protobuf/solution/libprotoc.vcxproj new file mode 100644 index 000000000..bf5ceca13 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/libprotoc.vcxproj @@ -0,0 +1,545 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{D47A99D8-6069-3332-9F73-D3BD4B10EE88}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>libprotoc</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">libprotoc.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">libprotocd</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">libprotoc.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">libprotoc</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">libprotoc.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">libprotoc</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.lib</TargetExt> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">libprotoc.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">libprotoc</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.lib</TargetExt> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>LIBPROTOC_EXPORTS;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;LIBPROTOC_EXPORTS;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;LIBPROTOC_EXPORTS;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;LIBPROTOC_EXPORTS;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;LIBPROTOC_EXPORTS;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;LIBPROTOC_EXPORTS;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;LIBPROTOC_EXPORTS;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;LIBPROTOC_EXPORTS;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Lib> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + </Lib> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b45981f4973da71ef7128e78063ec325\well_known_types_embed.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types_embed.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\js_embed.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/any.js C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/struct.js C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/timestamp.js > C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types_embed.cc +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b45981f4973da71ef7128e78063ec325/well_known_types_embed.cc.rule;C:\protobuf\solution\Debug\js_embed.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\any.js;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\struct.js;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\timestamp.js;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types_embed.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types_embed.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\js_embed.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/any.js C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/struct.js C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/timestamp.js > C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types_embed.cc +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b45981f4973da71ef7128e78063ec325/well_known_types_embed.cc.rule;C:\protobuf\solution\Release\js_embed.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\any.js;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\struct.js;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\timestamp.js;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types_embed.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types_embed.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\js_embed.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/any.js C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/struct.js C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/timestamp.js > C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types_embed.cc +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b45981f4973da71ef7128e78063ec325/well_known_types_embed.cc.rule;C:\protobuf\solution\MinSizeRel\js_embed.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\any.js;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\struct.js;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\timestamp.js;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types_embed.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types_embed.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\js_embed.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/any.js C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/struct.js C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types/timestamp.js > C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/js/well_known_types_embed.cc +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b45981f4973da71ef7128e78063ec325/well_known_types_embed.cc.rule;C:\protobuf\solution\RelWithDebInfo\js_embed.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\any.js;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\struct.js;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types\timestamp.js;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types_embed.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\code_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\command_line_interface.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_enum.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_enum_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_extension.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_file.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_helpers.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_map_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_message.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_message_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_service.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_string_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_enum.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_enum_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_field_base.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_helpers.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_map_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_message.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_message_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_context.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_doc_comment.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_field_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_extension.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_extension_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_file.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_generator_factory.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_helpers.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_lazy_message_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_lazy_message_field_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_map_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_map_field_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_builder.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_builder_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_field_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_name_resolver.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_primitive_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_primitive_field_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_service.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_shared_code_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_string_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_string_field_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_enum.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_enum_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_extension.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_file.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_helpers.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_map_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_message.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_message_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_primitive_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\js_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types_embed.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_enum.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_extension.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_file.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_message.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\php\php_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\plugin.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\plugin.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\python\python_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\ruby\ruby_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\subprocess.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\zip_writer.cc" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\code_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\command_line_interface.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\importer.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\mock_code_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\package_info.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\parser.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\plugin.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\plugin.pb.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\subprocess.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\zip_writer.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_enum.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_enum_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_extension.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_file.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_helpers.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_map_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_message.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_message_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_options.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_primitive_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_service.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_string_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_unittest.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_doc_comment.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_enum.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_enum_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_field_base.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_helpers.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_map_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_message.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_message_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_names.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_options.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_primitive_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_reflection_class.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_source_generator_base.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_wrapper_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_context.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_doc_comment.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_field_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_extension.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_extension_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_file.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_generator_factory.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_helpers.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_lazy_message_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_lazy_message_field_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_map_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_map_field_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_builder.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_builder_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_field_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_names.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_name_resolver.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_options.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_primitive_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_primitive_field_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_service.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_shared_code_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_string_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_string_field_lite.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_enum.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_enum_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_extension.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_file.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_helpers.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_map_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_message.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_message_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_params.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_primitive_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\js_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types_embed.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_enum.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_enum_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_extension.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_file.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_helpers.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_map_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_message.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_message_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_oneof.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\php\php_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\python\python_generator.h" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\ruby\ruby_generator.h" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\js_embed.vcxproj"> + <Project>{F75D0BFD-AB82-3920-95F4-1DA734D20780}</Project> + <Name>js_embed</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotobuf.vcxproj"> + <Project>{85CA0A8E-A5AA-3710-8449-1A3CE1023254}</Project> + <Name>libprotobuf</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/libprotoc.vcxproj.filters b/Software/External Repositories/Protobuf/solution/libprotoc.vcxproj.filters new file mode 100644 index 000000000..99c47de27 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/libprotoc.vcxproj.filters @@ -0,0 +1,615 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\code_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\command_line_interface.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_enum.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_enum_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_extension.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_file.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_helpers.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_map_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_message.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_message_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_service.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_string_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_enum.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_enum_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_field_base.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_helpers.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_map_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_message.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_message_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_context.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_doc_comment.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_field_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_extension.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_extension_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_file.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_generator_factory.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_helpers.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_lazy_message_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_lazy_message_field_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_map_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_map_field_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_builder.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_builder_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_field_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_name_resolver.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_primitive_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_primitive_field_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_service.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_shared_code_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_string_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_string_field_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_enum.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_enum_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_extension.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_file.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_helpers.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_map_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_message.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_message_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_primitive_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\js_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types_embed.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_enum.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_extension.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_file.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_message.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\php\php_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\plugin.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\plugin.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\python\python_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\ruby\ruby_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\subprocess.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\zip_writer.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\code_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\command_line_interface.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\importer.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\mock_code_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\package_info.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\parser.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\plugin.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\plugin.pb.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\subprocess.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\zip_writer.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_enum.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_enum_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_extension.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_file.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_helpers.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_map_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_message.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_message_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_options.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_primitive_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_service.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_string_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_unittest.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_doc_comment.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_enum.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_enum_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_field_base.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_helpers.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_map_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_message.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_message_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_names.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_options.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_primitive_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_reflection_class.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_source_generator_base.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_wrapper_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_context.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_doc_comment.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_field_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_enum_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_extension.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_extension_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_file.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_generator_factory.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_helpers.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_lazy_message_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_lazy_message_field_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_map_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_map_field_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_builder.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_builder_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_field_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_message_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_names.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_name_resolver.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_options.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_primitive_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_primitive_field_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_service.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_shared_code_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_string_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_string_field_lite.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_enum.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_enum_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_extension.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_file.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_helpers.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_map_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_message.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_message_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_params.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\javanano\javanano_primitive_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\js_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\js\well_known_types_embed.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_enum.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_enum_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_extension.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_file.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_helpers.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_map_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_message.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_message_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_oneof.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\php\php_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\python\python_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\ruby\ruby_generator.h"> + <Filter>Header Files</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b45981f4973da71ef7128e78063ec325\well_known_types_embed.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + <Filter Include="Header Files"> + <UniqueIdentifier>{37D501C6-3148-353F-8351-CA0C1B112689}</UniqueIdentifier> + </Filter> + <Filter Include="CMake Rules"> + <UniqueIdentifier>{3E93DE8A-2CBD-3FC7-92A8-F86E72F8D511}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/lite-arena-test.vcxproj b/Software/External Repositories/Protobuf/solution/lite-arena-test.vcxproj new file mode 100644 index 000000000..abcd1fca3 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/lite-arena-test.vcxproj @@ -0,0 +1,641 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{1307357A-7387-38F7-B8E9-CEA5EDAA6F54}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>lite-arena-test</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">lite-arena-test.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">lite-arena-test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">lite-arena-test.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">lite-arena-test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">lite-arena-test.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">lite-arena-test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">lite-arena-test.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">lite-arena-test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/Debug/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/Debug/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Debug\libprotobuf-lited.lib;Debug\gmock_main.lib;Debug\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Debug/lite-arena-test.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Debug/lite-arena-test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/Release/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/Release/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Release\libprotobuf-lite.lib;Release\gmock_main.lib;Release\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Release/lite-arena-test.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Release/lite-arena-test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/MinSizeRel/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/MinSizeRel/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>MinSizeRel\libprotobuf-lite.lib;MinSizeRel\gmock_main.lib;MinSizeRel\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/MinSizeRel/lite-arena-test.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/MinSizeRel/lite-arena-test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/RelWithDebInfo/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/RelWithDebInfo/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>RelWithDebInfo\libprotobuf-lite.lib;RelWithDebInfo\gmock_main.lib;RelWithDebInfo\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/RelWithDebInfo/lite-arena-test.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/RelWithDebInfo/lite-arena-test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_lite_unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\lite_arena_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena_test_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_test_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\test_util_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock.vcxproj"> + <Project>{3EA9C52B-88A4-31CE-82ED-55689A5AC654}</Project> + <Name>gmock</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock_main.vcxproj"> + <Project>{77221FF2-45E7-3699-86A5-158C4F299866}</Project> + <Name>gmock_main</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotobuf-lite.vcxproj"> + <Project>{EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}</Project> + <Name>libprotobuf-lite</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\protoc.vcxproj"> + <Project>{BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}</Project> + <Name>protoc</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/lite-arena-test.vcxproj.filters b/Software/External Repositories/Protobuf/solution/lite-arena-test.vcxproj.filters new file mode 100644 index 000000000..fc5880aa5 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/lite-arena-test.vcxproj.filters @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\lite_arena_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena_test_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_test_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\test_util_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_lite_unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + <Filter Include="CMake Rules"> + <UniqueIdentifier>{3E93DE8A-2CBD-3FC7-92A8-F86E72F8D511}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/lite-test.vcxproj b/Software/External Repositories/Protobuf/solution/lite-test.vcxproj new file mode 100644 index 000000000..81e2de389 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/lite-test.vcxproj @@ -0,0 +1,641 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{49B94987-BD21-3FD6-A452-815600681269}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>lite-test</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">lite-test.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">lite-test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">lite-test.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">lite-test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">lite-test.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">lite-test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">lite-test.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">lite-test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/Debug/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/Debug/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Debug\libprotobuf-lited.lib;Debug\gmock_main.lib;Debug\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Debug/lite-test.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Debug/lite-test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/Release/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/Release/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Release\libprotobuf-lite.lib;Release\gmock_main.lib;Release\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Release/lite-test.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Release/lite-test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/MinSizeRel/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/MinSizeRel/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>MinSizeRel\libprotobuf-lite.lib;MinSizeRel\gmock_main.lib;MinSizeRel\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/MinSizeRel/lite-test.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/MinSizeRel/lite-test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/RelWithDebInfo/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/RelWithDebInfo/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>RelWithDebInfo\libprotobuf-lite.lib;RelWithDebInfo\gmock_main.lib;RelWithDebInfo\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/RelWithDebInfo/lite-test.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/RelWithDebInfo/lite-test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_lite_unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\lite_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena_test_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_test_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\test_util_lite.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock.vcxproj"> + <Project>{3EA9C52B-88A4-31CE-82ED-55689A5AC654}</Project> + <Name>gmock</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock_main.vcxproj"> + <Project>{77221FF2-45E7-3699-86A5-158C4F299866}</Project> + <Name>gmock_main</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotobuf-lite.vcxproj"> + <Project>{EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}</Project> + <Name>libprotobuf-lite</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\protoc.vcxproj"> + <Project>{BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}</Project> + <Name>protoc</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/lite-test.vcxproj.filters b/Software/External Repositories/Protobuf/solution/lite-test.vcxproj.filters new file mode 100644 index 000000000..843b1d920 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/lite-test.vcxproj.filters @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\lite_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena_test_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_test_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\test_util_lite.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_lite_unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + <Filter Include="CMake Rules"> + <UniqueIdentifier>{3E93DE8A-2CBD-3FC7-92A8-F86E72F8D511}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/proto-c.vcxproj b/Software/External Repositories/Protobuf/solution/proto-c.vcxproj new file mode 100644 index 000000000..ab1676a17 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/proto-c.vcxproj @@ -0,0 +1,3067 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{D13CA1CE-B1C2-4553-AC88-79817E54A167}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>proto-c</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">proto-c.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">protoc-c</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">tests.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">tests</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">tests.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">tests</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">tests.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">tests</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <IncludePath>C:\protobuf\protobuf-c-master\protobuf-c;C:\protobuf\protobuf-c-master;$(IncludePath)</IncludePath> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/Debug/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/Debug/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Debug\libprotocd.lib;Debug\libprotobufd.lib;Debug\gmock_main.lib;Debug\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Debug/tests.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Debug/tests.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version> + </Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/Release/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat> + </DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/Release/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Release\libprotoc.lib;Release\libprotobuf.lib;Release\gmock_main.lib;Release\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Release/tests.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Release/tests.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version> + </Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/MinSizeRel/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat> + </DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/MinSizeRel/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>MinSizeRel\libprotoc.lib;MinSizeRel\libprotobuf.lib;MinSizeRel\gmock_main.lib;MinSizeRel\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/MinSizeRel/tests.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/MinSizeRel/tests.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version> + </Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/RelWithDebInfo/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/RelWithDebInfo/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>RelWithDebInfo\libprotoc.lib;RelWithDebInfo\libprotobuf.lib;RelWithDebInfo\gmock_main.lib;RelWithDebInfo\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/RelWithDebInfo/tests.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/RelWithDebInfo/tests.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version> + </Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\any_test.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\2308b5998240231f963832566d4d311a\cpp_test_bad_identifiers.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\2308b5998240231f963832566d4d311a\cpp_test_large_enum_value.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_proto2_unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_arena.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_custom_options.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_drop_unknown_fields.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_embed_optimize_for.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_empty.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies_custom_option.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies_enum.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite_imports_nonlite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_mset.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_mset_wire_format.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_import.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_field_presence.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_generic_services.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_optimize_for.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_preserve_unknown_enum.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_preserve_unknown_enum2.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_arena.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_arena_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_well_known_types.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\anys.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\books.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\default_value.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\default_value_test.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\field_mask.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\maps.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\oneofs.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\proto3.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\struct.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\timestamp_duration.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\wrappers.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\793a88d28af8c175b3f772a508437452\json_format_proto3.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\793a88d28af8c175b3f772a508437452\message_differencer_unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_lite_unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock.vcxproj"> + <Project>{3EA9C52B-88A4-31CE-82ED-55689A5AC654}</Project> + <Name>gmock</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock_main.vcxproj"> + <Project>{77221FF2-45E7-3699-86A5-158C4F299866}</Project> + <Name>gmock_main</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotobuf.vcxproj"> + <Project>{85CA0A8E-A5AA-3710-8449-1A3CE1023254}</Project> + <Name>libprotobuf</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotoc.vcxproj"> + <Project>{D47A99D8-6069-3332-9F73-D3BD4B10EE88}</Project> + <Name>libprotoc</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\protoc.vcxproj"> + <Project>{BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}</Project> + <Name>protoc</Name> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_bytes_field.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_enum.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_enum_field.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_extension.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_field.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_file.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_generator.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_helpers.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_message.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_message_field.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_primitive_field.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_service.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_string_field.cc" /> + <ClCompile Include="..\protobuf-c-master\protoc-c\main.cc" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/proto-c.vcxproj.filters b/Software/External Repositories/Protobuf/solution/proto-c.vcxproj.filters new file mode 100644 index 000000000..e0f6f36fb --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/proto-c.vcxproj.filters @@ -0,0 +1,202 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\any_test.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\2308b5998240231f963832566d4d311a\cpp_test_bad_identifiers.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\2308b5998240231f963832566d4d311a\cpp_test_large_enum_value.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_proto2_unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_arena.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_custom_options.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_drop_unknown_fields.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_embed_optimize_for.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_empty.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies_custom_option.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies_enum.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite_imports_nonlite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_mset.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_mset_wire_format.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_import.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_field_presence.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_generic_services.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_optimize_for.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_preserve_unknown_enum.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_preserve_unknown_enum2.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_arena.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_arena_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_well_known_types.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\anys.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\books.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\default_value.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\default_value_test.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\field_mask.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\maps.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\oneofs.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\proto3.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\struct.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\timestamp_duration.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\wrappers.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\793a88d28af8c175b3f772a508437452\json_format_proto3.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\793a88d28af8c175b3f772a508437452\message_differencer_unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_lite_unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + <Filter Include="CMake Rules"> + <UniqueIdentifier>{3E93DE8A-2CBD-3FC7-92A8-F86E72F8D511}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_file.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_helpers.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_message.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_message_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_primitive_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_service.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_string_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\main.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_bytes_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_enum.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_enum_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_extension.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\protobuf-c-master\protoc-c\c_field.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/protobuf-lite.pc b/Software/External Repositories/Protobuf/solution/protobuf-lite.pc new file mode 100644 index 000000000..541677723 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/protobuf-lite.pc @@ -0,0 +1,11 @@ +prefix=C:/Program Files (x86)/protobuf +exec_prefix=C:/Program Files (x86)/protobuf +libdir=C:/Program Files (x86)/protobuf/lib +includedir=C:/Program Files (x86)/protobuf/include + +Name: Protocol Buffers +Description: Google's Data Interchange Format +Version: 3.4.1 +Libs: -L${libdir} -lprotobuf-lite +Cflags: -I${includedir} +Conflicts: protobuf diff --git a/Software/External Repositories/Protobuf/solution/protobuf.pc b/Software/External Repositories/Protobuf/solution/protobuf.pc new file mode 100644 index 000000000..83dbeaaac --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/protobuf.pc @@ -0,0 +1,11 @@ +prefix=C:/Program Files (x86)/protobuf +exec_prefix=C:/Program Files (x86)/protobuf +libdir=C:/Program Files (x86)/protobuf/lib +includedir=C:/Program Files (x86)/protobuf/include + +Name: Protocol Buffers +Description: Google's Data Interchange Format +Version: 3.4.1 +Libs: -L${libdir} -lprotobuf +Cflags: -I${includedir} +Conflicts: protobuf-lite diff --git a/Software/External Repositories/Protobuf/solution/protobuf.sln b/Software/External Repositories/Protobuf/solution/protobuf.sln new file mode 100644 index 000000000..cc5a06b55 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/protobuf.sln @@ -0,0 +1,249 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{E153A3EB-EB45-30D4-83B4-CFDF193EE725}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + {3EA9C52B-88A4-31CE-82ED-55689A5AC654} = {3EA9C52B-88A4-31CE-82ED-55689A5AC654} + {77221FF2-45E7-3699-86A5-158C4F299866} = {77221FF2-45E7-3699-86A5-158C4F299866} + {F75D0BFD-AB82-3920-95F4-1DA734D20780} = {F75D0BFD-AB82-3920-95F4-1DA734D20780} + {85CA0A8E-A5AA-3710-8449-1A3CE1023254} = {85CA0A8E-A5AA-3710-8449-1A3CE1023254} + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F} = {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F} + {D47A99D8-6069-3332-9F73-D3BD4B10EE88} = {D47A99D8-6069-3332-9F73-D3BD4B10EE88} + {1307357A-7387-38F7-B8E9-CEA5EDAA6F54} = {1307357A-7387-38F7-B8E9-CEA5EDAA6F54} + {49B94987-BD21-3FD6-A452-815600681269} = {49B94987-BD21-3FD6-A452-815600681269} + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7} = {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7} + {B5B6065C-4A7D-357D-BF08-EFE540868114} = {B5B6065C-4A7D-357D-BF08-EFE540868114} + {B88298DB-383D-31BF-8A5F-02D93896FD54} = {B88298DB-383D-31BF-8A5F-02D93896FD54} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "INSTALL", "INSTALL.vcxproj", "{727A8932-BA1C-350A-BD74-77E33A574BD6}" + ProjectSection(ProjectDependencies) = postProject + {E153A3EB-EB45-30D4-83B4-CFDF193EE725} = {E153A3EB-EB45-30D4-83B4-CFDF193EE725} + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "ZERO_CHECK.vcxproj", "{8DCF4F25-5E7E-315E-97EC-7751336E9696}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "check", "check.vcxproj", "{1FE18234-C65B-3C59-B314-3DF6364099CC}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + {B5B6065C-4A7D-357D-BF08-EFE540868114} = {B5B6065C-4A7D-357D-BF08-EFE540868114} + {B88298DB-383D-31BF-8A5F-02D93896FD54} = {B88298DB-383D-31BF-8A5F-02D93896FD54} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmock", "gmock.vcxproj", "{3EA9C52B-88A4-31CE-82ED-55689A5AC654}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmock_main", "gmock_main.vcxproj", "{77221FF2-45E7-3699-86A5-158C4F299866}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + {3EA9C52B-88A4-31CE-82ED-55689A5AC654} = {3EA9C52B-88A4-31CE-82ED-55689A5AC654} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "js_embed", "js_embed.vcxproj", "{F75D0BFD-AB82-3920-95F4-1DA734D20780}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libprotobuf", "libprotobuf.vcxproj", "{85CA0A8E-A5AA-3710-8449-1A3CE1023254}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libprotobuf-lite", "libprotobuf-lite.vcxproj", "{EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libprotoc", "libprotoc.vcxproj", "{D47A99D8-6069-3332-9F73-D3BD4B10EE88}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + {F75D0BFD-AB82-3920-95F4-1DA734D20780} = {F75D0BFD-AB82-3920-95F4-1DA734D20780} + {85CA0A8E-A5AA-3710-8449-1A3CE1023254} = {85CA0A8E-A5AA-3710-8449-1A3CE1023254} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lite-arena-test", "lite-arena-test.vcxproj", "{1307357A-7387-38F7-B8E9-CEA5EDAA6F54}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + {3EA9C52B-88A4-31CE-82ED-55689A5AC654} = {3EA9C52B-88A4-31CE-82ED-55689A5AC654} + {77221FF2-45E7-3699-86A5-158C4F299866} = {77221FF2-45E7-3699-86A5-158C4F299866} + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F} = {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F} + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7} = {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lite-test", "lite-test.vcxproj", "{49B94987-BD21-3FD6-A452-815600681269}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + {3EA9C52B-88A4-31CE-82ED-55689A5AC654} = {3EA9C52B-88A4-31CE-82ED-55689A5AC654} + {77221FF2-45E7-3699-86A5-158C4F299866} = {77221FF2-45E7-3699-86A5-158C4F299866} + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F} = {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F} + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7} = {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "protoc", "protoc.vcxproj", "{BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + {85CA0A8E-A5AA-3710-8449-1A3CE1023254} = {85CA0A8E-A5AA-3710-8449-1A3CE1023254} + {D47A99D8-6069-3332-9F73-D3BD4B10EE88} = {D47A99D8-6069-3332-9F73-D3BD4B10EE88} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_plugin", "test_plugin.vcxproj", "{B5B6065C-4A7D-357D-BF08-EFE540868114}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + {3EA9C52B-88A4-31CE-82ED-55689A5AC654} = {3EA9C52B-88A4-31CE-82ED-55689A5AC654} + {85CA0A8E-A5AA-3710-8449-1A3CE1023254} = {85CA0A8E-A5AA-3710-8449-1A3CE1023254} + {D47A99D8-6069-3332-9F73-D3BD4B10EE88} = {D47A99D8-6069-3332-9F73-D3BD4B10EE88} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "tests.vcxproj", "{B88298DB-383D-31BF-8A5F-02D93896FD54}" + ProjectSection(ProjectDependencies) = postProject + {8DCF4F25-5E7E-315E-97EC-7751336E9696} = {8DCF4F25-5E7E-315E-97EC-7751336E9696} + {3EA9C52B-88A4-31CE-82ED-55689A5AC654} = {3EA9C52B-88A4-31CE-82ED-55689A5AC654} + {77221FF2-45E7-3699-86A5-158C4F299866} = {77221FF2-45E7-3699-86A5-158C4F299866} + {85CA0A8E-A5AA-3710-8449-1A3CE1023254} = {85CA0A8E-A5AA-3710-8449-1A3CE1023254} + {D47A99D8-6069-3332-9F73-D3BD4B10EE88} = {D47A99D8-6069-3332-9F73-D3BD4B10EE88} + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7} = {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "proto-c", "proto-c.vcxproj", "{D13CA1CE-B1C2-4553-AC88-79817E54A167}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + MinSizeRel|Win32 = MinSizeRel|Win32 + Release|Win32 = Release|Win32 + RelWithDebInfo|Win32 = RelWithDebInfo|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E153A3EB-EB45-30D4-83B4-CFDF193EE725}.Debug|Win32.ActiveCfg = Debug|Win32 + {E153A3EB-EB45-30D4-83B4-CFDF193EE725}.Debug|Win32.Build.0 = Debug|Win32 + {E153A3EB-EB45-30D4-83B4-CFDF193EE725}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {E153A3EB-EB45-30D4-83B4-CFDF193EE725}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {E153A3EB-EB45-30D4-83B4-CFDF193EE725}.Release|Win32.ActiveCfg = Release|Win32 + {E153A3EB-EB45-30D4-83B4-CFDF193EE725}.Release|Win32.Build.0 = Release|Win32 + {E153A3EB-EB45-30D4-83B4-CFDF193EE725}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {E153A3EB-EB45-30D4-83B4-CFDF193EE725}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {727A8932-BA1C-350A-BD74-77E33A574BD6}.Debug|Win32.ActiveCfg = Debug|Win32 + {727A8932-BA1C-350A-BD74-77E33A574BD6}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {727A8932-BA1C-350A-BD74-77E33A574BD6}.Release|Win32.ActiveCfg = Release|Win32 + {727A8932-BA1C-350A-BD74-77E33A574BD6}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {8DCF4F25-5E7E-315E-97EC-7751336E9696}.Debug|Win32.ActiveCfg = Debug|Win32 + {8DCF4F25-5E7E-315E-97EC-7751336E9696}.Debug|Win32.Build.0 = Debug|Win32 + {8DCF4F25-5E7E-315E-97EC-7751336E9696}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {8DCF4F25-5E7E-315E-97EC-7751336E9696}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {8DCF4F25-5E7E-315E-97EC-7751336E9696}.Release|Win32.ActiveCfg = Release|Win32 + {8DCF4F25-5E7E-315E-97EC-7751336E9696}.Release|Win32.Build.0 = Release|Win32 + {8DCF4F25-5E7E-315E-97EC-7751336E9696}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {8DCF4F25-5E7E-315E-97EC-7751336E9696}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {1FE18234-C65B-3C59-B314-3DF6364099CC}.Debug|Win32.ActiveCfg = Debug|Win32 + {1FE18234-C65B-3C59-B314-3DF6364099CC}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {1FE18234-C65B-3C59-B314-3DF6364099CC}.Release|Win32.ActiveCfg = Release|Win32 + {1FE18234-C65B-3C59-B314-3DF6364099CC}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {3EA9C52B-88A4-31CE-82ED-55689A5AC654}.Debug|Win32.ActiveCfg = Debug|Win32 + {3EA9C52B-88A4-31CE-82ED-55689A5AC654}.Debug|Win32.Build.0 = Debug|Win32 + {3EA9C52B-88A4-31CE-82ED-55689A5AC654}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {3EA9C52B-88A4-31CE-82ED-55689A5AC654}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {3EA9C52B-88A4-31CE-82ED-55689A5AC654}.Release|Win32.ActiveCfg = Release|Win32 + {3EA9C52B-88A4-31CE-82ED-55689A5AC654}.Release|Win32.Build.0 = Release|Win32 + {3EA9C52B-88A4-31CE-82ED-55689A5AC654}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {3EA9C52B-88A4-31CE-82ED-55689A5AC654}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {77221FF2-45E7-3699-86A5-158C4F299866}.Debug|Win32.ActiveCfg = Debug|Win32 + {77221FF2-45E7-3699-86A5-158C4F299866}.Debug|Win32.Build.0 = Debug|Win32 + {77221FF2-45E7-3699-86A5-158C4F299866}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {77221FF2-45E7-3699-86A5-158C4F299866}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {77221FF2-45E7-3699-86A5-158C4F299866}.Release|Win32.ActiveCfg = Release|Win32 + {77221FF2-45E7-3699-86A5-158C4F299866}.Release|Win32.Build.0 = Release|Win32 + {77221FF2-45E7-3699-86A5-158C4F299866}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {77221FF2-45E7-3699-86A5-158C4F299866}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {F75D0BFD-AB82-3920-95F4-1DA734D20780}.Debug|Win32.ActiveCfg = Debug|Win32 + {F75D0BFD-AB82-3920-95F4-1DA734D20780}.Debug|Win32.Build.0 = Debug|Win32 + {F75D0BFD-AB82-3920-95F4-1DA734D20780}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {F75D0BFD-AB82-3920-95F4-1DA734D20780}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {F75D0BFD-AB82-3920-95F4-1DA734D20780}.Release|Win32.ActiveCfg = Release|Win32 + {F75D0BFD-AB82-3920-95F4-1DA734D20780}.Release|Win32.Build.0 = Release|Win32 + {F75D0BFD-AB82-3920-95F4-1DA734D20780}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {F75D0BFD-AB82-3920-95F4-1DA734D20780}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {85CA0A8E-A5AA-3710-8449-1A3CE1023254}.Debug|Win32.ActiveCfg = Debug|Win32 + {85CA0A8E-A5AA-3710-8449-1A3CE1023254}.Debug|Win32.Build.0 = Debug|Win32 + {85CA0A8E-A5AA-3710-8449-1A3CE1023254}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {85CA0A8E-A5AA-3710-8449-1A3CE1023254}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {85CA0A8E-A5AA-3710-8449-1A3CE1023254}.Release|Win32.ActiveCfg = Release|Win32 + {85CA0A8E-A5AA-3710-8449-1A3CE1023254}.Release|Win32.Build.0 = Release|Win32 + {85CA0A8E-A5AA-3710-8449-1A3CE1023254}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {85CA0A8E-A5AA-3710-8449-1A3CE1023254}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}.Debug|Win32.ActiveCfg = Debug|Win32 + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}.Debug|Win32.Build.0 = Debug|Win32 + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}.Release|Win32.ActiveCfg = Release|Win32 + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}.Release|Win32.Build.0 = Release|Win32 + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {EE0C0737-B0FA-3A0A-9C9D-E0E090BE155F}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {D47A99D8-6069-3332-9F73-D3BD4B10EE88}.Debug|Win32.ActiveCfg = Debug|Win32 + {D47A99D8-6069-3332-9F73-D3BD4B10EE88}.Debug|Win32.Build.0 = Debug|Win32 + {D47A99D8-6069-3332-9F73-D3BD4B10EE88}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {D47A99D8-6069-3332-9F73-D3BD4B10EE88}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {D47A99D8-6069-3332-9F73-D3BD4B10EE88}.Release|Win32.ActiveCfg = Release|Win32 + {D47A99D8-6069-3332-9F73-D3BD4B10EE88}.Release|Win32.Build.0 = Release|Win32 + {D47A99D8-6069-3332-9F73-D3BD4B10EE88}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {D47A99D8-6069-3332-9F73-D3BD4B10EE88}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {1307357A-7387-38F7-B8E9-CEA5EDAA6F54}.Debug|Win32.ActiveCfg = Debug|Win32 + {1307357A-7387-38F7-B8E9-CEA5EDAA6F54}.Debug|Win32.Build.0 = Debug|Win32 + {1307357A-7387-38F7-B8E9-CEA5EDAA6F54}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {1307357A-7387-38F7-B8E9-CEA5EDAA6F54}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {1307357A-7387-38F7-B8E9-CEA5EDAA6F54}.Release|Win32.ActiveCfg = Release|Win32 + {1307357A-7387-38F7-B8E9-CEA5EDAA6F54}.Release|Win32.Build.0 = Release|Win32 + {1307357A-7387-38F7-B8E9-CEA5EDAA6F54}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {1307357A-7387-38F7-B8E9-CEA5EDAA6F54}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {49B94987-BD21-3FD6-A452-815600681269}.Debug|Win32.ActiveCfg = Debug|Win32 + {49B94987-BD21-3FD6-A452-815600681269}.Debug|Win32.Build.0 = Debug|Win32 + {49B94987-BD21-3FD6-A452-815600681269}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {49B94987-BD21-3FD6-A452-815600681269}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {49B94987-BD21-3FD6-A452-815600681269}.Release|Win32.ActiveCfg = Release|Win32 + {49B94987-BD21-3FD6-A452-815600681269}.Release|Win32.Build.0 = Release|Win32 + {49B94987-BD21-3FD6-A452-815600681269}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {49B94987-BD21-3FD6-A452-815600681269}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}.Debug|Win32.ActiveCfg = Debug|Win32 + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}.Debug|Win32.Build.0 = Debug|Win32 + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}.Release|Win32.ActiveCfg = Release|Win32 + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}.Release|Win32.Build.0 = Release|Win32 + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {B5B6065C-4A7D-357D-BF08-EFE540868114}.Debug|Win32.ActiveCfg = Debug|Win32 + {B5B6065C-4A7D-357D-BF08-EFE540868114}.Debug|Win32.Build.0 = Debug|Win32 + {B5B6065C-4A7D-357D-BF08-EFE540868114}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {B5B6065C-4A7D-357D-BF08-EFE540868114}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {B5B6065C-4A7D-357D-BF08-EFE540868114}.Release|Win32.ActiveCfg = Release|Win32 + {B5B6065C-4A7D-357D-BF08-EFE540868114}.Release|Win32.Build.0 = Release|Win32 + {B5B6065C-4A7D-357D-BF08-EFE540868114}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {B5B6065C-4A7D-357D-BF08-EFE540868114}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {B88298DB-383D-31BF-8A5F-02D93896FD54}.Debug|Win32.ActiveCfg = Debug|Win32 + {B88298DB-383D-31BF-8A5F-02D93896FD54}.Debug|Win32.Build.0 = Debug|Win32 + {B88298DB-383D-31BF-8A5F-02D93896FD54}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {B88298DB-383D-31BF-8A5F-02D93896FD54}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {B88298DB-383D-31BF-8A5F-02D93896FD54}.Release|Win32.ActiveCfg = Release|Win32 + {B88298DB-383D-31BF-8A5F-02D93896FD54}.Release|Win32.Build.0 = Release|Win32 + {B88298DB-383D-31BF-8A5F-02D93896FD54}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {B88298DB-383D-31BF-8A5F-02D93896FD54}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {D13CA1CE-B1C2-4553-AC88-79817E54A167}.Debug|Win32.ActiveCfg = Debug|Win32 + {D13CA1CE-B1C2-4553-AC88-79817E54A167}.Debug|Win32.Build.0 = Debug|Win32 + {D13CA1CE-B1C2-4553-AC88-79817E54A167}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {D13CA1CE-B1C2-4553-AC88-79817E54A167}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {D13CA1CE-B1C2-4553-AC88-79817E54A167}.Release|Win32.ActiveCfg = Release|Win32 + {D13CA1CE-B1C2-4553-AC88-79817E54A167}.Release|Win32.Build.0 = Release|Win32 + {D13CA1CE-B1C2-4553-AC88-79817E54A167}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {D13CA1CE-B1C2-4553-AC88-79817E54A167}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8F757820-AAB8-37AD-B979-529FC693E74B} + EndGlobalSection +EndGlobal diff --git a/Software/External Repositories/Protobuf/solution/protoc.vcxproj b/Software/External Repositories/Protobuf/solution/protoc.vcxproj new file mode 100644 index 000000000..d0d92204d --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/protoc.vcxproj @@ -0,0 +1,345 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>protoc</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">protoc.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">protoc</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">protoc.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">protoc</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">protoc.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">protoc</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">protoc.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">protoc</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Debug\libprotobufd.lib;Debug\libprotocd.lib;Debug\libprotobufd.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Debug/protoc.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Debug/protoc.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Release\libprotobuf.lib;Release\libprotoc.lib;Release\libprotobuf.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Release/protoc.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Release/protoc.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>MinSizeRel\libprotobuf.lib;MinSizeRel\libprotoc.lib;MinSizeRel\libprotobuf.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/MinSizeRel/protoc.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/MinSizeRel/protoc.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>RelWithDebInfo\libprotobuf.lib;RelWithDebInfo\libprotoc.lib;RelWithDebInfo\libprotobuf.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/RelWithDebInfo/protoc.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/RelWithDebInfo/protoc.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\main.cc" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotobuf.vcxproj"> + <Project>{85CA0A8E-A5AA-3710-8449-1A3CE1023254}</Project> + <Name>libprotobuf</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotoc.vcxproj"> + <Project>{D47A99D8-6069-3332-9F73-D3BD4B10EE88}</Project> + <Name>libprotoc</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/protoc.vcxproj.filters b/Software/External Repositories/Protobuf/solution/protoc.vcxproj.filters new file mode 100644 index 000000000..67263f2dd --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/protoc.vcxproj.filters @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\main.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/test_plugin.vcxproj b/Software/External Repositories/Protobuf/solution/test_plugin.vcxproj new file mode 100644 index 000000000..9d3a082bc --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/test_plugin.vcxproj @@ -0,0 +1,352 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{B5B6065C-4A7D-357D-BF08-EFE540868114}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>test_plugin</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">test_plugin.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">test_plugin</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">test_plugin.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">test_plugin</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">test_plugin.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">test_plugin</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">test_plugin.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">test_plugin</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/Debug/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/Debug/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Debug\libprotocd.lib;Debug\libprotobufd.lib;Debug\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Debug/test_plugin.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Debug/test_plugin.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/Release/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/Release/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Release\libprotoc.lib;Release\libprotobuf.lib;Release\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Release/test_plugin.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Release/test_plugin.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/MinSizeRel/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/MinSizeRel/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>MinSizeRel\libprotoc.lib;MinSizeRel\libprotobuf.lib;MinSizeRel\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/MinSizeRel/test_plugin.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/MinSizeRel/test_plugin.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/RelWithDebInfo/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/RelWithDebInfo/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>RelWithDebInfo\libprotoc.lib;RelWithDebInfo\libprotobuf.lib;RelWithDebInfo\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/RelWithDebInfo/test_plugin.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/RelWithDebInfo/test_plugin.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\mock_code_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\testing\file.cc" /> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\testing\file.h" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\test_plugin.cc" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock.vcxproj"> + <Project>{3EA9C52B-88A4-31CE-82ED-55689A5AC654}</Project> + <Name>gmock</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotobuf.vcxproj"> + <Project>{85CA0A8E-A5AA-3710-8449-1A3CE1023254}</Project> + <Name>libprotobuf</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotoc.vcxproj"> + <Project>{D47A99D8-6069-3332-9F73-D3BD4B10EE88}</Project> + <Name>libprotoc</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/test_plugin.vcxproj.filters b/Software/External Repositories/Protobuf/solution/test_plugin.vcxproj.filters new file mode 100644 index 000000000..8428734ec --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/test_plugin.vcxproj.filters @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\mock_code_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\testing\file.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\test_plugin.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\testing\file.h"> + <Filter>Header Files</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + <Filter Include="Header Files"> + <UniqueIdentifier>{37D501C6-3148-353F-8351-CA0C1B112689}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Software/External Repositories/Protobuf/solution/tests - Copy.vcxproj b/Software/External Repositories/Protobuf/solution/tests - Copy.vcxproj new file mode 100644 index 000000000..2cc6a2dd9 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/tests - Copy.vcxproj @@ -0,0 +1,3168 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="MinSizeRel|Win32"> + <Configuration>MinSizeRel</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="RelWithDebInfo|Win32"> + <Configuration>RelWithDebInfo</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{B88298DB-383D-31BF-8A5F-02D93896FD54}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>tests</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </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" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">tests.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">tests</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">tests.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">tests</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">tests.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">tests</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">tests.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">tests</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Debug/</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/Debug/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;_DEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/Debug/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Debug\libprotocd.lib;Debug\libprotobufd.lib;Debug\gmock_main.lib;Debug\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Debug/tests.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Debug/tests.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>Release/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/Release/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/Release/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>Release\libprotoc.lib;Release\libprotobuf.lib;Release\gmock_main.lib;Release\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/Release/tests.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/Release/tests.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/MinSizeRel/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat></DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/MinSizeRel/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>MinSizeRel\libprotoc.lib;MinSizeRel\libprotobuf.lib;MinSizeRel\gmock_main.lib;MinSizeRel\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/MinSizeRel/tests.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/MinSizeRel/tests.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> + <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation> + <CompileAs>CompileAsCpp</CompileAs> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4244;4267;4018;4355;4800;4251;4996;4146;4305;4309</DisableSpecificWarnings> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <WholeProgramOptimization>true</WholeProgramOptimization> + <PreprocessorDefinitions>NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH="C:/protobuf/solution/RelWithDebInfo/test_plugin.exe";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>WIN32;NDEBUG;GOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"C:/protobuf/solution/RelWithDebInfo/test_plugin.exe\";GOOGLE_PROTOBUF_CMAKE_BUILD;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>C:\protobuf\solution;C:\protobuf\protobuf-3.4.1\src;C:\protobuf\protobuf-3.4.1\gmock;C:\protobuf\protobuf-3.4.1\gmock\gtest;C:\protobuf\protobuf-3.4.1\gmock\gtest\include;C:\protobuf\protobuf-3.4.1\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> + <HeaderFileName>%(Filename).h</HeaderFileName> + <TypeLibraryName>%(Filename).tlb</TypeLibraryName> + <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> + <ProxyFileName>%(Filename)_p.c</ProxyFileName> + </Midl> + <Link> + <AdditionalDependencies>RelWithDebInfo\libprotoc.lib;RelWithDebInfo\libprotobuf.lib;RelWithDebInfo\gmock_main.lib;RelWithDebInfo\gmock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>C:/protobuf/solution/RelWithDebInfo/tests.lib</ImportLibrary> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> + <ProgramDataBaseFile>C:/protobuf/solution/RelWithDebInfo/tests.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + <Version></Version> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +"C:\Program Files\CMake\bin\cmake.exe" -HC:/protobuf/protobuf-3.4.1/cmake -BC:/protobuf/solution --check-stamp-file C:/protobuf/solution/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/protobuf-3.4.1/cmake/CMakeLists.txt;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystem.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MIPSpro-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\Compiler\MSVC-CXX-FeatureTests.cmake;C:\protobuf\solution\CMakeFiles\feature_tests.cxx;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompiler.cmake.in;C:\protobuf\solution\CMakeFiles\3.9.3\CMakeCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeDependentOption.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckSymbolExists.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\FindPackageMessage.cmake;C:\protobuf\protobuf-3.4.1\cmake\extract_includes.bat.in;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf-lite.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotobuf.cmake;C:\protobuf\protobuf-3.4.1\cmake\libprotoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protoc.cmake;C:\protobuf\protobuf-3.4.1\cmake\tests.cmake;C:\protobuf\protobuf-3.4.1\cmake\install.cmake;C:\Program Files\CMake\share\cmake-3.9\Modules\GNUInstallDirs.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-lite.pc.cmake;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-config-version.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-module.cmake.in;C:\protobuf\protobuf-3.4.1\cmake\protobuf-options.cmake;C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\solution\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\any_test.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/any_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/any_test.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\2308b5998240231f963832566d4d311a\cpp_test_bad_identifiers.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_bad_identifiers.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\2308b5998240231f963832566d4d311a\cpp_test_large_enum_value.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/2308b5998240231f963832566d4d311a/cpp_test_large_enum_value.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_proto2_unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_proto2_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_proto2_unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_arena.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_arena.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_custom_options.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_custom_options.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_custom_options.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_drop_unknown_fields.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_drop_unknown_fields.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_drop_unknown_fields.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_embed_optimize_for.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_embed_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_embed_optimize_for.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_empty.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_empty.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_empty.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies_custom_option.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_custom_option.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies_enum.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lazy_dependencies_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lazy_dependencies_enum.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite_imports_nonlite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite_imports_nonlite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite_imports_nonlite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_mset.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_mset_wire_format.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_mset_wire_format.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_mset_wire_format.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_import.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_import.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_import.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_field_presence.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_field_presence.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_field_presence.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_generic_services.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_generic_services.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_generic_services.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_optimize_for.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_optimize_for.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_optimize_for.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_preserve_unknown_enum.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_preserve_unknown_enum2.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_preserve_unknown_enum2.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_preserve_unknown_enum2.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_arena.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_arena_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_arena_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_proto3_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_proto3_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_well_known_types.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_well_known_types.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_well_known_types.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\anys.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/anys.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/anys.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\books.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/books.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/books.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\default_value.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\default_value_test.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/default_value_test.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/default_value_test.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\field_mask.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/field_mask.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/field_mask.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\maps.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/maps.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/maps.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\oneofs.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/oneofs.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/oneofs.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\proto3.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/proto3.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\struct.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/struct.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/struct.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\timestamp_duration.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/timestamp_duration.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/timestamp_duration.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\wrappers.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/internal/testdata/wrappers.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/aaf1ae6c06e4bf13bfac0120ca084195/wrappers.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\793a88d28af8c175b3f772a508437452\json_format_proto3.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/json_format_proto3.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/json_format_proto3.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\793a88d28af8c175b3f772a508437452\message_differencer_unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/util/message_differencer_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/793a88d28af8c175b3f772a508437452/message_differencer_unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_lite_unittest.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/map_lite_unittest.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/map_lite_unittest.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_import_public_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_import_public_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_lite.pb.cc.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal +Debug\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\Debug\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal +Release\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\Release\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal +MinSizeRel\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\MinSizeRel\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Generating C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.pb.cc</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal +RelWithDebInfo\protoc.exe C:/protobuf/protobuf-3.4.1/src/google/protobuf/unittest_no_arena_lite.proto --proto_path=C:/protobuf/protobuf-3.4.1/src --cpp_out=C:/protobuf/protobuf-3.4.1/src +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/protobuf/solution/CMakeFiles/b589a2a0617f520f0c6afdf8a2bfb7e0/unittest_no_arena_lite.pb.cc.rule;C:\protobuf\solution\RelWithDebInfo\protoc.exe;C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.proto;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arenastring_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\command_line_interface_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_bootstrap_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_move_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_plugin_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\metadata_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_bootstrap_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_generator_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\importer_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_doc_comment_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_plugin_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\mock_code_generator.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_helpers_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\parser_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\python\python_plugin_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\ruby\ruby_generator_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor_database_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\drop_unknown_fields_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\dynamic_message_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\extension_set_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_reflection_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\coded_stream_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\printer_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\tokenizer_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_field_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\no_field_presence_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\preserve_unknown_enum_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\proto3_arena_lite_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\proto3_arena_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\proto3_lite_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\reflection_ops_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\repeated_field_reflection_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\repeated_field_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\bytestream_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\common_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\int128_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\io_win32_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\once_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\status_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\statusor_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringpiece_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringprintf_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\structurally_valid_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\strutil_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\template_util_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\time_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\type_traits_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\text_format_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unknown_field_set_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\delimited_message_util_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_comparator_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_mask_util_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\default_value_objectwriter_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_objectwriter_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_stream_parser_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectsource_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectwriter_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\type_info_test_helper.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_util_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\time_util_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\type_resolver_util_test.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\well_known_types_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format_unittest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena_test_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_test_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\test_util.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\testing\file.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\testing\googletest.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc" /> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="C:\protobuf\solution\ZERO_CHECK.vcxproj"> + <Project>{8DCF4F25-5E7E-315E-97EC-7751336E9696}</Project> + <Name>ZERO_CHECK</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock.vcxproj"> + <Project>{3EA9C52B-88A4-31CE-82ED-55689A5AC654}</Project> + <Name>gmock</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\gmock_main.vcxproj"> + <Project>{77221FF2-45E7-3699-86A5-158C4F299866}</Project> + <Name>gmock_main</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotobuf.vcxproj"> + <Project>{85CA0A8E-A5AA-3710-8449-1A3CE1023254}</Project> + <Name>libprotobuf</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\libprotoc.vcxproj"> + <Project>{D47A99D8-6069-3332-9F73-D3BD4B10EE88}</Project> + <Name>libprotoc</Name> + </ProjectReference> + <ProjectReference Include="C:\protobuf\solution\protoc.vcxproj"> + <Project>{BEBE7BF7-4DB5-3C7B-93D9-E2056BCE7FE7}</Project> + <Name>protoc</Name> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Software/External Repositories/Protobuf/solution/tests.vcxproj.filters b/Software/External Repositories/Protobuf/solution/tests.vcxproj.filters new file mode 100644 index 000000000..45ef19f01 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/tests.vcxproj.filters @@ -0,0 +1,532 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arenastring_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\command_line_interface_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_bootstrap_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_move_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_plugin_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\metadata_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_bootstrap_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\csharp\csharp_generator_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\importer_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_doc_comment_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\java\java_plugin_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\mock_code_generator.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\objectivec\objectivec_helpers_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\parser_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\python\python_plugin_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\ruby\ruby_generator_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor_database_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\descriptor_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\drop_unknown_fields_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\dynamic_message_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\extension_set_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\generated_message_reflection_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\coded_stream_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\printer_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\tokenizer_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\io\zero_copy_stream_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_field_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\message_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\no_field_presence_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\preserve_unknown_enum_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\proto3_arena_lite_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\proto3_arena_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\proto3_lite_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\reflection_ops_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\repeated_field_reflection_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\repeated_field_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\bytestream_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\common_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\int128_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\io_win32_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\once_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\status_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\statusor_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringpiece_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\stringprintf_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\structurally_valid_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\strutil_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\template_util_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\time_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\stubs\type_traits_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\text_format_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unknown_field_set_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\delimited_message_util_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_comparator_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\field_mask_util_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\default_value_objectwriter_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_objectwriter_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\json_stream_parser_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectsource_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\protostream_objectwriter_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\type_info_test_helper.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_util_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\time_util_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\type_resolver_util_test.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\well_known_types_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\wire_format_unittest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\arena_test_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_test_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\test_util.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\testing\file.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\testing\googletest.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\any_test.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\compiler\cpp\cpp_test_large_enum_value.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_proto2_unittest.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_unittest.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_arena.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_custom_options.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_drop_unknown_fields.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_embed_optimize_for.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_empty.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_custom_option.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lazy_dependencies_enum.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite_imports_nonlite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_mset_wire_format.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_import.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_field_presence.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_generic_services.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_optimize_for.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_preserve_unknown_enum2.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_arena_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_proto3_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_well_known_types.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\anys.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\books.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\default_value_test.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\field_mask.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\maps.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\oneofs.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\proto3.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\struct.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\timestamp_duration.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\internal\testdata\wrappers.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\json_format_proto3.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\util\message_differencer_unittest.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\map_lite_unittest.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_import_public_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="C:\protobuf\protobuf-3.4.1\src\google\protobuf\unittest_no_arena_lite.pb.cc"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="C:\protobuf\protobuf-3.4.1\cmake\CMakeLists.txt" /> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\any_test.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\2308b5998240231f963832566d4d311a\cpp_test_bad_identifiers.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\2308b5998240231f963832566d4d311a\cpp_test_large_enum_value.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_proto2_unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_arena.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_custom_options.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_drop_unknown_fields.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_embed_optimize_for.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_empty.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies_custom_option.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lazy_dependencies_enum.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite_imports_nonlite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_mset.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_mset_wire_format.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_import.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_field_presence.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_generic_services.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_optimize_for.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_preserve_unknown_enum.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_preserve_unknown_enum2.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_arena.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_arena_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_proto3_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_well_known_types.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\anys.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\books.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\default_value.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\default_value_test.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\field_mask.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\maps.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\oneofs.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\proto3.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\struct.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\timestamp_duration.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\aaf1ae6c06e4bf13bfac0120ca084195\wrappers.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\793a88d28af8c175b3f772a508437452\json_format_proto3.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\793a88d28af8c175b3f772a508437452\message_differencer_unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\map_lite_unittest.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_import_public_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + <CustomBuild Include="C:\protobuf\solution\CMakeFiles\b589a2a0617f520f0c6afdf8a2bfb7e0\unittest_no_arena_lite.pb.cc.rule"> + <Filter>CMake Rules</Filter> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{E7AFBF21-96F3-3483-ABB7-79B0971E5D2E}</UniqueIdentifier> + </Filter> + <Filter Include="CMake Rules"> + <UniqueIdentifier>{3E93DE8A-2CBD-3FC7-92A8-F86E72F8D511}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> |
