88 lines
3.7 KiB
XML
88 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{D233025A-231F-4A43-92B6-E87193C60ACC}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>Project64-audio</RootNamespace>
|
|
</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>
|
|
<TargetName>Project64-Audio</TargetName>
|
|
<TargetName Condition="'$(Configuration)'=='Debug'">Project64-Audio_d</TargetName>
|
|
<OutDir>$(SolutionDir)Plugin\Audio\</OutDir>
|
|
<OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)Plugin64\Audio\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<AdditionalIncludeDirectories>$(Root)Source\3rdParty\directx\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>dsound.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<PreBuildEvent>
|
|
<Command>"$(SolutionDir)Source\Script\UpdateVersion.cmd" "$(Configuration)" "$(Platform)" "$(SolutionDir)Source\Project64-audio\Version.h.in" "$(SolutionDir)Source\Project64-audio\Version.h"</Command>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="AudioMain.cpp" />
|
|
<ClCompile Include="AudioSettings.cpp" />
|
|
<ClCompile Include="ConfigUI.cpp" />
|
|
<ClCompile Include="Driver\DirectSound.cpp" />
|
|
<ClCompile Include="Driver\OpenSLES.cpp" />
|
|
<ClCompile Include="Driver\SoundBase.cpp" />
|
|
<ClCompile Include="trace.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="AudioMain.h" />
|
|
<ClInclude Include="AudioSettings.h" />
|
|
<ClInclude Include="ConfigUI.h" />
|
|
<ClInclude Include="Driver\DirectSound.h" />
|
|
<ClInclude Include="Driver\OpenSLES.h" />
|
|
<ClInclude Include="Driver\SoundBase.h" />
|
|
<ClInclude Include="resource.h" />
|
|
<ClInclude Include="SettingsID.h" />
|
|
<ClInclude Include="trace.h" />
|
|
<ClInclude Include="Version.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Common\Common.vcxproj">
|
|
<Project>{b4a4b994-9111-42b1-93c2-6f1ca8bc4421}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Settings\Settings.vcxproj">
|
|
<Project>{8b9961b1-88d9-4ea3-a752-507a00dd9f3d}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\UpdateVersion\UpdateVersion.vcxproj">
|
|
<Project>{1968162c-0793-491d-91a1-81645a24d399}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="Project64-audio.rc" />
|
|
</ItemGroup>
|
|
</Project> |