|
|
|
|
<?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>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{CAF95EDC-B471-39F0-8BF8-C0982861DAAF}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
<ProjectName>lua</ProjectName>
|
|
|
|
|
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
|
|
|
</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'">D:\zj\code\test\soui3\bin64\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">lua.dir\Debug\</IntDir>
|
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">lua-52d</TargetName>
|
|
|
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\zj\code\test\soui3\bin64\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">lua.dir\Release\</IntDir>
|
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">lua-52</TargetName>
|
|
|
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\third-part\lua-52src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<DisableSpecificWarnings>4100;4189;4996</DisableSpecificWarnings>
|
|
|
|
|
<ExceptionHandling>
|
|
|
|
|
</ExceptionHandling>
|
|
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
|
|
|
<MinimalRebuild></MinimalRebuild>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<SupportJustMyCode></SupportJustMyCode>
|
|
|
|
|
<UseFullPaths>false</UseFullPaths>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;UNICODE;_UNICODE;_USING_V110_SDK71_;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_DEBUG;_WINDOWS;_USING_V110_SDK71_;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\third-part\lua-52src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<MASM>
|
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;UNICODE;_UNICODE;_USING_V110_SDK71_;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
|
|
|
|
|
<IncludePaths>D:\zj\code\test\soui3\third-part\lua-52src;%(IncludePaths)</IncludePaths>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
</MASM>
|
|
|
|
|
<Midl>
|
|
|
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\third-part\lua-52src;%(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>D:\zj\code\test\soui3\third-part\lua-52src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
<DisableSpecificWarnings>4100;4189;4996</DisableSpecificWarnings>
|
|
|
|
|
<ExceptionHandling>
|
|
|
|
|
</ExceptionHandling>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<MinimalRebuild></MinimalRebuild>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<SupportJustMyCode></SupportJustMyCode>
|
|
|
|
|
<UseFullPaths>false</UseFullPaths>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;UNICODE;_UNICODE;_USING_V110_SDK71_;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<DebugInformationFormat>
|
|
|
|
|
</DebugInformationFormat>
|
|
|
|
|
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_WINDOWS;NDEBUG;_USING_V110_SDK71_;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\third-part\lua-52src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<MASM>
|
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;UNICODE;_UNICODE;_USING_V110_SDK71_;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
|
|
|
|
|
<IncludePaths>D:\zj\code\test\soui3\third-part\lua-52src;%(IncludePaths)</IncludePaths>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
</MASM>
|
|
|
|
|
<Midl>
|
|
|
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\third-part\lua-52src;%(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="D:\zj\code\test\soui3\third-part\lua-52\CMakeLists.txt">
|
|
|
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule D:/zj/code/test/soui3/third-part/lua-52/CMakeLists.txt</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
|
|
|
D:\cmake\bin\cmake.exe -SD:/zj/code/test/soui3 -BD:/zj/code/test/soui3/build --check-stamp-file D:/zj/code/test/soui3/build/third-part/lua-52/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'">D:\zj\code\test\soui3\build\third-part\lua-52\CMakeFiles\generate.stamp</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule D:/zj/code/test/soui3/third-part/lua-52/CMakeLists.txt</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
|
|
|
D:\cmake\bin\cmake.exe -SD:/zj/code/test/soui3 -BD:/zj/code/test/soui3/build --check-stamp-file D:/zj/code/test/soui3/build/third-part/lua-52/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'">D:\zj\code\test\soui3\build\third-part\lua-52\CMakeFiles\generate.stamp</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lapi.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lauxlib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lbaselib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lbitlib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lcode.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lcorolib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lctype.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\ldblib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\ldebug.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\ldo.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\ldump.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lfunc.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lgc.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\linit.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\liolib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\llex.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lmathlib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lmem.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\loadlib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lobject.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lopcodes.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\loslib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lparser.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lstate.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lstring.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lstrlib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\ltable.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\ltablib.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\ltm.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lundump.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lvm.c" />
|
|
|
|
|
<ClCompile Include="D:\zj\code\test\soui3\third-part\lua-52\src\lzio.c" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lapi.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lauxlib.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lcode.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lctype.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\ldebug.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\ldo.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lfunc.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lgc.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\llex.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\llimits.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lmem.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lobject.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lopcodes.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lparser.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lstate.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lstring.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\ltable.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\ltm.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lua.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lua.hpp" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\luaconf.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lualib.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lundump.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lvm.h" />
|
|
|
|
|
<ClInclude Include="D:\zj\code\test\soui3\third-part\lua-52\src\lzio.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="D:\zj\code\test\soui3\build\ZERO_CHECK.vcxproj">
|
|
|
|
|
<Project>{20D24588-E4CC-3F08-AFB7-61C323359042}</Project>
|
|
|
|
|
<Name>ZERO_CHECK</Name>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|