diff options
Diffstat (limited to 'Software/External Repositories/Protobuf/solution/libprotoc.vcxproj')
| -rw-r--r-- | Software/External Repositories/Protobuf/solution/libprotoc.vcxproj | 545 |
1 files changed, 545 insertions, 0 deletions
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 |
