1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-22 04:20:07 +00:00

Updated nuget

This commit is contained in:
Chuck Walbourn 2019-05-30 15:47:38 -07:00
parent b99a719fd6
commit ae0891d15d

View File

@ -2,14 +2,21 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Debug" Condition="'$(Configuration.ToLower())' == 'debug'">
<NuGetConfiguration>Debug</NuGetConfiguration>
<_NuGetConfiguration>Debug</_NuGetConfiguration>
</PropertyGroup>
<PropertyGroup Label="Non_Debug" Condition="'$(Configuration.ToLower())' != 'debug'">
<NuGetConfiguration>Release</NuGetConfiguration>
<_NuGetConfiguration>Release</_NuGetConfiguration>
</PropertyGroup>
<PropertyGroup Condition="'$(PlatformTarget)' == 'x64'">
<_NuGetPlatform>x64</_NuGetPlatform>
</PropertyGroup>
<PropertyGroup Condition="'$(_NuGetPlatform)' == ''">
<_NuGetPlatform>$(Platform)</_NuGetPlatform>
</PropertyGroup>
<PropertyGroup>
<directxtex-LibPath>$(MSBuildThisFileDirectory)..\..\lib\$(Platform)\$(NuGetConfiguration)</directxtex-LibPath>
<directxtex-LibPath>$(MSBuildThisFileDirectory)..\..\lib\$(_NuGetPlatform)\$(_NuGetConfiguration)</directxtex-LibPath>
</PropertyGroup>
<ItemDefinitionGroup>
@ -26,4 +33,9 @@
</ClCompile>
</ItemDefinitionGroup>
<PropertyGroup>
<_NuGetConfiguration></_NuGetConfiguration>
<_NuGetPlatform></_NuGetPlatform>
</PropertyGroup>
</Project>