2016-06-05 01:33:35 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-07-09 21:28:30 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
2016-06-05 01:33:35 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{D233025A-231F-4A43-92B6-E87193C60ACC}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
2017-09-11 12:13:07 +00:00
|
|
|
|
<RootNamespace>Project64-audio</RootNamespace>
|
2016-06-05 01:33:35 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<PropertyGroup>
|
2017-09-11 12:13:07 +00:00
|
|
|
|
<TargetName>Project64-Audio</TargetName>
|
|
|
|
|
<TargetName Condition="'$(Configuration)'=='Debug'">Project64-Audio_d</TargetName>
|
2016-06-05 01:33:35 +00:00
|
|
|
|
<OutDir>$(SolutionDir)Plugin\Audio\</OutDir>
|
2017-09-11 12:13:07 +00:00
|
|
|
|
<OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)Plugin64\Audio\</OutDir>
|
2016-06-05 01:33:35 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2017-09-11 12:20:34 +00:00
|
|
|
|
<ClCompile Include="AudioMain.cpp" />
|
2016-06-05 01:33:35 +00:00
|
|
|
|
<ClCompile Include="AudioSettings.cpp" />
|
|
|
|
|
<ClCompile Include="trace.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-09-11 12:20:34 +00:00
|
|
|
|
<ClInclude Include="AudioMain.h" />
|
2016-06-05 01:33:35 +00:00
|
|
|
|
<ClInclude Include="Audio_1.1.h" />
|
|
|
|
|
<ClInclude Include="AudioSettings.h" />
|
2017-09-11 22:37:32 +00:00
|
|
|
|
<ClInclude Include="SettingsID.h" />
|
2016-06-05 01:33:35 +00:00
|
|
|
|
<ClInclude Include="trace.h" />
|
|
|
|
|
<ClInclude Include="Version.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-09-11 09:14:33 +00:00
|
|
|
|
<ProjectReference Include="..\Common\Common.vcxproj">
|
2016-06-05 01:33:35 +00:00
|
|
|
|
<Project>{b4a4b994-9111-42b1-93c2-6f1ca8bc4421}</Project>
|
|
|
|
|
</ProjectReference>
|
2017-09-11 09:14:33 +00:00
|
|
|
|
<ProjectReference Include="..\Settings\Settings.vcxproj">
|
2016-06-05 01:33:35 +00:00
|
|
|
|
<Project>{8b9961b1-88d9-4ea3-a752-507a00dd9f3d}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|