2019-12-11 00:51:42 -05:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<ItemGroup Label= "ProjectConfigurations" >
2024-08-03 23:39:02 -04:00
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
2019-12-11 00:51:42 -05:00
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
2024-08-03 23:39:02 -04:00
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
2019-12-11 00:51:42 -05:00
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 15.0</VCProjectVersion>
<ProjectGuid > {E3BDC783-8646-433E-ADF0-8B6390D36669}</ProjectGuid>
<RootNamespace > GpAudioDriverXAudio2</RootNamespace>
2021-10-22 22:01:14 -04:00
<WindowsTargetPlatformVersion > 10.0</WindowsTargetPlatformVersion>
2019-12-11 00:51:42 -05:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
2023-08-26 13:57:52 -04:00
<PlatformToolset > v143</PlatformToolset>
2019-12-11 00:51:42 -05:00
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
2024-08-03 23:39:02 -04:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v143</PlatformToolset>
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
2019-12-11 00:51:42 -05:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
2023-08-26 13:57:52 -04:00
<PlatformToolset > v143</PlatformToolset>
2019-12-11 00:51:42 -05:00
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
2024-08-03 23:39:02 -04:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v143</PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
2019-12-11 00:51:42 -05:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "..\GpCommon.props" />
2021-04-25 00:34:02 -04:00
<Import Project= "..\Common.props" />
<Import Project= "..\Debug.props" />
2019-12-11 00:51:42 -05:00
</ImportGroup>
2024-08-03 23:39:02 -04:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "..\GpCommon.props" />
<Import Project= "..\Common.props" />
<Import Project= "..\Debug.props" />
</ImportGroup>
2019-12-11 00:51:42 -05:00
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "..\GpCommon.props" />
2020-05-29 01:45:40 -04:00
<Import Project= "..\Release.props" />
2021-04-25 00:34:02 -04:00
<Import Project= "..\Common.props" />
2019-12-11 00:51:42 -05:00
</ImportGroup>
2024-08-03 23:39:02 -04:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "..\GpCommon.props" />
<Import Project= "..\Release.props" />
<Import Project= "..\Common.props" />
</ImportGroup>
2019-12-11 00:51:42 -05:00
<PropertyGroup Label= "UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<Optimization > Disabled</Optimization>
<SDLCheck > true</SDLCheck>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
</ItemDefinitionGroup>
2024-08-03 23:39:02 -04:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<Optimization > Disabled</Optimization>
<SDLCheck > true</SDLCheck>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
</ItemDefinitionGroup>
2019-12-11 00:51:42 -05:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
2024-08-03 23:39:02 -04:00
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
<Link >
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
2019-12-11 00:51:42 -05:00
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
<Link >
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2021-04-25 00:34:02 -04:00
<ClInclude Include= "GpAudioBufferXAudio2.h" />
2019-12-11 00:51:42 -05:00
<ClInclude Include= "GpAudioChannelXAudio2.h" />
<ClInclude Include= "GpAudioChannelXAudio2Callbacks.h" />
<ClInclude Include= "GpAudioDriverFactoryXAudio2.h" />
<ClInclude Include= "GpAudioDriverXAudio2.h" />
</ItemGroup>
<ItemGroup >
2021-04-25 00:34:02 -04:00
<ClCompile Include= "GpAudioBufferXAudio2.cpp" />
2019-12-11 00:51:42 -05:00
<ClCompile Include= "GpAudioChannelXAudio2.cpp" />
<ClCompile Include= "GpAudioChannelXAudio2Callbacks.cpp" />
<ClCompile Include= "GpAudioDriverFactoryXAudio2.cpp" />
<ClCompile Include= "GpAudioDriverXAudio2.cpp" />
</ItemGroup>
2020-05-31 21:19:51 -04:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2019-12-11 00:51:42 -05:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2020-05-31 21:19:51 -04:00
<Import Project= "..\packages\Microsoft.XAudio2.Redist.1.2.1\build\native\Microsoft.XAudio2.Redist.targets" Condition= "Exists('..\packages\Microsoft.XAudio2.Redist.1.2.1\build\native\Microsoft.XAudio2.Redist.targets')" />
2019-12-11 00:51:42 -05:00
</ImportGroup>
2020-05-31 21:19:51 -04:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Microsoft.XAudio2.Redist.1.2.1\build\native\Microsoft.XAudio2.Redist.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.XAudio2.Redist.1.2.1\build\native\Microsoft.XAudio2.Redist.targets'))" />
</Target>
2019-12-11 00:51:42 -05:00
</Project>