Skip to content

Commit

Permalink
Update nuspec for Win8.1 min
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Dec 11, 2024
1 parent 159fd83 commit 20d9de7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions .nuget/directxtk_desktop_2019.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ VertexTypes - structures for commonly used vertex data formats
WICTextureLoader - WIC-based image file texture loader</description>
<releaseNotes>Matches the October 28, 2024 release on GitHub.

DirectX Tool Kit for Audio in this package uses XAudio2Redist NuGet package to support Windows 7 or later.</releaseNotes>
DirectX Tool Kit for Audio in this package uses XAudio 2.8 to support Windows 8.1.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>
<repository type="git" url="https://github.com/microsoft/DirectXTK.git" />
<icon>images\icon.jpg</icon>
Expand All @@ -41,9 +41,6 @@ DirectX Tool Kit for Audio in this package uses XAudio2Redist NuGet package to s
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
<tags>DirectX DirectXTK native nativepackage</tags>
<dependencies>
<dependency id="Microsoft.XAudio2.Redist" version="1.2.11" />
</dependencies>
</metadata>

<files>
Expand All @@ -54,23 +51,23 @@ DirectX Tool Kit for Audio in this package uses XAudio2Redist NuGet package to s

<file target="native\lib\x86\Debug" src="Bin\Desktop_2019\Win32\Debug\*.lib" />
<file target="native\lib\x86\Debug" src="Bin\Desktop_2019\Win32\Debug\*.pdb" />
<file target="native\lib\x86\Debug" src="Audio\Bin\Desktop_2019_Win7\Win32\Debug\*.lib" />
<file target="native\lib\x86\Debug" src="Audio\Bin\Desktop_2019_Win7\Win32\Debug\*.pdb" />
<file target="native\lib\x86\Debug" src="Audio\Bin\Desktop_2019_Win8\Win32\Debug\*.lib" />
<file target="native\lib\x86\Debug" src="Audio\Bin\Desktop_2019_Win8\Win32\Debug\*.pdb" />

<file target="native\lib\x86\Release" src="Bin\Desktop_2019\Win32\Release\*.lib" />
<file target="native\lib\x86\Release" src="Bin\Desktop_2019\Win32\Release\*.pdb" />
<file target="native\lib\x86\Release" src="Audio\Bin\Desktop_2019_Win7\Win32\Release\*.lib" />
<file target="native\lib\x86\Release" src="Audio\Bin\Desktop_2019_Win7\Win32\Release\*.pdb" />
<file target="native\lib\x86\Release" src="Audio\Bin\Desktop_2019_Win8\Win32\Release\*.lib" />
<file target="native\lib\x86\Release" src="Audio\Bin\Desktop_2019_Win8\Win32\Release\*.pdb" />

<file target="native\lib\x64\Debug" src="Bin\Desktop_2019\x64\Debug\*.lib" />
<file target="native\lib\x64\Debug" src="Bin\Desktop_2019\x64\Debug\*.pdb" />
<file target="native\lib\x64\Debug" src="Audio\Bin\Desktop_2019_Win7\x64\Debug\*.lib" />
<file target="native\lib\x64\Debug" src="Audio\Bin\Desktop_2019_Win7\x64\Debug\*.pdb" />
<file target="native\lib\x64\Debug" src="Audio\Bin\Desktop_2019_Win8\x64\Debug\*.lib" />
<file target="native\lib\x64\Debug" src="Audio\Bin\Desktop_2019_Win8\x64\Debug\*.pdb" />

<file target="native\lib\x64\Release" src="Bin\Desktop_2019\x64\Release\*.lib" />
<file target="native\lib\x64\Release" src="Bin\Desktop_2019\x64\Release\*.pdb" />
<file target="native\lib\x64\Release" src="Audio\Bin\Desktop_2019_Win7\x64\Release\*.lib" />
<file target="native\lib\x64\Release" src="Audio\Bin\Desktop_2019_Win7\x64\Release\*.pdb" />
<file target="native\lib\x64\Release" src="Audio\Bin\Desktop_2019_Win8\x64\Release\*.lib" />
<file target="native\lib\x64\Release" src="Audio\Bin\Desktop_2019_Win8\x64\Release\*.pdb" />

<file src=".nuget/directxtk_desktop_2019.targets" target="build\native" />

Expand Down
2 changes: 1 addition & 1 deletion .nuget/directxtk_desktop_2019.targets
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemDefinitionGroup>
<Link>
<AdditionalLibraryDirectories>$(directxtk-LibPath);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>DirectXTK.lib;DirectXTKAudioWin7.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>DirectXTK.lib;DirectXTKAudioWin8.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>

Expand Down

0 comments on commit 20d9de7

Please sign in to comment.