Skip to content

Commit

Permalink
Updated Lib
Browse files Browse the repository at this point in the history
  • Loading branch information
drzhn committed Oct 12, 2023
1 parent 5a1fa51 commit 571e113
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*.res
*.exe
*.aps
*.pch
.vs
[Bb]in
packages
Expand Down
12 changes: 6 additions & 6 deletions DirectXTex/DirectXTex_Desktop_2022_Win10.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">
<OutDir>Bin\Desktop_2022_Win10\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Bin\Desktop_2022_Win10\$(Platform)\$(Configuration)\</IntDir>
<OutDir>Bin\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Temp\$(Platform)\$(Configuration)\</IntDir>
<TargetName>DirectXTex</TargetName>
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
Expand All @@ -150,8 +150,8 @@
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|X64'">
<OutDir>Bin\Desktop_2022_Win10\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Bin\Desktop_2022_Win10\$(Platform)\$(Configuration)\</IntDir>
<OutDir>Bin\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Temp\$(Platform)\$(Configuration)\</IntDir>
<TargetName>DirectXTex</TargetName>
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
Expand All @@ -168,8 +168,8 @@
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|X64'">
<OutDir>Bin\Desktop_2022_Win10\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Bin\Desktop_2022_Win10\$(Platform)\$(Configuration)\</IntDir>
<OutDir>Bin\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Temp\$(Platform)\$(Configuration)\</IntDir>
<TargetName>DirectXTex</TargetName>
<GenerateManifest>true</GenerateManifest>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions Texconv/Texconv_Desktop_2022_Win10.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<EnableDPIAwareness>false</EnableDPIAwareness>
</Manifest>
<Lib>
<AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>$(SolutionDir)DirectXTex\Bin\$(Platform)\$(Configuration)\DirectXTex.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
Expand Down Expand Up @@ -321,7 +321,7 @@
<EnableDPIAwareness>false</EnableDPIAwareness>
</Manifest>
<Lib>
<AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>$(SolutionDir)DirectXTex\Bin\$(Platform)\$(Configuration)\DirectXTex.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
Expand Down Expand Up @@ -407,7 +407,7 @@
<EnableDPIAwareness>false</EnableDPIAwareness>
</Manifest>
<Lib>
<AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>$(SolutionDir)DirectXTex\Bin\$(Platform)\$(Configuration)\DirectXTex.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|ARM64'">
Expand Down
Binary file modified lib/x64/Debug/texconv.lib
Binary file not shown.
Binary file modified lib/x64/Release/texconv.lib
Binary file not shown.

0 comments on commit 571e113

Please sign in to comment.