2016-02-16 19:23:17 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<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>{8F85B6CC-250F-4ACA-A617-E820A74E3E3C}</ProjectGuid>
|
|
|
|
|
<Keyword>MakeFileProj</Keyword>
|
|
|
|
|
</PropertyGroup>
|
2021-05-16 06:07:29 +00:00
|
|
|
|
<Import Project="..\..\buildfiles\msvc\common_default.props" />
|
2016-02-16 19:23:17 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2021-05-16 06:07:29 +00:00
|
|
|
|
<Import Project="..\..\buildfiles\msvc\common_default_macros.props" />
|
2016-02-16 19:23:17 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2020-03-25 14:31:23 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros">
|
|
|
|
|
<CmakeGenerator>"Visual Studio $(VisualStudioVersion.Substring(0,2))"</CmakeGenerator>
|
2021-10-01 23:07:58 +00:00
|
|
|
|
<CmakeReleaseCLI>call vsdevcmd.bat -arch=amd64
|
|
|
|
|
cmake -G $(CmakeGenerator) -A x64 -DCMAKE_BUILD_TYPE="Release" -DLLVM_USE_CRT_DEBUG=MTd -DLLVM_USE_CRT_RELEASE=MT -S glslang -B build</CmakeReleaseCLI>
|
|
|
|
|
<CmakeDebugCLI>call vsdevcmd.bat -arch=amd64
|
|
|
|
|
cmake -G $(CmakeGenerator) -A x64 -DCMAKE_BUILD_TYPE="Debug" -DLLVM_USE_CRT_DEBUG=MTd -DLLVM_USE_CRT_RELEASE=MT -S glslang -B build</CmakeDebugCLI>
|
2021-07-15 18:37:10 +00:00
|
|
|
|
<PropsAbsPath>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\buildfiles\msvc\common_default.props'))</PropsAbsPath>
|
2019-07-23 16:06:29 +00:00
|
|
|
|
</PropertyGroup>
|
2016-02-16 19:23:17 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2021-03-29 19:45:48 +00:00
|
|
|
|
<NMakeBuildCommandLine>$(CmakeReleaseCLI)
|
2021-07-15 18:37:10 +00:00
|
|
|
|
msbuild.exe build\ALL_BUILD.vcxproj /t:build /p:Configuration=Release /p:ForceImportBeforeCppTargets=$(PropsAbsPath) /m</NMakeBuildCommandLine>
|
2021-03-29 19:45:48 +00:00
|
|
|
|
<NMakeReBuildCommandLine>$(CmakeReleaseCLI)
|
2021-07-15 18:37:10 +00:00
|
|
|
|
msbuild.exe build\ALL_BUILD.vcxproj /t:rebuild /p:Configuration=Release /p:ForceImportBeforeCppTargets=$(PropsAbsPath) /m</NMakeReBuildCommandLine>
|
2021-03-29 19:45:48 +00:00
|
|
|
|
<NMakeCleanCommandLine>$(CmakeReleaseCLI)
|
2021-07-15 18:37:10 +00:00
|
|
|
|
msbuild.exe build\ALL_BUILD.vcxproj /t:clean /p:Configuration=Release /p:ForceImportBeforeCppTargets=$(PropsAbsPath) /m</NMakeCleanCommandLine>
|
2016-02-16 19:23:17 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2021-03-29 19:45:48 +00:00
|
|
|
|
<NMakeBuildCommandLine>$(CmakeDebugCLI)
|
2021-07-15 18:37:10 +00:00
|
|
|
|
msbuild.exe build\ALL_BUILD.vcxproj /t:build /p:Configuration=Debug /p:ForceImportBeforeCppTargets=$(PropsAbsPath) /m
|
2016-02-16 19:23:17 +00:00
|
|
|
|
</NMakeBuildCommandLine>
|
2021-03-29 19:45:48 +00:00
|
|
|
|
<NMakeReBuildCommandLine>$(CmakeDebugCLI)
|
2021-07-15 18:37:10 +00:00
|
|
|
|
msbuild.exe build\ALL_BUILD.vcxproj /t:rebuild /p:Configuration=Debug /p:ForceImportBeforeCppTargets=$(PropsAbsPath) /m
|
2016-02-16 19:23:17 +00:00
|
|
|
|
</NMakeReBuildCommandLine>
|
2021-03-29 19:45:48 +00:00
|
|
|
|
<NMakeCleanCommandLine>$(CmakeDebugCLI)
|
2021-07-15 18:37:10 +00:00
|
|
|
|
msbuild.exe build\ALL_BUILD.vcxproj /t:clean /p:Configuration=Debug /p:ForceImportBeforeCppTargets=$(PropsAbsPath) /m
|
2016-02-16 19:23:17 +00:00
|
|
|
|
</NMakeCleanCommandLine>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|