|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|Win32"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>Win32</Platform> |
| 7 | + </ProjectConfiguration> |
4 | 8 | <ProjectConfiguration Include="Debug|x64"> |
5 | 9 | <Configuration>Debug</Configuration> |
6 | 10 | <Platform>x64</Platform> |
7 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Release|Win32"> |
| 13 | + <Configuration>Release</Configuration> |
| 14 | + <Platform>Win32</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Release|x64"> |
9 | 17 | <Configuration>Release</Configuration> |
10 | 18 | <Platform>x64</Platform> |
|
21 | 29 | <PlatformToolset>v143</PlatformToolset> |
22 | 30 | <WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> |
23 | 31 | </PropertyGroup> |
| 32 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 33 | + <ConfigurationType>Application</ConfigurationType> |
| 34 | + <UseOfMfc>false</UseOfMfc> |
| 35 | + <WholeProgramOptimization>false</WholeProgramOptimization> |
| 36 | + <PlatformToolset>v143</PlatformToolset> |
| 37 | + <WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> |
| 38 | + </PropertyGroup> |
24 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
25 | 40 | <ConfigurationType>Application</ConfigurationType> |
26 | 41 | <UseOfMfc>false</UseOfMfc> |
27 | 42 | <WholeProgramOptimization>true</WholeProgramOptimization> |
28 | 43 | <PlatformToolset>v143</PlatformToolset> |
29 | 44 | <WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> |
30 | 45 | </PropertyGroup> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 47 | + <ConfigurationType>Application</ConfigurationType> |
| 48 | + <UseOfMfc>false</UseOfMfc> |
| 49 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 50 | + <PlatformToolset>v143</PlatformToolset> |
| 51 | + <WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> |
| 52 | + </PropertyGroup> |
31 | 53 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
32 | 54 | <ImportGroup Label="ExtensionSettings" /> |
33 | 55 | <ImportGroup Label="PropertySheets"> |
|
37 | 59 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
38 | 60 | <TargetExt>.exe</TargetExt> |
39 | 61 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir> |
| 62 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir> |
40 | 63 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\App\</IntDir> |
| 64 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\App\</IntDir> |
41 | 65 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">FxSound</TargetName> |
| 66 | + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">FxSound</TargetName> |
42 | 67 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest> |
| 68 | + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> |
43 | 69 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir> |
| 70 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir> |
44 | 71 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\App\</IntDir> |
| 72 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\App\</IntDir> |
45 | 73 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">FxSound</TargetName> |
| 74 | + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">FxSound</TargetName> |
46 | 75 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest> |
| 76 | + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> |
47 | 77 | </PropertyGroup> |
48 | 78 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
49 | 79 | <Midl> |
|
91 | 121 | <AdditionalDependencies>crypt32.lib;Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
92 | 122 | </Lib> |
93 | 123 | </ItemDefinitionGroup> |
| 124 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 125 | + <Midl> |
| 126 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 127 | + <MkTypLibCompatible>true</MkTypLibCompatible> |
| 128 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 129 | + <HeaderFileName> |
| 130 | + </HeaderFileName> |
| 131 | + </Midl> |
| 132 | + <ClCompile> |
| 133 | + <Optimization>Disabled</Optimization> |
| 134 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 135 | + <AdditionalIncludeDirectories>..\JuceLibraryCode;C:\JUCE\modules;$(SolutionDir)..\..\audiopassthru\include;$(SolutionDir)..\..\dsp\include;$(SolutionDir)..\Source\GUI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 136 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;UNICODE;JUCE_MODAL_LOOPS_PERMITTED;JUCER_VS2022_50C8E2F9=1;JUCE_APP_VERSION=1.2.6.0;JUCE_APP_VERSION_HEX=0x1020600;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;JucePlugin_Build_Unity=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 137 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 138 | + <RuntimeTypeInfo>true</RuntimeTypeInfo> |
| 139 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 140 | + <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation> |
| 141 | + <ObjectFileName>$(IntDir)\</ObjectFileName> |
| 142 | + <ProgramDataBaseFileName>$(IntDir)\FxSound.pdb</ProgramDataBaseFileName> |
| 143 | + <WarningLevel>Level4</WarningLevel> |
| 144 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 145 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 146 | + <AdditionalOptions>/bigobj /Qpar %(AdditionalOptions)</AdditionalOptions> |
| 147 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 148 | + </ClCompile> |
| 149 | + <ResourceCompile> |
| 150 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 151 | + </ResourceCompile> |
| 152 | + <Link> |
| 153 | + <OutputFile>$(OutDir)\FxSound.exe</OutputFile> |
| 154 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 155 | + <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
| 156 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 157 | + <ProgramDatabaseFile>$(IntDir)\FxSound.pdb</ProgramDatabaseFile> |
| 158 | + <SubSystem>Windows</SubSystem> |
| 159 | + <LargeAddressAware>true</LargeAddressAware> |
| 160 | + <AdditionalDependencies>crypt32.lib;Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 161 | + </Link> |
| 162 | + <Bscmake> |
| 163 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 164 | + <OutputFile>$(IntDir)\FxSound.bsc</OutputFile> |
| 165 | + </Bscmake> |
| 166 | + <Lib> |
| 167 | + <AdditionalDependencies>crypt32.lib;Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 168 | + </Lib> |
| 169 | + </ItemDefinitionGroup> |
94 | 170 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
95 | 171 | <Midl> |
96 | 172 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
141 | 217 | </Lib> |
142 | 218 | <PostBuildEvent> |
143 | 219 | <Command>copy $(TargetPath) ..\..\bin\$(PlatformTarget)\ /y |
| 220 | +copy $(TargetDir)$(TargetName).pdb ..\..\bin\$(PlatformTarget)\ /y</Command> |
| 221 | + </PostBuildEvent> |
| 222 | + </ItemDefinitionGroup> |
| 223 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 224 | + <Midl> |
| 225 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 226 | + <MkTypLibCompatible>true</MkTypLibCompatible> |
| 227 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 228 | + <HeaderFileName> |
| 229 | + </HeaderFileName> |
| 230 | + </Midl> |
| 231 | + <ClCompile> |
| 232 | + <Optimization>MaxSpeed</Optimization> |
| 233 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 234 | + <AdditionalIncludeDirectories>..\JuceLibraryCode;C:\JUCE\modules;$(SolutionDir)..\..\audiopassthru\include;$(SolutionDir)..\..\dsp\include;$(SolutionDir)..\Source\GUI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 235 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;UNICODE;JUCE_MODAL_LOOPS_PERMITTED;JUCER_VS2022_50C8E2F9=1;JUCE_APP_VERSION=1.2.6.0;JUCE_APP_VERSION_HEX=0x1020600;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;JucePlugin_Build_Unity=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 236 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 237 | + <RuntimeTypeInfo>true</RuntimeTypeInfo> |
| 238 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 239 | + <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation> |
| 240 | + <ObjectFileName>$(IntDir)\</ObjectFileName> |
| 241 | + <ProgramDataBaseFileName>$(IntDir)\FxSound.pdb</ProgramDataBaseFileName> |
| 242 | + <WarningLevel>Level4</WarningLevel> |
| 243 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 244 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 245 | + <AdditionalOptions>/bigobj /Qpar %(AdditionalOptions)</AdditionalOptions> |
| 246 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 247 | + </ClCompile> |
| 248 | + <ResourceCompile> |
| 249 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 250 | + </ResourceCompile> |
| 251 | + <Link> |
| 252 | + <OutputFile>$(OutDir)\FxSound.exe</OutputFile> |
| 253 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 254 | + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
| 255 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 256 | + <ProgramDatabaseFile>$(IntDir)\FxSound.pdb</ProgramDatabaseFile> |
| 257 | + <SubSystem>Windows</SubSystem> |
| 258 | + <OptimizeReferences>true</OptimizeReferences> |
| 259 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 260 | + <LargeAddressAware>true</LargeAddressAware> |
| 261 | + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
| 262 | + <AdditionalDependencies>crypt32.lib;Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 263 | + </Link> |
| 264 | + <Bscmake> |
| 265 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 266 | + <OutputFile>$(IntDir)\FxSound.bsc</OutputFile> |
| 267 | + </Bscmake> |
| 268 | + <Lib> |
| 269 | + <AdditionalDependencies>crypt32.lib;Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 270 | + </Lib> |
| 271 | + <PostBuildEvent> |
| 272 | + <Command>copy $(TargetPath) ..\..\bin\$(PlatformTarget)\ /y |
144 | 273 | copy $(TargetDir)$(TargetName).pdb ..\..\bin\$(PlatformTarget)\ /y</Command> |
145 | 274 | </PostBuildEvent> |
146 | 275 | </ItemDefinitionGroup> |
|
0 commit comments