<?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|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{05F7128C-1654-E8D0-856F-98237CF1EBE4}</ProjectGuid> <PlatformToolset>v141</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <PlatformToolset>v141</PlatformToolset> <PlatformToolset>v141</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <WholeProgramOptimization>true</WholeProgramOptimization> <PlatformToolset>v141</PlatformToolset> <PlatformToolset>v141</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> <ImportGroup Label="ExtensionSettings"/> <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform"/> </ImportGroup> <PropertyGroup Label="UserMacros"> <PlatformToolset>v141</PlatformToolset> </PropertyGroup> <PropertyGroup> <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <TargetExt>.exe</TargetExt> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\App\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\App\</IntDir> <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">JuceDemo</TargetName> <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest> <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\App\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\App\</IntDir> <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">JuceDemo</TargetName> <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest> <PlatformToolset>v141</PlatformToolset> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <Midl> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MkTypLibCompatible>true</MkTypLibCompatible> <SuppressStartupBanner>true</SuppressStartupBanner> <TargetEnvironment>Win32</TargetEnvironment> <HeaderFileName/> </Midl> <ClCompile> <Optimization>Disabled</Optimization> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCE_UNIT_TESTS=1;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=3.0.0;JUCE_APP_VERSION_HEX=0x30000;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;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <RuntimeTypeInfo>true</RuntimeTypeInfo> <PrecompiledHeader/> <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation> <ObjectFileName>$(IntDir)\</ObjectFileName> <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName> <WarningLevel>Level4</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <Link> <OutputFile>$(OutDir)\JuceDemo.exe</OutputFile> <SuppressStartupBanner>true</SuppressStartupBanner> <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>true</GenerateDebugInformation> <ProgramDatabaseFile>$(IntDir)\JuceDemo.pdb</ProgramDatabaseFile> <SubSystem>Windows</SubSystem> <LargeAddressAware>true</LargeAddressAware> </Link> <Bscmake> <SuppressStartupBanner>true</SuppressStartupBanner> <OutputFile>$(IntDir)\JuceDemo.bsc</OutputFile> </Bscmake> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <Midl> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MkTypLibCompatible>true</MkTypLibCompatible> <SuppressStartupBanner>true</SuppressStartupBanner> <TargetEnvironment>Win32</TargetEnvironment> <HeaderFileName/> </Midl> <ClCompile> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCE_UNIT_TESTS=1;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=3.0.0;JUCE_APP_VERSION_HEX=0x30000;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;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <RuntimeTypeInfo>true</RuntimeTypeInfo> <PrecompiledHeader/> <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation> <ObjectFileName>$(IntDir)\</ObjectFileName> <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName> <WarningLevel>Level4</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <Link> <OutputFile>$(OutDir)\JuceDemo.exe</OutputFile> <SuppressStartupBanner>true</SuppressStartupBanner> <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>false</GenerateDebugInformation> <ProgramDatabaseFile>$(IntDir)\JuceDemo.pdb</ProgramDatabaseFile> <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <LargeAddressAware>true</LargeAddressAware> </Link> <Bscmake> <SuppressStartupBanner>true</SuppressStartupBanner> <OutputFile>$(IntDir)\JuceDemo.bsc</OutputFile> </Bscmake> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\..\Source\Main.cpp"/> <ClCompile Include="..\..\Source\MainWindow.cpp"/> <ClCompile Include="..\..\Source\IntroScreen.cpp"/> <ClCompile Include="..\..\Source\Demos\AnimationDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\AudioLatencyDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\AudioPlaybackDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\AudioRecordingDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\AudioSettingsDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\AudioSynthesiserDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\Box2DDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\CameraDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\ChildProcessDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\CodeEditorDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\ComponentTransformsDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\CryptographyDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\DialogsDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\FlexBoxDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\FontsDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\GraphicsDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\ImagesDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\JavaScript.cpp"/> <ClCompile Include="..\..\Source\Demos\KeyMappingsDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\LiveConstantDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\LookAndFeelDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\MDIDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\MidiDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\MultithreadingDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\MultiTouch.cpp"/> <ClCompile Include="..\..\Source\Demos\NetworkingDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\OpenGLDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\OpenGLDemo2D.cpp"/> <ClCompile Include="..\..\Source\Demos\PropertiesDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\SystemInfoDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\TimersAndEventsDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\UnitTestsDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\ValueTreesDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\VideoDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\WebBrowserDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\WidgetsDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\WindowsDemo.cpp"/> <ClCompile Include="..\..\Source\Demos\XMLandJSONDemo.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\BinaryData.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_audio_basics.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_audio_devices.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_audio_formats.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_audio_processors.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_audio_utils.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_box2d.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_core.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_cryptography.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_data_structures.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_events.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_graphics.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_gui_basics.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_gui_extra.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_opengl.cpp"/> <ClCompile Include="..\..\JuceLibraryCode\juce_video.cpp"/> </ItemGroup> <ItemGroup/> <ItemGroup> <None Include=".\icon.ico"/> </ItemGroup> <ItemGroup> <ResourceCompile Include=".\resources.rc"/> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> <ImportGroup Label="ExtensionTargets"/> </Project>