2019-07-30 10:46:01 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup>
|
2019-08-06 09:32:00 +08:00
|
|
|
<ClInclude Include="..\src\kiwano-audio\kiwano-audio.h" />
|
|
|
|
|
<ClInclude Include="..\src\kiwano-audio\src\audio.h">
|
2019-07-30 10:46:01 +08:00
|
|
|
<Filter>src</Filter>
|
|
|
|
|
</ClInclude>
|
2019-08-06 09:32:00 +08:00
|
|
|
<ClInclude Include="..\src\kiwano-audio\src\audio-modules.h">
|
2019-07-30 10:46:01 +08:00
|
|
|
<Filter>src</Filter>
|
|
|
|
|
</ClInclude>
|
2019-08-06 09:32:00 +08:00
|
|
|
<ClInclude Include="..\src\kiwano-audio\src\Sound.h">
|
2019-07-30 10:46:01 +08:00
|
|
|
<Filter>src</Filter>
|
|
|
|
|
</ClInclude>
|
2019-08-06 09:32:00 +08:00
|
|
|
<ClInclude Include="..\src\kiwano-audio\src\Transcoder.h">
|
2019-07-30 10:46:01 +08:00
|
|
|
<Filter>src</Filter>
|
|
|
|
|
</ClInclude>
|
2019-08-19 09:28:59 +08:00
|
|
|
<ClInclude Include="..\src\kiwano-audio\src\SoundPlayer.h">
|
|
|
|
|
<Filter>src</Filter>
|
|
|
|
|
</ClInclude>
|
2019-07-30 10:46:01 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-08-06 09:32:00 +08:00
|
|
|
<ClCompile Include="..\src\kiwano-audio\src\audio.cpp">
|
2019-07-30 10:46:01 +08:00
|
|
|
<Filter>src</Filter>
|
|
|
|
|
</ClCompile>
|
2019-08-06 09:32:00 +08:00
|
|
|
<ClCompile Include="..\src\kiwano-audio\src\audio-modules.cpp">
|
2019-07-30 10:46:01 +08:00
|
|
|
<Filter>src</Filter>
|
|
|
|
|
</ClCompile>
|
2019-08-06 09:32:00 +08:00
|
|
|
<ClCompile Include="..\src\kiwano-audio\src\Sound.cpp">
|
2019-07-30 10:46:01 +08:00
|
|
|
<Filter>src</Filter>
|
|
|
|
|
</ClCompile>
|
2019-08-06 09:32:00 +08:00
|
|
|
<ClCompile Include="..\src\kiwano-audio\src\Transcoder.cpp">
|
2019-07-30 10:46:01 +08:00
|
|
|
<Filter>src</Filter>
|
|
|
|
|
</ClCompile>
|
2019-08-19 09:28:59 +08:00
|
|
|
<ClCompile Include="..\src\kiwano-audio\src\SoundPlayer.cpp">
|
|
|
|
|
<Filter>src</Filter>
|
|
|
|
|
</ClCompile>
|
2019-07-30 10:46:01 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Filter Include="src">
|
|
|
|
|
<UniqueIdentifier>{331b453a-33de-4e2a-9c06-19a3fc9d43f3}</UniqueIdentifier>
|
|
|
|
|
</Filter>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|