|
@@ -0,0 +1,260 @@
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="14.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="OptimizedDebug|Win32">
|
|
|
|
|
+ <Configuration>OptimizedDebug</Configuration>
|
|
|
|
|
+ <Platform>Win32</Platform>
|
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
|
+ <ProjectConfiguration Include="OptimizedDebug|x64">
|
|
|
|
|
+ <Configuration>OptimizedDebug</Configuration>
|
|
|
|
|
+ <Platform>x64</Platform>
|
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
|
|
+ <Platform>Win32</Platform>
|
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
|
+ <ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
|
|
+ <Platform>x64</Platform>
|
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
|
+ <ProjectConfiguration Include="Release|x64">
|
|
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
|
|
+ <Platform>x64</Platform>
|
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
|
|
+ <ProjectGuid>{06EBB8CF-5E90-476C-B389-B8F290A847ED}</ProjectGuid>
|
|
|
|
|
+ <RootNamespace>BansheeOpenAudio</RootNamespace>
|
|
|
|
|
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='OptimizedDebug|Win32'" Label="Configuration">
|
|
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='OptimizedDebug|x64'" Label="Configuration">
|
|
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
+ <CharacterSet>NotSet</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>
|
|
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='OptimizedDebug|Win32'" Label="PropertySheets">
|
|
|
|
|
+ <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)'=='Debug|x64'">
|
|
|
|
|
+ <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|x64'">
|
|
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
+ </ImportGroup>
|
|
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='OptimizedDebug|x64'" Label="PropertySheets">
|
|
|
|
|
+ <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'">
|
|
|
|
|
+ <OutDir>..\..\bin\x86\$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>.\Intermediate\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
+ <OutDir>..\..\bin\x86\$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>.\Intermediate\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='OptimizedDebug|Win32'">
|
|
|
|
|
+ <OutDir>..\..\bin\x86\$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>.\Intermediate\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
+ <OutDir>..\..\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>.\Intermediate\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
+ <OutDir>..\..\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>.\Intermediate\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='OptimizedDebug|x64'">
|
|
|
|
|
+ <OutDir>..\..\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir>.\Intermediate\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
+ <ClCompile>
|
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
|
|
+ <AdditionalIncludeDirectories>../../Source/BansheeCore/Include;../../Source/BansheeUtility/Include;../../Source/BansheeOpenAudio/Include;../../Dependencies/BansheeOpenAudio/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
+ <PreprocessorDefinitions>BS_OA_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
+ <ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
+ <RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
+ <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
|
|
|
|
|
+ </ClCompile>
|
|
|
|
|
+ <Link>
|
|
|
|
|
+ <ImportLibrary>..\..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
|
|
|
|
|
+ <AdditionalLibraryDirectories>../../lib/x86/$(Configuration);../../Dependencies/BansheeOpenAudio/lib/x86/Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
+ <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;libFLAC.lib;libvorbis.lib;libvorbisfile.lib;OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
+ </Link>
|
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
+ <ClCompile>
|
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
|
|
+ <AdditionalIncludeDirectories>../../Source/BansheeCore/Include;../../Source/BansheeUtility/Include;../../Source/BansheeOpenAudio/Include;../../Dependencies/BansheeOpenAudio/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
+ <PreprocessorDefinitions>BS_OA_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
+ <ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
+ <RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
+ <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
|
|
|
|
|
+ </ClCompile>
|
|
|
|
|
+ <Link>
|
|
|
|
|
+ <ImportLibrary>..\..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
|
|
|
|
|
+ <AdditionalLibraryDirectories>../../lib/$(Platform)/$(Configuration);../../Dependencies/BansheeOpenAudio/lib/x64/Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
+ <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;libFLAC.lib;libvorbis.lib;libvorbisfile.lib;OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
+ </Link>
|
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
+ <ClCompile>
|
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
+ <SDLCheck>false</SDLCheck>
|
|
|
|
|
+ <AdditionalIncludeDirectories>../../Source/BansheeCore/Include;../../Source/BansheeUtility/Include;../../Source/BansheeOpenAudio/Include;../../Dependencies/BansheeOpenAudio/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
+ <DebugInformationFormat>None</DebugInformationFormat>
|
|
|
|
|
+ <PreprocessorDefinitions>BS_OA_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
+ <ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
+ <RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
+ <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
|
|
|
|
|
+ </ClCompile>
|
|
|
|
|
+ <Link>
|
|
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
+ <ImportLibrary>..\..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
|
|
|
|
|
+ <AdditionalLibraryDirectories>../../lib/x86/$(Configuration);../../Dependencies/BansheeOpenAudio/lib/x86/Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
+ <GenerateDebugInformation>No</GenerateDebugInformation>
|
|
|
|
|
+ <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;libFLAC.lib;libvorbis.lib;libvorbisfile.lib;OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
+ </Link>
|
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='OptimizedDebug|Win32'">
|
|
|
|
|
+ <ClCompile>
|
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
+ <AdditionalIncludeDirectories>../../Source/BansheeCore/Include;../../Source/BansheeUtility/Include;../../Source/BansheeOpenAudio/Include;../../Dependencies/BansheeOpenAudio/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
+ <PreprocessorDefinitions>BS_OA_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
+ <ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
+ <RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
+ <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
|
|
|
|
|
+ </ClCompile>
|
|
|
|
|
+ <Link>
|
|
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
+ <ImportLibrary>..\..\lib\x86\$(Configuration)\$(TargetName).lib</ImportLibrary>
|
|
|
|
|
+ <AdditionalLibraryDirectories>../../lib/x86/$(Configuration);../../Dependencies/BansheeOpenAudio/lib/x86/OptimizedDebug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
+ <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;libFLAC.lib;libvorbis.lib;libvorbisfile.lib;OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
+ </Link>
|
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
+ <ClCompile>
|
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
+ <SDLCheck>false</SDLCheck>
|
|
|
|
|
+ <AdditionalIncludeDirectories>../../Source/BansheeCore/Include;../../Source/BansheeUtility/Include;../../Source/BansheeOpenAudio/Include;../../Dependencies/BansheeOpenAudio/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
+ <DebugInformationFormat>None</DebugInformationFormat>
|
|
|
|
|
+ <PreprocessorDefinitions>BS_OA_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
+ <ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
+ <RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
+ <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
|
|
|
|
|
+ </ClCompile>
|
|
|
|
|
+ <Link>
|
|
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
+ <ImportLibrary>..\..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
|
|
|
|
|
+ <AdditionalLibraryDirectories>../../lib/$(Platform)/$(Configuration);../../Dependencies/BansheeOpenAudio/lib/x64/Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
+ <GenerateDebugInformation>No</GenerateDebugInformation>
|
|
|
|
|
+ <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;libFLAC.lib;libvorbis.lib;libvorbisfile.lib;OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
+ </Link>
|
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='OptimizedDebug|x64'">
|
|
|
|
|
+ <ClCompile>
|
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
+ <AdditionalIncludeDirectories>../../Source/BansheeCore/Include;../../Source/BansheeUtility/Include;../../Source/BansheeOpenAudio/Include;../../Dependencies/BansheeOpenAudio/Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
+ <PreprocessorDefinitions>BS_OA_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
+ <ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
+ <RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
+ <DisableSpecificWarnings>4530;4577</DisableSpecificWarnings>
|
|
|
|
|
+ </ClCompile>
|
|
|
|
|
+ <Link>
|
|
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
+ <ImportLibrary>..\..\lib\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
|
|
|
|
|
+ <AdditionalLibraryDirectories>../../lib/$(Platform)/$(Configuration);../../Dependencies/BansheeOpenAudio/lib/x64/OptimizedDebug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
+ <AdditionalDependencies>BansheeCore.lib;BansheeUtility.lib;libFLAC.lib;libvorbis.lib;libvorbisfile.lib;OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
+ </Link>
|
|
|
|
|
+ </ItemDefinitionGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <ClInclude Include="..\..\Source\BansheeOpenAudio\Include\BsOAPrerequisites.h" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <ClCompile Include="..\..\Source\BansheeOpenAudio\Source\BsOAPlugin.cpp" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
|
|
+ </ImportGroup>
|
|
|
|
|
+</Project>
|