04-multiple-streams.vcxproj 802 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Label="Globals">
  4. <ProjectGuid>{7117A55C-BE4E-41DB-A4FC-4070E35A8B28}</ProjectGuid>
  5. </PropertyGroup>
  6. <Import Project="$(SolutionDir)\examples\Examples.props" />
  7. <ItemGroup>
  8. <None Include="$(SolutionDir)\..\examples\audio\04-multiple-streams\README.txt" />
  9. <ClCompile Include="$(SolutionDir)\..\examples\audio\04-multiple-streams\multiple-streams.c" />
  10. <Content Include="$(SolutionDir)\..\test\sample.wav" CopyToOutputDirectory="PreserveNewest" />
  11. <Content Include="$(SolutionDir)\..\test\sword.wav" CopyToOutputDirectory="PreserveNewest" />
  12. </ItemGroup>
  13. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  14. </Project>