2021-01-23 16:26:46 +01:00
|
|
|
|
<?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="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Template|Win32">
|
|
|
|
|
<Configuration>Template</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{F3739CF2-F422-4A3D-BB0A-53C5D4C5ABA0}</ProjectGuid>
|
|
|
|
|
<RootNamespace>foo_input_vgmstream</RootNamespace>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<SccProjectName>
|
|
|
|
|
</SccProjectName>
|
|
|
|
|
<SccAuxPath>
|
|
|
|
|
</SccAuxPath>
|
|
|
|
|
<SccLocalPath>
|
|
|
|
|
</SccLocalPath>
|
|
|
|
|
<SccProvider>
|
|
|
|
|
</SccProvider>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<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" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<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" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros">
|
|
|
|
|
<DependenciesDir>../dependencies</DependenciesDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..;$(DependenciesDir)/wtl/include;$(DependenciesDir)/foobar;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-08-14 12:27:47 +02:00
|
|
|
|
<PreprocessorDefinitions>WIN32;VGMSTREAM_VERSION_AUTO;_DEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|
|
|
|
<AdditionalOptions>/d2notypeopt %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>$(DependenciesDir)/foobar/foobar2000/shared/shared.lib;../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/libspeex/libspeex.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>$(DependenciesDir)/foobar/foobar2000/shared/shared.lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<IgnoreSpecificDefaultLibraries>libcmt.lib;msvcrt.lib;libcmtd.lib</IgnoreSpecificDefaultLibraries>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
2021-08-08 14:00:58 +02:00
|
|
|
|
<Command>"$(ProjectDir)..\version-make.bat"</Command>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
2021-08-07 20:41:50 +02:00
|
|
|
|
<Message>Generating version</Message>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..;$(DependenciesDir)/wtl/include;$(DependenciesDir)/foobar;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-08-14 12:27:47 +02:00
|
|
|
|
<PreprocessorDefinitions>WIN32;VGMSTREAM_VERSION_AUTO;NDEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|
|
|
|
<AdditionalOptions>/d2notypeopt</AdditionalOptions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>$(DependenciesDir)/foobar/foobar2000/shared/shared.lib;../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/libspeex/libspeex.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>$(DependenciesDir)/foobar/foobar2000/shared/shared.lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<IgnoreSpecificDefaultLibraries>libcmt.lib;libcmtd.lib;msvcrtd.lib</IgnoreSpecificDefaultLibraries>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
2021-08-08 14:00:58 +02:00
|
|
|
|
<Command>"$(ProjectDir)..\version-make.bat"</Command>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
2021-08-07 20:41:50 +02:00
|
|
|
|
<Message>Generating version</Message>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="foo_filetypes.h" />
|
|
|
|
|
<ClInclude Include="foo_prefs.h" />
|
|
|
|
|
<ClInclude Include="foo_vgmstream.h" />
|
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="foo_input_vgmstream.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="foo_prefs.cpp" />
|
|
|
|
|
<ClCompile Include="foo_streamfile.cpp" />
|
|
|
|
|
<ClCompile Include="foo_vgmstream.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<!--<ProjectReference Include="$(DependenciesDir)\fdk-aac\msvc\fdk-aac.vcxproj">
|
2021-01-23 16:26:46 +01:00
|
|
|
|
<Project>{308e2ad5-be31-4770-9441-a8d50f56895c}</Project>
|
|
|
|
|
</ProjectReference>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<ProjectReference Include="$(DependenciesDir)\qaac\vcproject\mp4v2\mp4v2.vcxproj">
|
2021-08-12 00:05:30 +02:00
|
|
|
|
<Project>{86a064e2-c81b-4eee-8be0-a39a2e7c7c76}</Project>
|
|
|
|
|
</ProjectReference>-->
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<ProjectReference Include="$(DependenciesDir)\foobar\foobar2000\foobar2000_component_client\foobar2000_component_client.vcxproj">
|
2021-01-23 16:26:46 +01:00
|
|
|
|
<Project>{71ad2674-065b-48f5-b8b0-e1f9d3892081}</Project>
|
|
|
|
|
</ProjectReference>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<ProjectReference Include="$(DependenciesDir)\foobar\foobar2000\helpers\foobar2000_sdk_helpers.vcxproj">
|
2021-01-23 16:26:46 +01:00
|
|
|
|
<Project>{ee47764e-a202-4f85-a767-abdab4aff35f}</Project>
|
|
|
|
|
</ProjectReference>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<ProjectReference Include="$(DependenciesDir)\foobar\foobar2000\SDK\foobar2000_SDK.vcxproj">
|
2021-01-23 16:26:46 +01:00
|
|
|
|
<Project>{e8091321-d79d-4575-86ef-064ea1a4a20d}</Project>
|
|
|
|
|
</ProjectReference>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<ProjectReference Include="$(DependenciesDir)\foobar\pfc\pfc.vcxproj">
|
2021-01-23 16:26:46 +01:00
|
|
|
|
<Project>{ebfffb4e-261d-44d3-b89c-957b31a0bf9c}</Project>
|
|
|
|
|
</ProjectReference>
|
2022-05-01 18:07:53 +02:00
|
|
|
|
<ProjectReference Include="$(DependenciesDir)\foobar\libPPUI\libPPUI.vcxproj">
|
|
|
|
|
<Project>{7729eb82-4069-4414-964b-ad399091a03f}</Project>
|
|
|
|
|
</ProjectReference>
|
2021-01-23 16:26:46 +01:00
|
|
|
|
<ProjectReference Include="..\ext_libs\ext_libs.vcxproj">
|
|
|
|
|
<Project>{10e6bfc6-1e5b-46e4-ba42-f04dfbd0abff}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\src\libvgmstream.vcxproj">
|
|
|
|
|
<Project>{54a6ad11-5369-4895-a06f-e255abb99b11}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<UserProperties RESOURCE_FILE="foo_input_vgmstream.rc" />
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
2021-08-10 04:49:01 +02:00
|
|
|
|
</Project>
|