340 lines
19 KiB
XML
340 lines
19 KiB
XML
|
<?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|Win32">
|
||
|
<Configuration>Debug</Configuration>
|
||
|
<Platform>Win32</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Debug|x64">
|
||
|
<Configuration>Debug</Configuration>
|
||
|
<Platform>x64</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Release|Win32">
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>Win32</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Release|x64">
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>x64</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
</ItemGroup>
|
||
|
<PropertyGroup Label="Globals">
|
||
|
<ProjectName>pmp_usb</ProjectName>
|
||
|
<ProjectGuid>{9AEE8DBD-D63A-41EC-8846-41208C23932B}</ProjectGuid>
|
||
|
<RootNamespace>pmp_usb2</RootNamespace>
|
||
|
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
</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" />
|
||
|
</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|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|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'">
|
||
|
<LinkIncremental>false</LinkIncremental>
|
||
|
<OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
|
||
|
<IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
|
||
|
<IncludePath>$(IncludePath)</IncludePath>
|
||
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<LinkIncremental>false</LinkIncremental>
|
||
|
<OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
|
||
|
<IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<LinkIncremental>false</LinkIncremental>
|
||
|
<OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
|
||
|
<IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
|
||
|
<IncludePath>$(IncludePath)</IncludePath>
|
||
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<LinkIncremental>false</LinkIncremental>
|
||
|
<OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
|
||
|
<IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Vcpkg">
|
||
|
<VcpkgEnableManifest>false</VcpkgEnableManifest>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<VcpkgInstalledDir>
|
||
|
</VcpkgInstalledDir>
|
||
|
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||
|
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||
|
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<VcpkgInstalledDir>
|
||
|
</VcpkgInstalledDir>
|
||
|
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||
|
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<VcpkgInstalledDir>
|
||
|
</VcpkgInstalledDir>
|
||
|
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||
|
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||
|
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<VcpkgInstalledDir>
|
||
|
</VcpkgInstalledDir>
|
||
|
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||
|
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<ClCompile>
|
||
|
<Optimization>Disabled</Optimization>
|
||
|
<AdditionalIncludeDirectories>.;..\..\..\Wasabi;..;..\..\..\;..\..\..\replicant;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ML_ex_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<StringPooling>true</StringPooling>
|
||
|
<MinimalRebuild>false</MinimalRebuild>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
||
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||
|
</ClCompile>
|
||
|
<ResourceCompile>
|
||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<Culture>0x040c</Culture>
|
||
|
</ResourceCompile>
|
||
|
<Link>
|
||
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
<AdditionalDependencies>wsock32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
<ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
|
||
|
<GenerateMapFile>false</GenerateMapFile>
|
||
|
<MapExports>false</MapExports>
|
||
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
||
|
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
|
||
|
<TargetMachine>MachineX86</TargetMachine>
|
||
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
||
|
<MapFileName>$(IntDir)$(TargetName).map</MapFileName>
|
||
|
</Link>
|
||
|
<PostBuildEvent>
|
||
|
<Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\
|
||
|
xcopy /Y /D $(IntDir)$(TargetName).pdb ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\ </Command>
|
||
|
<Message>Post build event: 'xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\'</Message>
|
||
|
</PostBuildEvent>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<ClCompile>
|
||
|
<Optimization>Disabled</Optimization>
|
||
|
<AdditionalIncludeDirectories>.;..\..\..\Wasabi;..;..\..\..\;..\..\..\replicant;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>WIN64;_DEBUG;_WINDOWS;_USRDLL;ML_ex_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<StringPooling>true</StringPooling>
|
||
|
<MinimalRebuild>false</MinimalRebuild>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
||
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||
|
<DisableSpecificWarnings>4244;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||
|
</ClCompile>
|
||
|
<ResourceCompile>
|
||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<Culture>0x040c</Culture>
|
||
|
</ResourceCompile>
|
||
|
<Link>
|
||
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
<AdditionalDependencies>wsock32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||
|
<DelayLoadDLLs>nde.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
<ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
|
||
|
<GenerateMapFile>false</GenerateMapFile>
|
||
|
<MapExports>false</MapExports>
|
||
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
||
|
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
|
||
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
||
|
<MapFileName>$(IntDir)$(TargetName).map</MapFileName>
|
||
|
</Link>
|
||
|
<PostBuildEvent>
|
||
|
<Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\
|
||
|
xcopy /Y /D $(IntDir)$(TargetName).pdb ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\ </Command>
|
||
|
<Message>Post build event: 'xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\'</Message>
|
||
|
</PostBuildEvent>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<ClCompile>
|
||
|
<Optimization>MinSpace</Optimization>
|
||
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
||
|
<AdditionalIncludeDirectories>.;..\..\..\Wasabi;..;..\..\..\;..\..\..\replicant;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ML_ex_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<StringPooling>true</StringPooling>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
||
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
||
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<DebugInformationFormat>None</DebugInformationFormat>
|
||
|
<DisableSpecificWarnings>4995;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||
|
</ClCompile>
|
||
|
<ResourceCompile>
|
||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<Culture>0x040c</Culture>
|
||
|
</ResourceCompile>
|
||
|
<Link>
|
||
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
<AdditionalDependencies>wsock32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||
|
<DelayLoadDLLs>nde.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||
|
<ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
|
||
|
<MapFileName>$(IntDir)$(TargetName).map</MapFileName>
|
||
|
<OptimizeReferences>true</OptimizeReferences>
|
||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||
|
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
|
||
|
<TargetMachine>MachineX86</TargetMachine>
|
||
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
||
|
</Link>
|
||
|
<PostBuildEvent>
|
||
|
<Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\ </Command>
|
||
|
<Message>Post build event: 'xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\'</Message>
|
||
|
</PostBuildEvent>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<ClCompile>
|
||
|
<Optimization>MinSpace</Optimization>
|
||
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
||
|
<AdditionalIncludeDirectories>.;..\..\..\Wasabi;..;..\..\..\;..\..\..\replicant;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;ML_ex_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<StringPooling>true</StringPooling>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
||
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
||
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||
|
<DisableSpecificWarnings>4244;4995;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||
|
</ClCompile>
|
||
|
<ResourceCompile>
|
||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<Culture>0x040c</Culture>
|
||
|
</ResourceCompile>
|
||
|
<Link>
|
||
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
<AdditionalDependencies>wsock32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||
|
<DelayLoadDLLs>nde.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||
|
<ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
|
||
|
<MapFileName>$(IntDir)$(TargetName).map</MapFileName>
|
||
|
<OptimizeReferences>true</OptimizeReferences>
|
||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||
|
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
|
||
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
||
|
</Link>
|
||
|
<PostBuildEvent>
|
||
|
<Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\ </Command>
|
||
|
<Message>Post build event: 'xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\'</Message>
|
||
|
</PostBuildEvent>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\..\nde\nde.vcxproj">
|
||
|
<Project>{4d25c321-7f8b-424e-9899-d80a364baf1a}</Project>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\..\..\tataki\tataki.vcxproj">
|
||
|
<Project>{255b68b5-7ef8-45ef-a675-2d6b88147909}</Project>
|
||
|
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
||
|
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\..\..\Wasabi\Wasabi.vcxproj">
|
||
|
<Project>{3e0bfa8a-b86a-42e9-a33f-ec294f823f7f}</Project>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="..\..\General\gen_ml\ml_lib.cpp" />
|
||
|
<ClCompile Include="albumart.cpp" />
|
||
|
<ClCompile Include="api.cpp" />
|
||
|
<ClCompile Include="deviceprovider.cpp" />
|
||
|
<ClCompile Include="eject.cpp" />
|
||
|
<ClCompile Include="filecopy.cpp" />
|
||
|
<ClCompile Include="main.cpp">
|
||
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;ML_ex_EXPORTS</PreprocessorDefinitions>
|
||
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN64;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;ML_ex_EXPORTS</PreprocessorDefinitions>
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="usbdevice.cpp" />
|
||
|
<ClCompile Include="usbplaylist.cpp" />
|
||
|
<ClCompile Include="usbplaylistsaver.cpp" />
|
||
|
<ClCompile Include="utils.cpp" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="..\..\General\gen_ml\ml.h" />
|
||
|
<ClInclude Include="..\..\Library\ml_pmp\pmp.h" />
|
||
|
<ClInclude Include="api.h" />
|
||
|
<ClInclude Include="deviceprovider.h" />
|
||
|
<ClInclude Include="resource.h" />
|
||
|
<ClInclude Include="usbdevice.h" />
|
||
|
<ClInclude Include="usbplaylist.h" />
|
||
|
<ClInclude Include="usbplaylistsaver.h" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ResourceCompile Include="pmp_usb2.rc" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Image Include="resources\pspIcon.png" />
|
||
|
<Image Include="resources\usbIcon.png" />
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
<ImportGroup Label="ExtensionTargets">
|
||
|
</ImportGroup>
|
||
|
</Project>
|