This commit is contained in:
Chuck Walbourn 2021-10-14 13:17:16 -07:00
Родитель e812b8cec8
Коммит d07df233fb
4 изменённых файлов: 10 добавлений и 4 удалений

Просмотреть файл

@ -34,7 +34,9 @@ WICTextureLoader - WIC-based image file texture loader</description>
DirectX Tool Kit for Audio in this package uses XAudio2Redist NuGet package to support Windows 7 or later.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>
<repository type="git" url="https://github.com/microsoft/DirectXTK" />
<icon>images\icon.jpg</icon>
<readme>docs\README.md</readme>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
@ -46,7 +48,7 @@ DirectX Tool Kit for Audio in this package uses XAudio2Redist NuGet package to s
<files>
<file target="docs" src="Readme.*" />
<file target="docs" src="*.md" />
<file target="include" src="Inc\*" exclude="Inc\XboxDDSTextureLoader.h" />

Просмотреть файл

@ -34,7 +34,9 @@ WICTextureLoader - WIC-based image file texture loader</description>
DirectX Tool Kit for Audio in this package uses XAudio 2.9 which requires Windows 10.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>
<repository type="git" url="https://github.com/microsoft/DirectXTK" />
<icon>images\icon.jpg</icon>
<readme>docs\README.md</readme>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
@ -43,7 +45,7 @@ DirectX Tool Kit for Audio in this package uses XAudio 2.9 which requires Window
<files>
<file target="docs" src="Readme.*" />
<file target="docs" src="*.md" />
<file target="include" src="Inc\*" exclude="Inc\XboxDDSTextureLoader.h" />

Просмотреть файл

@ -32,7 +32,9 @@ VertexTypes - structures for commonly used vertex data formats
WICTextureLoader - WIC-based image file texture loader</description>
<releaseNotes>Matches the October 13, 2021 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=248929</projectUrl>
<repository type="git" url="https://github.com/microsoft/DirectXTK" />
<icon>images\icon.jpg</icon>
<readme>docs\README.md</readme>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
@ -41,7 +43,7 @@ WICTextureLoader - WIC-based image file texture loader</description>
<files>
<file target="docs" src="Readme.*" />
<file target="docs" src="*.md" />
<file target="include" src="Inc\*" exclude="Inc\XboxDDSTextureLoader.h" />

Просмотреть файл

@ -1,4 +1,4 @@
![DirectX Logo](https://github.com/Microsoft/DirectXTK/wiki/X_jpg.jpg)
![DirectX Logo](https://raw.githubusercontent.com/wiki/Microsoft/DirectXTK/X_jpg.jpg)
# DirectX Tool Kit for DirectX 11