|
|
<?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="Release|Win32">
|
|
|
<Configuration>Release</Configuration>
|
|
|
<Platform>Win32</Platform>
|
|
|
</ProjectConfiguration>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="..\com_utils.cpp" />
|
|
|
<ClCompile Include="..\win_registry.cpp" />
|
|
|
<ClCompile Include="..\xaudio2.cpp" />
|
|
|
<ClCompile Include="..\XAudio2fx.cpp" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ClInclude Include="..\com_utils.h" />
|
|
|
<ClInclude Include="..\XAPO.h" />
|
|
|
<ClInclude Include="..\xaudio2.h" />
|
|
|
<ClInclude Include="..\XAudio2fx.h" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Include="..\xaudio2_7.def" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="FAudio.vcxproj">
|
|
|
<Project>{90a103ef-e403-47d4-bbbb-0f206b9fa7f2}</Project>
|
|
|
</ProjectReference>
|
|
|
<ProjectReference Include="XAPOBase.vcxproj">
|
|
|
<Project>{d1e0eb55-2b90-40a1-b864-0b7a36bf79b7}</Project>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
<PropertyGroup Label="Globals">
|
|
|
<ProjectGuid>{17CFD3E2-E811-45B2-9ACE-75CDFC9D5FE5}</ProjectGuid>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
<RootNamespace>FAudioCPP</RootNamespace>
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
|
<ProjectName>XAudio2_2</ProjectName>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
<PlatformToolset>v100</PlatformToolset>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
<PlatformToolset>v100</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
</ImportGroup>
|
|
|
<ImportGroup Label="Shared">
|
|
|
</ImportGroup>
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
</ImportGroup>
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
</ImportGroup>
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
<IncludePath>..\..\src;..\..\include;..\..\..\SDL2\include;$(IncludePath)</IncludePath>
|
|
|
<LibraryPath>..\..\..\SDL2\lib\x86;$(LibraryPath)</LibraryPath>
|
|
|
<TargetName>$(ProjectName)</TargetName>
|
|
|
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
<TargetName>$(ProjectName)</TargetName>
|
|
|
<IncludePath>..\..\src;..\..\include;..\..\..\SDL2\include;$(IncludePath)</IncludePath>
|
|
|
<LibraryPath>..\..\..\SDL2\lib\x86;$(LibraryPath)</LibraryPath>
|
|
|
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<ClCompile>
|
|
|
<PrecompiledHeader>
|
|
|
</PrecompiledHeader>
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
<PreprocessorDefinitions>XAUDIO2_VERSION=2;WIN32;_DEBUG;_WINDOWS;_USRDLL;FAUDIOCPP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<DisableSpecificWarnings>4200</DisableSpecificWarnings>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
<AdditionalDependencies>SDL2.lib; kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
<ModuleDefinitionFile>../xaudio2_7.def</ModuleDefinitionFile>
|
|
|
</Link>
|
|
|
</ItemDefinitionGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<ClCompile>
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<PrecompiledHeader>
|
|
|
</PrecompiledHeader>
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
<PreprocessorDefinitions>XAUDIO2_VERSION=2;WIN32;NDEBUG;_WINDOWS;_USRDLL;FAUDIOCPP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<DisableSpecificWarnings>4200</DisableSpecificWarnings>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
<ModuleDefinitionFile>../xaudio2_7.def</ModuleDefinitionFile>
|
|
|
<AdditionalDependencies>SDL2.lib; kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
</Link>
|
|
|
</ItemDefinitionGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
</ImportGroup>
|
|
|
</Project>
|
|
|
|