Show More
Commit Description:
Add missing component and message.
Commit Description:
Add missing component and message.
References:
File last commit:
Show/Diff file:
Action:
FNA/lib/FAudio/visualc-gdk/FAudio.vcxproj
301 lines | 16.9 KiB | text/plain | TextLexer
301 lines | 16.9 KiB | text/plain | TextLexer
r690 | <?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
<ItemGroup Label="ProjectConfigurations"> | |||
<ProjectConfiguration Include="Debug|Gaming.Xbox.Scarlett.x64"> | |||
<Configuration>Debug</Configuration> | |||
<Platform>Gaming.Xbox.Scarlett.x64</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Profile|Gaming.Xbox.Scarlett.x64"> | |||
<Configuration>Profile</Configuration> | |||
<Platform>Gaming.Xbox.Scarlett.x64</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Release|Gaming.Xbox.Scarlett.x64"> | |||
<Configuration>Release</Configuration> | |||
<Platform>Gaming.Xbox.Scarlett.x64</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Release|Gaming.Xbox.XboxOne.x64"> | |||
<Configuration>Release</Configuration> | |||
<Platform>Gaming.Xbox.XboxOne.x64</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Profile|Gaming.Xbox.XboxOne.x64"> | |||
<Configuration>Profile</Configuration> | |||
<Platform>Gaming.Xbox.XboxOne.x64</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Debug|Gaming.Xbox.XboxOne.x64"> | |||
<Configuration>Debug</Configuration> | |||
<Platform>Gaming.Xbox.XboxOne.x64</Platform> | |||
</ProjectConfiguration> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="..\include\F3DAudio.h" /> | |||
<ClInclude Include="..\include\FACT.h" /> | |||
<ClInclude Include="..\include\FACT3D.h" /> | |||
<ClInclude Include="..\include\FAPO.h" /> | |||
<ClInclude Include="..\include\FAPOBase.h" /> | |||
<ClInclude Include="..\include\FAPOFX.h" /> | |||
<ClInclude Include="..\include\FAudio.h" /> | |||
<ClInclude Include="..\include\FAudioFX.h" /> | |||
<ClInclude Include="..\src\FACT_internal.h" /> | |||
<ClInclude Include="..\src\FAudio_internal.h" /> | |||
<ClInclude Include="..\src\stb.h" /> | |||
<ClInclude Include="..\src\stb_vorbis.h" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClCompile Include="..\src\F3DAudio.c" /> | |||
<ClCompile Include="..\src\FACT.c" /> | |||
<ClCompile Include="..\src\FACT3D.c" /> | |||
<ClCompile Include="..\src\FACT_internal.c" /> | |||
<ClCompile Include="..\src\FAPOBase.c" /> | |||
<ClCompile Include="..\src\FAPOFX.c" /> | |||
<ClCompile Include="..\src\FAPOFX_echo.c" /> | |||
<ClCompile Include="..\src\FAPOFX_eq.c" /> | |||
<ClCompile Include="..\src\FAPOFX_masteringlimiter.c" /> | |||
<ClCompile Include="..\src\FAPOFX_reverb.c" /> | |||
<ClCompile Include="..\src\FAudio.c" /> | |||
<ClCompile Include="..\src\FAudioFX_reverb.c" /> | |||
<ClCompile Include="..\src\FAudioFX_volumemeter.c" /> | |||
<ClCompile Include="..\src\FAudio_internal.c" /> | |||
<ClCompile Include="..\src\FAudio_internal_simd.c" /> | |||
<ClCompile Include="..\src\FAudio_operationset.c" /> | |||
<ClCompile Include="..\src\FAudio_platform_sdl2.c" /> | |||
<ClCompile Include="..\src\FAudio_platform_win32.c" /> | |||
<ClCompile Include="..\src\XNA_Song.c" /> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<RootNamespace>FAudio</RootNamespace> | |||
<ProjectGuid>{35b0fb4b-f0c2-4d70-9b2d-136c8a3f68d1}</ProjectGuid> | |||
<DefaultLanguage>en-US</DefaultLanguage> | |||
<Keyword>Win32Proj</Keyword> | |||
<!-- - - - --> | |||
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion> | |||
<TargetRuntime>Native</TargetRuntime> | |||
<PreferredToolArchitecture>x64</PreferredToolArchitecture> | |||
</PropertyGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Xbox.XboxOne.x64'" Label="Configuration"> | |||
<ConfigurationType>StaticLibrary</ConfigurationType> | |||
<PlatformToolset>v142</PlatformToolset> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
<CharacterSet>Unicode</CharacterSet> | |||
<EmbedManifest>false</EmbedManifest> | |||
<GenerateManifest>false</GenerateManifest> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Xbox.Scarlett.x64'" Label="Configuration"> | |||
<ConfigurationType>StaticLibrary</ConfigurationType> | |||
<PlatformToolset>v142</PlatformToolset> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
<CharacterSet>Unicode</CharacterSet> | |||
<EmbedManifest>false</EmbedManifest> | |||
<GenerateManifest>false</GenerateManifest> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Gaming.Xbox.XboxOne.x64'" Label="Configuration"> | |||
<ConfigurationType>StaticLibrary</ConfigurationType> | |||
<PlatformToolset>v142</PlatformToolset> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
<CharacterSet>Unicode</CharacterSet> | |||
<EmbedManifest>false</EmbedManifest> | |||
<GenerateManifest>false</GenerateManifest> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Gaming.Xbox.Scarlett.x64'" Label="Configuration"> | |||
<ConfigurationType>StaticLibrary</ConfigurationType> | |||
<PlatformToolset>v142</PlatformToolset> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
<CharacterSet>Unicode</CharacterSet> | |||
<EmbedManifest>false</EmbedManifest> | |||
<GenerateManifest>false</GenerateManifest> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Xbox.XboxOne.x64'" Label="Configuration"> | |||
<ConfigurationType>StaticLibrary</ConfigurationType> | |||
<PlatformToolset>v142</PlatformToolset> | |||
<UseDebugLibraries>true</UseDebugLibraries> | |||
<CharacterSet>Unicode</CharacterSet> | |||
<EmbedManifest>false</EmbedManifest> | |||
<GenerateManifest>false</GenerateManifest> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Xbox.Scarlett.x64'" Label="Configuration"> | |||
<ConfigurationType>StaticLibrary</ConfigurationType> | |||
<PlatformToolset>v142</PlatformToolset> | |||
<UseDebugLibraries>true</UseDebugLibraries> | |||
<CharacterSet>Unicode</CharacterSet> | |||
<EmbedManifest>false</EmbedManifest> | |||
<GenerateManifest>false</GenerateManifest> | |||
</PropertyGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
<ImportGroup Label="ExtensionSettings"> | |||
</ImportGroup> | |||
<PropertyGroup Label="UserMacros" /> | |||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Xbox.XboxOne.x64'" Label="PropertySheets"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Xbox.Scarlett.x64'" Label="PropertySheets"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Gaming.Xbox.XboxOne.x64'" Label="PropertySheets"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Gaming.Xbox.Scarlett.x64'" Label="PropertySheets"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Xbox.XboxOne.x64'" Label="PropertySheets"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Xbox.Scarlett.x64'" Label="PropertySheets"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Xbox.XboxOne.x64'"> | |||
<ReferencePath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</ReferencePath> | |||
<LibraryPath>$(Console_SdkLibPath)</LibraryPath> | |||
<LibraryWPath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</LibraryWPath> | |||
<IncludePath>..\..\SDL2\include;..\include;$(Console_SdkIncludeRoot)</IncludePath> | |||
<ExecutablePath>$(Console_SdkRoot)bin;$(Console_SdkToolPath);$(ExecutablePath)</ExecutablePath> | |||
<LinkIncremental>false</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Xbox.Scarlett.x64'"> | |||
<ReferencePath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</ReferencePath> | |||
<LibraryPath>$(Console_SdkLibPath)</LibraryPath> | |||
<LibraryWPath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</LibraryWPath> | |||
<IncludePath>..\..\SDL2\include;..\include;$(Console_SdkIncludeRoot)</IncludePath> | |||
<ExecutablePath>$(Console_SdkRoot)bin;$(Console_SdkToolPath);$(ExecutablePath)</ExecutablePath> | |||
<LinkIncremental>false</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Gaming.Xbox.XboxOne.x64'"> | |||
<ReferencePath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</ReferencePath> | |||
<LibraryPath>$(Console_SdkLibPath)</LibraryPath> | |||
<LibraryWPath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</LibraryWPath> | |||
<IncludePath>..\..\SDL2\include;..\include;$(Console_SdkIncludeRoot)</IncludePath> | |||
<ExecutablePath>$(Console_SdkRoot)bin;$(Console_SdkToolPath);$(ExecutablePath)</ExecutablePath> | |||
<LinkIncremental>false</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Gaming.Xbox.Scarlett.x64'"> | |||
<ReferencePath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</ReferencePath> | |||
<LibraryPath>$(Console_SdkLibPath)</LibraryPath> | |||
<LibraryWPath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</LibraryWPath> | |||
<IncludePath>..\..\SDL2\include;..\include;$(Console_SdkIncludeRoot)</IncludePath> | |||
<ExecutablePath>$(Console_SdkRoot)bin;$(Console_SdkToolPath);$(ExecutablePath)</ExecutablePath> | |||
<LinkIncremental>false</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Xbox.XboxOne.x64'"> | |||
<ReferencePath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</ReferencePath> | |||
<LibraryPath>$(Console_SdkLibPath)</LibraryPath> | |||
<LibraryWPath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</LibraryWPath> | |||
<IncludePath>..\..\SDL2\include;..\include;$(Console_SdkIncludeRoot)</IncludePath> | |||
<ExecutablePath>$(Console_SdkRoot)bin;$(Console_SdkToolPath);$(ExecutablePath)</ExecutablePath> | |||
<LinkIncremental>true</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Xbox.Scarlett.x64'"> | |||
<ReferencePath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</ReferencePath> | |||
<LibraryPath>$(Console_SdkLibPath)</LibraryPath> | |||
<LibraryWPath>$(Console_SdkLibPath);$(Console_SdkWindowsMetadataPath)</LibraryWPath> | |||
<IncludePath>..\..\SDL2\include;..\include;$(Console_SdkIncludeRoot)</IncludePath> | |||
<ExecutablePath>$(Console_SdkRoot)bin;$(Console_SdkToolPath);$(ExecutablePath)</ExecutablePath> | |||
<LinkIncremental>true</LinkIncremental> | |||
</PropertyGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Xbox.XboxOne.x64'"> | |||
<Link> | |||
<AdditionalDependencies>$(Console_Libs);%(XboxExtensionsDependencies);%(AdditionalDependencies)</AdditionalDependencies> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
<SubSystem>Windows</SubSystem> | |||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
<OptimizeReferences>true</OptimizeReferences> | |||
</Link> | |||
<ClCompile> | |||
<Optimization>MaxSpeed</Optimization> | |||
<PreprocessorDefinitions>FAUDIO_DISABLE_DEBUGCONFIGURATION;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
<WarningLevel>Level4</WarningLevel> | |||
<FunctionLevelLinking>true</FunctionLevelLinking> | |||
<IntrinsicFunctions>true</IntrinsicFunctions> | |||
<ConformanceMode>true</ConformanceMode> | |||
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | |||
</ClCompile> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Xbox.Scarlett.x64'"> | |||
<Link> | |||
<AdditionalDependencies>$(Console_Libs);%(XboxExtensionsDependencies);%(AdditionalDependencies)</AdditionalDependencies> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
<SubSystem>Windows</SubSystem> | |||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
<OptimizeReferences>true</OptimizeReferences> | |||
</Link> | |||
<ClCompile> | |||
<Optimization>MaxSpeed</Optimization> | |||
<PreprocessorDefinitions>FAUDIO_DISABLE_DEBUGCONFIGURATION;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
<WarningLevel>Level4</WarningLevel> | |||
<FunctionLevelLinking>true</FunctionLevelLinking> | |||
<IntrinsicFunctions>true</IntrinsicFunctions> | |||
<ConformanceMode>true</ConformanceMode> | |||
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | |||
</ClCompile> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Gaming.Xbox.XboxOne.x64'"> | |||
<Link> | |||
<AdditionalDependencies>$(Console_Libs);%(XboxExtensionsDependencies);%(AdditionalDependencies)</AdditionalDependencies> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
<SubSystem>Windows</SubSystem> | |||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
<OptimizeReferences>true</OptimizeReferences> | |||
</Link> | |||
<ClCompile> | |||
<Optimization>MaxSpeed</Optimization> | |||
<PreprocessorDefinitions>FAUDIO_DISABLE_DEBUGCONFIGURATION;NDEBUG;_LIB;PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
<WarningLevel>Level4</WarningLevel> | |||
<FunctionLevelLinking>true</FunctionLevelLinking> | |||
<IntrinsicFunctions>true</IntrinsicFunctions> | |||
<ConformanceMode>true</ConformanceMode> | |||
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | |||
</ClCompile> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Gaming.Xbox.Scarlett.x64'"> | |||
<Link> | |||
<AdditionalDependencies>$(Console_Libs);%(XboxExtensionsDependencies);%(AdditionalDependencies)</AdditionalDependencies> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
<SubSystem>Windows</SubSystem> | |||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
<OptimizeReferences>true</OptimizeReferences> | |||
</Link> | |||
<ClCompile> | |||
<Optimization>MaxSpeed</Optimization> | |||
<PreprocessorDefinitions>FAUDIO_DISABLE_DEBUGCONFIGURATION;NDEBUG;_LIB;PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
<WarningLevel>Level4</WarningLevel> | |||
<FunctionLevelLinking>true</FunctionLevelLinking> | |||
<IntrinsicFunctions>true</IntrinsicFunctions> | |||
<ConformanceMode>true</ConformanceMode> | |||
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | |||
</ClCompile> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Xbox.XboxOne.x64'"> | |||
<Link> | |||
<AdditionalDependencies>$(Console_Libs);%(XboxExtensionsDependencies);%(AdditionalDependencies)</AdditionalDependencies> | |||
<SubSystem>Windows</SubSystem> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
</Link> | |||
<ClCompile> | |||
<MinimalRebuild>false</MinimalRebuild> | |||
<WarningLevel>Level4</WarningLevel> | |||
<Optimization>Disabled</Optimization> | |||
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
<ConformanceMode>true</ConformanceMode> | |||
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | |||
</ClCompile> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Xbox.Scarlett.x64'"> | |||
<Link> | |||
<AdditionalDependencies>$(Console_Libs);%(XboxExtensionsDependencies);%(AdditionalDependencies)</AdditionalDependencies> | |||
<SubSystem>Windows</SubSystem> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
</Link> | |||
<ClCompile> | |||
<MinimalRebuild>false</MinimalRebuild> | |||
<WarningLevel>Level4</WarningLevel> | |||
<Optimization>Disabled</Optimization> | |||
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
<ConformanceMode>true</ConformanceMode> | |||
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | |||
</ClCompile> | |||
</ItemDefinitionGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
</ImportGroup> | |||
</Project> |