You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
2.4 KiB
XML
39 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<Keyword>MakeFileProj</Keyword>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<MinimumVisualStudioVersion>16.0</MinimumVisualStudioVersion>
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<NMakeUseOemCodePage>true</NMakeUseOemCodePage>
|
|
<TargetRuntime>Native</TargetRuntime>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<PropertyGroup>
|
|
<BuildBatchScript>D:\Programms\UE_5.3.2_Source\Engine\Build\BatchFiles\Build.bat</BuildBatchScript>
|
|
<RebuildBatchScript>D:\Programms\UE_5.3.2_Source\Engine\Build\BatchFiles\Rebuild.bat</RebuildBatchScript>
|
|
<CleanBatchScript>D:\Programms\UE_5.3.2_Source\Engine\Build\BatchFiles\Clean.bat</CleanBatchScript>
|
|
<NMakeBuildCommandLine>echo The selected platform/configuration is not valid for this target.</NMakeBuildCommandLine>
|
|
<NMakeReBuildCommandLine>echo The selected platform/configuration is not valid for this target.</NMakeReBuildCommandLine>
|
|
<NMakeCleanCommandLine>echo The selected platform/configuration is not valid for this target.</NMakeCleanCommandLine>
|
|
<NMakeOutput>Invalid Output</NMakeOutput>
|
|
<OutDir>D:\Programms\UE_5.3.2_Source\Engine\Intermediate\Build\Unused\</OutDir>
|
|
<IntDir>D:\Programms\UE_5.3.2_Source\Engine\Intermediate\Build\Unused\</IntDir>
|
|
<IncludePath />
|
|
<ReferencePath />
|
|
<LibraryPath />
|
|
<LibraryWPath />
|
|
<SourcePath />
|
|
<ExcludePath />
|
|
<DefaultSystemIncludePaths>D:\Programms\VisualStudio2019\VC\Tools\MSVC\14.29.30133\INCLUDE;C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt;</DefaultSystemIncludePaths>
|
|
</PropertyGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
</Project>
|