mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-06 02:02:09 +08:00
12 lines
590 B
XML
12 lines
590 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{9D58F0C6-0A8E-4ACD-8EB5-0B76168BA8B5}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<Import Project="$(SolutionDir)\examples\Examples.props" />
|
|
<ItemGroup>
|
|
<None Include="$(SolutionDir)\..\examples\audio\05-planar-data\README.txt" />
|
|
<ClCompile Include="$(SolutionDir)\..\examples\audio\05-planar-data\planar-data.c" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
</Project> |