mirror of
https://github.com/milkdrop2077/MilkDrop3.git
synced 2026-04-03 06:17:50 +00:00
239 lines
12 KiB
XML
239 lines
12 KiB
XML
<?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>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectName>BeatDrop</ProjectName>
|
|
<ProjectGuid>{881FB534-7396-485A-ADC2-6FBEBED7A0F4}</ProjectGuid>
|
|
<RootNamespace>vis_milk2</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<TargetExt>.exe</TargetExt>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<TargetExt>.exe</TargetExt>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</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" />
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
</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" />
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>.\Release\</OutDir>
|
|
<IntDir>.\Release\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
<IncludePath>$(DXSDK_DIR)Include;$(IncludePath)</IncludePath>
|
|
<LibraryPath>$(DXSDK_DIR)\Lib\x86;$(LibraryPath)</LibraryPath>
|
|
<TargetName>MilkDrop 3</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>.\Debug\</OutDir>
|
|
<IntDir>.\Debug\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IncludePath>$(DXSDK_DIR)Include;$(IncludePath)</IncludePath>
|
|
<LibraryPath>$(DXSDK_DIR)\Lib\x86;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
<TypeLibraryName>.\Release/plugin.tlb</TypeLibraryName>
|
|
<HeaderFileName />
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>MinSpace</Optimization>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<AdditionalIncludeDirectories>..\..\musikcube\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;USE_VIS_HDR_HWND;STRSAFE_NO_DEPRECATE;NSEEL_REENTRANT_EXECUTION;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<StringPooling>true</StringPooling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
|
|
<PrecompiledHeader />
|
|
<PrecompiledHeaderOutputFile>.\Release/plugin.pch</PrecompiledHeaderOutputFile>
|
|
<AssemblerListingLocation>.\Release/</AssemblerListingLocation>
|
|
<ObjectFileName>.\Release/</ObjectFileName>
|
|
<ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<CompileAs>Default</CompileAs>
|
|
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
</ResourceCompile>
|
|
<Link>
|
|
<AdditionalDependencies>d3d9.lib;d3dx9.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
<IgnoreSpecificDefaultLibraries>
|
|
</IgnoreSpecificDefaultLibraries>
|
|
<DelayLoadDLLs>
|
|
</DelayLoadDLLs>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<ProgramDatabaseFile>$(OutDir)$(ProjectName).pdb</ProgramDatabaseFile>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
<DataExecutionPrevention />
|
|
<ImportLibrary>.\Release/vis_milk2.lib</ImportLibrary>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>xcopy $(TargetPath) $(SolutionDir)..\musikcube\bin\release\plugins\ /Y
|
|
if not exist "$(SolutionDir)..\musikcube\bin\release\plugins\Milkdrop2" mkdir "$(SolutionDir)..\musikcube\bin\release\plugins\Milkdrop2"
|
|
xcopy $(SolutionDir)resources\Milkdrop2\* $(SolutionDir)..\musikcube\bin\release\plugins\Milkdrop2 /Y /e</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
<TypeLibraryName>.\Debug/plugin.tlb</TypeLibraryName>
|
|
<HeaderFileName />
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include;../Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;USE_VIS_HDR_HWND;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
|
|
<PrecompiledHeader />
|
|
<PrecompiledHeaderOutputFile>.\Debug/plugin.pch</PrecompiledHeaderOutputFile>
|
|
<AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
|
|
<ObjectFileName>.\Debug/</ObjectFileName>
|
|
<ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
|
|
<BrowseInformation>true</BrowseInformation>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
</ResourceCompile>
|
|
<Link>
|
|
<AdditionalDependencies>d3d9.lib;d3dx9.lib;Shlwapi.lib;user32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<DelayLoadDLLs>
|
|
</DelayLoadDLLs>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<ProgramDatabaseFile>.\Debug/vis_milk2.pdb</ProgramDatabaseFile>
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
<DataExecutionPrevention />
|
|
<ImportLibrary>.\Debug/vis_milk2.lib</ImportLibrary>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>xcopy $(TargetPath) $(SolutionDir)..\musikcube\bin\debug\plugins\ /Y
|
|
if not exist "$(SolutionDir)..\musikcube\bin\debug\plugins\Milkdrop2" mkdir "$(SolutionDir)..\musikcube\bin\debug\plugins\Milkdrop2"
|
|
xcopy $(SolutionDir)resources\Milkdrop2\* $(SolutionDir)..\musikcube\bin\debug\plugins\Milkdrop2 /Y /e</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\audio\audiobuf.cpp" />
|
|
<ClCompile Include="..\audio\guid.cpp" />
|
|
<ClCompile Include="..\audio\log.cpp" />
|
|
<ClCompile Include="..\audio\loopback-capture.cpp" />
|
|
<ClCompile Include="..\audio\prefs.cpp" />
|
|
<ClCompile Include="..\ns-eel2\nseel-caltab.c" />
|
|
<ClCompile Include="..\ns-eel2\nseel-cfunc.c" />
|
|
<ClCompile Include="..\ns-eel2\nseel-compiler.c" />
|
|
<ClCompile Include="..\ns-eel2\nseel-eval.c" />
|
|
<ClCompile Include="..\ns-eel2\nseel-lextab.c" />
|
|
<ClCompile Include="..\ns-eel2\nseel-ram.c" />
|
|
<ClCompile Include="..\ns-eel2\nseel-yylex.c" />
|
|
<ClCompile Include="dxcontext.cpp" />
|
|
<ClCompile Include="fft.cpp" />
|
|
<ClCompile Include="menu.cpp" />
|
|
<ClCompile Include="Milkdrop2PcmVisualizer.cpp" />
|
|
<ClCompile Include="milkdropfs.cpp" />
|
|
<ClCompile Include="plugin.cpp" />
|
|
<ClCompile Include="pluginshell.cpp" />
|
|
<ClCompile Include="state.cpp" />
|
|
<ClCompile Include="support.cpp" />
|
|
<ClCompile Include="texmgr.cpp" />
|
|
<ClCompile Include="textmgr.cpp" />
|
|
<ClCompile Include="utility.cpp" />
|
|
<ClCompile Include="wasabi.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Image Include="plugin_icon.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\audio\cleanup.h" />
|
|
<ClInclude Include="..\audio\common.h" />
|
|
<ClInclude Include="..\audio\audiobuf.h" />
|
|
<ClInclude Include="..\audio\log.h" />
|
|
<ClInclude Include="..\audio\loopback-capture.h" />
|
|
<ClInclude Include="..\audio\prefs.h" />
|
|
<ClInclude Include="AutoCharFn.h" />
|
|
<ClInclude Include="AutoWide.h" />
|
|
<ClInclude Include="defines.h" />
|
|
<ClInclude Include="dxcontext.h" />
|
|
<ClInclude Include="fft.h" />
|
|
<ClInclude Include="md_defines.h" />
|
|
<ClInclude Include="menu.h" />
|
|
<ClInclude Include="plugin.h" />
|
|
<ClInclude Include="pluginshell.h" />
|
|
<ClInclude Include="resource.h" />
|
|
<ClInclude Include="shell_defines.h" />
|
|
<ClInclude Include="state.h" />
|
|
<ClInclude Include="support.h" />
|
|
<ClInclude Include="texmgr.h" />
|
|
<ClInclude Include="textmgr.h" />
|
|
<ClInclude Include="utility.h" />
|
|
<ClInclude Include="wasabi.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="plugin.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="text1.bin" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |