2018-11-17 04:37:23 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
2019-05-09 02:32:09 +03:00
|
|
|
<PropertyGroup Label="Debug" Condition="'$(Configuration.ToLower())' == 'debug'">
|
2019-05-31 01:47:38 +03:00
|
|
|
<_NuGetConfiguration>Debug</_NuGetConfiguration>
|
2019-05-09 02:32:09 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Non_Debug" Condition="'$(Configuration.ToLower())' != 'debug'">
|
2019-05-31 01:47:38 +03:00
|
|
|
<_NuGetConfiguration>Release</_NuGetConfiguration>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(PlatformTarget)' == 'x64'">
|
|
|
|
<_NuGetPlatform>x64</_NuGetPlatform>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(_NuGetPlatform)' == ''">
|
|
|
|
<_NuGetPlatform>$(Platform)</_NuGetPlatform>
|
2019-05-09 02:32:09 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-11-17 04:37:23 +03:00
|
|
|
<PropertyGroup>
|
2020-01-23 22:58:33 +03:00
|
|
|
<directxtex-LibPath>$(MSBuildThisFileDirectory)..\..\native\lib\$(_NuGetPlatform)\$(_NuGetConfiguration)</directxtex-LibPath>
|
2018-11-17 04:37:23 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<Link>
|
|
|
|
<AdditionalLibraryDirectories>$(directxtex-LibPath);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<AdditionalDependencies>DirectXTex.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<PreprocessorDefinitions>HAS_DIRECTXTEX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<AdditionalIncludeDirectories>$(MSBuildThisFileDirectory)..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
2019-05-31 01:47:38 +03:00
|
|
|
<PropertyGroup>
|
|
|
|
<_NuGetConfiguration></_NuGetConfiguration>
|
|
|
|
<_NuGetPlatform></_NuGetPlatform>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-11-17 04:37:23 +03:00
|
|
|
</Project>
|