mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-14 16:26:12 +01:00
Update NuGet packages targets files
This commit is contained in:
@@ -4,12 +4,18 @@
|
||||
<PropertyGroup Label="Debug" Condition="'$(Configuration.ToLower())' == 'debug'">
|
||||
<NuGetConfiguration>Debug</NuGetConfiguration>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Non_Debug" Condition="'$(Configuration.ToLower())' != 'debug'">
|
||||
<PropertyGroup Label="Non_Debug" Condition="'$(Configuration.ToLower())' == 'profile'">
|
||||
<NuGetConfiguration>Release</NuGetConfiguration>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Non_Debug" Condition="'$(Configuration.ToLower())' == 'release'">
|
||||
<NuGetConfiguration>Release</NuGetConfiguration>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(NuGetConfiguration)' == ''">
|
||||
<NuGetConfiguration>Release</NuGetConfiguration>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<directxtex-LibPath>$(MSBuildThisFileDirectory)..\..\native\lib\$(Platform)\$(NuGetConfiguration)</directxtex-LibPath>
|
||||
<directxtex-LibPath>$(MSBuildThisFileDirectory)..\..\native\lib\$(PlatformTarget)\$(NuGetConfiguration)</directxtex-LibPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemDefinitionGroup>
|
||||
|
||||
Reference in New Issue
Block a user