Dxc: Include binaries for DX Compiler release for December 2022

XAudio2: FIX dependencies.
This commit is contained in:
Amer Koleci
2023-06-01 15:18:43 +02:00
parent 608dabaeb1
commit 9afafbda31
9 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,11 @@
<NoWarn>$(NoWarn);CS0419;IDE0017</NoWarn>
</PropertyGroup>
<ItemGroup>
<Content Include="build\**" PackagePath="build" Pack="true" />
<Content Include="runtimes\**" PackagePath="runtimes" Pack="true" />
</ItemGroup>
<ItemGroup>
<Using Include="System.Numerics" />
<Using Include="System.Diagnostics" />

View File

@@ -17,8 +17,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Vortice.Win32.Graphics.Direct3D11\Vortice.Win32.Graphics.Direct3D11.csproj" />
<ProjectReference Include="..\Vortice.Win32.Graphics.Direct3D12\Vortice.Win32.Graphics.Direct3D12.csproj" />
<ProjectReference Include="..\Vortice.Win32\Vortice.Win32.csproj" />
</ItemGroup>
</Project>