<?xml version="1.0" encoding="UTF-8"?> <Project DefaultTargets="Build" ToolsVersion="16.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>{88983F7C-DB65-9E04-84E7-05F8979E0383}</ProjectGuid> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <WholeProgramOptimization>false</WholeProgramOptimization> <PlatformToolset>v142</PlatformToolset> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> <WholeProgramOptimization>true</WholeProgramOptimization> <PlatformToolset>v142</PlatformToolset> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </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> <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <TargetExt>.exe</TargetExt> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\ConsoleApp\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\ConsoleApp\</IntDir> <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">BinaryBuilder</TargetName> <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest> <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\ConsoleApp\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\ConsoleApp\</IntDir> <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">BinaryBuilder</TargetName> <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest> </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;_CONSOLE;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCE_DISPLAY_SPLASH_SCREEN=0;JUCE_USE_DARK_SPLASH_SCREEN=1;JUCE_PROJUCER_VERSION=0x60102;JUCE_MODULE_AVAILABLE_juce_core=1;JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1;JUCE_STANDALONE_APPLICATION=1;JUCER_VS2019_78A5026=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;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> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <RuntimeTypeInfo>true</RuntimeTypeInfo> <PrecompiledHeader>NotUsing</PrecompiledHeader> <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation> <ObjectFileName>$(IntDir)\</ObjectFileName> <ProgramDataBaseFileName>$(IntDir)\BinaryBuilder.pdb</ProgramDataBaseFileName> <WarningLevel>Level4</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <MultiProcessorCompilation>true</MultiProcessorCompilation> <LanguageStandard>stdcpp14</LanguageStandard> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <Link> <OutputFile>$(OutDir)\BinaryBuilder.exe</OutputFile> <SuppressStartupBanner>true</SuppressStartupBanner> <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>true</GenerateDebugInformation> <ProgramDatabaseFile>$(IntDir)\BinaryBuilder.pdb</ProgramDatabaseFile> <SubSystem>Console</SubSystem> <LargeAddressAware>true</LargeAddressAware> </Link> <Bscmake> <SuppressStartupBanner>true</SuppressStartupBanner> <OutputFile>$(IntDir)\BinaryBuilder.bsc</OutputFile> </Bscmake> <Lib/> </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;_CONSOLE;WIN32;_WINDOWS;NDEBUG;JUCE_DISPLAY_SPLASH_SCREEN=0;JUCE_USE_DARK_SPLASH_SCREEN=1;JUCE_PROJUCER_VERSION=0x60102;JUCE_MODULE_AVAILABLE_juce_core=1;JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1;JUCE_STANDALONE_APPLICATION=1;JUCER_VS2019_78A5026=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;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> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <RuntimeTypeInfo>true</RuntimeTypeInfo> <PrecompiledHeader>NotUsing</PrecompiledHeader> <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation> <ObjectFileName>$(IntDir)\</ObjectFileName> <ProgramDataBaseFileName>$(IntDir)\BinaryBuilder.pdb</ProgramDataBaseFileName> <WarningLevel>Level4</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <MultiProcessorCompilation>true</MultiProcessorCompilation> <LanguageStandard>stdcpp14</LanguageStandard> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <Link> <OutputFile>$(OutDir)\BinaryBuilder.exe</OutputFile> <SuppressStartupBanner>true</SuppressStartupBanner> <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>false</GenerateDebugInformation> <ProgramDatabaseFile>$(IntDir)\BinaryBuilder.pdb</ProgramDatabaseFile> <SubSystem>Console</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <LargeAddressAware>true</LargeAddressAware> <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> </Link> <Bscmake> <SuppressStartupBanner>true</SuppressStartupBanner> <OutputFile>$(IntDir)\BinaryBuilder.bsc</OutputFile> </Bscmake> <Lib/> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\..\Source\Main.cpp"/> <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ArrayBase.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_DynamicObject.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_HashMap_test.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ReferenceCountedArray.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_SparseSet.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_Variant.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_DirectoryIterator.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_File.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileFilter.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileInputStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileOutputStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileSearchPath.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_RangedDirectoryIterator.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_TemporaryFile.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_WildcardFileFilter.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\javascript\juce_Javascript.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\javascript\juce_JSON.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\logging\juce_FileLogger.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\logging\juce_Logger.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_BigInteger.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Expression.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_AllocationHooks.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_MemoryBlock.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_ConsoleApplication.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_Result.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_RuntimePermissions.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_Uuid.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Files.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_JNIHelpers.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Misc.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Network.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_RuntimePermissions.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_SystemStats.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Threads.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_curl_Network.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_CommonFile.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_Files.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_Network.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_SystemStats.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_Threads.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_posix_NamedPipe.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_wasm_SystemStats.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Files.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Network.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Registry.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_SystemStats.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Threads.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_MACAddress.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_NamedPipe.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_Socket.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_URL.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_WebInputStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_FileInputSource.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_InputStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_MemoryInputStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_Base64.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_CharacterFunctions.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_Identifier.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_LocalisedStrings.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_String.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringArray.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringPairArray.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringPool.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_TextDiff.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_HighResolutionTimer.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ReadWriteLock.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_Thread.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ThreadPool.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_TimeSliceThread.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_WaitableEvent.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_PerformanceCounter.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_RelativeTime.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_Time.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTest.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\xml\juce_XmlDocument.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\xml\juce_XmlElement.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\adler32.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\compress.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\crc32.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\deflate.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\infback.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\inffast.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\inflate.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\inftrees.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\trees.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\uncompr.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\zutil.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_GZIPCompressorOutputStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_GZIPDecompressorInputStream.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_ZipFile.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\modules\juce_core\juce_core.cpp"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\JuceLibraryCode\include_juce_core.cpp"/> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Array.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ArrayAllocationBase.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ArrayBase.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_DynamicObject.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ElementComparator.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_HashMap.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_LinkedListPointer.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ListenerList.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ReferenceCountedArray.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ScopedValueSetter.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_SortedSet.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_SparseSet.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Variant.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_DirectoryIterator.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_File.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileFilter.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileInputStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileOutputStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileSearchPath.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_MemoryMappedFile.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_RangedDirectoryIterator.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_TemporaryFile.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_WildcardFileFilter.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\javascript\juce_Javascript.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\javascript\juce_JSON.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\logging\juce_FileLogger.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\logging\juce_Logger.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_BigInteger.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Expression.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_NormalisableRange.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Random.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Range.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_StatisticsAccumulator.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_AllocationHooks.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Atomic.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ByteOrder.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ContainerDeletePolicy.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_HeapBlock.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_HeavyweightLeakedObjectDetector.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_LeakedObjectDetector.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Memory.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_MemoryBlock.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_OptionalScopedPointer.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ReferenceCountedObject.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ScopedPointer.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_SharedResourcePointer.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Singleton.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_WeakReference.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_ConsoleApplication.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Functional.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Result.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_RuntimePermissions.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Uuid.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_WindowsRegistry.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_android_JNIHelpers.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_BasicNativeHeaders.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_intel_SharedCode.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_CFHelpers.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ObjCHelpers.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_MACAddress.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_NamedPipe.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_Socket.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_URL.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_WebInputStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_FileInputSource.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_InputSource.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_InputStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryInputStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerSupport.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerWarnings.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_PlatformDefs.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_StandardHeader.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_TargetPlatform.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_Base64.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharacterFunctions.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_ASCII.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF8.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF16.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF32.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_Identifier.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_LocalisedStrings.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_NewLine.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_String.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringArray.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringPairArray.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringPool.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringRef.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_TextDiff.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_CriticalSection.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_DynamicLibrary.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_HighResolutionTimer.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_InterProcessLock.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_Process.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ReadWriteLock.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedLock.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedReadLock.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedWriteLock.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_SpinLock.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_Thread.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ThreadLocalValue.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ThreadPool.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_TimeSliceThread.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_WaitableEvent.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_PerformanceCounter.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_RelativeTime.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_Time.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTest.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTestCategories.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlDocument.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlElement.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\crc32.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\deflate.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inffast.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inffixed.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inflate.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inftrees.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\trees.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zconf.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zconf.in.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zlib.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zutil.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_GZIPCompressorOutputStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_GZIPDecompressorInputStream.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_ZipFile.h"/> <ClInclude Include="..\..\..\..\modules\juce_core\juce_core.h"/> <ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/> </ItemGroup> <ItemGroup> <None Include="..\..\..\..\modules\juce_core\native\java\README.txt"/> </ItemGroup> <ItemGroup> <ResourceCompile Include=".\resources.rc"/> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> <ImportGroup Label="ExtensionTargets"/> </Project>