Bags fixed: all params and Intent(in)
This commit is contained in:
184
_bin/SageLib/ALL_BUILD.vcxproj
Normal file
184
_bin/SageLib/ALL_BUILD.vcxproj
Normal file
@@ -0,0 +1,184 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MinSizeRel|x64">
|
||||
<Configuration>MinSizeRel</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
||||
<Configuration>RelWithDebInfo</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{FE860676-DEE0-3926-9FE2-3CF59AE57526}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>ALL_BUILD</ProjectName>
|
||||
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Utility</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Utility</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
||||
<ConfigurationType>Utility</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
||||
<ConfigurationType>Utility</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\CMakeLists.txt">
|
||||
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017 -BC:/dvmhrepo/Sapfor/_bin --check-stamp-file C:/dvmhrepo/Sapfor/_bin/SageLib/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|x64'">%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017 -BC:/dvmhrepo/Sapfor/_bin --check-stamp-file C:/dvmhrepo/Sapfor/_bin/SageLib/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|x64'">%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017 -BC:/dvmhrepo/Sapfor/_bin --check-stamp-file C:/dvmhrepo/Sapfor/_bin/SageLib/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|x64'">%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017 -BC:/dvmhrepo/Sapfor/_bin --check-stamp-file C:/dvmhrepo/Sapfor/_bin/SageLib/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|x64'">%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\dvmhrepo\Sapfor\_bin\ZERO_CHECK.vcxproj">
|
||||
<Project>{2A7EF3E7-9369-3863-AFED-0659AF0044FC}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\dvmhrepo\Sapfor\_bin\SageLib\SageLib.vcxproj">
|
||||
<Project>{471399B1-D113-38DB-A9A4-E01D4581B479}</Project>
|
||||
<Name>SageLib</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
8
_bin/SageLib/ALL_BUILD.vcxproj.filters
Normal file
8
_bin/SageLib/ALL_BUILD.vcxproj.filters
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\CMakeLists.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
1
_bin/SageLib/CMakeFiles/generate.stamp
Normal file
1
_bin/SageLib/CMakeFiles/generate.stamp
Normal file
@@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
2
_bin/SageLib/CMakeFiles/generate.stamp.depend
Normal file
2
_bin/SageLib/CMakeFiles/generate.stamp.depend
Normal file
@@ -0,0 +1,2 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib/CMakeLists.txt
|
||||
BIN
_bin/SageLib/Debug/SageLib.lib
Normal file
BIN
_bin/SageLib/Debug/SageLib.lib
Normal file
Binary file not shown.
BIN
_bin/SageLib/Debug/SageLib.pdb
Normal file
BIN
_bin/SageLib/Debug/SageLib.pdb
Normal file
Binary file not shown.
11
_bin/SageLib/SageLib.dir/Debug/SageLib.lib.recipe
Normal file
11
_bin/SageLib/SageLib.dir/Debug/SageLib.lib.recipe
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project>
|
||||
<ProjectOutputs>
|
||||
<ProjectOutput>
|
||||
<FullPath>C:\dvmhrepo\Sapfor\_bin\x64\Debug\ZERO_CHECK</FullPath>
|
||||
</ProjectOutput>
|
||||
</ProjectOutputs>
|
||||
<ContentFiles />
|
||||
<SatelliteDlls />
|
||||
<NonRecipeFileRefs />
|
||||
</Project>
|
||||
3
_bin/SageLib/SageLib.dir/Debug/SageLib.log
Normal file
3
_bin/SageLib/SageLib.dir/Debug/SageLib.log
Normal file
@@ -0,0 +1,3 @@
|
||||
Building Custom Rule C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib/CMakeLists.txt
|
||||
libSage++.cpp
|
||||
SageLib.vcxproj -> C:\dvmhrepo\Sapfor\_bin\SageLib\Debug\SageLib.lib
|
||||
BIN
_bin/SageLib/SageLib.dir/Debug/SageLib.tlog/CL.command.1.tlog
Normal file
BIN
_bin/SageLib/SageLib.dir/Debug/SageLib.tlog/CL.command.1.tlog
Normal file
Binary file not shown.
BIN
_bin/SageLib/SageLib.dir/Debug/SageLib.tlog/CL.read.1.tlog
Normal file
BIN
_bin/SageLib/SageLib.dir/Debug/SageLib.tlog/CL.read.1.tlog
Normal file
Binary file not shown.
BIN
_bin/SageLib/SageLib.dir/Debug/SageLib.tlog/CL.write.1.tlog
Normal file
BIN
_bin/SageLib/SageLib.dir/Debug/SageLib.tlog/CL.write.1.tlog
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
C:\dvmhrepo\Sapfor\dvm\fdvm\trunk\Sage\Sage++\libSage++.cpp;C:\dvmhrepo\Sapfor\_bin\SageLib\SageLib.dir\Debug\libSage++.obj
|
||||
@@ -0,0 +1,10 @@
|
||||
^C:\DVMHREPO\SAPFOR\SAPFOR\EXPERTS\SAPFOR_2017\SAGELIB\CMAKELISTS.TXT
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017 -BC:/dvmhrepo/Sapfor/_bin --check-stamp-file C:/dvmhrepo/Sapfor/_bin/SageLib/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
|
||||
@@ -0,0 +1 @@
|
||||
^C:\DVMHREPO\SAPFOR\SAPFOR\EXPERTS\SAPFOR_2017\SAGELIB\CMAKELISTS.TXT
|
||||
@@ -0,0 +1,2 @@
|
||||
^C:\DVMHREPO\SAPFOR\SAPFOR\EXPERTS\SAPFOR_2017\SAGELIB\CMAKELISTS.TXT
|
||||
C:\DVMHREPO\SAPFOR\_BIN\SAGELIB\CMAKEFILES\GENERATE.STAMP
|
||||
BIN
_bin/SageLib/SageLib.dir/Debug/SageLib.tlog/Lib-link.read.1.tlog
Normal file
BIN
_bin/SageLib/SageLib.dir/Debug/SageLib.tlog/Lib-link.read.1.tlog
Normal file
Binary file not shown.
Binary file not shown.
BIN
_bin/SageLib/SageLib.dir/Debug/SageLib.tlog/Lib.command.1.tlog
Normal file
BIN
_bin/SageLib/SageLib.dir/Debug/SageLib.tlog/Lib.command.1.tlog
Normal file
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.37.32822:TargetPlatformVersion=10.0.22621.0:
|
||||
Debug|x64|C:\dvmhrepo\Sapfor\_bin\|
|
||||
BIN
_bin/SageLib/SageLib.dir/Debug/libSage++.obj
Normal file
BIN
_bin/SageLib/SageLib.dir/Debug/libSage++.obj
Normal file
Binary file not shown.
67
_bin/SageLib/SageLib.sln
Normal file
67
_bin/SageLib/SageLib.sln
Normal file
@@ -0,0 +1,67 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{FE860676-DEE0-3926-9FE2-3CF59AE57526}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{471399B1-D113-38DB-A9A4-E01D4581B479} = {471399B1-D113-38DB-A9A4-E01D4581B479}
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC} = {2A7EF3E7-9369-3863-AFED-0659AF0044FC}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SageLib", "SageLib.vcxproj", "{471399B1-D113-38DB-A9A4-E01D4581B479}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE} = {B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC} = {2A7EF3E7-9369-3863-AFED-0659AF0044FC}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SageOldSrc", "..\FDVM\SageOldSrc\SageOldSrc.vcxproj", "{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC} = {2A7EF3E7-9369-3863-AFED-0659AF0044FC}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "..\\ZERO_CHECK.vcxproj", "{2A7EF3E7-9369-3863-AFED-0659AF0044FC}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
Release|x64 = Release|x64
|
||||
MinSizeRel|x64 = MinSizeRel|x64
|
||||
RelWithDebInfo|x64 = RelWithDebInfo|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{FE860676-DEE0-3926-9FE2-3CF59AE57526}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{FE860676-DEE0-3926-9FE2-3CF59AE57526}.Release|x64.ActiveCfg = Release|x64
|
||||
{FE860676-DEE0-3926-9FE2-3CF59AE57526}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{FE860676-DEE0-3926-9FE2-3CF59AE57526}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{471399B1-D113-38DB-A9A4-E01D4581B479}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{471399B1-D113-38DB-A9A4-E01D4581B479}.Debug|x64.Build.0 = Debug|x64
|
||||
{471399B1-D113-38DB-A9A4-E01D4581B479}.Release|x64.ActiveCfg = Release|x64
|
||||
{471399B1-D113-38DB-A9A4-E01D4581B479}.Release|x64.Build.0 = Release|x64
|
||||
{471399B1-D113-38DB-A9A4-E01D4581B479}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{471399B1-D113-38DB-A9A4-E01D4581B479}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
||||
{471399B1-D113-38DB-A9A4-E01D4581B479}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{471399B1-D113-38DB-A9A4-E01D4581B479}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}.Debug|x64.Build.0 = Debug|x64
|
||||
{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}.Release|x64.ActiveCfg = Release|x64
|
||||
{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}.Release|x64.Build.0 = Release|x64
|
||||
{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
||||
{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC}.Debug|x64.Build.0 = Debug|x64
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC}.Release|x64.ActiveCfg = Release|x64
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC}.Release|x64.Build.0 = Release|x64
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{2A7EF3E7-9369-3863-AFED-0659AF0044FC}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {5B61373D-8B75-324A-95B8-359DBC8DAD8A}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
298
_bin/SageLib/SageLib.vcxproj
Normal file
298
_bin/SageLib/SageLib.vcxproj
Normal file
@@ -0,0 +1,298 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MinSizeRel|x64">
|
||||
<Configuration>MinSizeRel</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
||||
<Configuration>RelWithDebInfo</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{471399B1-D113-38DB-A9A4-E01D4581B479}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>SageLib</ProjectName>
|
||||
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</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|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\Debug\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">SageLib.dir\Debug\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">SageLib</TargetName>
|
||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\Release\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">SageLib.dir\Release\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">SageLib</TargetName>
|
||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\MinSizeRel\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">SageLib.dir\MinSizeRel\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">SageLib</TargetName>
|
||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.lib</TargetExt>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\RelWithDebInfo\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">SageLib.dir\RelWithDebInfo\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">SageLib</TargetName>
|
||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.lib</TargetExt>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /Zc:__cplusplus</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;SYS5;YYDEBUG;__SPF;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;SYS5;YYDEBUG;__SPF;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(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:x64</AdditionalOptions>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /Zc:__cplusplus</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;SYS5;YYDEBUG;__SPF;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<DebugInformationFormat>
|
||||
</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;SYS5;YYDEBUG;__SPF;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(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:x64</AdditionalOptions>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /Zc:__cplusplus</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<Optimization>MinSpace</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;SYS5;YYDEBUG;__SPF;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<DebugInformationFormat>
|
||||
</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;SYS5;YYDEBUG;__SPF;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(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:x64</AdditionalOptions>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /Zc:__cplusplus</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;SYS5;YYDEBUG;__SPF;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;SYS5;YYDEBUG;__SPF;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\_src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\fdvm\trunk\Sage\h;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\Zlib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\..\..\..\dvm\tools\pppa\trunk\src;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\lib\include;C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\..\..\..\..\dvm\fdvm\trunk\Sage\h;%(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:x64</AdditionalOptions>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\CMakeLists.txt">
|
||||
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017 -BC:/dvmhrepo/Sapfor/_bin --check-stamp-file C:/dvmhrepo/Sapfor/_bin/SageLib/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|x64'">%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017 -BC:/dvmhrepo/Sapfor/_bin --check-stamp-file C:/dvmhrepo/Sapfor/_bin/SageLib/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|x64'">%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017 -BC:/dvmhrepo/Sapfor/_bin --check-stamp-file C:/dvmhrepo/Sapfor/_bin/SageLib/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|x64'">%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017 -BC:/dvmhrepo/Sapfor/_bin --check-stamp-file C:/dvmhrepo/Sapfor/_bin/SageLib/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|x64'">%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\dvmhrepo\Sapfor\_bin\SageLib\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="C:\dvmhrepo\Sapfor\dvm\fdvm\trunk\Sage\Sage++\libSage++.cpp" />
|
||||
<ClInclude Include="C:\dvmhrepo\Sapfor\dvm\fdvm\trunk\Sage\lib\include\libSage++.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\dvmhrepo\Sapfor\_bin\ZERO_CHECK.vcxproj">
|
||||
<Project>{2A7EF3E7-9369-3863-AFED-0659AF0044FC}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\dvmhrepo\Sapfor\_bin\FDVM\SageOldSrc\SageOldSrc.vcxproj">
|
||||
<Project>{B1CD2070-3C29-3E6C-9724-DFE420E2C7AE}</Project>
|
||||
<Name>SageOldSrc</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
24
_bin/SageLib/SageLib.vcxproj.filters
Normal file
24
_bin/SageLib/SageLib.vcxproj.filters
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<ClCompile Include="C:\dvmhrepo\Sapfor\dvm\fdvm\trunk\Sage\Sage++\libSage++.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="C:\dvmhrepo\Sapfor\dvm\fdvm\trunk\Sage\lib\include\libSage++.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\dvmhrepo\Sapfor\sapfor\experts\Sapfor_2017\SageLib\CMakeLists.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="Header Files">
|
||||
<UniqueIdentifier>{E3C2BF1B-82E7-319A-8840-C58E21369D67}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{13AEC33F-26A4-3C95-BA7E-B892DBFF78A5}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
1
_bin/SageLib/SageOldSrc/CMakeFiles/generate.stamp
Normal file
1
_bin/SageLib/SageOldSrc/CMakeFiles/generate.stamp
Normal file
@@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
2
_bin/SageLib/SageOldSrc/CMakeFiles/generate.stamp.depend
Normal file
2
_bin/SageLib/SageOldSrc/CMakeFiles/generate.stamp.depend
Normal file
@@ -0,0 +1,2 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageOldSrc/CMakeLists.txt
|
||||
34
_bin/SageLib/SageOldSrc/cmake_install.cmake
Normal file
34
_bin/SageLib/SageOldSrc/cmake_install.cmake
Normal file
@@ -0,0 +1,34 @@
|
||||
# Install script for directory: C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageOldSrc
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/Sapfor")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
40
_bin/SageLib/cmake_install.cmake
Normal file
40
_bin/SageLib/cmake_install.cmake
Normal file
@@ -0,0 +1,40 @@
|
||||
# Install script for directory: C:/dvmhrepo/Sapfor/sapfor/experts/Sapfor_2017/SageLib
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/Sapfor")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("C:/dvmhrepo/Sapfor/_bin/SageLib/SageOldSrc/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user