Add missing files for the examples to the MSVC project

This commit is contained in:
Cameron Cawley
2026-01-19 16:36:03 +00:00
committed by Sam Lantinga
parent 18ba444352
commit 3ee909f01e
6 changed files with 10 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
<ItemGroup>
<None Include="$(SolutionDir)\..\examples\audio\04-multiple-streams\README.txt" />
<ClCompile Include="$(SolutionDir)\..\examples\audio\04-multiple-streams\multiple-streams.c" />
<Content Include="$(SolutionDir)\..\test\sample.wav" CopyToOutputDirectory="PreserveNewest" />
<Content Include="$(SolutionDir)\..\test\sword.wav" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>