Updated DirectXTex (markdown)

Chuck Walbourn 2021-11-01 17:48:41 -07:00
Родитель e123077f0f
Коммит 691c5180e7
1 изменённых файлов: 18 добавлений и 3 удалений

@ -173,6 +173,21 @@ _Note if there is no format that matches the desired property for the input form
## Using project-to-project references
In your application's solution, right-click on the Solution and use "Add \ Existing Project..." to add the appropriate ``.vcxproj`` file to your solution.
<table>
<tr>
<td>DirectXTex_Desktop_2022</td>
<td>Windows desktop applications for Windows 7 Service Pack 1 or later building with VS 2022 Community, Professional or higher with the latest installed Windows 10 SDK.</td>
</tr>
<tr>
<td>DirectXTex_Desktop_2022_Win10</td>
<td>Windows desktop applications for Windows 10 building with VS 2022 Community, Professional or higher with with the latest installed Windows 10 SDK. <I>This includes DirectX 12 support.</I></td>
</tr>
<tr>
<td>DirectXTex_Windows10_2022</td>
<td>Universal Windows Platform (UWP) apps building with VS 2022 with the latest installed Windows 10 SDK. <I>This includes DirectX 12 support.</I</td>
</tr>
</table>
<table>
<tr>
<td>DirectXTex_Desktop_2019</td>
@ -233,15 +248,15 @@ Alternatively you can use [NuGet](https://docs.microsoft.com/en-us/nuget/what-is
<table>
<tr>
<td><a href="https://www.nuget.org/packages/directxtex_desktop_2017/">directxtex_desktop_2017</a></td>
<td>This NuGet package is configured for Windows desktop C++ applications building with VS 2017 or VS 2019 Community/Professional or higher for Windows 7 Service Pack 1 or later.</td>
<td>This NuGet package is configured for Windows desktop C++ applications building with VS 2017, VS 2019, or VS 2022 Community/Professional or higher for Windows 7 Service Pack 1 or later.</td>
</tr>
<tr>
<td><a href="https://www.nuget.org/packages/directxtex_desktop_win10/">directxtex_desktop_win10</a></td>
<td>This NuGet package is configured for Windows desktop C++ applications building with VS 2017 or VS 2019 Community/Professional or higher for Windows 10. <I>This includes DirectX 12 support.</I></td>
<td>This NuGet package is configured for Windows desktop C++ applications building with VS 2017, VS 2019, or VS 2022 Community/Professional or higher for Windows 10. <I>This includes DirectX 12 support.</I></td>
</tr>
<tr>
<td><a href="https://www.nuget.org/packages/directxtex_uwp/">directxtex_uwp</a></td>
<td>This NuGet package is configured for Universal Windows Platform apps for Windows 10 building with VS 2017 or VS 2019 Community/Professional or higher. <I>This includes DirectX 12 support.</I></td>
<td>This NuGet package is configured for Universal Windows Platform apps for Windows 10 building with VS 2017, VS 2019, or VS 2022 Community/Professional or higher. <I>This includes DirectX 12 support.</I></td>
</tr>
</table>