The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3524 lines
242KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Project DefaultTargets="Build"
  3. ToolsVersion="17.0"
  4. xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  5. <ItemGroup Label="ProjectConfigurations">
  6. <ProjectConfiguration Include="Debug|x64">
  7. <Configuration>Debug</Configuration>
  8. <Platform>x64</Platform>
  9. </ProjectConfiguration>
  10. <ProjectConfiguration Include="Release|x64">
  11. <Configuration>Release</Configuration>
  12. <Platform>x64</Platform>
  13. </ProjectConfiguration>
  14. </ItemGroup>
  15. <PropertyGroup Label="Globals">
  16. <ProjectGuid>{B636B53B-C44B-1E04-8668-D61B3900BAA4}</ProjectGuid>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"
  20. Label="Configuration">
  21. <ConfigurationType>StaticLibrary</ConfigurationType>
  22. <UseOfMfc>false</UseOfMfc>
  23. <WholeProgramOptimization>false</WholeProgramOptimization>
  24. <PlatformToolset>v143</PlatformToolset>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
  28. Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <UseOfMfc>false</UseOfMfc>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <PlatformToolset>v143</PlatformToolset>
  33. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
  36. <ImportGroup Label="ExtensionSettings"/>
  37. <ImportGroup Label="PropertySheets">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
  39. Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
  40. Label="LocalAppDataPlatform"/>
  41. </ImportGroup>
  42. <PropertyGroup>
  43. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  44. <TargetExt>.lib</TargetExt>
  45. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\Static Library\</OutDir>
  46. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\Static Library\</IntDir>
  47. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">juce_dll</TargetName>
  48. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
  49. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\Static Library\</OutDir>
  50. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\Static Library\</IntDir>
  51. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">juce_dll</TargetName>
  52. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
  53. </PropertyGroup>
  54. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  55. <Midl>
  56. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. <MkTypLibCompatible>true</MkTypLibCompatible>
  58. <SuppressStartupBanner>true</SuppressStartupBanner>
  59. <TargetEnvironment>Win32</TargetEnvironment>
  60. <HeaderFileName/>
  61. </Midl>
  62. <ClCompile>
  63. <Optimization>Disabled</Optimization>
  64. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  65. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  66. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCE_DISPLAY_SPLASH_SCREEN=0;JUCE_USE_DARK_SPLASH_SCREEN=1;JUCE_PROJUCER_VERSION=0x70009;JUCE_MODULE_AVAILABLE_juce_audio_basics=1;JUCE_MODULE_AVAILABLE_juce_audio_devices=1;JUCE_MODULE_AVAILABLE_juce_audio_formats=1;JUCE_MODULE_AVAILABLE_juce_audio_processors=1;JUCE_MODULE_AVAILABLE_juce_audio_utils=1;JUCE_MODULE_AVAILABLE_juce_core=1;JUCE_MODULE_AVAILABLE_juce_cryptography=1;JUCE_MODULE_AVAILABLE_juce_data_structures=1;JUCE_MODULE_AVAILABLE_juce_events=1;JUCE_MODULE_AVAILABLE_juce_graphics=1;JUCE_MODULE_AVAILABLE_juce_gui_basics=1;JUCE_MODULE_AVAILABLE_juce_gui_extra=1;JUCE_MODULE_AVAILABLE_juce_opengl=1;JUCE_MODULE_AVAILABLE_juce_video=1;JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1;JUCE_STANDALONE_APPLICATION=1;JUCE_DLL_BUILD=1;JUCER_VS2022_78A503E=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_AAX=0;JucePlugin_Build_Standalone=0;JucePlugin_Build_Unity=0;JucePlugin_Build_LV2=0;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  67. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  68. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  69. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  70. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  71. <ObjectFileName>$(IntDir)\</ObjectFileName>
  72. <ProgramDataBaseFileName>$(IntDir)\juce_dll.pdb</ProgramDataBaseFileName>
  73. <WarningLevel>Level4</WarningLevel>
  74. <SuppressStartupBanner>true</SuppressStartupBanner>
  75. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  76. <LanguageStandard>stdcpp17</LanguageStandard>
  77. </ClCompile>
  78. <ResourceCompile>
  79. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  80. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCE_DISPLAY_SPLASH_SCREEN=0;JUCE_USE_DARK_SPLASH_SCREEN=1;JUCE_PROJUCER_VERSION=0x70009;JUCE_MODULE_AVAILABLE_juce_audio_basics=1;JUCE_MODULE_AVAILABLE_juce_audio_devices=1;JUCE_MODULE_AVAILABLE_juce_audio_formats=1;JUCE_MODULE_AVAILABLE_juce_audio_processors=1;JUCE_MODULE_AVAILABLE_juce_audio_utils=1;JUCE_MODULE_AVAILABLE_juce_core=1;JUCE_MODULE_AVAILABLE_juce_cryptography=1;JUCE_MODULE_AVAILABLE_juce_data_structures=1;JUCE_MODULE_AVAILABLE_juce_events=1;JUCE_MODULE_AVAILABLE_juce_graphics=1;JUCE_MODULE_AVAILABLE_juce_gui_basics=1;JUCE_MODULE_AVAILABLE_juce_gui_extra=1;JUCE_MODULE_AVAILABLE_juce_opengl=1;JUCE_MODULE_AVAILABLE_juce_video=1;JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1;JUCE_STANDALONE_APPLICATION=1;JUCE_DLL_BUILD=1;JUCER_VS2022_78A503E=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_AAX=0;JucePlugin_Build_Standalone=0;JucePlugin_Build_Unity=0;JucePlugin_Build_LV2=0;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  81. </ResourceCompile>
  82. <Link>
  83. <OutputFile>$(OutDir)\juce_dll.lib</OutputFile>
  84. <SuppressStartupBanner>true</SuppressStartupBanner>
  85. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  86. <GenerateDebugInformation>true</GenerateDebugInformation>
  87. <ProgramDatabaseFile>$(IntDir)\juce_dll.pdb</ProgramDatabaseFile>
  88. <SubSystem>Windows</SubSystem>
  89. <LargeAddressAware>true</LargeAddressAware>
  90. </Link>
  91. <Bscmake>
  92. <SuppressStartupBanner>true</SuppressStartupBanner>
  93. <OutputFile>$(IntDir)\juce_dll.bsc</OutputFile>
  94. </Bscmake>
  95. <Lib/>
  96. </ItemDefinitionGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  98. <Midl>
  99. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <MkTypLibCompatible>true</MkTypLibCompatible>
  101. <SuppressStartupBanner>true</SuppressStartupBanner>
  102. <TargetEnvironment>Win32</TargetEnvironment>
  103. <HeaderFileName/>
  104. </Midl>
  105. <ClCompile>
  106. <Optimization>Full</Optimization>
  107. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  108. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCE_DISPLAY_SPLASH_SCREEN=0;JUCE_USE_DARK_SPLASH_SCREEN=1;JUCE_PROJUCER_VERSION=0x70009;JUCE_MODULE_AVAILABLE_juce_audio_basics=1;JUCE_MODULE_AVAILABLE_juce_audio_devices=1;JUCE_MODULE_AVAILABLE_juce_audio_formats=1;JUCE_MODULE_AVAILABLE_juce_audio_processors=1;JUCE_MODULE_AVAILABLE_juce_audio_utils=1;JUCE_MODULE_AVAILABLE_juce_core=1;JUCE_MODULE_AVAILABLE_juce_cryptography=1;JUCE_MODULE_AVAILABLE_juce_data_structures=1;JUCE_MODULE_AVAILABLE_juce_events=1;JUCE_MODULE_AVAILABLE_juce_graphics=1;JUCE_MODULE_AVAILABLE_juce_gui_basics=1;JUCE_MODULE_AVAILABLE_juce_gui_extra=1;JUCE_MODULE_AVAILABLE_juce_opengl=1;JUCE_MODULE_AVAILABLE_juce_video=1;JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1;JUCE_STANDALONE_APPLICATION=1;JUCE_DLL_BUILD=1;JUCER_VS2022_78A503E=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_AAX=0;JucePlugin_Build_Standalone=0;JucePlugin_Build_Unity=0;JucePlugin_Build_LV2=0;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  110. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  111. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  112. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  113. <ObjectFileName>$(IntDir)\</ObjectFileName>
  114. <ProgramDataBaseFileName>$(IntDir)\juce_dll.pdb</ProgramDataBaseFileName>
  115. <WarningLevel>Level4</WarningLevel>
  116. <SuppressStartupBanner>true</SuppressStartupBanner>
  117. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  118. <LanguageStandard>stdcpp17</LanguageStandard>
  119. </ClCompile>
  120. <ResourceCompile>
  121. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  122. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCE_DISPLAY_SPLASH_SCREEN=0;JUCE_USE_DARK_SPLASH_SCREEN=1;JUCE_PROJUCER_VERSION=0x70009;JUCE_MODULE_AVAILABLE_juce_audio_basics=1;JUCE_MODULE_AVAILABLE_juce_audio_devices=1;JUCE_MODULE_AVAILABLE_juce_audio_formats=1;JUCE_MODULE_AVAILABLE_juce_audio_processors=1;JUCE_MODULE_AVAILABLE_juce_audio_utils=1;JUCE_MODULE_AVAILABLE_juce_core=1;JUCE_MODULE_AVAILABLE_juce_cryptography=1;JUCE_MODULE_AVAILABLE_juce_data_structures=1;JUCE_MODULE_AVAILABLE_juce_events=1;JUCE_MODULE_AVAILABLE_juce_graphics=1;JUCE_MODULE_AVAILABLE_juce_gui_basics=1;JUCE_MODULE_AVAILABLE_juce_gui_extra=1;JUCE_MODULE_AVAILABLE_juce_opengl=1;JUCE_MODULE_AVAILABLE_juce_video=1;JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1;JUCE_STANDALONE_APPLICATION=1;JUCE_DLL_BUILD=1;JUCER_VS2022_78A503E=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_AAX=0;JucePlugin_Build_Standalone=0;JucePlugin_Build_Unity=0;JucePlugin_Build_LV2=0;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. </ResourceCompile>
  124. <Link>
  125. <OutputFile>$(OutDir)\juce_dll.lib</OutputFile>
  126. <SuppressStartupBanner>true</SuppressStartupBanner>
  127. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  128. <GenerateDebugInformation>false</GenerateDebugInformation>
  129. <ProgramDatabaseFile>$(IntDir)\juce_dll.pdb</ProgramDatabaseFile>
  130. <SubSystem>Windows</SubSystem>
  131. <OptimizeReferences>true</OptimizeReferences>
  132. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  133. <LargeAddressAware>true</LargeAddressAware>
  134. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  135. </Link>
  136. <Bscmake>
  137. <SuppressStartupBanner>true</SuppressStartupBanner>
  138. <OutputFile>$(IntDir)\juce_dll.bsc</OutputFile>
  139. </Bscmake>
  140. <Lib/>
  141. </ItemDefinitionGroup>
  142. <ItemGroup>
  143. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\audio_play_head\juce_AudioPlayHead.cpp">
  144. <ExcludedFromBuild>true</ExcludedFromBuild>
  145. </ClCompile>
  146. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioChannelSet.cpp">
  147. <ExcludedFromBuild>true</ExcludedFromBuild>
  148. </ClCompile>
  149. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioDataConverters.cpp">
  150. <ExcludedFromBuild>true</ExcludedFromBuild>
  151. </ClCompile>
  152. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioProcessLoadMeasurer.cpp">
  153. <ExcludedFromBuild>true</ExcludedFromBuild>
  154. </ClCompile>
  155. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_FloatVectorOperations.cpp">
  156. <ExcludedFromBuild>true</ExcludedFromBuild>
  157. </ClCompile>
  158. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMP_test.cpp">
  159. <ExcludedFromBuild>true</ExcludedFromBuild>
  160. </ClCompile>
  161. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPIterator.cpp">
  162. <ExcludedFromBuild>true</ExcludedFromBuild>
  163. </ClCompile>
  164. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPMidi1ToMidi2DefaultTranslator.cpp">
  165. <ExcludedFromBuild>true</ExcludedFromBuild>
  166. </ClCompile>
  167. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPSysEx7.cpp">
  168. <ExcludedFromBuild>true</ExcludedFromBuild>
  169. </ClCompile>
  170. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPUtils.cpp">
  171. <ExcludedFromBuild>true</ExcludedFromBuild>
  172. </ClCompile>
  173. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPView.cpp">
  174. <ExcludedFromBuild>true</ExcludedFromBuild>
  175. </ClCompile>
  176. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiBuffer.cpp">
  177. <ExcludedFromBuild>true</ExcludedFromBuild>
  178. </ClCompile>
  179. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiFile.cpp">
  180. <ExcludedFromBuild>true</ExcludedFromBuild>
  181. </ClCompile>
  182. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiKeyboardState.cpp">
  183. <ExcludedFromBuild>true</ExcludedFromBuild>
  184. </ClCompile>
  185. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiMessage.cpp">
  186. <ExcludedFromBuild>true</ExcludedFromBuild>
  187. </ClCompile>
  188. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiMessageSequence.cpp">
  189. <ExcludedFromBuild>true</ExcludedFromBuild>
  190. </ClCompile>
  191. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiRPN.cpp">
  192. <ExcludedFromBuild>true</ExcludedFromBuild>
  193. </ClCompile>
  194. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPEInstrument.cpp">
  195. <ExcludedFromBuild>true</ExcludedFromBuild>
  196. </ClCompile>
  197. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPEMessages.cpp">
  198. <ExcludedFromBuild>true</ExcludedFromBuild>
  199. </ClCompile>
  200. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPENote.cpp">
  201. <ExcludedFromBuild>true</ExcludedFromBuild>
  202. </ClCompile>
  203. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPESynthesiser.cpp">
  204. <ExcludedFromBuild>true</ExcludedFromBuild>
  205. </ClCompile>
  206. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPESynthesiserBase.cpp">
  207. <ExcludedFromBuild>true</ExcludedFromBuild>
  208. </ClCompile>
  209. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPESynthesiserVoice.cpp">
  210. <ExcludedFromBuild>true</ExcludedFromBuild>
  211. </ClCompile>
  212. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPEUtils.cpp">
  213. <ExcludedFromBuild>true</ExcludedFromBuild>
  214. </ClCompile>
  215. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPEValue.cpp">
  216. <ExcludedFromBuild>true</ExcludedFromBuild>
  217. </ClCompile>
  218. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPEZoneLayout.cpp">
  219. <ExcludedFromBuild>true</ExcludedFromBuild>
  220. </ClCompile>
  221. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\sources\juce_BufferingAudioSource.cpp">
  222. <ExcludedFromBuild>true</ExcludedFromBuild>
  223. </ClCompile>
  224. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\sources\juce_ChannelRemappingAudioSource.cpp">
  225. <ExcludedFromBuild>true</ExcludedFromBuild>
  226. </ClCompile>
  227. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\sources\juce_IIRFilterAudioSource.cpp">
  228. <ExcludedFromBuild>true</ExcludedFromBuild>
  229. </ClCompile>
  230. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\sources\juce_MemoryAudioSource.cpp">
  231. <ExcludedFromBuild>true</ExcludedFromBuild>
  232. </ClCompile>
  233. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\sources\juce_MixerAudioSource.cpp">
  234. <ExcludedFromBuild>true</ExcludedFromBuild>
  235. </ClCompile>
  236. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\sources\juce_PositionableAudioSource.cpp">
  237. <ExcludedFromBuild>true</ExcludedFromBuild>
  238. </ClCompile>
  239. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\sources\juce_ResamplingAudioSource.cpp">
  240. <ExcludedFromBuild>true</ExcludedFromBuild>
  241. </ClCompile>
  242. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\sources\juce_ReverbAudioSource.cpp">
  243. <ExcludedFromBuild>true</ExcludedFromBuild>
  244. </ClCompile>
  245. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\sources\juce_ToneGeneratorAudioSource.cpp">
  246. <ExcludedFromBuild>true</ExcludedFromBuild>
  247. </ClCompile>
  248. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\synthesisers\juce_Synthesiser.cpp">
  249. <ExcludedFromBuild>true</ExcludedFromBuild>
  250. </ClCompile>
  251. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_ADSR_test.cpp">
  252. <ExcludedFromBuild>true</ExcludedFromBuild>
  253. </ClCompile>
  254. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_AudioWorkgroup.cpp">
  255. <ExcludedFromBuild>true</ExcludedFromBuild>
  256. </ClCompile>
  257. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_IIRFilter.cpp">
  258. <ExcludedFromBuild>true</ExcludedFromBuild>
  259. </ClCompile>
  260. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_Interpolators.cpp">
  261. <ExcludedFromBuild>true</ExcludedFromBuild>
  262. </ClCompile>
  263. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_LagrangeInterpolator.cpp">
  264. <ExcludedFromBuild>true</ExcludedFromBuild>
  265. </ClCompile>
  266. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_SmoothedValue.cpp">
  267. <ExcludedFromBuild>true</ExcludedFromBuild>
  268. </ClCompile>
  269. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_WindowedSincInterpolator.cpp">
  270. <ExcludedFromBuild>true</ExcludedFromBuild>
  271. </ClCompile>
  272. <ClCompile Include="..\..\..\..\modules\juce_audio_basics\juce_audio_basics.cpp">
  273. <ExcludedFromBuild>true</ExcludedFromBuild>
  274. </ClCompile>
  275. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\audio_io\juce_AudioDeviceManager.cpp">
  276. <ExcludedFromBuild>true</ExcludedFromBuild>
  277. </ClCompile>
  278. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\audio_io\juce_AudioIODevice.cpp">
  279. <ExcludedFromBuild>true</ExcludedFromBuild>
  280. </ClCompile>
  281. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\audio_io\juce_AudioIODeviceType.cpp">
  282. <ExcludedFromBuild>true</ExcludedFromBuild>
  283. </ClCompile>
  284. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\audio_io\juce_SampleRateHelpers.cpp">
  285. <ExcludedFromBuild>true</ExcludedFromBuild>
  286. </ClCompile>
  287. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\midi_io\juce_MidiDevices.cpp">
  288. <ExcludedFromBuild>true</ExcludedFromBuild>
  289. </ClCompile>
  290. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\midi_io\juce_MidiMessageCollector.cpp">
  291. <ExcludedFromBuild>true</ExcludedFromBuild>
  292. </ClCompile>
  293. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\aaudio\AAudioLoader.cpp">
  294. <ExcludedFromBuild>true</ExcludedFromBuild>
  295. </ClCompile>
  296. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\aaudio\AudioStreamAAudio.cpp">
  297. <ExcludedFromBuild>true</ExcludedFromBuild>
  298. </ClCompile>
  299. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\AdpfWrapper.cpp">
  300. <ExcludedFromBuild>true</ExcludedFromBuild>
  301. </ClCompile>
  302. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\AudioSourceCaller.cpp">
  303. <ExcludedFromBuild>true</ExcludedFromBuild>
  304. </ClCompile>
  305. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\AudioStream.cpp">
  306. <ExcludedFromBuild>true</ExcludedFromBuild>
  307. </ClCompile>
  308. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\AudioStreamBuilder.cpp">
  309. <ExcludedFromBuild>true</ExcludedFromBuild>
  310. </ClCompile>
  311. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\DataConversionFlowGraph.cpp">
  312. <ExcludedFromBuild>true</ExcludedFromBuild>
  313. </ClCompile>
  314. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\FilterAudioStream.cpp">
  315. <ExcludedFromBuild>true</ExcludedFromBuild>
  316. </ClCompile>
  317. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\FixedBlockAdapter.cpp">
  318. <ExcludedFromBuild>true</ExcludedFromBuild>
  319. </ClCompile>
  320. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\FixedBlockReader.cpp">
  321. <ExcludedFromBuild>true</ExcludedFromBuild>
  322. </ClCompile>
  323. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\FixedBlockWriter.cpp">
  324. <ExcludedFromBuild>true</ExcludedFromBuild>
  325. </ClCompile>
  326. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\LatencyTuner.cpp">
  327. <ExcludedFromBuild>true</ExcludedFromBuild>
  328. </ClCompile>
  329. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\OboeExtensions.cpp">
  330. <ExcludedFromBuild>true</ExcludedFromBuild>
  331. </ClCompile>
  332. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\QuirksManager.cpp">
  333. <ExcludedFromBuild>true</ExcludedFromBuild>
  334. </ClCompile>
  335. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\SourceFloatCaller.cpp">
  336. <ExcludedFromBuild>true</ExcludedFromBuild>
  337. </ClCompile>
  338. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\SourceI16Caller.cpp">
  339. <ExcludedFromBuild>true</ExcludedFromBuild>
  340. </ClCompile>
  341. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\SourceI24Caller.cpp">
  342. <ExcludedFromBuild>true</ExcludedFromBuild>
  343. </ClCompile>
  344. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\SourceI32Caller.cpp">
  345. <ExcludedFromBuild>true</ExcludedFromBuild>
  346. </ClCompile>
  347. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\StabilizedCallback.cpp">
  348. <ExcludedFromBuild>true</ExcludedFromBuild>
  349. </ClCompile>
  350. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\Trace.cpp">
  351. <ExcludedFromBuild>true</ExcludedFromBuild>
  352. </ClCompile>
  353. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\Utilities.cpp">
  354. <ExcludedFromBuild>true</ExcludedFromBuild>
  355. </ClCompile>
  356. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\Version.cpp">
  357. <ExcludedFromBuild>true</ExcludedFromBuild>
  358. </ClCompile>
  359. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\fifo\FifoBuffer.cpp">
  360. <ExcludedFromBuild>true</ExcludedFromBuild>
  361. </ClCompile>
  362. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\fifo\FifoController.cpp">
  363. <ExcludedFromBuild>true</ExcludedFromBuild>
  364. </ClCompile>
  365. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\fifo\FifoControllerBase.cpp">
  366. <ExcludedFromBuild>true</ExcludedFromBuild>
  367. </ClCompile>
  368. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\fifo\FifoControllerIndirect.cpp">
  369. <ExcludedFromBuild>true</ExcludedFromBuild>
  370. </ClCompile>
  371. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\IntegerRatio.cpp">
  372. <ExcludedFromBuild>true</ExcludedFromBuild>
  373. </ClCompile>
  374. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\LinearResampler.cpp">
  375. <ExcludedFromBuild>true</ExcludedFromBuild>
  376. </ClCompile>
  377. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\MultiChannelResampler.cpp">
  378. <ExcludedFromBuild>true</ExcludedFromBuild>
  379. </ClCompile>
  380. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\PolyphaseResampler.cpp">
  381. <ExcludedFromBuild>true</ExcludedFromBuild>
  382. </ClCompile>
  383. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\PolyphaseResamplerMono.cpp">
  384. <ExcludedFromBuild>true</ExcludedFromBuild>
  385. </ClCompile>
  386. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\PolyphaseResamplerStereo.cpp">
  387. <ExcludedFromBuild>true</ExcludedFromBuild>
  388. </ClCompile>
  389. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\SincResampler.cpp">
  390. <ExcludedFromBuild>true</ExcludedFromBuild>
  391. </ClCompile>
  392. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\SincResamplerStereo.cpp">
  393. <ExcludedFromBuild>true</ExcludedFromBuild>
  394. </ClCompile>
  395. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\ChannelCountConverter.cpp">
  396. <ExcludedFromBuild>true</ExcludedFromBuild>
  397. </ClCompile>
  398. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\ClipToRange.cpp">
  399. <ExcludedFromBuild>true</ExcludedFromBuild>
  400. </ClCompile>
  401. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\FlowGraphNode.cpp">
  402. <ExcludedFromBuild>true</ExcludedFromBuild>
  403. </ClCompile>
  404. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\Limiter.cpp">
  405. <ExcludedFromBuild>true</ExcludedFromBuild>
  406. </ClCompile>
  407. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\ManyToMultiConverter.cpp">
  408. <ExcludedFromBuild>true</ExcludedFromBuild>
  409. </ClCompile>
  410. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\MonoBlend.cpp">
  411. <ExcludedFromBuild>true</ExcludedFromBuild>
  412. </ClCompile>
  413. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\MonoToMultiConverter.cpp">
  414. <ExcludedFromBuild>true</ExcludedFromBuild>
  415. </ClCompile>
  416. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\MultiToManyConverter.cpp">
  417. <ExcludedFromBuild>true</ExcludedFromBuild>
  418. </ClCompile>
  419. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\MultiToMonoConverter.cpp">
  420. <ExcludedFromBuild>true</ExcludedFromBuild>
  421. </ClCompile>
  422. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\RampLinear.cpp">
  423. <ExcludedFromBuild>true</ExcludedFromBuild>
  424. </ClCompile>
  425. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SampleRateConverter.cpp">
  426. <ExcludedFromBuild>true</ExcludedFromBuild>
  427. </ClCompile>
  428. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SinkFloat.cpp">
  429. <ExcludedFromBuild>true</ExcludedFromBuild>
  430. </ClCompile>
  431. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SinkI16.cpp">
  432. <ExcludedFromBuild>true</ExcludedFromBuild>
  433. </ClCompile>
  434. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SinkI24.cpp">
  435. <ExcludedFromBuild>true</ExcludedFromBuild>
  436. </ClCompile>
  437. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SinkI32.cpp">
  438. <ExcludedFromBuild>true</ExcludedFromBuild>
  439. </ClCompile>
  440. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SourceFloat.cpp">
  441. <ExcludedFromBuild>true</ExcludedFromBuild>
  442. </ClCompile>
  443. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SourceI16.cpp">
  444. <ExcludedFromBuild>true</ExcludedFromBuild>
  445. </ClCompile>
  446. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SourceI24.cpp">
  447. <ExcludedFromBuild>true</ExcludedFromBuild>
  448. </ClCompile>
  449. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SourceI32.cpp">
  450. <ExcludedFromBuild>true</ExcludedFromBuild>
  451. </ClCompile>
  452. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\AudioInputStreamOpenSLES.cpp">
  453. <ExcludedFromBuild>true</ExcludedFromBuild>
  454. </ClCompile>
  455. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\AudioOutputStreamOpenSLES.cpp">
  456. <ExcludedFromBuild>true</ExcludedFromBuild>
  457. </ClCompile>
  458. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\AudioStreamBuffered.cpp">
  459. <ExcludedFromBuild>true</ExcludedFromBuild>
  460. </ClCompile>
  461. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\AudioStreamOpenSLES.cpp">
  462. <ExcludedFromBuild>true</ExcludedFromBuild>
  463. </ClCompile>
  464. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\EngineOpenSLES.cpp">
  465. <ExcludedFromBuild>true</ExcludedFromBuild>
  466. </ClCompile>
  467. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\OpenSLESUtilities.cpp">
  468. <ExcludedFromBuild>true</ExcludedFromBuild>
  469. </ClCompile>
  470. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\OutputMixerOpenSLES.cpp">
  471. <ExcludedFromBuild>true</ExcludedFromBuild>
  472. </ClCompile>
  473. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_ALSA_linux.cpp">
  474. <ExcludedFromBuild>true</ExcludedFromBuild>
  475. </ClCompile>
  476. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_ASIO_windows.cpp">
  477. <ExcludedFromBuild>true</ExcludedFromBuild>
  478. </ClCompile>
  479. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Audio_android.cpp">
  480. <ExcludedFromBuild>true</ExcludedFromBuild>
  481. </ClCompile>
  482. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Audio_ios.cpp">
  483. <ExcludedFromBuild>true</ExcludedFromBuild>
  484. </ClCompile>
  485. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Bela_linux.cpp">
  486. <ExcludedFromBuild>true</ExcludedFromBuild>
  487. </ClCompile>
  488. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_CoreAudio_mac.cpp">
  489. <ExcludedFromBuild>true</ExcludedFromBuild>
  490. </ClCompile>
  491. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_DirectSound_windows.cpp">
  492. <ExcludedFromBuild>true</ExcludedFromBuild>
  493. </ClCompile>
  494. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio_linux.cpp">
  495. <ExcludedFromBuild>true</ExcludedFromBuild>
  496. </ClCompile>
  497. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Midi_android.cpp">
  498. <ExcludedFromBuild>true</ExcludedFromBuild>
  499. </ClCompile>
  500. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Midi_linux.cpp">
  501. <ExcludedFromBuild>true</ExcludedFromBuild>
  502. </ClCompile>
  503. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Midi_windows.cpp">
  504. <ExcludedFromBuild>true</ExcludedFromBuild>
  505. </ClCompile>
  506. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Oboe_android.cpp">
  507. <ExcludedFromBuild>true</ExcludedFromBuild>
  508. </ClCompile>
  509. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_OpenSL_android.cpp">
  510. <ExcludedFromBuild>true</ExcludedFromBuild>
  511. </ClCompile>
  512. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_WASAPI_windows.cpp">
  513. <ExcludedFromBuild>true</ExcludedFromBuild>
  514. </ClCompile>
  515. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\sources\juce_AudioSourcePlayer.cpp">
  516. <ExcludedFromBuild>true</ExcludedFromBuild>
  517. </ClCompile>
  518. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\sources\juce_AudioTransportSource.cpp">
  519. <ExcludedFromBuild>true</ExcludedFromBuild>
  520. </ClCompile>
  521. <ClCompile Include="..\..\..\..\modules\juce_audio_devices\juce_audio_devices.cpp">
  522. <ExcludedFromBuild>true</ExcludedFromBuild>
  523. </ClCompile>
  524. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\deduplication\bitreader_read_rice_signed_block.c">
  525. <ExcludedFromBuild>true</ExcludedFromBuild>
  526. </ClCompile>
  527. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\deduplication\lpc_compute_autocorrelation_intrin.c">
  528. <ExcludedFromBuild>true</ExcludedFromBuild>
  529. </ClCompile>
  530. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\deduplication\lpc_compute_autocorrelation_intrin_neon.c">
  531. <ExcludedFromBuild>true</ExcludedFromBuild>
  532. </ClCompile>
  533. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\bitmath.c">
  534. <ExcludedFromBuild>true</ExcludedFromBuild>
  535. </ClCompile>
  536. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\bitreader.c">
  537. <ExcludedFromBuild>true</ExcludedFromBuild>
  538. </ClCompile>
  539. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\bitwriter.c">
  540. <ExcludedFromBuild>true</ExcludedFromBuild>
  541. </ClCompile>
  542. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\cpu.c">
  543. <ExcludedFromBuild>true</ExcludedFromBuild>
  544. </ClCompile>
  545. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\crc.c">
  546. <ExcludedFromBuild>true</ExcludedFromBuild>
  547. </ClCompile>
  548. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\fixed.c">
  549. <ExcludedFromBuild>true</ExcludedFromBuild>
  550. </ClCompile>
  551. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\float.c">
  552. <ExcludedFromBuild>true</ExcludedFromBuild>
  553. </ClCompile>
  554. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\format.c">
  555. <ExcludedFromBuild>true</ExcludedFromBuild>
  556. </ClCompile>
  557. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\lpc_flac.c">
  558. <ExcludedFromBuild>true</ExcludedFromBuild>
  559. </ClCompile>
  560. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\lpc_intrin_neon.c">
  561. <ExcludedFromBuild>true</ExcludedFromBuild>
  562. </ClCompile>
  563. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\md5.c">
  564. <ExcludedFromBuild>true</ExcludedFromBuild>
  565. </ClCompile>
  566. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\memory.c">
  567. <ExcludedFromBuild>true</ExcludedFromBuild>
  568. </ClCompile>
  569. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\stream_decoder.c">
  570. <ExcludedFromBuild>true</ExcludedFromBuild>
  571. </ClCompile>
  572. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\stream_encoder.c">
  573. <ExcludedFromBuild>true</ExcludedFromBuild>
  574. </ClCompile>
  575. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\stream_encoder_framing.c">
  576. <ExcludedFromBuild>true</ExcludedFromBuild>
  577. </ClCompile>
  578. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\window_flac.c">
  579. <ExcludedFromBuild>true</ExcludedFromBuild>
  580. </ClCompile>
  581. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\analysis.c">
  582. <ExcludedFromBuild>true</ExcludedFromBuild>
  583. </ClCompile>
  584. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\bitrate.c">
  585. <ExcludedFromBuild>true</ExcludedFromBuild>
  586. </ClCompile>
  587. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\block.c">
  588. <ExcludedFromBuild>true</ExcludedFromBuild>
  589. </ClCompile>
  590. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\codebook.c">
  591. <ExcludedFromBuild>true</ExcludedFromBuild>
  592. </ClCompile>
  593. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\envelope.c">
  594. <ExcludedFromBuild>true</ExcludedFromBuild>
  595. </ClCompile>
  596. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\floor0.c">
  597. <ExcludedFromBuild>true</ExcludedFromBuild>
  598. </ClCompile>
  599. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\floor1.c">
  600. <ExcludedFromBuild>true</ExcludedFromBuild>
  601. </ClCompile>
  602. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\info.c">
  603. <ExcludedFromBuild>true</ExcludedFromBuild>
  604. </ClCompile>
  605. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\lookup.c">
  606. <ExcludedFromBuild>true</ExcludedFromBuild>
  607. </ClCompile>
  608. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\lpc.c">
  609. <ExcludedFromBuild>true</ExcludedFromBuild>
  610. </ClCompile>
  611. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\lsp.c">
  612. <ExcludedFromBuild>true</ExcludedFromBuild>
  613. </ClCompile>
  614. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\mapping0.c">
  615. <ExcludedFromBuild>true</ExcludedFromBuild>
  616. </ClCompile>
  617. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\mdct.c">
  618. <ExcludedFromBuild>true</ExcludedFromBuild>
  619. </ClCompile>
  620. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\misc.c">
  621. <ExcludedFromBuild>true</ExcludedFromBuild>
  622. </ClCompile>
  623. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\psy.c">
  624. <ExcludedFromBuild>true</ExcludedFromBuild>
  625. </ClCompile>
  626. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\registry.c">
  627. <ExcludedFromBuild>true</ExcludedFromBuild>
  628. </ClCompile>
  629. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\res0.c">
  630. <ExcludedFromBuild>true</ExcludedFromBuild>
  631. </ClCompile>
  632. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\sharedbook.c">
  633. <ExcludedFromBuild>true</ExcludedFromBuild>
  634. </ClCompile>
  635. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\smallft.c">
  636. <ExcludedFromBuild>true</ExcludedFromBuild>
  637. </ClCompile>
  638. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\synthesis.c">
  639. <ExcludedFromBuild>true</ExcludedFromBuild>
  640. </ClCompile>
  641. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\vorbisenc.c">
  642. <ExcludedFromBuild>true</ExcludedFromBuild>
  643. </ClCompile>
  644. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\vorbisfile.c">
  645. <ExcludedFromBuild>true</ExcludedFromBuild>
  646. </ClCompile>
  647. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\window.c">
  648. <ExcludedFromBuild>true</ExcludedFromBuild>
  649. </ClCompile>
  650. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\bitwise.c">
  651. <ExcludedFromBuild>true</ExcludedFromBuild>
  652. </ClCompile>
  653. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\framing.c">
  654. <ExcludedFromBuild>true</ExcludedFromBuild>
  655. </ClCompile>
  656. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_AiffAudioFormat.cpp">
  657. <ExcludedFromBuild>true</ExcludedFromBuild>
  658. </ClCompile>
  659. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_CoreAudioFormat.cpp">
  660. <ExcludedFromBuild>true</ExcludedFromBuild>
  661. </ClCompile>
  662. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_FlacAudioFormat.cpp">
  663. <ExcludedFromBuild>true</ExcludedFromBuild>
  664. </ClCompile>
  665. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_LAMEEncoderAudioFormat.cpp">
  666. <ExcludedFromBuild>true</ExcludedFromBuild>
  667. </ClCompile>
  668. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_MP3AudioFormat.cpp">
  669. <ExcludedFromBuild>true</ExcludedFromBuild>
  670. </ClCompile>
  671. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_OggVorbisAudioFormat.cpp">
  672. <ExcludedFromBuild>true</ExcludedFromBuild>
  673. </ClCompile>
  674. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_WavAudioFormat.cpp">
  675. <ExcludedFromBuild>true</ExcludedFromBuild>
  676. </ClCompile>
  677. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_WindowsMediaAudioFormat.cpp">
  678. <ExcludedFromBuild>true</ExcludedFromBuild>
  679. </ClCompile>
  680. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\format\juce_ARAAudioReaders.cpp">
  681. <ExcludedFromBuild>true</ExcludedFromBuild>
  682. </ClCompile>
  683. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioFormat.cpp">
  684. <ExcludedFromBuild>true</ExcludedFromBuild>
  685. </ClCompile>
  686. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioFormatManager.cpp">
  687. <ExcludedFromBuild>true</ExcludedFromBuild>
  688. </ClCompile>
  689. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioFormatReader.cpp">
  690. <ExcludedFromBuild>true</ExcludedFromBuild>
  691. </ClCompile>
  692. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioFormatReaderSource.cpp">
  693. <ExcludedFromBuild>true</ExcludedFromBuild>
  694. </ClCompile>
  695. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioFormatWriter.cpp">
  696. <ExcludedFromBuild>true</ExcludedFromBuild>
  697. </ClCompile>
  698. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioSubsectionReader.cpp">
  699. <ExcludedFromBuild>true</ExcludedFromBuild>
  700. </ClCompile>
  701. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\format\juce_BufferingAudioFormatReader.cpp">
  702. <ExcludedFromBuild>true</ExcludedFromBuild>
  703. </ClCompile>
  704. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\sampler\juce_Sampler.cpp">
  705. <ExcludedFromBuild>true</ExcludedFromBuild>
  706. </ClCompile>
  707. <ClCompile Include="..\..\..\..\modules\juce_audio_formats\juce_audio_formats.cpp">
  708. <ExcludedFromBuild>true</ExcludedFromBuild>
  709. </ClCompile>
  710. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format\juce_AudioPluginFormat.cpp">
  711. <ExcludedFromBuild>true</ExcludedFromBuild>
  712. </ClCompile>
  713. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format\juce_AudioPluginFormatManager.cpp">
  714. <ExcludedFromBuild>true</ExcludedFromBuild>
  715. </ClCompile>
  716. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\zix\tree.c">
  717. <ExcludedFromBuild>true</ExcludedFromBuild>
  718. </ClCompile>
  719. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\collections.c">
  720. <ExcludedFromBuild>true</ExcludedFromBuild>
  721. </ClCompile>
  722. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\filesystem.c">
  723. <ExcludedFromBuild>true</ExcludedFromBuild>
  724. </ClCompile>
  725. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\instance.c">
  726. <ExcludedFromBuild>true</ExcludedFromBuild>
  727. </ClCompile>
  728. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\lib.c">
  729. <ExcludedFromBuild>true</ExcludedFromBuild>
  730. </ClCompile>
  731. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\node.c">
  732. <ExcludedFromBuild>true</ExcludedFromBuild>
  733. </ClCompile>
  734. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\plugin.c">
  735. <ExcludedFromBuild>true</ExcludedFromBuild>
  736. </ClCompile>
  737. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\pluginclass.c">
  738. <ExcludedFromBuild>true</ExcludedFromBuild>
  739. </ClCompile>
  740. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\port.c">
  741. <ExcludedFromBuild>true</ExcludedFromBuild>
  742. </ClCompile>
  743. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\query.c">
  744. <ExcludedFromBuild>true</ExcludedFromBuild>
  745. </ClCompile>
  746. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\scalepoint.c">
  747. <ExcludedFromBuild>true</ExcludedFromBuild>
  748. </ClCompile>
  749. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\state.c">
  750. <ExcludedFromBuild>true</ExcludedFromBuild>
  751. </ClCompile>
  752. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\ui.c">
  753. <ExcludedFromBuild>true</ExcludedFromBuild>
  754. </ClCompile>
  755. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\util.c">
  756. <ExcludedFromBuild>true</ExcludedFromBuild>
  757. </ClCompile>
  758. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\world.c">
  759. <ExcludedFromBuild>true</ExcludedFromBuild>
  760. </ClCompile>
  761. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\atom\atom-test-utils.c">
  762. <ExcludedFromBuild>true</ExcludedFromBuild>
  763. </ClCompile>
  764. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\atom\atom-test.c">
  765. <ExcludedFromBuild>true</ExcludedFromBuild>
  766. </ClCompile>
  767. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\atom\forge-overflow-test.c">
  768. <ExcludedFromBuild>true</ExcludedFromBuild>
  769. </ClCompile>
  770. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\base64.c">
  771. <ExcludedFromBuild>true</ExcludedFromBuild>
  772. </ClCompile>
  773. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\byte_source.c">
  774. <ExcludedFromBuild>true</ExcludedFromBuild>
  775. </ClCompile>
  776. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\env.c">
  777. <ExcludedFromBuild>true</ExcludedFromBuild>
  778. </ClCompile>
  779. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\n3.c">
  780. <ExcludedFromBuild>true</ExcludedFromBuild>
  781. </ClCompile>
  782. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\node.c">
  783. <ExcludedFromBuild>true</ExcludedFromBuild>
  784. </ClCompile>
  785. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\reader.c">
  786. <ExcludedFromBuild>true</ExcludedFromBuild>
  787. </ClCompile>
  788. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\serdi.c">
  789. <ExcludedFromBuild>true</ExcludedFromBuild>
  790. </ClCompile>
  791. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\string.c">
  792. <ExcludedFromBuild>true</ExcludedFromBuild>
  793. </ClCompile>
  794. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\system.c">
  795. <ExcludedFromBuild>true</ExcludedFromBuild>
  796. </ClCompile>
  797. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\uri.c">
  798. <ExcludedFromBuild>true</ExcludedFromBuild>
  799. </ClCompile>
  800. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\writer.c">
  801. <ExcludedFromBuild>true</ExcludedFromBuild>
  802. </ClCompile>
  803. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\zix\btree.c">
  804. <ExcludedFromBuild>true</ExcludedFromBuild>
  805. </ClCompile>
  806. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\zix\digest.c">
  807. <ExcludedFromBuild>true</ExcludedFromBuild>
  808. </ClCompile>
  809. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\zix\hash.c">
  810. <ExcludedFromBuild>true</ExcludedFromBuild>
  811. </ClCompile>
  812. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\sord.c">
  813. <ExcludedFromBuild>true</ExcludedFromBuild>
  814. </ClCompile>
  815. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\sord_test.c">
  816. <ExcludedFromBuild>true</ExcludedFromBuild>
  817. </ClCompile>
  818. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\sord_validate.c">
  819. <ExcludedFromBuild>true</ExcludedFromBuild>
  820. </ClCompile>
  821. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\sordi.c">
  822. <ExcludedFromBuild>true</ExcludedFromBuild>
  823. </ClCompile>
  824. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\sordmm_test.cpp">
  825. <ExcludedFromBuild>true</ExcludedFromBuild>
  826. </ClCompile>
  827. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\syntax.c">
  828. <ExcludedFromBuild>true</ExcludedFromBuild>
  829. </ClCompile>
  830. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sratom\src\sratom.c">
  831. <ExcludedFromBuild>true</ExcludedFromBuild>
  832. </ClCompile>
  833. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\baseiids.cpp">
  834. <ExcludedFromBuild>true</ExcludedFromBuild>
  835. </ClCompile>
  836. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fbuffer.cpp">
  837. <ExcludedFromBuild>true</ExcludedFromBuild>
  838. </ClCompile>
  839. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fdebug.cpp">
  840. <ExcludedFromBuild>true</ExcludedFromBuild>
  841. </ClCompile>
  842. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fobject.cpp">
  843. <ExcludedFromBuild>true</ExcludedFromBuild>
  844. </ClCompile>
  845. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fstreamer.cpp">
  846. <ExcludedFromBuild>true</ExcludedFromBuild>
  847. </ClCompile>
  848. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fstring.cpp">
  849. <ExcludedFromBuild>true</ExcludedFromBuild>
  850. </ClCompile>
  851. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\updatehandler.cpp">
  852. <ExcludedFromBuild>true</ExcludedFromBuild>
  853. </ClCompile>
  854. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\thread\source\flock.cpp">
  855. <ExcludedFromBuild>true</ExcludedFromBuild>
  856. </ClCompile>
  857. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\conststringtable.cpp">
  858. <ExcludedFromBuild>true</ExcludedFromBuild>
  859. </ClCompile>
  860. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\coreiids.cpp">
  861. <ExcludedFromBuild>true</ExcludedFromBuild>
  862. </ClCompile>
  863. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\funknown.cpp">
  864. <ExcludedFromBuild>true</ExcludedFromBuild>
  865. </ClCompile>
  866. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\ustring.cpp">
  867. <ExcludedFromBuild>true</ExcludedFromBuild>
  868. </ClCompile>
  869. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\samples\vst-utilities\moduleinfotool\source\main.cpp">
  870. <ExcludedFromBuild>true</ExcludedFromBuild>
  871. </ClCompile>
  872. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\common\memorystream.cpp">
  873. <ExcludedFromBuild>true</ExcludedFromBuild>
  874. </ClCompile>
  875. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\common\pluginview.cpp">
  876. <ExcludedFromBuild>true</ExcludedFromBuild>
  877. </ClCompile>
  878. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\common\readfile.cpp">
  879. <ExcludedFromBuild>true</ExcludedFromBuild>
  880. </ClCompile>
  881. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\hosting\hostclasses.cpp">
  882. <ExcludedFromBuild>true</ExcludedFromBuild>
  883. </ClCompile>
  884. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\hosting\module.cpp">
  885. <ExcludedFromBuild>true</ExcludedFromBuild>
  886. </ClCompile>
  887. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\hosting\module_linux.cpp">
  888. <ExcludedFromBuild>true</ExcludedFromBuild>
  889. </ClCompile>
  890. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\hosting\module_win32.cpp">
  891. <ExcludedFromBuild>true</ExcludedFromBuild>
  892. </ClCompile>
  893. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\hosting\pluginterfacesupport.cpp">
  894. <ExcludedFromBuild>true</ExcludedFromBuild>
  895. </ClCompile>
  896. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\moduleinfo\moduleinfocreator.cpp">
  897. <ExcludedFromBuild>true</ExcludedFromBuild>
  898. </ClCompile>
  899. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\moduleinfo\moduleinfoparser.cpp">
  900. <ExcludedFromBuild>true</ExcludedFromBuild>
  901. </ClCompile>
  902. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\utility\stringconvert.cpp">
  903. <ExcludedFromBuild>true</ExcludedFromBuild>
  904. </ClCompile>
  905. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstbus.cpp">
  906. <ExcludedFromBuild>true</ExcludedFromBuild>
  907. </ClCompile>
  908. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstcomponent.cpp">
  909. <ExcludedFromBuild>true</ExcludedFromBuild>
  910. </ClCompile>
  911. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstcomponentbase.cpp">
  912. <ExcludedFromBuild>true</ExcludedFromBuild>
  913. </ClCompile>
  914. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vsteditcontroller.cpp">
  915. <ExcludedFromBuild>true</ExcludedFromBuild>
  916. </ClCompile>
  917. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstinitiids.cpp">
  918. <ExcludedFromBuild>true</ExcludedFromBuild>
  919. </ClCompile>
  920. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstparameters.cpp">
  921. <ExcludedFromBuild>true</ExcludedFromBuild>
  922. </ClCompile>
  923. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstpresetfile.cpp">
  924. <ExcludedFromBuild>true</ExcludedFromBuild>
  925. </ClCompile>
  926. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_ARACommon.cpp">
  927. <ExcludedFromBuild>true</ExcludedFromBuild>
  928. </ClCompile>
  929. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_ARAHosting.cpp">
  930. <ExcludedFromBuild>true</ExcludedFromBuild>
  931. </ClCompile>
  932. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.cpp">
  933. <ExcludedFromBuild>true</ExcludedFromBuild>
  934. </ClCompile>
  935. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LegacyAudioParameter.cpp">
  936. <ExcludedFromBuild>true</ExcludedFromBuild>
  937. </ClCompile>
  938. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LV2PluginFormat.cpp">
  939. <ExcludedFromBuild>true</ExcludedFromBuild>
  940. </ClCompile>
  941. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LV2PluginFormat_test.cpp">
  942. <ExcludedFromBuild>true</ExcludedFromBuild>
  943. </ClCompile>
  944. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LV2SupportLibs.cpp">
  945. <ExcludedFromBuild>true</ExcludedFromBuild>
  946. </ClCompile>
  947. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.cpp">
  948. <ExcludedFromBuild>true</ExcludedFromBuild>
  949. </ClCompile>
  950. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat_test.cpp">
  951. <ExcludedFromBuild>true</ExcludedFromBuild>
  952. </ClCompile>
  953. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.cpp">
  954. <ExcludedFromBuild>true</ExcludedFromBuild>
  955. </ClCompile>
  956. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioPluginInstance.cpp">
  957. <ExcludedFromBuild>true</ExcludedFromBuild>
  958. </ClCompile>
  959. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessor.cpp">
  960. <ExcludedFromBuild>true</ExcludedFromBuild>
  961. </ClCompile>
  962. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorEditor.cpp">
  963. <ExcludedFromBuild>true</ExcludedFromBuild>
  964. </ClCompile>
  965. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorGraph.cpp">
  966. <ExcludedFromBuild>true</ExcludedFromBuild>
  967. </ClCompile>
  968. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorParameterGroup.cpp">
  969. <ExcludedFromBuild>true</ExcludedFromBuild>
  970. </ClCompile>
  971. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\processors\juce_GenericAudioProcessorEditor.cpp">
  972. <ExcludedFromBuild>true</ExcludedFromBuild>
  973. </ClCompile>
  974. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\processors\juce_PluginDescription.cpp">
  975. <ExcludedFromBuild>true</ExcludedFromBuild>
  976. </ClCompile>
  977. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\scanning\juce_KnownPluginList.cpp">
  978. <ExcludedFromBuild>true</ExcludedFromBuild>
  979. </ClCompile>
  980. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\scanning\juce_PluginDirectoryScanner.cpp">
  981. <ExcludedFromBuild>true</ExcludedFromBuild>
  982. </ClCompile>
  983. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\scanning\juce_PluginListComponent.cpp">
  984. <ExcludedFromBuild>true</ExcludedFromBuild>
  985. </ClCompile>
  986. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_ARA_utils.cpp">
  987. <ExcludedFromBuild>true</ExcludedFromBuild>
  988. </ClCompile>
  989. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_ARADocumentController.cpp">
  990. <ExcludedFromBuild>true</ExcludedFromBuild>
  991. </ClCompile>
  992. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_ARADocumentControllerCommon.cpp">
  993. <ExcludedFromBuild>true</ExcludedFromBuild>
  994. </ClCompile>
  995. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_ARAModelObjects.cpp">
  996. <ExcludedFromBuild>true</ExcludedFromBuild>
  997. </ClCompile>
  998. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_ARAPlugInInstanceRoles.cpp">
  999. <ExcludedFromBuild>true</ExcludedFromBuild>
  1000. </ClCompile>
  1001. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_AudioProcessor_ARAExtensions.cpp">
  1002. <ExcludedFromBuild>true</ExcludedFromBuild>
  1003. </ClCompile>
  1004. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AAXClientExtensions.cpp">
  1005. <ExcludedFromBuild>true</ExcludedFromBuild>
  1006. </ClCompile>
  1007. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioParameterBool.cpp">
  1008. <ExcludedFromBuild>true</ExcludedFromBuild>
  1009. </ClCompile>
  1010. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioParameterChoice.cpp">
  1011. <ExcludedFromBuild>true</ExcludedFromBuild>
  1012. </ClCompile>
  1013. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioParameterFloat.cpp">
  1014. <ExcludedFromBuild>true</ExcludedFromBuild>
  1015. </ClCompile>
  1016. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioParameterInt.cpp">
  1017. <ExcludedFromBuild>true</ExcludedFromBuild>
  1018. </ClCompile>
  1019. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioProcessorParameterWithID.cpp">
  1020. <ExcludedFromBuild>true</ExcludedFromBuild>
  1021. </ClCompile>
  1022. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioProcessorValueTreeState.cpp">
  1023. <ExcludedFromBuild>true</ExcludedFromBuild>
  1024. </ClCompile>
  1025. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_ParameterAttachments.cpp">
  1026. <ExcludedFromBuild>true</ExcludedFromBuild>
  1027. </ClCompile>
  1028. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_PluginHostType.cpp">
  1029. <ExcludedFromBuild>true</ExcludedFromBuild>
  1030. </ClCompile>
  1031. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_RangedAudioParameter.cpp">
  1032. <ExcludedFromBuild>true</ExcludedFromBuild>
  1033. </ClCompile>
  1034. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_VST2ClientExtensions.cpp">
  1035. <ExcludedFromBuild>true</ExcludedFromBuild>
  1036. </ClCompile>
  1037. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\juce_audio_processors.cpp">
  1038. <ExcludedFromBuild>true</ExcludedFromBuild>
  1039. </ClCompile>
  1040. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\juce_audio_processors_ara.cpp">
  1041. <ExcludedFromBuild>true</ExcludedFromBuild>
  1042. </ClCompile>
  1043. <ClCompile Include="..\..\..\..\modules\juce_audio_processors\juce_audio_processors_lv2_libs.cpp">
  1044. <ExcludedFromBuild>true</ExcludedFromBuild>
  1045. </ClCompile>
  1046. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\audio_cd\juce_AudioCDReader.cpp">
  1047. <ExcludedFromBuild>true</ExcludedFromBuild>
  1048. </ClCompile>
  1049. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioAppComponent.cpp">
  1050. <ExcludedFromBuild>true</ExcludedFromBuild>
  1051. </ClCompile>
  1052. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioDeviceSelectorComponent.cpp">
  1053. <ExcludedFromBuild>true</ExcludedFromBuild>
  1054. </ClCompile>
  1055. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioThumbnail.cpp">
  1056. <ExcludedFromBuild>true</ExcludedFromBuild>
  1057. </ClCompile>
  1058. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioThumbnailCache.cpp">
  1059. <ExcludedFromBuild>true</ExcludedFromBuild>
  1060. </ClCompile>
  1061. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioVisualiserComponent.cpp">
  1062. <ExcludedFromBuild>true</ExcludedFromBuild>
  1063. </ClCompile>
  1064. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\gui\juce_KeyboardComponentBase.cpp">
  1065. <ExcludedFromBuild>true</ExcludedFromBuild>
  1066. </ClCompile>
  1067. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\gui\juce_MidiKeyboardComponent.cpp">
  1068. <ExcludedFromBuild>true</ExcludedFromBuild>
  1069. </ClCompile>
  1070. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\gui\juce_MPEKeyboardComponent.cpp">
  1071. <ExcludedFromBuild>true</ExcludedFromBuild>
  1072. </ClCompile>
  1073. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\native\juce_AudioCDBurner_windows.cpp">
  1074. <ExcludedFromBuild>true</ExcludedFromBuild>
  1075. </ClCompile>
  1076. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\native\juce_AudioCDReader_linux.cpp">
  1077. <ExcludedFromBuild>true</ExcludedFromBuild>
  1078. </ClCompile>
  1079. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\native\juce_AudioCDReader_windows.cpp">
  1080. <ExcludedFromBuild>true</ExcludedFromBuild>
  1081. </ClCompile>
  1082. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\native\juce_BluetoothMidiDevicePairingDialogue_android.cpp">
  1083. <ExcludedFromBuild>true</ExcludedFromBuild>
  1084. </ClCompile>
  1085. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\native\juce_BluetoothMidiDevicePairingDialogue_linux.cpp">
  1086. <ExcludedFromBuild>true</ExcludedFromBuild>
  1087. </ClCompile>
  1088. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\native\juce_BluetoothMidiDevicePairingDialogue_windows.cpp">
  1089. <ExcludedFromBuild>true</ExcludedFromBuild>
  1090. </ClCompile>
  1091. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\players\juce_AudioProcessorPlayer.cpp">
  1092. <ExcludedFromBuild>true</ExcludedFromBuild>
  1093. </ClCompile>
  1094. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\players\juce_SoundPlayer.cpp">
  1095. <ExcludedFromBuild>true</ExcludedFromBuild>
  1096. </ClCompile>
  1097. <ClCompile Include="..\..\..\..\modules\juce_audio_utils\juce_audio_utils.cpp">
  1098. <ExcludedFromBuild>true</ExcludedFromBuild>
  1099. </ClCompile>
  1100. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.cpp">
  1101. <ExcludedFromBuild>true</ExcludedFromBuild>
  1102. </ClCompile>
  1103. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ArrayBase.cpp">
  1104. <ExcludedFromBuild>true</ExcludedFromBuild>
  1105. </ClCompile>
  1106. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_DynamicObject.cpp">
  1107. <ExcludedFromBuild>true</ExcludedFromBuild>
  1108. </ClCompile>
  1109. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_Enumerate_test.cpp">
  1110. <ExcludedFromBuild>true</ExcludedFromBuild>
  1111. </ClCompile>
  1112. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_FixedSizeFunction_test.cpp">
  1113. <ExcludedFromBuild>true</ExcludedFromBuild>
  1114. </ClCompile>
  1115. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_HashMap_test.cpp">
  1116. <ExcludedFromBuild>true</ExcludedFromBuild>
  1117. </ClCompile>
  1118. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ListenerList.cpp">
  1119. <ExcludedFromBuild>true</ExcludedFromBuild>
  1120. </ClCompile>
  1121. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp">
  1122. <ExcludedFromBuild>true</ExcludedFromBuild>
  1123. </ClCompile>
  1124. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_Optional_test.cpp">
  1125. <ExcludedFromBuild>true</ExcludedFromBuild>
  1126. </ClCompile>
  1127. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp">
  1128. <ExcludedFromBuild>true</ExcludedFromBuild>
  1129. </ClCompile>
  1130. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp">
  1131. <ExcludedFromBuild>true</ExcludedFromBuild>
  1132. </ClCompile>
  1133. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ReferenceCountedArray.cpp">
  1134. <ExcludedFromBuild>true</ExcludedFromBuild>
  1135. </ClCompile>
  1136. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_SparseSet.cpp">
  1137. <ExcludedFromBuild>true</ExcludedFromBuild>
  1138. </ClCompile>
  1139. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_Variant.cpp">
  1140. <ExcludedFromBuild>true</ExcludedFromBuild>
  1141. </ClCompile>
  1142. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_common_MimeTypes.cpp">
  1143. <ExcludedFromBuild>true</ExcludedFromBuild>
  1144. </ClCompile>
  1145. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_DirectoryIterator.cpp">
  1146. <ExcludedFromBuild>true</ExcludedFromBuild>
  1147. </ClCompile>
  1148. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_File.cpp">
  1149. <ExcludedFromBuild>true</ExcludedFromBuild>
  1150. </ClCompile>
  1151. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileFilter.cpp">
  1152. <ExcludedFromBuild>true</ExcludedFromBuild>
  1153. </ClCompile>
  1154. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileInputStream.cpp">
  1155. <ExcludedFromBuild>true</ExcludedFromBuild>
  1156. </ClCompile>
  1157. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileOutputStream.cpp">
  1158. <ExcludedFromBuild>true</ExcludedFromBuild>
  1159. </ClCompile>
  1160. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileSearchPath.cpp">
  1161. <ExcludedFromBuild>true</ExcludedFromBuild>
  1162. </ClCompile>
  1163. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_RangedDirectoryIterator.cpp">
  1164. <ExcludedFromBuild>true</ExcludedFromBuild>
  1165. </ClCompile>
  1166. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_TemporaryFile.cpp">
  1167. <ExcludedFromBuild>true</ExcludedFromBuild>
  1168. </ClCompile>
  1169. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_WildcardFileFilter.cpp">
  1170. <ExcludedFromBuild>true</ExcludedFromBuild>
  1171. </ClCompile>
  1172. <ClCompile Include="..\..\..\..\modules\juce_core\javascript\juce_Javascript.cpp">
  1173. <ExcludedFromBuild>true</ExcludedFromBuild>
  1174. </ClCompile>
  1175. <ClCompile Include="..\..\..\..\modules\juce_core\javascript\juce_JSON.cpp">
  1176. <ExcludedFromBuild>true</ExcludedFromBuild>
  1177. </ClCompile>
  1178. <ClCompile Include="..\..\..\..\modules\juce_core\javascript\juce_JSONSerialisation_test.cpp">
  1179. <ExcludedFromBuild>true</ExcludedFromBuild>
  1180. </ClCompile>
  1181. <ClCompile Include="..\..\..\..\modules\juce_core\javascript\juce_JSONUtils.cpp">
  1182. <ExcludedFromBuild>true</ExcludedFromBuild>
  1183. </ClCompile>
  1184. <ClCompile Include="..\..\..\..\modules\juce_core\logging\juce_FileLogger.cpp">
  1185. <ExcludedFromBuild>true</ExcludedFromBuild>
  1186. </ClCompile>
  1187. <ClCompile Include="..\..\..\..\modules\juce_core\logging\juce_Logger.cpp">
  1188. <ExcludedFromBuild>true</ExcludedFromBuild>
  1189. </ClCompile>
  1190. <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_BigInteger.cpp">
  1191. <ExcludedFromBuild>true</ExcludedFromBuild>
  1192. </ClCompile>
  1193. <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Expression.cpp">
  1194. <ExcludedFromBuild>true</ExcludedFromBuild>
  1195. </ClCompile>
  1196. <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions_test.cpp">
  1197. <ExcludedFromBuild>true</ExcludedFromBuild>
  1198. </ClCompile>
  1199. <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp">
  1200. <ExcludedFromBuild>true</ExcludedFromBuild>
  1201. </ClCompile>
  1202. <ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_AllocationHooks.cpp">
  1203. <ExcludedFromBuild>true</ExcludedFromBuild>
  1204. </ClCompile>
  1205. <ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_MemoryBlock.cpp">
  1206. <ExcludedFromBuild>true</ExcludedFromBuild>
  1207. </ClCompile>
  1208. <ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_SharedResourcePointer_test.cpp">
  1209. <ExcludedFromBuild>true</ExcludedFromBuild>
  1210. </ClCompile>
  1211. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_ConsoleApplication.cpp">
  1212. <ExcludedFromBuild>true</ExcludedFromBuild>
  1213. </ClCompile>
  1214. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_EnumHelpers_test.cpp">
  1215. <ExcludedFromBuild>true</ExcludedFromBuild>
  1216. </ClCompile>
  1217. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_Result.cpp">
  1218. <ExcludedFromBuild>true</ExcludedFromBuild>
  1219. </ClCompile>
  1220. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_RuntimePermissions.cpp">
  1221. <ExcludedFromBuild>true</ExcludedFromBuild>
  1222. </ClCompile>
  1223. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_ScopeGuard.cpp">
  1224. <ExcludedFromBuild>true</ExcludedFromBuild>
  1225. </ClCompile>
  1226. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_Uuid.cpp">
  1227. <ExcludedFromBuild>true</ExcludedFromBuild>
  1228. </ClCompile>
  1229. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_AndroidDocument_android.cpp">
  1230. <ExcludedFromBuild>true</ExcludedFromBuild>
  1231. </ClCompile>
  1232. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_CommonFile_linux.cpp">
  1233. <ExcludedFromBuild>true</ExcludedFromBuild>
  1234. </ClCompile>
  1235. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Files_android.cpp">
  1236. <ExcludedFromBuild>true</ExcludedFromBuild>
  1237. </ClCompile>
  1238. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Files_linux.cpp">
  1239. <ExcludedFromBuild>true</ExcludedFromBuild>
  1240. </ClCompile>
  1241. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Files_windows.cpp">
  1242. <ExcludedFromBuild>true</ExcludedFromBuild>
  1243. </ClCompile>
  1244. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_JNIHelpers_android.cpp">
  1245. <ExcludedFromBuild>true</ExcludedFromBuild>
  1246. </ClCompile>
  1247. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Misc_android.cpp">
  1248. <ExcludedFromBuild>true</ExcludedFromBuild>
  1249. </ClCompile>
  1250. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_NamedPipe_posix.cpp">
  1251. <ExcludedFromBuild>true</ExcludedFromBuild>
  1252. </ClCompile>
  1253. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Network_android.cpp">
  1254. <ExcludedFromBuild>true</ExcludedFromBuild>
  1255. </ClCompile>
  1256. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Network_curl.cpp">
  1257. <ExcludedFromBuild>true</ExcludedFromBuild>
  1258. </ClCompile>
  1259. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Network_linux.cpp">
  1260. <ExcludedFromBuild>true</ExcludedFromBuild>
  1261. </ClCompile>
  1262. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Network_windows.cpp">
  1263. <ExcludedFromBuild>true</ExcludedFromBuild>
  1264. </ClCompile>
  1265. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_generic.cpp">
  1266. <ExcludedFromBuild>true</ExcludedFromBuild>
  1267. </ClCompile>
  1268. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimer_windows.cpp">
  1269. <ExcludedFromBuild>true</ExcludedFromBuild>
  1270. </ClCompile>
  1271. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Registry_windows.cpp">
  1272. <ExcludedFromBuild>true</ExcludedFromBuild>
  1273. </ClCompile>
  1274. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_RuntimePermissions_android.cpp">
  1275. <ExcludedFromBuild>true</ExcludedFromBuild>
  1276. </ClCompile>
  1277. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_SystemStats_android.cpp">
  1278. <ExcludedFromBuild>true</ExcludedFromBuild>
  1279. </ClCompile>
  1280. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_SystemStats_linux.cpp">
  1281. <ExcludedFromBuild>true</ExcludedFromBuild>
  1282. </ClCompile>
  1283. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_SystemStats_wasm.cpp">
  1284. <ExcludedFromBuild>true</ExcludedFromBuild>
  1285. </ClCompile>
  1286. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_SystemStats_windows.cpp">
  1287. <ExcludedFromBuild>true</ExcludedFromBuild>
  1288. </ClCompile>
  1289. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Threads_android.cpp">
  1290. <ExcludedFromBuild>true</ExcludedFromBuild>
  1291. </ClCompile>
  1292. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Threads_linux.cpp">
  1293. <ExcludedFromBuild>true</ExcludedFromBuild>
  1294. </ClCompile>
  1295. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_Threads_windows.cpp">
  1296. <ExcludedFromBuild>true</ExcludedFromBuild>
  1297. </ClCompile>
  1298. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.cpp">
  1299. <ExcludedFromBuild>true</ExcludedFromBuild>
  1300. </ClCompile>
  1301. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_MACAddress.cpp">
  1302. <ExcludedFromBuild>true</ExcludedFromBuild>
  1303. </ClCompile>
  1304. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_NamedPipe.cpp">
  1305. <ExcludedFromBuild>true</ExcludedFromBuild>
  1306. </ClCompile>
  1307. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_Socket.cpp">
  1308. <ExcludedFromBuild>true</ExcludedFromBuild>
  1309. </ClCompile>
  1310. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_URL.cpp">
  1311. <ExcludedFromBuild>true</ExcludedFromBuild>
  1312. </ClCompile>
  1313. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_WebInputStream.cpp">
  1314. <ExcludedFromBuild>true</ExcludedFromBuild>
  1315. </ClCompile>
  1316. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.cpp">
  1317. <ExcludedFromBuild>true</ExcludedFromBuild>
  1318. </ClCompile>
  1319. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_FileInputSource.cpp">
  1320. <ExcludedFromBuild>true</ExcludedFromBuild>
  1321. </ClCompile>
  1322. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_InputStream.cpp">
  1323. <ExcludedFromBuild>true</ExcludedFromBuild>
  1324. </ClCompile>
  1325. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_MemoryInputStream.cpp">
  1326. <ExcludedFromBuild>true</ExcludedFromBuild>
  1327. </ClCompile>
  1328. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.cpp">
  1329. <ExcludedFromBuild>true</ExcludedFromBuild>
  1330. </ClCompile>
  1331. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.cpp">
  1332. <ExcludedFromBuild>true</ExcludedFromBuild>
  1333. </ClCompile>
  1334. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.cpp">
  1335. <ExcludedFromBuild>true</ExcludedFromBuild>
  1336. </ClCompile>
  1337. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.cpp">
  1338. <ExcludedFromBuild>true</ExcludedFromBuild>
  1339. </ClCompile>
  1340. <ClCompile Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.cpp">
  1341. <ExcludedFromBuild>true</ExcludedFromBuild>
  1342. </ClCompile>
  1343. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_Base64.cpp">
  1344. <ExcludedFromBuild>true</ExcludedFromBuild>
  1345. </ClCompile>
  1346. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_CharacterFunctions.cpp">
  1347. <ExcludedFromBuild>true</ExcludedFromBuild>
  1348. </ClCompile>
  1349. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_Identifier.cpp">
  1350. <ExcludedFromBuild>true</ExcludedFromBuild>
  1351. </ClCompile>
  1352. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_LocalisedStrings.cpp">
  1353. <ExcludedFromBuild>true</ExcludedFromBuild>
  1354. </ClCompile>
  1355. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_String.cpp">
  1356. <ExcludedFromBuild>true</ExcludedFromBuild>
  1357. </ClCompile>
  1358. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringArray.cpp">
  1359. <ExcludedFromBuild>true</ExcludedFromBuild>
  1360. </ClCompile>
  1361. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringPairArray.cpp">
  1362. <ExcludedFromBuild>true</ExcludedFromBuild>
  1363. </ClCompile>
  1364. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringPool.cpp">
  1365. <ExcludedFromBuild>true</ExcludedFromBuild>
  1366. </ClCompile>
  1367. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_TextDiff.cpp">
  1368. <ExcludedFromBuild>true</ExcludedFromBuild>
  1369. </ClCompile>
  1370. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.cpp">
  1371. <ExcludedFromBuild>true</ExcludedFromBuild>
  1372. </ClCompile>
  1373. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_HighResolutionTimer.cpp">
  1374. <ExcludedFromBuild>true</ExcludedFromBuild>
  1375. </ClCompile>
  1376. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ReadWriteLock.cpp">
  1377. <ExcludedFromBuild>true</ExcludedFromBuild>
  1378. </ClCompile>
  1379. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_Thread.cpp">
  1380. <ExcludedFromBuild>true</ExcludedFromBuild>
  1381. </ClCompile>
  1382. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ThreadPool.cpp">
  1383. <ExcludedFromBuild>true</ExcludedFromBuild>
  1384. </ClCompile>
  1385. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_TimeSliceThread.cpp">
  1386. <ExcludedFromBuild>true</ExcludedFromBuild>
  1387. </ClCompile>
  1388. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_WaitableEvent.cpp">
  1389. <ExcludedFromBuild>true</ExcludedFromBuild>
  1390. </ClCompile>
  1391. <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_PerformanceCounter.cpp">
  1392. <ExcludedFromBuild>true</ExcludedFromBuild>
  1393. </ClCompile>
  1394. <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_RelativeTime.cpp">
  1395. <ExcludedFromBuild>true</ExcludedFromBuild>
  1396. </ClCompile>
  1397. <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_Time.cpp">
  1398. <ExcludedFromBuild>true</ExcludedFromBuild>
  1399. </ClCompile>
  1400. <ClCompile Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTest.cpp">
  1401. <ExcludedFromBuild>true</ExcludedFromBuild>
  1402. </ClCompile>
  1403. <ClCompile Include="..\..\..\..\modules\juce_core\xml\juce_XmlDocument.cpp">
  1404. <ExcludedFromBuild>true</ExcludedFromBuild>
  1405. </ClCompile>
  1406. <ClCompile Include="..\..\..\..\modules\juce_core\xml\juce_XmlElement.cpp">
  1407. <ExcludedFromBuild>true</ExcludedFromBuild>
  1408. </ClCompile>
  1409. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\adler32.c">
  1410. <ExcludedFromBuild>true</ExcludedFromBuild>
  1411. </ClCompile>
  1412. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\compress.c">
  1413. <ExcludedFromBuild>true</ExcludedFromBuild>
  1414. </ClCompile>
  1415. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\crc32.c">
  1416. <ExcludedFromBuild>true</ExcludedFromBuild>
  1417. </ClCompile>
  1418. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\deflate.c">
  1419. <ExcludedFromBuild>true</ExcludedFromBuild>
  1420. </ClCompile>
  1421. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\infback.c">
  1422. <ExcludedFromBuild>true</ExcludedFromBuild>
  1423. </ClCompile>
  1424. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\inffast.c">
  1425. <ExcludedFromBuild>true</ExcludedFromBuild>
  1426. </ClCompile>
  1427. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\inflate.c">
  1428. <ExcludedFromBuild>true</ExcludedFromBuild>
  1429. </ClCompile>
  1430. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\inftrees.c">
  1431. <ExcludedFromBuild>true</ExcludedFromBuild>
  1432. </ClCompile>
  1433. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\trees.c">
  1434. <ExcludedFromBuild>true</ExcludedFromBuild>
  1435. </ClCompile>
  1436. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\uncompr.c">
  1437. <ExcludedFromBuild>true</ExcludedFromBuild>
  1438. </ClCompile>
  1439. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\zutil.c">
  1440. <ExcludedFromBuild>true</ExcludedFromBuild>
  1441. </ClCompile>
  1442. <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_GZIPCompressorOutputStream.cpp">
  1443. <ExcludedFromBuild>true</ExcludedFromBuild>
  1444. </ClCompile>
  1445. <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_GZIPDecompressorInputStream.cpp">
  1446. <ExcludedFromBuild>true</ExcludedFromBuild>
  1447. </ClCompile>
  1448. <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_ZipFile.cpp">
  1449. <ExcludedFromBuild>true</ExcludedFromBuild>
  1450. </ClCompile>
  1451. <ClCompile Include="..\..\..\..\modules\juce_core\juce_core.cpp">
  1452. <ExcludedFromBuild>true</ExcludedFromBuild>
  1453. </ClCompile>
  1454. <ClCompile Include="..\..\..\..\modules\juce_cryptography\encryption\juce_BlowFish.cpp">
  1455. <ExcludedFromBuild>true</ExcludedFromBuild>
  1456. </ClCompile>
  1457. <ClCompile Include="..\..\..\..\modules\juce_cryptography\encryption\juce_Primes.cpp">
  1458. <ExcludedFromBuild>true</ExcludedFromBuild>
  1459. </ClCompile>
  1460. <ClCompile Include="..\..\..\..\modules\juce_cryptography\encryption\juce_RSAKey.cpp">
  1461. <ExcludedFromBuild>true</ExcludedFromBuild>
  1462. </ClCompile>
  1463. <ClCompile Include="..\..\..\..\modules\juce_cryptography\hashing\juce_MD5.cpp">
  1464. <ExcludedFromBuild>true</ExcludedFromBuild>
  1465. </ClCompile>
  1466. <ClCompile Include="..\..\..\..\modules\juce_cryptography\hashing\juce_SHA256.cpp">
  1467. <ExcludedFromBuild>true</ExcludedFromBuild>
  1468. </ClCompile>
  1469. <ClCompile Include="..\..\..\..\modules\juce_cryptography\hashing\juce_Whirlpool.cpp">
  1470. <ExcludedFromBuild>true</ExcludedFromBuild>
  1471. </ClCompile>
  1472. <ClCompile Include="..\..\..\..\modules\juce_cryptography\juce_cryptography.cpp">
  1473. <ExcludedFromBuild>true</ExcludedFromBuild>
  1474. </ClCompile>
  1475. <ClCompile Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_ApplicationProperties.cpp">
  1476. <ExcludedFromBuild>true</ExcludedFromBuild>
  1477. </ClCompile>
  1478. <ClCompile Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_PropertiesFile.cpp">
  1479. <ExcludedFromBuild>true</ExcludedFromBuild>
  1480. </ClCompile>
  1481. <ClCompile Include="..\..\..\..\modules\juce_data_structures\undomanager\juce_UndoableAction.cpp">
  1482. <ExcludedFromBuild>true</ExcludedFromBuild>
  1483. </ClCompile>
  1484. <ClCompile Include="..\..\..\..\modules\juce_data_structures\undomanager\juce_UndoManager.cpp">
  1485. <ExcludedFromBuild>true</ExcludedFromBuild>
  1486. </ClCompile>
  1487. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_CachedValue.cpp">
  1488. <ExcludedFromBuild>true</ExcludedFromBuild>
  1489. </ClCompile>
  1490. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_Value.cpp">
  1491. <ExcludedFromBuild>true</ExcludedFromBuild>
  1492. </ClCompile>
  1493. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTree.cpp">
  1494. <ExcludedFromBuild>true</ExcludedFromBuild>
  1495. </ClCompile>
  1496. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTreePropertyWithDefault_test.cpp">
  1497. <ExcludedFromBuild>true</ExcludedFromBuild>
  1498. </ClCompile>
  1499. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.cpp">
  1500. <ExcludedFromBuild>true</ExcludedFromBuild>
  1501. </ClCompile>
  1502. <ClCompile Include="..\..\..\..\modules\juce_data_structures\juce_data_structures.cpp">
  1503. <ExcludedFromBuild>true</ExcludedFromBuild>
  1504. </ClCompile>
  1505. <ClCompile Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionBroadcaster.cpp">
  1506. <ExcludedFromBuild>true</ExcludedFromBuild>
  1507. </ClCompile>
  1508. <ClCompile Include="..\..\..\..\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp">
  1509. <ExcludedFromBuild>true</ExcludedFromBuild>
  1510. </ClCompile>
  1511. <ClCompile Include="..\..\..\..\modules\juce_events\broadcasters\juce_ChangeBroadcaster.cpp">
  1512. <ExcludedFromBuild>true</ExcludedFromBuild>
  1513. </ClCompile>
  1514. <ClCompile Include="..\..\..\..\modules\juce_events\broadcasters\juce_LockingAsyncUpdater.cpp">
  1515. <ExcludedFromBuild>true</ExcludedFromBuild>
  1516. </ClCompile>
  1517. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_ConnectedChildProcess.cpp">
  1518. <ExcludedFromBuild>true</ExcludedFromBuild>
  1519. </ClCompile>
  1520. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnection.cpp">
  1521. <ExcludedFromBuild>true</ExcludedFromBuild>
  1522. </ClCompile>
  1523. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnectionServer.cpp">
  1524. <ExcludedFromBuild>true</ExcludedFromBuild>
  1525. </ClCompile>
  1526. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_NetworkServiceDiscovery.cpp">
  1527. <ExcludedFromBuild>true</ExcludedFromBuild>
  1528. </ClCompile>
  1529. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_ApplicationBase.cpp">
  1530. <ExcludedFromBuild>true</ExcludedFromBuild>
  1531. </ClCompile>
  1532. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_DeletedAtShutdown.cpp">
  1533. <ExcludedFromBuild>true</ExcludedFromBuild>
  1534. </ClCompile>
  1535. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_MessageListener.cpp">
  1536. <ExcludedFromBuild>true</ExcludedFromBuild>
  1537. </ClCompile>
  1538. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_MessageManager.cpp">
  1539. <ExcludedFromBuild>true</ExcludedFromBuild>
  1540. </ClCompile>
  1541. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_Messaging_android.cpp">
  1542. <ExcludedFromBuild>true</ExcludedFromBuild>
  1543. </ClCompile>
  1544. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_Messaging_linux.cpp">
  1545. <ExcludedFromBuild>true</ExcludedFromBuild>
  1546. </ClCompile>
  1547. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_Messaging_windows.cpp">
  1548. <ExcludedFromBuild>true</ExcludedFromBuild>
  1549. </ClCompile>
  1550. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_ScopedLowPowerModeDisabler.cpp">
  1551. <ExcludedFromBuild>true</ExcludedFromBuild>
  1552. </ClCompile>
  1553. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_WinRTWrapper_windows.cpp">
  1554. <ExcludedFromBuild>true</ExcludedFromBuild>
  1555. </ClCompile>
  1556. <ClCompile Include="..\..\..\..\modules\juce_events\timers\juce_MultiTimer.cpp">
  1557. <ExcludedFromBuild>true</ExcludedFromBuild>
  1558. </ClCompile>
  1559. <ClCompile Include="..\..\..\..\modules\juce_events\timers\juce_Timer.cpp">
  1560. <ExcludedFromBuild>true</ExcludedFromBuild>
  1561. </ClCompile>
  1562. <ClCompile Include="..\..\..\..\modules\juce_events\juce_events.cpp">
  1563. <ExcludedFromBuild>true</ExcludedFromBuild>
  1564. </ClCompile>
  1565. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_Colour.cpp">
  1566. <ExcludedFromBuild>true</ExcludedFromBuild>
  1567. </ClCompile>
  1568. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_ColourGradient.cpp">
  1569. <ExcludedFromBuild>true</ExcludedFromBuild>
  1570. </ClCompile>
  1571. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_Colours.cpp">
  1572. <ExcludedFromBuild>true</ExcludedFromBuild>
  1573. </ClCompile>
  1574. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_FillType.cpp">
  1575. <ExcludedFromBuild>true</ExcludedFromBuild>
  1576. </ClCompile>
  1577. <ClCompile Include="..\..\..\..\modules\juce_graphics\contexts\juce_GraphicsContext.cpp">
  1578. <ExcludedFromBuild>true</ExcludedFromBuild>
  1579. </ClCompile>
  1580. <ClCompile Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsPostScriptRenderer.cpp">
  1581. <ExcludedFromBuild>true</ExcludedFromBuild>
  1582. </ClCompile>
  1583. <ClCompile Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsSoftwareRenderer.cpp">
  1584. <ExcludedFromBuild>true</ExcludedFromBuild>
  1585. </ClCompile>
  1586. <ClCompile Include="..\..\..\..\modules\juce_graphics\effects\juce_DropShadowEffect.cpp">
  1587. <ExcludedFromBuild>true</ExcludedFromBuild>
  1588. </ClCompile>
  1589. <ClCompile Include="..\..\..\..\modules\juce_graphics\effects\juce_GlowEffect.cpp">
  1590. <ExcludedFromBuild>true</ExcludedFromBuild>
  1591. </ClCompile>
  1592. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_AttributedString.cpp">
  1593. <ExcludedFromBuild>true</ExcludedFromBuild>
  1594. </ClCompile>
  1595. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_CustomTypeface.cpp">
  1596. <ExcludedFromBuild>true</ExcludedFromBuild>
  1597. </ClCompile>
  1598. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_Font.cpp">
  1599. <ExcludedFromBuild>true</ExcludedFromBuild>
  1600. </ClCompile>
  1601. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_GlyphArrangement.cpp">
  1602. <ExcludedFromBuild>true</ExcludedFromBuild>
  1603. </ClCompile>
  1604. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_TextLayout.cpp">
  1605. <ExcludedFromBuild>true</ExcludedFromBuild>
  1606. </ClCompile>
  1607. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_Typeface.cpp">
  1608. <ExcludedFromBuild>true</ExcludedFromBuild>
  1609. </ClCompile>
  1610. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_AffineTransform.cpp">
  1611. <ExcludedFromBuild>true</ExcludedFromBuild>
  1612. </ClCompile>
  1613. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_EdgeTable.cpp">
  1614. <ExcludedFromBuild>true</ExcludedFromBuild>
  1615. </ClCompile>
  1616. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_Path.cpp">
  1617. <ExcludedFromBuild>true</ExcludedFromBuild>
  1618. </ClCompile>
  1619. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathIterator.cpp">
  1620. <ExcludedFromBuild>true</ExcludedFromBuild>
  1621. </ClCompile>
  1622. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathStrokeType.cpp">
  1623. <ExcludedFromBuild>true</ExcludedFromBuild>
  1624. </ClCompile>
  1625. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_Rectangle_test.cpp">
  1626. <ExcludedFromBuild>true</ExcludedFromBuild>
  1627. </ClCompile>
  1628. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcapimin.c">
  1629. <ExcludedFromBuild>true</ExcludedFromBuild>
  1630. </ClCompile>
  1631. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcapistd.c">
  1632. <ExcludedFromBuild>true</ExcludedFromBuild>
  1633. </ClCompile>
  1634. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jccoefct.c">
  1635. <ExcludedFromBuild>true</ExcludedFromBuild>
  1636. </ClCompile>
  1637. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jccolor.c">
  1638. <ExcludedFromBuild>true</ExcludedFromBuild>
  1639. </ClCompile>
  1640. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcdctmgr.c">
  1641. <ExcludedFromBuild>true</ExcludedFromBuild>
  1642. </ClCompile>
  1643. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jchuff.c">
  1644. <ExcludedFromBuild>true</ExcludedFromBuild>
  1645. </ClCompile>
  1646. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcinit.c">
  1647. <ExcludedFromBuild>true</ExcludedFromBuild>
  1648. </ClCompile>
  1649. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcmainct.c">
  1650. <ExcludedFromBuild>true</ExcludedFromBuild>
  1651. </ClCompile>
  1652. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcmarker.c">
  1653. <ExcludedFromBuild>true</ExcludedFromBuild>
  1654. </ClCompile>
  1655. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcmaster.c">
  1656. <ExcludedFromBuild>true</ExcludedFromBuild>
  1657. </ClCompile>
  1658. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcomapi.c">
  1659. <ExcludedFromBuild>true</ExcludedFromBuild>
  1660. </ClCompile>
  1661. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcparam.c">
  1662. <ExcludedFromBuild>true</ExcludedFromBuild>
  1663. </ClCompile>
  1664. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcphuff.c">
  1665. <ExcludedFromBuild>true</ExcludedFromBuild>
  1666. </ClCompile>
  1667. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcprepct.c">
  1668. <ExcludedFromBuild>true</ExcludedFromBuild>
  1669. </ClCompile>
  1670. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcsample.c">
  1671. <ExcludedFromBuild>true</ExcludedFromBuild>
  1672. </ClCompile>
  1673. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jctrans.c">
  1674. <ExcludedFromBuild>true</ExcludedFromBuild>
  1675. </ClCompile>
  1676. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdapimin.c">
  1677. <ExcludedFromBuild>true</ExcludedFromBuild>
  1678. </ClCompile>
  1679. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdapistd.c">
  1680. <ExcludedFromBuild>true</ExcludedFromBuild>
  1681. </ClCompile>
  1682. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdatasrc.c">
  1683. <ExcludedFromBuild>true</ExcludedFromBuild>
  1684. </ClCompile>
  1685. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdcoefct.c">
  1686. <ExcludedFromBuild>true</ExcludedFromBuild>
  1687. </ClCompile>
  1688. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdcolor.c">
  1689. <ExcludedFromBuild>true</ExcludedFromBuild>
  1690. </ClCompile>
  1691. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jddctmgr.c">
  1692. <ExcludedFromBuild>true</ExcludedFromBuild>
  1693. </ClCompile>
  1694. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdhuff.c">
  1695. <ExcludedFromBuild>true</ExcludedFromBuild>
  1696. </ClCompile>
  1697. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdinput.c">
  1698. <ExcludedFromBuild>true</ExcludedFromBuild>
  1699. </ClCompile>
  1700. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdmainct.c">
  1701. <ExcludedFromBuild>true</ExcludedFromBuild>
  1702. </ClCompile>
  1703. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdmarker.c">
  1704. <ExcludedFromBuild>true</ExcludedFromBuild>
  1705. </ClCompile>
  1706. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdmaster.c">
  1707. <ExcludedFromBuild>true</ExcludedFromBuild>
  1708. </ClCompile>
  1709. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdmerge.c">
  1710. <ExcludedFromBuild>true</ExcludedFromBuild>
  1711. </ClCompile>
  1712. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdphuff.c">
  1713. <ExcludedFromBuild>true</ExcludedFromBuild>
  1714. </ClCompile>
  1715. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdpostct.c">
  1716. <ExcludedFromBuild>true</ExcludedFromBuild>
  1717. </ClCompile>
  1718. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdsample.c">
  1719. <ExcludedFromBuild>true</ExcludedFromBuild>
  1720. </ClCompile>
  1721. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdtrans.c">
  1722. <ExcludedFromBuild>true</ExcludedFromBuild>
  1723. </ClCompile>
  1724. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jerror.c">
  1725. <ExcludedFromBuild>true</ExcludedFromBuild>
  1726. </ClCompile>
  1727. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jfdctflt.c">
  1728. <ExcludedFromBuild>true</ExcludedFromBuild>
  1729. </ClCompile>
  1730. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jfdctfst.c">
  1731. <ExcludedFromBuild>true</ExcludedFromBuild>
  1732. </ClCompile>
  1733. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jfdctint.c">
  1734. <ExcludedFromBuild>true</ExcludedFromBuild>
  1735. </ClCompile>
  1736. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jidctflt.c">
  1737. <ExcludedFromBuild>true</ExcludedFromBuild>
  1738. </ClCompile>
  1739. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jidctfst.c">
  1740. <ExcludedFromBuild>true</ExcludedFromBuild>
  1741. </ClCompile>
  1742. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jidctint.c">
  1743. <ExcludedFromBuild>true</ExcludedFromBuild>
  1744. </ClCompile>
  1745. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jidctred.c">
  1746. <ExcludedFromBuild>true</ExcludedFromBuild>
  1747. </ClCompile>
  1748. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jmemmgr.c">
  1749. <ExcludedFromBuild>true</ExcludedFromBuild>
  1750. </ClCompile>
  1751. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jmemnobs.c">
  1752. <ExcludedFromBuild>true</ExcludedFromBuild>
  1753. </ClCompile>
  1754. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jquant1.c">
  1755. <ExcludedFromBuild>true</ExcludedFromBuild>
  1756. </ClCompile>
  1757. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jquant2.c">
  1758. <ExcludedFromBuild>true</ExcludedFromBuild>
  1759. </ClCompile>
  1760. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jutils.c">
  1761. <ExcludedFromBuild>true</ExcludedFromBuild>
  1762. </ClCompile>
  1763. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\transupp.c">
  1764. <ExcludedFromBuild>true</ExcludedFromBuild>
  1765. </ClCompile>
  1766. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\png.c">
  1767. <ExcludedFromBuild>true</ExcludedFromBuild>
  1768. </ClCompile>
  1769. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngerror.c">
  1770. <ExcludedFromBuild>true</ExcludedFromBuild>
  1771. </ClCompile>
  1772. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngget.c">
  1773. <ExcludedFromBuild>true</ExcludedFromBuild>
  1774. </ClCompile>
  1775. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngmem.c">
  1776. <ExcludedFromBuild>true</ExcludedFromBuild>
  1777. </ClCompile>
  1778. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngpread.c">
  1779. <ExcludedFromBuild>true</ExcludedFromBuild>
  1780. </ClCompile>
  1781. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngread.c">
  1782. <ExcludedFromBuild>true</ExcludedFromBuild>
  1783. </ClCompile>
  1784. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngrio.c">
  1785. <ExcludedFromBuild>true</ExcludedFromBuild>
  1786. </ClCompile>
  1787. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngrtran.c">
  1788. <ExcludedFromBuild>true</ExcludedFromBuild>
  1789. </ClCompile>
  1790. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngrutil.c">
  1791. <ExcludedFromBuild>true</ExcludedFromBuild>
  1792. </ClCompile>
  1793. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngset.c">
  1794. <ExcludedFromBuild>true</ExcludedFromBuild>
  1795. </ClCompile>
  1796. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngtrans.c">
  1797. <ExcludedFromBuild>true</ExcludedFromBuild>
  1798. </ClCompile>
  1799. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngwio.c">
  1800. <ExcludedFromBuild>true</ExcludedFromBuild>
  1801. </ClCompile>
  1802. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngwrite.c">
  1803. <ExcludedFromBuild>true</ExcludedFromBuild>
  1804. </ClCompile>
  1805. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngwtran.c">
  1806. <ExcludedFromBuild>true</ExcludedFromBuild>
  1807. </ClCompile>
  1808. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngwutil.c">
  1809. <ExcludedFromBuild>true</ExcludedFromBuild>
  1810. </ClCompile>
  1811. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\juce_GIFLoader.cpp">
  1812. <ExcludedFromBuild>true</ExcludedFromBuild>
  1813. </ClCompile>
  1814. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\juce_JPEGLoader.cpp">
  1815. <ExcludedFromBuild>true</ExcludedFromBuild>
  1816. </ClCompile>
  1817. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\juce_PNGLoader.cpp">
  1818. <ExcludedFromBuild>true</ExcludedFromBuild>
  1819. </ClCompile>
  1820. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_Image.cpp">
  1821. <ExcludedFromBuild>true</ExcludedFromBuild>
  1822. </ClCompile>
  1823. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_ImageCache.cpp">
  1824. <ExcludedFromBuild>true</ExcludedFromBuild>
  1825. </ClCompile>
  1826. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_ImageConvolutionKernel.cpp">
  1827. <ExcludedFromBuild>true</ExcludedFromBuild>
  1828. </ClCompile>
  1829. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_ImageFileFormat.cpp">
  1830. <ExcludedFromBuild>true</ExcludedFromBuild>
  1831. </ClCompile>
  1832. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_Direct2DGraphicsContext_windows.cpp">
  1833. <ExcludedFromBuild>true</ExcludedFromBuild>
  1834. </ClCompile>
  1835. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_DirectWriteTypeface_windows.cpp">
  1836. <ExcludedFromBuild>true</ExcludedFromBuild>
  1837. </ClCompile>
  1838. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_DirectWriteTypeLayout_windows.cpp">
  1839. <ExcludedFromBuild>true</ExcludedFromBuild>
  1840. </ClCompile>
  1841. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_Fonts_android.cpp">
  1842. <ExcludedFromBuild>true</ExcludedFromBuild>
  1843. </ClCompile>
  1844. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_Fonts_freetype.cpp">
  1845. <ExcludedFromBuild>true</ExcludedFromBuild>
  1846. </ClCompile>
  1847. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_Fonts_linux.cpp">
  1848. <ExcludedFromBuild>true</ExcludedFromBuild>
  1849. </ClCompile>
  1850. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_Fonts_windows.cpp">
  1851. <ExcludedFromBuild>true</ExcludedFromBuild>
  1852. </ClCompile>
  1853. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_GraphicsContext_android.cpp">
  1854. <ExcludedFromBuild>true</ExcludedFromBuild>
  1855. </ClCompile>
  1856. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_IconHelpers_android.cpp">
  1857. <ExcludedFromBuild>true</ExcludedFromBuild>
  1858. </ClCompile>
  1859. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_IconHelpers_linux.cpp">
  1860. <ExcludedFromBuild>true</ExcludedFromBuild>
  1861. </ClCompile>
  1862. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_IconHelpers_mac.cpp">
  1863. <ExcludedFromBuild>true</ExcludedFromBuild>
  1864. </ClCompile>
  1865. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_IconHelpers_windows.cpp">
  1866. <ExcludedFromBuild>true</ExcludedFromBuild>
  1867. </ClCompile>
  1868. <ClCompile Include="..\..\..\..\modules\juce_graphics\placement\juce_RectanglePlacement.cpp">
  1869. <ExcludedFromBuild>true</ExcludedFromBuild>
  1870. </ClCompile>
  1871. <ClCompile Include="..\..\..\..\modules\juce_graphics\juce_graphics.cpp">
  1872. <ExcludedFromBuild>true</ExcludedFromBuild>
  1873. </ClCompile>
  1874. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\accessibility\juce_AccessibilityHandler.cpp">
  1875. <ExcludedFromBuild>true</ExcludedFromBuild>
  1876. </ClCompile>
  1877. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\application\juce_Application.cpp">
  1878. <ExcludedFromBuild>true</ExcludedFromBuild>
  1879. </ClCompile>
  1880. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ArrowButton.cpp">
  1881. <ExcludedFromBuild>true</ExcludedFromBuild>
  1882. </ClCompile>
  1883. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_Button.cpp">
  1884. <ExcludedFromBuild>true</ExcludedFromBuild>
  1885. </ClCompile>
  1886. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_DrawableButton.cpp">
  1887. <ExcludedFromBuild>true</ExcludedFromBuild>
  1888. </ClCompile>
  1889. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_HyperlinkButton.cpp">
  1890. <ExcludedFromBuild>true</ExcludedFromBuild>
  1891. </ClCompile>
  1892. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ImageButton.cpp">
  1893. <ExcludedFromBuild>true</ExcludedFromBuild>
  1894. </ClCompile>
  1895. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ShapeButton.cpp">
  1896. <ExcludedFromBuild>true</ExcludedFromBuild>
  1897. </ClCompile>
  1898. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_TextButton.cpp">
  1899. <ExcludedFromBuild>true</ExcludedFromBuild>
  1900. </ClCompile>
  1901. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToggleButton.cpp">
  1902. <ExcludedFromBuild>true</ExcludedFromBuild>
  1903. </ClCompile>
  1904. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToolbarButton.cpp">
  1905. <ExcludedFromBuild>true</ExcludedFromBuild>
  1906. </ClCompile>
  1907. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandInfo.cpp">
  1908. <ExcludedFromBuild>true</ExcludedFromBuild>
  1909. </ClCompile>
  1910. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandManager.cpp">
  1911. <ExcludedFromBuild>true</ExcludedFromBuild>
  1912. </ClCompile>
  1913. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandTarget.cpp">
  1914. <ExcludedFromBuild>true</ExcludedFromBuild>
  1915. </ClCompile>
  1916. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_KeyPressMappingSet.cpp">
  1917. <ExcludedFromBuild>true</ExcludedFromBuild>
  1918. </ClCompile>
  1919. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_Component.cpp">
  1920. <ExcludedFromBuild>true</ExcludedFromBuild>
  1921. </ClCompile>
  1922. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_ComponentListener.cpp">
  1923. <ExcludedFromBuild>true</ExcludedFromBuild>
  1924. </ClCompile>
  1925. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_FocusTraverser.cpp">
  1926. <ExcludedFromBuild>true</ExcludedFromBuild>
  1927. </ClCompile>
  1928. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_ModalComponentManager.cpp">
  1929. <ExcludedFromBuild>true</ExcludedFromBuild>
  1930. </ClCompile>
  1931. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\desktop\juce_Desktop.cpp">
  1932. <ExcludedFromBuild>true</ExcludedFromBuild>
  1933. </ClCompile>
  1934. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\desktop\juce_Displays.cpp">
  1935. <ExcludedFromBuild>true</ExcludedFromBuild>
  1936. </ClCompile>
  1937. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\detail\juce_AccessibilityHelpers.cpp">
  1938. <ExcludedFromBuild>true</ExcludedFromBuild>
  1939. </ClCompile>
  1940. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_Drawable.cpp">
  1941. <ExcludedFromBuild>true</ExcludedFromBuild>
  1942. </ClCompile>
  1943. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableComposite.cpp">
  1944. <ExcludedFromBuild>true</ExcludedFromBuild>
  1945. </ClCompile>
  1946. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableImage.cpp">
  1947. <ExcludedFromBuild>true</ExcludedFromBuild>
  1948. </ClCompile>
  1949. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawablePath.cpp">
  1950. <ExcludedFromBuild>true</ExcludedFromBuild>
  1951. </ClCompile>
  1952. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableRectangle.cpp">
  1953. <ExcludedFromBuild>true</ExcludedFromBuild>
  1954. </ClCompile>
  1955. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableShape.cpp">
  1956. <ExcludedFromBuild>true</ExcludedFromBuild>
  1957. </ClCompile>
  1958. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableText.cpp">
  1959. <ExcludedFromBuild>true</ExcludedFromBuild>
  1960. </ClCompile>
  1961. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_SVGParser.cpp">
  1962. <ExcludedFromBuild>true</ExcludedFromBuild>
  1963. </ClCompile>
  1964. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_ContentSharer.cpp">
  1965. <ExcludedFromBuild>true</ExcludedFromBuild>
  1966. </ClCompile>
  1967. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsDisplayComponent.cpp">
  1968. <ExcludedFromBuild>true</ExcludedFromBuild>
  1969. </ClCompile>
  1970. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsList.cpp">
  1971. <ExcludedFromBuild>true</ExcludedFromBuild>
  1972. </ClCompile>
  1973. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileBrowserComponent.cpp">
  1974. <ExcludedFromBuild>true</ExcludedFromBuild>
  1975. </ClCompile>
  1976. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooser.cpp">
  1977. <ExcludedFromBuild>true</ExcludedFromBuild>
  1978. </ClCompile>
  1979. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooserDialogBox.cpp">
  1980. <ExcludedFromBuild>true</ExcludedFromBuild>
  1981. </ClCompile>
  1982. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileListComponent.cpp">
  1983. <ExcludedFromBuild>true</ExcludedFromBuild>
  1984. </ClCompile>
  1985. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FilenameComponent.cpp">
  1986. <ExcludedFromBuild>true</ExcludedFromBuild>
  1987. </ClCompile>
  1988. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileSearchPathListComponent.cpp">
  1989. <ExcludedFromBuild>true</ExcludedFromBuild>
  1990. </ClCompile>
  1991. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileTreeComponent.cpp">
  1992. <ExcludedFromBuild>true</ExcludedFromBuild>
  1993. </ClCompile>
  1994. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_ImagePreviewComponent.cpp">
  1995. <ExcludedFromBuild>true</ExcludedFromBuild>
  1996. </ClCompile>
  1997. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_CaretComponent.cpp">
  1998. <ExcludedFromBuild>true</ExcludedFromBuild>
  1999. </ClCompile>
  2000. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyboardFocusTraverser.cpp">
  2001. <ExcludedFromBuild>true</ExcludedFromBuild>
  2002. </ClCompile>
  2003. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyListener.cpp">
  2004. <ExcludedFromBuild>true</ExcludedFromBuild>
  2005. </ClCompile>
  2006. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyPress.cpp">
  2007. <ExcludedFromBuild>true</ExcludedFromBuild>
  2008. </ClCompile>
  2009. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_ModifierKeys.cpp">
  2010. <ExcludedFromBuild>true</ExcludedFromBuild>
  2011. </ClCompile>
  2012. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_BorderedComponentBoundsConstrainer.cpp">
  2013. <ExcludedFromBuild>true</ExcludedFromBuild>
  2014. </ClCompile>
  2015. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentAnimator.cpp">
  2016. <ExcludedFromBuild>true</ExcludedFromBuild>
  2017. </ClCompile>
  2018. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBoundsConstrainer.cpp">
  2019. <ExcludedFromBuild>true</ExcludedFromBuild>
  2020. </ClCompile>
  2021. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBuilder.cpp">
  2022. <ExcludedFromBuild>true</ExcludedFromBuild>
  2023. </ClCompile>
  2024. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentMovementWatcher.cpp">
  2025. <ExcludedFromBuild>true</ExcludedFromBuild>
  2026. </ClCompile>
  2027. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ConcertinaPanel.cpp">
  2028. <ExcludedFromBuild>true</ExcludedFromBuild>
  2029. </ClCompile>
  2030. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_FlexBox.cpp">
  2031. <ExcludedFromBuild>true</ExcludedFromBuild>
  2032. </ClCompile>
  2033. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_Grid.cpp">
  2034. <ExcludedFromBuild>true</ExcludedFromBuild>
  2035. </ClCompile>
  2036. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GridItem.cpp">
  2037. <ExcludedFromBuild>true</ExcludedFromBuild>
  2038. </ClCompile>
  2039. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GroupComponent.cpp">
  2040. <ExcludedFromBuild>true</ExcludedFromBuild>
  2041. </ClCompile>
  2042. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_MultiDocumentPanel.cpp">
  2043. <ExcludedFromBuild>true</ExcludedFromBuild>
  2044. </ClCompile>
  2045. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableBorderComponent.cpp">
  2046. <ExcludedFromBuild>true</ExcludedFromBuild>
  2047. </ClCompile>
  2048. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableCornerComponent.cpp">
  2049. <ExcludedFromBuild>true</ExcludedFromBuild>
  2050. </ClCompile>
  2051. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableEdgeComponent.cpp">
  2052. <ExcludedFromBuild>true</ExcludedFromBuild>
  2053. </ClCompile>
  2054. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ScrollBar.cpp">
  2055. <ExcludedFromBuild>true</ExcludedFromBuild>
  2056. </ClCompile>
  2057. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_SidePanel.cpp">
  2058. <ExcludedFromBuild>true</ExcludedFromBuild>
  2059. </ClCompile>
  2060. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutManager.cpp">
  2061. <ExcludedFromBuild>true</ExcludedFromBuild>
  2062. </ClCompile>
  2063. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutResizerBar.cpp">
  2064. <ExcludedFromBuild>true</ExcludedFromBuild>
  2065. </ClCompile>
  2066. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableObjectResizer.cpp">
  2067. <ExcludedFromBuild>true</ExcludedFromBuild>
  2068. </ClCompile>
  2069. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedButtonBar.cpp">
  2070. <ExcludedFromBuild>true</ExcludedFromBuild>
  2071. </ClCompile>
  2072. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedComponent.cpp">
  2073. <ExcludedFromBuild>true</ExcludedFromBuild>
  2074. </ClCompile>
  2075. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_Viewport.cpp">
  2076. <ExcludedFromBuild>true</ExcludedFromBuild>
  2077. </ClCompile>
  2078. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel.cpp">
  2079. <ExcludedFromBuild>true</ExcludedFromBuild>
  2080. </ClCompile>
  2081. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V1.cpp">
  2082. <ExcludedFromBuild>true</ExcludedFromBuild>
  2083. </ClCompile>
  2084. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V2.cpp">
  2085. <ExcludedFromBuild>true</ExcludedFromBuild>
  2086. </ClCompile>
  2087. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V3.cpp">
  2088. <ExcludedFromBuild>true</ExcludedFromBuild>
  2089. </ClCompile>
  2090. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V4.cpp">
  2091. <ExcludedFromBuild>true</ExcludedFromBuild>
  2092. </ClCompile>
  2093. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_BurgerMenuComponent.cpp">
  2094. <ExcludedFromBuild>true</ExcludedFromBuild>
  2095. </ClCompile>
  2096. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarComponent.cpp">
  2097. <ExcludedFromBuild>true</ExcludedFromBuild>
  2098. </ClCompile>
  2099. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarModel.cpp">
  2100. <ExcludedFromBuild>true</ExcludedFromBuild>
  2101. </ClCompile>
  2102. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_PopupMenu.cpp">
  2103. <ExcludedFromBuild>true</ExcludedFromBuild>
  2104. </ClCompile>
  2105. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\misc\juce_BubbleComponent.cpp">
  2106. <ExcludedFromBuild>true</ExcludedFromBuild>
  2107. </ClCompile>
  2108. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\misc\juce_DropShadower.cpp">
  2109. <ExcludedFromBuild>true</ExcludedFromBuild>
  2110. </ClCompile>
  2111. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\misc\juce_FocusOutline.cpp">
  2112. <ExcludedFromBuild>true</ExcludedFromBuild>
  2113. </ClCompile>
  2114. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\misc\juce_JUCESplashScreen.cpp">
  2115. <ExcludedFromBuild>true</ExcludedFromBuild>
  2116. </ClCompile>
  2117. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_ComponentDragger.cpp">
  2118. <ExcludedFromBuild>true</ExcludedFromBuild>
  2119. </ClCompile>
  2120. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_DragAndDropContainer.cpp">
  2121. <ExcludedFromBuild>true</ExcludedFromBuild>
  2122. </ClCompile>
  2123. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseCursor.cpp">
  2124. <ExcludedFromBuild>true</ExcludedFromBuild>
  2125. </ClCompile>
  2126. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseEvent.cpp">
  2127. <ExcludedFromBuild>true</ExcludedFromBuild>
  2128. </ClCompile>
  2129. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInactivityDetector.cpp">
  2130. <ExcludedFromBuild>true</ExcludedFromBuild>
  2131. </ClCompile>
  2132. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInputSource.cpp">
  2133. <ExcludedFromBuild>true</ExcludedFromBuild>
  2134. </ClCompile>
  2135. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseListener.cpp">
  2136. <ExcludedFromBuild>true</ExcludedFromBuild>
  2137. </ClCompile>
  2138. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_Accessibility.cpp">
  2139. <ExcludedFromBuild>true</ExcludedFromBuild>
  2140. </ClCompile>
  2141. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_Accessibility_android.cpp">
  2142. <ExcludedFromBuild>true</ExcludedFromBuild>
  2143. </ClCompile>
  2144. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_Accessibility_windows.cpp">
  2145. <ExcludedFromBuild>true</ExcludedFromBuild>
  2146. </ClCompile>
  2147. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_AccessibilityElement_windows.cpp">
  2148. <ExcludedFromBuild>true</ExcludedFromBuild>
  2149. </ClCompile>
  2150. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_AccessibilityTextHelpers_test.cpp">
  2151. <ExcludedFromBuild>true</ExcludedFromBuild>
  2152. </ClCompile>
  2153. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ContentSharer_android.cpp">
  2154. <ExcludedFromBuild>true</ExcludedFromBuild>
  2155. </ClCompile>
  2156. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ContentSharer_ios.cpp">
  2157. <ExcludedFromBuild>true</ExcludedFromBuild>
  2158. </ClCompile>
  2159. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_DragAndDrop_linux.cpp">
  2160. <ExcludedFromBuild>true</ExcludedFromBuild>
  2161. </ClCompile>
  2162. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_DragAndDrop_windows.cpp">
  2163. <ExcludedFromBuild>true</ExcludedFromBuild>
  2164. </ClCompile>
  2165. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_FileChooser_android.cpp">
  2166. <ExcludedFromBuild>true</ExcludedFromBuild>
  2167. </ClCompile>
  2168. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_FileChooser_linux.cpp">
  2169. <ExcludedFromBuild>true</ExcludedFromBuild>
  2170. </ClCompile>
  2171. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_FileChooser_windows.cpp">
  2172. <ExcludedFromBuild>true</ExcludedFromBuild>
  2173. </ClCompile>
  2174. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_NativeMessageBox_android.cpp">
  2175. <ExcludedFromBuild>true</ExcludedFromBuild>
  2176. </ClCompile>
  2177. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_NativeMessageBox_linux.cpp">
  2178. <ExcludedFromBuild>true</ExcludedFromBuild>
  2179. </ClCompile>
  2180. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_NativeMessageBox_windows.cpp">
  2181. <ExcludedFromBuild>true</ExcludedFromBuild>
  2182. </ClCompile>
  2183. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ScopedDPIAwarenessDisabler.cpp">
  2184. <ExcludedFromBuild>true</ExcludedFromBuild>
  2185. </ClCompile>
  2186. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_Windowing_android.cpp">
  2187. <ExcludedFromBuild>true</ExcludedFromBuild>
  2188. </ClCompile>
  2189. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_Windowing_linux.cpp">
  2190. <ExcludedFromBuild>true</ExcludedFromBuild>
  2191. </ClCompile>
  2192. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_Windowing_windows.cpp">
  2193. <ExcludedFromBuild>true</ExcludedFromBuild>
  2194. </ClCompile>
  2195. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_WindowsHooks_windows.cpp">
  2196. <ExcludedFromBuild>true</ExcludedFromBuild>
  2197. </ClCompile>
  2198. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_WindowUtils_android.cpp">
  2199. <ExcludedFromBuild>true</ExcludedFromBuild>
  2200. </ClCompile>
  2201. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_WindowUtils_linux.cpp">
  2202. <ExcludedFromBuild>true</ExcludedFromBuild>
  2203. </ClCompile>
  2204. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_WindowUtils_windows.cpp">
  2205. <ExcludedFromBuild>true</ExcludedFromBuild>
  2206. </ClCompile>
  2207. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_XSymbols_linux.cpp">
  2208. <ExcludedFromBuild>true</ExcludedFromBuild>
  2209. </ClCompile>
  2210. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_XWindowSystem_linux.cpp">
  2211. <ExcludedFromBuild>true</ExcludedFromBuild>
  2212. </ClCompile>
  2213. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_MarkerList.cpp">
  2214. <ExcludedFromBuild>true</ExcludedFromBuild>
  2215. </ClCompile>
  2216. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinate.cpp">
  2217. <ExcludedFromBuild>true</ExcludedFromBuild>
  2218. </ClCompile>
  2219. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinatePositioner.cpp">
  2220. <ExcludedFromBuild>true</ExcludedFromBuild>
  2221. </ClCompile>
  2222. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeParallelogram.cpp">
  2223. <ExcludedFromBuild>true</ExcludedFromBuild>
  2224. </ClCompile>
  2225. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePoint.cpp">
  2226. <ExcludedFromBuild>true</ExcludedFromBuild>
  2227. </ClCompile>
  2228. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePointPath.cpp">
  2229. <ExcludedFromBuild>true</ExcludedFromBuild>
  2230. </ClCompile>
  2231. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeRectangle.cpp">
  2232. <ExcludedFromBuild>true</ExcludedFromBuild>
  2233. </ClCompile>
  2234. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.cpp">
  2235. <ExcludedFromBuild>true</ExcludedFromBuild>
  2236. </ClCompile>
  2237. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.cpp">
  2238. <ExcludedFromBuild>true</ExcludedFromBuild>
  2239. </ClCompile>
  2240. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
  2241. <ExcludedFromBuild>true</ExcludedFromBuild>
  2242. </ClCompile>
  2243. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
  2244. <ExcludedFromBuild>true</ExcludedFromBuild>
  2245. </ClCompile>
  2246. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
  2247. <ExcludedFromBuild>true</ExcludedFromBuild>
  2248. </ClCompile>
  2249. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.cpp">
  2250. <ExcludedFromBuild>true</ExcludedFromBuild>
  2251. </ClCompile>
  2252. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.cpp">
  2253. <ExcludedFromBuild>true</ExcludedFromBuild>
  2254. </ClCompile>
  2255. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_TextPropertyComponent.cpp">
  2256. <ExcludedFromBuild>true</ExcludedFromBuild>
  2257. </ClCompile>
  2258. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ComboBox.cpp">
  2259. <ExcludedFromBuild>true</ExcludedFromBuild>
  2260. </ClCompile>
  2261. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ImageComponent.cpp">
  2262. <ExcludedFromBuild>true</ExcludedFromBuild>
  2263. </ClCompile>
  2264. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Label.cpp">
  2265. <ExcludedFromBuild>true</ExcludedFromBuild>
  2266. </ClCompile>
  2267. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ListBox.cpp">
  2268. <ExcludedFromBuild>true</ExcludedFromBuild>
  2269. </ClCompile>
  2270. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ProgressBar.cpp">
  2271. <ExcludedFromBuild>true</ExcludedFromBuild>
  2272. </ClCompile>
  2273. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Slider.cpp">
  2274. <ExcludedFromBuild>true</ExcludedFromBuild>
  2275. </ClCompile>
  2276. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableHeaderComponent.cpp">
  2277. <ExcludedFromBuild>true</ExcludedFromBuild>
  2278. </ClCompile>
  2279. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableListBox.cpp">
  2280. <ExcludedFromBuild>true</ExcludedFromBuild>
  2281. </ClCompile>
  2282. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TextEditor.cpp">
  2283. <ExcludedFromBuild>true</ExcludedFromBuild>
  2284. </ClCompile>
  2285. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Toolbar.cpp">
  2286. <ExcludedFromBuild>true</ExcludedFromBuild>
  2287. </ClCompile>
  2288. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemComponent.cpp">
  2289. <ExcludedFromBuild>true</ExcludedFromBuild>
  2290. </ClCompile>
  2291. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemPalette.cpp">
  2292. <ExcludedFromBuild>true</ExcludedFromBuild>
  2293. </ClCompile>
  2294. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TreeView.cpp">
  2295. <ExcludedFromBuild>true</ExcludedFromBuild>
  2296. </ClCompile>
  2297. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_AlertWindow.cpp">
  2298. <ExcludedFromBuild>true</ExcludedFromBuild>
  2299. </ClCompile>
  2300. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_CallOutBox.cpp">
  2301. <ExcludedFromBuild>true</ExcludedFromBuild>
  2302. </ClCompile>
  2303. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ComponentPeer.cpp">
  2304. <ExcludedFromBuild>true</ExcludedFromBuild>
  2305. </ClCompile>
  2306. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DialogWindow.cpp">
  2307. <ExcludedFromBuild>true</ExcludedFromBuild>
  2308. </ClCompile>
  2309. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
  2310. <ExcludedFromBuild>true</ExcludedFromBuild>
  2311. </ClCompile>
  2312. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
  2313. <ExcludedFromBuild>true</ExcludedFromBuild>
  2314. </ClCompile>
  2315. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
  2316. <ExcludedFromBuild>true</ExcludedFromBuild>
  2317. </ClCompile>
  2318. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeScaleFactorNotifier.cpp">
  2319. <ExcludedFromBuild>true</ExcludedFromBuild>
  2320. </ClCompile>
  2321. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
  2322. <ExcludedFromBuild>true</ExcludedFromBuild>
  2323. </ClCompile>
  2324. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
  2325. <ExcludedFromBuild>true</ExcludedFromBuild>
  2326. </ClCompile>
  2327. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
  2328. <ExcludedFromBuild>true</ExcludedFromBuild>
  2329. </ClCompile>
  2330. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.cpp">
  2331. <ExcludedFromBuild>true</ExcludedFromBuild>
  2332. </ClCompile>
  2333. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp">
  2334. <ExcludedFromBuild>true</ExcludedFromBuild>
  2335. </ClCompile>
  2336. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachment.cpp">
  2337. <ExcludedFromBuild>true</ExcludedFromBuild>
  2338. </ClCompile>
  2339. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp">
  2340. <ExcludedFromBuild>true</ExcludedFromBuild>
  2341. </ClCompile>
  2342. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.cpp">
  2343. <ExcludedFromBuild>true</ExcludedFromBuild>
  2344. </ClCompile>
  2345. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.cpp">
  2346. <ExcludedFromBuild>true</ExcludedFromBuild>
  2347. </ClCompile>
  2348. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CPlusPlusCodeTokeniser.cpp">
  2349. <ExcludedFromBuild>true</ExcludedFromBuild>
  2350. </ClCompile>
  2351. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_LuaCodeTokeniser.cpp">
  2352. <ExcludedFromBuild>true</ExcludedFromBuild>
  2353. </ClCompile>
  2354. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_XMLCodeTokeniser.cpp">
  2355. <ExcludedFromBuild>true</ExcludedFromBuild>
  2356. </ClCompile>
  2357. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\documents\juce_FileBasedDocument.cpp">
  2358. <ExcludedFromBuild>true</ExcludedFromBuild>
  2359. </ClCompile>
  2360. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_AnimatedAppComponent.cpp">
  2361. <ExcludedFromBuild>true</ExcludedFromBuild>
  2362. </ClCompile>
  2363. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_BubbleMessageComponent.cpp">
  2364. <ExcludedFromBuild>true</ExcludedFromBuild>
  2365. </ClCompile>
  2366. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_ColourSelector.cpp">
  2367. <ExcludedFromBuild>true</ExcludedFromBuild>
  2368. </ClCompile>
  2369. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_KeyMappingEditorComponent.cpp">
  2370. <ExcludedFromBuild>true</ExcludedFromBuild>
  2371. </ClCompile>
  2372. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_LiveConstantEditor.cpp">
  2373. <ExcludedFromBuild>true</ExcludedFromBuild>
  2374. </ClCompile>
  2375. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_PreferencesPanel.cpp">
  2376. <ExcludedFromBuild>true</ExcludedFromBuild>
  2377. </ClCompile>
  2378. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_PushNotifications.cpp">
  2379. <ExcludedFromBuild>true</ExcludedFromBuild>
  2380. </ClCompile>
  2381. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_RecentlyOpenedFilesList.cpp">
  2382. <ExcludedFromBuild>true</ExcludedFromBuild>
  2383. </ClCompile>
  2384. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SplashScreen.cpp">
  2385. <ExcludedFromBuild>true</ExcludedFromBuild>
  2386. </ClCompile>
  2387. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SystemTrayIconComponent.cpp">
  2388. <ExcludedFromBuild>true</ExcludedFromBuild>
  2389. </ClCompile>
  2390. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_WebBrowserComponent.cpp">
  2391. <ExcludedFromBuild>true</ExcludedFromBuild>
  2392. </ClCompile>
  2393. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_ActiveXComponent_windows.cpp">
  2394. <ExcludedFromBuild>true</ExcludedFromBuild>
  2395. </ClCompile>
  2396. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_AndroidViewComponent.cpp">
  2397. <ExcludedFromBuild>true</ExcludedFromBuild>
  2398. </ClCompile>
  2399. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_HWNDComponent_windows.cpp">
  2400. <ExcludedFromBuild>true</ExcludedFromBuild>
  2401. </ClCompile>
  2402. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_PushNotifications_android.cpp">
  2403. <ExcludedFromBuild>true</ExcludedFromBuild>
  2404. </ClCompile>
  2405. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_PushNotifications_ios.cpp">
  2406. <ExcludedFromBuild>true</ExcludedFromBuild>
  2407. </ClCompile>
  2408. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_PushNotifications_mac.cpp">
  2409. <ExcludedFromBuild>true</ExcludedFromBuild>
  2410. </ClCompile>
  2411. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_SystemTrayIcon_linux.cpp">
  2412. <ExcludedFromBuild>true</ExcludedFromBuild>
  2413. </ClCompile>
  2414. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_SystemTrayIcon_mac.cpp">
  2415. <ExcludedFromBuild>true</ExcludedFromBuild>
  2416. </ClCompile>
  2417. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_SystemTrayIcon_windows.cpp">
  2418. <ExcludedFromBuild>true</ExcludedFromBuild>
  2419. </ClCompile>
  2420. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_WebBrowserComponent_android.cpp">
  2421. <ExcludedFromBuild>true</ExcludedFromBuild>
  2422. </ClCompile>
  2423. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_WebBrowserComponent_linux.cpp">
  2424. <ExcludedFromBuild>true</ExcludedFromBuild>
  2425. </ClCompile>
  2426. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_WebBrowserComponent_windows.cpp">
  2427. <ExcludedFromBuild>true</ExcludedFromBuild>
  2428. </ClCompile>
  2429. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_XEmbedComponent_linux.cpp">
  2430. <ExcludedFromBuild>true</ExcludedFromBuild>
  2431. </ClCompile>
  2432. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\juce_gui_extra.cpp">
  2433. <ExcludedFromBuild>true</ExcludedFromBuild>
  2434. </ClCompile>
  2435. <ClCompile Include="..\..\..\..\modules\juce_opengl\opengl\juce_gl.cpp">
  2436. <ExcludedFromBuild>true</ExcludedFromBuild>
  2437. </ClCompile>
  2438. <ClCompile Include="..\..\..\..\modules\juce_opengl\opengl\juce_gles2.cpp">
  2439. <ExcludedFromBuild>true</ExcludedFromBuild>
  2440. </ClCompile>
  2441. <ClCompile Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLContext.cpp">
  2442. <ExcludedFromBuild>true</ExcludedFromBuild>
  2443. </ClCompile>
  2444. <ClCompile Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLFrameBuffer.cpp">
  2445. <ExcludedFromBuild>true</ExcludedFromBuild>
  2446. </ClCompile>
  2447. <ClCompile Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLGraphicsContext.cpp">
  2448. <ExcludedFromBuild>true</ExcludedFromBuild>
  2449. </ClCompile>
  2450. <ClCompile Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLHelpers.cpp">
  2451. <ExcludedFromBuild>true</ExcludedFromBuild>
  2452. </ClCompile>
  2453. <ClCompile Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLImage.cpp">
  2454. <ExcludedFromBuild>true</ExcludedFromBuild>
  2455. </ClCompile>
  2456. <ClCompile Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLPixelFormat.cpp">
  2457. <ExcludedFromBuild>true</ExcludedFromBuild>
  2458. </ClCompile>
  2459. <ClCompile Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLShaderProgram.cpp">
  2460. <ExcludedFromBuild>true</ExcludedFromBuild>
  2461. </ClCompile>
  2462. <ClCompile Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLTexture.cpp">
  2463. <ExcludedFromBuild>true</ExcludedFromBuild>
  2464. </ClCompile>
  2465. <ClCompile Include="..\..\..\..\modules\juce_opengl\utils\juce_OpenGLAppComponent.cpp">
  2466. <ExcludedFromBuild>true</ExcludedFromBuild>
  2467. </ClCompile>
  2468. <ClCompile Include="..\..\..\..\modules\juce_opengl\juce_opengl.cpp">
  2469. <ExcludedFromBuild>true</ExcludedFromBuild>
  2470. </ClCompile>
  2471. <ClCompile Include="..\..\..\..\modules\juce_video\capture\juce_CameraDevice.cpp">
  2472. <ExcludedFromBuild>true</ExcludedFromBuild>
  2473. </ClCompile>
  2474. <ClCompile Include="..\..\..\..\modules\juce_video\playback\juce_VideoComponent.cpp">
  2475. <ExcludedFromBuild>true</ExcludedFromBuild>
  2476. </ClCompile>
  2477. <ClCompile Include="..\..\..\..\modules\juce_video\juce_video.cpp">
  2478. <ExcludedFromBuild>true</ExcludedFromBuild>
  2479. </ClCompile>
  2480. <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_basics.cpp"/>
  2481. <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_devices.cpp"/>
  2482. <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_formats.cpp"/>
  2483. <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_processors.cpp">
  2484. <AdditionalOptions> /bigobj %(AdditionalOptions)</AdditionalOptions>
  2485. </ClCompile>
  2486. <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_processors_ara.cpp"/>
  2487. <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_processors_lv2_libs.cpp"/>
  2488. <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_utils.cpp"/>
  2489. <ClCompile Include="..\..\JuceLibraryCode\include_juce_core.cpp">
  2490. <AdditionalOptions> /bigobj %(AdditionalOptions)</AdditionalOptions>
  2491. </ClCompile>
  2492. <ClCompile Include="..\..\JuceLibraryCode\include_juce_cryptography.cpp"/>
  2493. <ClCompile Include="..\..\JuceLibraryCode\include_juce_data_structures.cpp"/>
  2494. <ClCompile Include="..\..\JuceLibraryCode\include_juce_events.cpp"/>
  2495. <ClCompile Include="..\..\JuceLibraryCode\include_juce_graphics.cpp"/>
  2496. <ClCompile Include="..\..\JuceLibraryCode\include_juce_gui_basics.cpp">
  2497. <AdditionalOptions> /bigobj %(AdditionalOptions)</AdditionalOptions>
  2498. </ClCompile>
  2499. <ClCompile Include="..\..\JuceLibraryCode\include_juce_gui_extra.cpp"/>
  2500. <ClCompile Include="..\..\JuceLibraryCode\include_juce_opengl.cpp"/>
  2501. <ClCompile Include="..\..\JuceLibraryCode\include_juce_video.cpp"/>
  2502. </ItemGroup>
  2503. <ItemGroup>
  2504. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\audio_play_head\juce_AudioPlayHead.h"/>
  2505. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioChannelSet.h"/>
  2506. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioDataConverters.h"/>
  2507. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioProcessLoadMeasurer.h"/>
  2508. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioSampleBuffer.h"/>
  2509. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_FloatVectorOperations.h"/>
  2510. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMP.h"/>
  2511. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPacket.h"/>
  2512. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPackets.h"/>
  2513. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPBytesOnGroup.h"/>
  2514. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPConversion.h"/>
  2515. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPConverters.h"/>
  2516. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPDeviceInfo.h"/>
  2517. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPDispatcher.h"/>
  2518. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPFactory.h"/>
  2519. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPIterator.h"/>
  2520. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPMidi1ToBytestreamTranslator.h"/>
  2521. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPMidi1ToMidi2DefaultTranslator.h"/>
  2522. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPProtocols.h"/>
  2523. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPReceiver.h"/>
  2524. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPSysEx7.h"/>
  2525. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPUtils.h"/>
  2526. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\ump\juce_UMPView.h"/>
  2527. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiBuffer.h"/>
  2528. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiDataConcatenator.h"/>
  2529. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiFile.h"/>
  2530. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiKeyboardState.h"/>
  2531. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiMessage.h"/>
  2532. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiMessageSequence.h"/>
  2533. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\midi\juce_MidiRPN.h"/>
  2534. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPEInstrument.h"/>
  2535. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPEMessages.h"/>
  2536. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPENote.h"/>
  2537. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPESynthesiser.h"/>
  2538. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPESynthesiserBase.h"/>
  2539. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPESynthesiserVoice.h"/>
  2540. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPEUtils.h"/>
  2541. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPEValue.h"/>
  2542. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\mpe\juce_MPEZoneLayout.h"/>
  2543. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\native\juce_AudioWorkgroup_mac.h"/>
  2544. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\native\juce_CoreAudioLayouts_mac.h"/>
  2545. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\native\juce_CoreAudioTimeConversions_mac.h"/>
  2546. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\sources\juce_AudioSource.h"/>
  2547. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\sources\juce_BufferingAudioSource.h"/>
  2548. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\sources\juce_ChannelRemappingAudioSource.h"/>
  2549. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\sources\juce_IIRFilterAudioSource.h"/>
  2550. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\sources\juce_MemoryAudioSource.h"/>
  2551. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\sources\juce_MixerAudioSource.h"/>
  2552. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\sources\juce_PositionableAudioSource.h"/>
  2553. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\sources\juce_ResamplingAudioSource.h"/>
  2554. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\sources\juce_ReverbAudioSource.h"/>
  2555. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\sources\juce_ToneGeneratorAudioSource.h"/>
  2556. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\synthesisers\juce_Synthesiser.h"/>
  2557. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_ADSR.h"/>
  2558. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_AudioWorkgroup.h"/>
  2559. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_Decibels.h"/>
  2560. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_GenericInterpolator.h"/>
  2561. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_IIRFilter.h"/>
  2562. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_Interpolators.h"/>
  2563. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_Reverb.h"/>
  2564. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\utilities\juce_SmoothedValue.h"/>
  2565. <ClInclude Include="..\..\..\..\modules\juce_audio_basics\juce_audio_basics.h"/>
  2566. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\audio_io\juce_AudioDeviceManager.h"/>
  2567. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\audio_io\juce_AudioIODevice.h"/>
  2568. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\audio_io\juce_AudioIODeviceType.h"/>
  2569. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\audio_io\juce_SystemAudioVolume.h"/>
  2570. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\midi_io\ump\juce_UMPBytestreamInputHandler.h"/>
  2571. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\midi_io\ump\juce_UMPU32InputHandler.h"/>
  2572. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\midi_io\juce_MidiDevices.h"/>
  2573. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\midi_io\juce_MidiMessageCollector.h"/>
  2574. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\AudioStream.h"/>
  2575. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\AudioStreamBase.h"/>
  2576. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\AudioStreamBuilder.h"/>
  2577. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\AudioStreamCallback.h"/>
  2578. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\Definitions.h"/>
  2579. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\FifoBuffer.h"/>
  2580. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\FifoControllerBase.h"/>
  2581. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\FullDuplexStream.h"/>
  2582. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\LatencyTuner.h"/>
  2583. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\Oboe.h"/>
  2584. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\OboeExtensions.h"/>
  2585. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\ResultWithValue.h"/>
  2586. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\StabilizedCallback.h"/>
  2587. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\Utilities.h"/>
  2588. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\include\oboe\Version.h"/>
  2589. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\aaudio\AAudioExtensions.h"/>
  2590. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\aaudio\AAudioLoader.h"/>
  2591. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\aaudio\AudioStreamAAudio.h"/>
  2592. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\AdpfWrapper.h"/>
  2593. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\AudioClock.h"/>
  2594. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\AudioSourceCaller.h"/>
  2595. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\DataConversionFlowGraph.h"/>
  2596. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\FilterAudioStream.h"/>
  2597. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\FixedBlockAdapter.h"/>
  2598. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\FixedBlockReader.h"/>
  2599. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\FixedBlockWriter.h"/>
  2600. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\MonotonicCounter.h"/>
  2601. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\OboeDebug.h"/>
  2602. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\QuirksManager.h"/>
  2603. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\SourceFloatCaller.h"/>
  2604. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\SourceI16Caller.h"/>
  2605. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\SourceI24Caller.h"/>
  2606. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\SourceI32Caller.h"/>
  2607. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\Trace.h"/>
  2608. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\fifo\FifoController.h"/>
  2609. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\fifo\FifoControllerIndirect.h"/>
  2610. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\HyperbolicCosineWindow.h"/>
  2611. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\IntegerRatio.h"/>
  2612. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\KaiserWindow.h"/>
  2613. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\LinearResampler.h"/>
  2614. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\MultiChannelResampler.h"/>
  2615. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\PolyphaseResampler.h"/>
  2616. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\PolyphaseResamplerMono.h"/>
  2617. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\PolyphaseResamplerStereo.h"/>
  2618. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\ResamplerDefinitions.h"/>
  2619. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\SincResampler.h"/>
  2620. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\SincResamplerStereo.h"/>
  2621. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\ChannelCountConverter.h"/>
  2622. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\ClipToRange.h"/>
  2623. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\FlowGraphNode.h"/>
  2624. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\FlowgraphUtilities.h"/>
  2625. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\Limiter.h"/>
  2626. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\ManyToMultiConverter.h"/>
  2627. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\MonoBlend.h"/>
  2628. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\MonoToMultiConverter.h"/>
  2629. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\MultiToManyConverter.h"/>
  2630. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\MultiToMonoConverter.h"/>
  2631. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\RampLinear.h"/>
  2632. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SampleRateConverter.h"/>
  2633. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SinkFloat.h"/>
  2634. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SinkI16.h"/>
  2635. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SinkI24.h"/>
  2636. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SinkI32.h"/>
  2637. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SourceFloat.h"/>
  2638. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SourceI16.h"/>
  2639. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SourceI24.h"/>
  2640. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\SourceI32.h"/>
  2641. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\AudioInputStreamOpenSLES.h"/>
  2642. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\AudioOutputStreamOpenSLES.h"/>
  2643. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\AudioStreamBuffered.h"/>
  2644. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\AudioStreamOpenSLES.h"/>
  2645. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\EngineOpenSLES.h"/>
  2646. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\OpenSLESUtilities.h"/>
  2647. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\opensles\OutputMixerOpenSLES.h"/>
  2648. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\juce_Audio_ios.h"/>
  2649. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\native\juce_HighPerformanceAudioHelpers_android.h"/>
  2650. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\sources\juce_AudioSourcePlayer.h"/>
  2651. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\sources\juce_AudioTransportSource.h"/>
  2652. <ClInclude Include="..\..\..\..\modules\juce_audio_devices\juce_audio_devices.h"/>
  2653. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\bitmath.h"/>
  2654. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\bitreader.h"/>
  2655. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\bitwriter.h"/>
  2656. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\cpu.h"/>
  2657. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\crc.h"/>
  2658. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\fixed.h"/>
  2659. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\float.h"/>
  2660. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\format.h"/>
  2661. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\lpc.h"/>
  2662. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\md5.h"/>
  2663. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\memory.h"/>
  2664. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\stream_encoder.h"/>
  2665. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\stream_encoder_framing.h"/>
  2666. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\private\window.h"/>
  2667. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\protected\stream_decoder.h"/>
  2668. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\libFLAC\include\protected\stream_encoder.h"/>
  2669. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\all.h"/>
  2670. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\alloc.h"/>
  2671. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\assert.h"/>
  2672. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\callback.h"/>
  2673. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\compat.h"/>
  2674. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\endswap.h"/>
  2675. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\export.h"/>
  2676. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\format.h"/>
  2677. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\metadata.h"/>
  2678. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\ordinals.h"/>
  2679. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\private.h"/>
  2680. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\stream_decoder.h"/>
  2681. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\stream_encoder.h"/>
  2682. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\books\coupled\res_books_51.h"/>
  2683. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\books\coupled\res_books_stereo.h"/>
  2684. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\books\floor\floor_books.h"/>
  2685. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\books\uncoupled\res_books_uncoupled.h"/>
  2686. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\floor_all.h"/>
  2687. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\psych_8.h"/>
  2688. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\psych_11.h"/>
  2689. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\psych_16.h"/>
  2690. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\psych_44.h"/>
  2691. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\residue_8.h"/>
  2692. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\residue_16.h"/>
  2693. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\residue_44.h"/>
  2694. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\residue_44p51.h"/>
  2695. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\residue_44u.h"/>
  2696. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\setup_8.h"/>
  2697. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\setup_11.h"/>
  2698. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\setup_16.h"/>
  2699. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\setup_22.h"/>
  2700. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\setup_32.h"/>
  2701. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\setup_44.h"/>
  2702. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\setup_44p51.h"/>
  2703. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\setup_44u.h"/>
  2704. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\modes\setup_X.h"/>
  2705. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\backends.h"/>
  2706. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\bitrate.h"/>
  2707. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\codebook.h"/>
  2708. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\codec_internal.h"/>
  2709. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\envelope.h"/>
  2710. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\highlevel.h"/>
  2711. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\lookup.h"/>
  2712. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\lookup_data.h"/>
  2713. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\lpc.h"/>
  2714. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\lsp.h"/>
  2715. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\masking.h"/>
  2716. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\mdct.h"/>
  2717. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\misc.h"/>
  2718. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\os.h"/>
  2719. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\psy.h"/>
  2720. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\registry.h"/>
  2721. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\scales.h"/>
  2722. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\smallft.h"/>
  2723. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\lib\window.h"/>
  2724. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\codec.h"/>
  2725. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\config_types.h"/>
  2726. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\crctable.h"/>
  2727. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\ogg.h"/>
  2728. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\os_types.h"/>
  2729. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\vorbisenc.h"/>
  2730. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\vorbisfile.h"/>
  2731. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_AiffAudioFormat.h"/>
  2732. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_CoreAudioFormat.h"/>
  2733. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_FlacAudioFormat.h"/>
  2734. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_LAMEEncoderAudioFormat.h"/>
  2735. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_MP3AudioFormat.h"/>
  2736. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_OggVorbisAudioFormat.h"/>
  2737. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_WavAudioFormat.h"/>
  2738. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\codecs\juce_WindowsMediaAudioFormat.h"/>
  2739. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\format\juce_ARAAudioReaders.h"/>
  2740. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioFormat.h"/>
  2741. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioFormatManager.h"/>
  2742. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioFormatReader.h"/>
  2743. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioFormatReaderSource.h"/>
  2744. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioFormatWriter.h"/>
  2745. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\format\juce_AudioSubsectionReader.h"/>
  2746. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\format\juce_BufferingAudioFormatReader.h"/>
  2747. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\format\juce_MemoryMappedAudioFormatReader.h"/>
  2748. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\sampler\juce_Sampler.h"/>
  2749. <ClInclude Include="..\..\..\..\modules\juce_audio_formats\juce_audio_formats.h"/>
  2750. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format\juce_AudioPluginFormat.h"/>
  2751. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format\juce_AudioPluginFormatManager.h"/>
  2752. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\lilv\lilv.h"/>
  2753. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\lilv\lilvmm.hpp"/>
  2754. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\zix\common.h"/>
  2755. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\zix\tree.h"/>
  2756. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\filesystem.h"/>
  2757. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src\lilv_internal.h"/>
  2758. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\atom\atom.h"/>
  2759. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\atom\forge.h"/>
  2760. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\atom\util.h"/>
  2761. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\buf-size\buf-size.h"/>
  2762. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\core\attributes.h"/>
  2763. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\core\lv2.h"/>
  2764. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\core\lv2_util.h"/>
  2765. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\data-access\data-access.h"/>
  2766. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\dynmanifest\dynmanifest.h"/>
  2767. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\event\event-helpers.h"/>
  2768. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\event\event.h"/>
  2769. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\instance-access\instance-access.h"/>
  2770. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\log\log.h"/>
  2771. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\log\logger.h"/>
  2772. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\midi\midi.h"/>
  2773. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\morph\morph.h"/>
  2774. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\options\options.h"/>
  2775. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\parameters\parameters.h"/>
  2776. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\patch\patch.h"/>
  2777. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\port-groups\port-groups.h"/>
  2778. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\port-props\port-props.h"/>
  2779. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\presets\presets.h"/>
  2780. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\resize-port\resize-port.h"/>
  2781. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\state\state.h"/>
  2782. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\time\time.h"/>
  2783. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\ui\ui.h"/>
  2784. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\units\units.h"/>
  2785. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\uri-map\uri-map.h"/>
  2786. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\urid\urid.h"/>
  2787. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lv2\lv2\worker\worker.h"/>
  2788. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\serd\serd.h"/>
  2789. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\attributes.h"/>
  2790. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\base64.h"/>
  2791. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\byte_sink.h"/>
  2792. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\byte_source.h"/>
  2793. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\node.h"/>
  2794. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\reader.h"/>
  2795. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\serd_config.h"/>
  2796. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\serd_internal.h"/>
  2797. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\stack.h"/>
  2798. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\string_utils.h"/>
  2799. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\system.h"/>
  2800. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd\src\uri_utils.h"/>
  2801. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\sord\sord.h"/>
  2802. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\sord\sordmm.hpp"/>
  2803. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\zix\btree.h"/>
  2804. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\zix\common.h"/>
  2805. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\zix\digest.h"/>
  2806. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\zix\hash.h"/>
  2807. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\sord_config.h"/>
  2808. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord\src\sord_internal.h"/>
  2809. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sratom\sratom\sratom.h"/>
  2810. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\juce_lv2_config.h"/>
  2811. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\lilv_config.h"/>
  2812. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\serd_config.h"/>
  2813. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\sord_config.h"/>
  2814. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\pslextensions\ipslcontextinfo.h"/>
  2815. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\pslextensions\ipsleditcontroller.h"/>
  2816. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\pslextensions\ipslgainreduction.h"/>
  2817. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\pslextensions\ipslhostcommands.h"/>
  2818. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\pslextensions\ipslviewembedding.h"/>
  2819. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\pslextensions\ipslviewscaling.h"/>
  2820. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\pslextensions\pslauextensions.h"/>
  2821. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\pslextensions\pslvst2extensions.h"/>
  2822. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\classfactoryhelpers.h"/>
  2823. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fbuffer.h"/>
  2824. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fcommandline.h"/>
  2825. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fdebug.h"/>
  2826. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fobject.h"/>
  2827. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fstreamer.h"/>
  2828. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\fstring.h"/>
  2829. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\source\updatehandler.h"/>
  2830. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\thread\include\flock.h"/>
  2831. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\conststringtable.h"/>
  2832. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\falignpop.h"/>
  2833. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\falignpush.h"/>
  2834. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\fplatform.h"/>
  2835. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\fstrdefs.h"/>
  2836. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\ftypes.h"/>
  2837. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\funknown.h"/>
  2838. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\futils.h"/>
  2839. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\fvariant.h"/>
  2840. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\ibstream.h"/>
  2841. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\icloneable.h"/>
  2842. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\ipersistent.h"/>
  2843. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\ipluginbase.h"/>
  2844. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\iplugincompatibility.h"/>
  2845. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\istringresult.h"/>
  2846. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\iupdatehandler.h"/>
  2847. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\smartpointer.h"/>
  2848. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\typesizecheck.h"/>
  2849. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\base\ustring.h"/>
  2850. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\gui\iplugview.h"/>
  2851. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\gui\iplugviewcontentscalesupport.h"/>
  2852. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstattributes.h"/>
  2853. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstaudioprocessor.h"/>
  2854. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstautomationstate.h"/>
  2855. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstchannelcontextinfo.h"/>
  2856. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstcomponent.h"/>
  2857. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstcontextmenu.h"/>
  2858. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivsteditcontroller.h"/>
  2859. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstevents.h"/>
  2860. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivsthostapplication.h"/>
  2861. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstinterappaudio.h"/>
  2862. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstmessage.h"/>
  2863. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstmidicontrollers.h"/>
  2864. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstmidilearn.h"/>
  2865. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstnoteexpression.h"/>
  2866. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstparameterchanges.h"/>
  2867. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstparameterfunctionname.h"/>
  2868. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstphysicalui.h"/>
  2869. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstpluginterfacesupport.h"/>
  2870. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstplugview.h"/>
  2871. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstprefetchablesupport.h"/>
  2872. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstprocesscontext.h"/>
  2873. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstrepresentation.h"/>
  2874. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivsttestplugprovider.h"/>
  2875. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\ivstunits.h"/>
  2876. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\vstpshpack4.h"/>
  2877. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\vstspeaker.h"/>
  2878. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\vst\vsttypes.h"/>
  2879. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\common\memorystream.h"/>
  2880. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\common\pluginview.h"/>
  2881. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\common\readfile.h"/>
  2882. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\hosting\hostclasses.h"/>
  2883. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\hosting\module.h"/>
  2884. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\hosting\pluginterfacesupport.h"/>
  2885. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\moduleinfo\json.h"/>
  2886. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\moduleinfo\jsoncxx.h"/>
  2887. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\moduleinfo\moduleinfo.h"/>
  2888. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\moduleinfo\moduleinfocreator.h"/>
  2889. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\moduleinfo\moduleinfoparser.h"/>
  2890. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\utility\optional.h"/>
  2891. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\utility\stringconvert.h"/>
  2892. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\utility\uid.h"/>
  2893. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstbus.h"/>
  2894. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstcomponent.h"/>
  2895. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstcomponentbase.h"/>
  2896. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vsteditcontroller.h"/>
  2897. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstparameters.h"/>
  2898. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\vstpresetfile.h"/>
  2899. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_ARACommon.h"/>
  2900. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_ARAHosting.h"/>
  2901. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_AU_Shared.h"/>
  2902. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_AudioUnitPluginFormat.h"/>
  2903. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LADSPAPluginFormat.h"/>
  2904. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LV2Common.h"/>
  2905. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LV2PluginFormat.h"/>
  2906. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_LV2Resources.h"/>
  2907. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3Common.h"/>
  2908. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3Headers.h"/>
  2909. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VST3PluginFormat.h"/>
  2910. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTCommon.h"/>
  2911. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTMidiEventList.h"/>
  2912. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\format_types\juce_VSTPluginFormat.h"/>
  2913. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioPluginInstance.h"/>
  2914. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessor.h"/>
  2915. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorEditor.h"/>
  2916. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorEditorHostContext.h"/>
  2917. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorGraph.h"/>
  2918. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorListener.h"/>
  2919. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorParameter.h"/>
  2920. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorParameterGroup.h"/>
  2921. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_GenericAudioProcessorEditor.h"/>
  2922. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_HostedAudioProcessorParameter.h"/>
  2923. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\processors\juce_PluginDescription.h"/>
  2924. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\scanning\juce_KnownPluginList.h"/>
  2925. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\scanning\juce_PluginDirectoryScanner.h"/>
  2926. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\scanning\juce_PluginListComponent.h"/>
  2927. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_ARA_utils.h"/>
  2928. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_ARADebug.h"/>
  2929. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_ARADocumentController.h"/>
  2930. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_ARAModelObjects.h"/>
  2931. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_ARAPlugInInstanceRoles.h"/>
  2932. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\ARA\juce_AudioProcessor_ARAExtensions.h"/>
  2933. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AAXClientExtensions.h"/>
  2934. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioParameterBool.h"/>
  2935. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioParameterChoice.h"/>
  2936. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioParameterFloat.h"/>
  2937. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioParameterInt.h"/>
  2938. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioProcessorParameterWithID.h"/>
  2939. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_AudioProcessorValueTreeState.h"/>
  2940. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_ExtensionsVisitor.h"/>
  2941. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_FlagCache.h"/>
  2942. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_ParameterAttachments.h"/>
  2943. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_PluginHostType.h"/>
  2944. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_RangedAudioParameter.h"/>
  2945. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_VST2ClientExtensions.h"/>
  2946. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\utilities\juce_VST3ClientExtensions.h"/>
  2947. <ClInclude Include="..\..\..\..\modules\juce_audio_processors\juce_audio_processors.h"/>
  2948. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\audio_cd\juce_AudioCDBurner.h"/>
  2949. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\audio_cd\juce_AudioCDReader.h"/>
  2950. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioAppComponent.h"/>
  2951. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioDeviceSelectorComponent.h"/>
  2952. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioThumbnail.h"/>
  2953. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioThumbnailBase.h"/>
  2954. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioThumbnailCache.h"/>
  2955. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\gui\juce_AudioVisualiserComponent.h"/>
  2956. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\gui\juce_BluetoothMidiDevicePairingDialogue.h"/>
  2957. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\gui\juce_KeyboardComponentBase.h"/>
  2958. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\gui\juce_MidiKeyboardComponent.h"/>
  2959. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\gui\juce_MPEKeyboardComponent.h"/>
  2960. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\players\juce_AudioProcessorPlayer.h"/>
  2961. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\players\juce_SoundPlayer.h"/>
  2962. <ClInclude Include="..\..\..\..\modules\juce_audio_utils\juce_audio_utils.h"/>
  2963. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.h"/>
  2964. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Array.h"/>
  2965. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ArrayAllocationBase.h"/>
  2966. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ArrayBase.h"/>
  2967. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_DynamicObject.h"/>
  2968. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ElementComparator.h"/>
  2969. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Enumerate.h"/>
  2970. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_FixedSizeFunction.h"/>
  2971. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_HashMap.h"/>
  2972. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_LinkedListPointer.h"/>
  2973. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ListenerList.h"/>
  2974. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.h"/>
  2975. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Optional.h"/>
  2976. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.h"/>
  2977. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.h"/>
  2978. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ReferenceCountedArray.h"/>
  2979. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ScopedValueSetter.h"/>
  2980. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_SingleThreadedAbstractFifo.h"/>
  2981. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_SortedSet.h"/>
  2982. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Span.h"/>
  2983. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_SparseSet.h"/>
  2984. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Variant.h"/>
  2985. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_AndroidDocument.h"/>
  2986. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_common_MimeTypes.h"/>
  2987. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_DirectoryIterator.h"/>
  2988. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_File.h"/>
  2989. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileFilter.h"/>
  2990. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileInputStream.h"/>
  2991. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileOutputStream.h"/>
  2992. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileSearchPath.h"/>
  2993. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_MemoryMappedFile.h"/>
  2994. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_RangedDirectoryIterator.h"/>
  2995. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_TemporaryFile.h"/>
  2996. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_WildcardFileFilter.h"/>
  2997. <ClInclude Include="..\..\..\..\modules\juce_core\javascript\juce_Javascript.h"/>
  2998. <ClInclude Include="..\..\..\..\modules\juce_core\javascript\juce_JSON.h"/>
  2999. <ClInclude Include="..\..\..\..\modules\juce_core\javascript\juce_JSONSerialisation.h"/>
  3000. <ClInclude Include="..\..\..\..\modules\juce_core\javascript\juce_JSONUtils.h"/>
  3001. <ClInclude Include="..\..\..\..\modules\juce_core\logging\juce_FileLogger.h"/>
  3002. <ClInclude Include="..\..\..\..\modules\juce_core\logging\juce_Logger.h"/>
  3003. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_BigInteger.h"/>
  3004. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Expression.h"/>
  3005. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions.h"/>
  3006. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_NormalisableRange.h"/>
  3007. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Random.h"/>
  3008. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Range.h"/>
  3009. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_StatisticsAccumulator.h"/>
  3010. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_AllocationHooks.h"/>
  3011. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Atomic.h"/>
  3012. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ByteOrder.h"/>
  3013. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ContainerDeletePolicy.h"/>
  3014. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_HeapBlock.h"/>
  3015. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_HeavyweightLeakedObjectDetector.h"/>
  3016. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_LeakedObjectDetector.h"/>
  3017. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Memory.h"/>
  3018. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_MemoryBlock.h"/>
  3019. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_OptionalScopedPointer.h"/>
  3020. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ReferenceCountedObject.h"/>
  3021. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Reservoir.h"/>
  3022. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ScopedPointer.h"/>
  3023. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_SharedResourcePointer.h"/>
  3024. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Singleton.h"/>
  3025. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_WeakReference.h"/>
  3026. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_ConsoleApplication.h"/>
  3027. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_EnumHelpers.h"/>
  3028. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Functional.h"/>
  3029. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Result.h"/>
  3030. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_RuntimePermissions.h"/>
  3031. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_ScopeGuard.h"/>
  3032. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Uuid.h"/>
  3033. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_WindowsRegistry.h"/>
  3034. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_BasicNativeHeaders.h"/>
  3035. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_CFHelpers_mac.h"/>
  3036. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_ComSmartPtr_windows.h"/>
  3037. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_IPAddress_posix.h"/>
  3038. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_JNIHelpers_android.h"/>
  3039. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_ObjCHelpers_mac.h"/>
  3040. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_PlatformTimerListener.h"/>
  3041. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_SharedCode_intel.h"/>
  3042. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_SharedCode_posix.h"/>
  3043. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_ThreadPriorities_native.h"/>
  3044. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.h"/>
  3045. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_MACAddress.h"/>
  3046. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_NamedPipe.h"/>
  3047. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_Socket.h"/>
  3048. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_URL.h"/>
  3049. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_WebInputStream.h"/>
  3050. <ClInclude Include="..\..\..\..\modules\juce_core\serialisation\juce_Serialisation.h"/>
  3051. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_AndroidDocumentInputSource.h"/>
  3052. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.h"/>
  3053. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_FileInputSource.h"/>
  3054. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_InputSource.h"/>
  3055. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_InputStream.h"/>
  3056. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryInputStream.h"/>
  3057. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.h"/>
  3058. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.h"/>
  3059. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.h"/>
  3060. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.h"/>
  3061. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerSupport.h"/>
  3062. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerWarnings.h"/>
  3063. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_PlatformDefs.h"/>
  3064. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_StandardHeader.h"/>
  3065. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.h"/>
  3066. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_TargetPlatform.h"/>
  3067. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_Base64.h"/>
  3068. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharacterFunctions.h"/>
  3069. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_ASCII.h"/>
  3070. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF8.h"/>
  3071. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF16.h"/>
  3072. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF32.h"/>
  3073. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_Identifier.h"/>
  3074. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_LocalisedStrings.h"/>
  3075. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_NewLine.h"/>
  3076. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_String.h"/>
  3077. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringArray.h"/>
  3078. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringPairArray.h"/>
  3079. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringPool.h"/>
  3080. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringRef.h"/>
  3081. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_TextDiff.h"/>
  3082. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.h"/>
  3083. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_CriticalSection.h"/>
  3084. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_DynamicLibrary.h"/>
  3085. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_HighResolutionTimer.h"/>
  3086. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_InterProcessLock.h"/>
  3087. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_Process.h"/>
  3088. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ReadWriteLock.h"/>
  3089. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedLock.h"/>
  3090. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedReadLock.h"/>
  3091. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedWriteLock.h"/>
  3092. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_SpinLock.h"/>
  3093. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_Thread.h"/>
  3094. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ThreadLocalValue.h"/>
  3095. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ThreadPool.h"/>
  3096. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_TimeSliceThread.h"/>
  3097. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_WaitableEvent.h"/>
  3098. <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_PerformanceCounter.h"/>
  3099. <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_RelativeTime.h"/>
  3100. <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_Time.h"/>
  3101. <ClInclude Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTest.h"/>
  3102. <ClInclude Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTestCategories.h"/>
  3103. <ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlDocument.h"/>
  3104. <ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlElement.h"/>
  3105. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\crc32.h"/>
  3106. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\deflate.h"/>
  3107. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inffast.h"/>
  3108. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inffixed.h"/>
  3109. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inflate.h"/>
  3110. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inftrees.h"/>
  3111. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\trees.h"/>
  3112. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zconf.h"/>
  3113. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zconf.in.h"/>
  3114. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zlib.h"/>
  3115. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zutil.h"/>
  3116. <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_GZIPCompressorOutputStream.h"/>
  3117. <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_GZIPDecompressorInputStream.h"/>
  3118. <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_ZipFile.h"/>
  3119. <ClInclude Include="..\..\..\..\modules\juce_core\juce_core.h"/>
  3120. <ClInclude Include="..\..\..\..\modules\juce_cryptography\encryption\juce_BlowFish.h"/>
  3121. <ClInclude Include="..\..\..\..\modules\juce_cryptography\encryption\juce_Primes.h"/>
  3122. <ClInclude Include="..\..\..\..\modules\juce_cryptography\encryption\juce_RSAKey.h"/>
  3123. <ClInclude Include="..\..\..\..\modules\juce_cryptography\hashing\juce_MD5.h"/>
  3124. <ClInclude Include="..\..\..\..\modules\juce_cryptography\hashing\juce_SHA256.h"/>
  3125. <ClInclude Include="..\..\..\..\modules\juce_cryptography\hashing\juce_Whirlpool.h"/>
  3126. <ClInclude Include="..\..\..\..\modules\juce_cryptography\juce_cryptography.h"/>
  3127. <ClInclude Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_ApplicationProperties.h"/>
  3128. <ClInclude Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_PropertiesFile.h"/>
  3129. <ClInclude Include="..\..\..\..\modules\juce_data_structures\undomanager\juce_UndoableAction.h"/>
  3130. <ClInclude Include="..\..\..\..\modules\juce_data_structures\undomanager\juce_UndoManager.h"/>
  3131. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_CachedValue.h"/>
  3132. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_Value.h"/>
  3133. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTree.h"/>
  3134. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTreePropertyWithDefault.h"/>
  3135. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.h"/>
  3136. <ClInclude Include="..\..\..\..\modules\juce_data_structures\juce_data_structures.h"/>
  3137. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionBroadcaster.h"/>
  3138. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionListener.h"/>
  3139. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_AsyncUpdater.h"/>
  3140. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ChangeBroadcaster.h"/>
  3141. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ChangeListener.h"/>
  3142. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_LockingAsyncUpdater.h"/>
  3143. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_ConnectedChildProcess.h"/>
  3144. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnection.h"/>
  3145. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnectionServer.h"/>
  3146. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_NetworkServiceDiscovery.h"/>
  3147. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_ApplicationBase.h"/>
  3148. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_CallbackMessage.h"/>
  3149. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_DeletedAtShutdown.h"/>
  3150. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_Initialisation.h"/>
  3151. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_Message.h"/>
  3152. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_MessageListener.h"/>
  3153. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_MessageManager.h"/>
  3154. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_MountedVolumeListChangeDetector.h"/>
  3155. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_NotificationType.h"/>
  3156. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_EventLoop_linux.h"/>
  3157. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_EventLoopInternal_linux.h"/>
  3158. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_HiddenMessageWindow_windows.h"/>
  3159. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_MessageQueue_mac.h"/>
  3160. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_RunningInUnity.h"/>
  3161. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_ScopedLowPowerModeDisabler.h"/>
  3162. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_WinRTWrapper_windows.h"/>
  3163. <ClInclude Include="..\..\..\..\modules\juce_events\timers\juce_MultiTimer.h"/>
  3164. <ClInclude Include="..\..\..\..\modules\juce_events\timers\juce_Timer.h"/>
  3165. <ClInclude Include="..\..\..\..\modules\juce_events\juce_events.h"/>
  3166. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_Colour.h"/>
  3167. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_ColourGradient.h"/>
  3168. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_Colours.h"/>
  3169. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_FillType.h"/>
  3170. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_PixelFormats.h"/>
  3171. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_GraphicsContext.h"/>
  3172. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsContext.h"/>
  3173. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsPostScriptRenderer.h"/>
  3174. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsSoftwareRenderer.h"/>
  3175. <ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_DropShadowEffect.h"/>
  3176. <ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_GlowEffect.h"/>
  3177. <ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_ImageEffectFilter.h"/>
  3178. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_AttributedString.h"/>
  3179. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_CustomTypeface.h"/>
  3180. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_Font.h"/>
  3181. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_GlyphArrangement.h"/>
  3182. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_TextLayout.h"/>
  3183. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_Typeface.h"/>
  3184. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_AffineTransform.h"/>
  3185. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_BorderSize.h"/>
  3186. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_EdgeTable.h"/>
  3187. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Line.h"/>
  3188. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Parallelogram.h"/>
  3189. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Path.h"/>
  3190. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathIterator.h"/>
  3191. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathStrokeType.h"/>
  3192. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Point.h"/>
  3193. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Rectangle.h"/>
  3194. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_RectangleList.h"/>
  3195. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\cderror.h"/>
  3196. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jchuff.h"/>
  3197. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jconfig.h"/>
  3198. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdct.h"/>
  3199. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdhuff.h"/>
  3200. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jerror.h"/>
  3201. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jinclude.h"/>
  3202. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jmemsys.h"/>
  3203. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jmorecfg.h"/>
  3204. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jpegint.h"/>
  3205. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jpeglib.h"/>
  3206. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jversion.h"/>
  3207. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\transupp.h"/>
  3208. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\png.h"/>
  3209. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngconf.h"/>
  3210. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngdebug.h"/>
  3211. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pnginfo.h"/>
  3212. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngpriv.h"/>
  3213. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngstruct.h"/>
  3214. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_Image.h"/>
  3215. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_ImageCache.h"/>
  3216. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_ImageConvolutionKernel.h"/>
  3217. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_ImageFileFormat.h"/>
  3218. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_ScaledImage.h"/>
  3219. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_CoreGraphicsContext_mac.h"/>
  3220. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_CoreGraphicsHelpers_mac.h"/>
  3221. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_Direct2DGraphicsContext_windows.h"/>
  3222. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_RenderingHelpers.h"/>
  3223. <ClInclude Include="..\..\..\..\modules\juce_graphics\placement\juce_Justification.h"/>
  3224. <ClInclude Include="..\..\..\..\modules\juce_graphics\placement\juce_RectanglePlacement.h"/>
  3225. <ClInclude Include="..\..\..\..\modules\juce_graphics\juce_graphics.h"/>
  3226. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\accessibility\enums\juce_AccessibilityActions.h"/>
  3227. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\accessibility\enums\juce_AccessibilityEvent.h"/>
  3228. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\accessibility\enums\juce_AccessibilityRole.h"/>
  3229. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\accessibility\interfaces\juce_AccessibilityCellInterface.h"/>
  3230. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\accessibility\interfaces\juce_AccessibilityTableInterface.h"/>
  3231. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\accessibility\interfaces\juce_AccessibilityTextInterface.h"/>
  3232. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\accessibility\interfaces\juce_AccessibilityValueInterface.h"/>
  3233. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\accessibility\juce_AccessibilityHandler.h"/>
  3234. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\accessibility\juce_AccessibilityState.h"/>
  3235. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\application\juce_Application.h"/>
  3236. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ArrowButton.h"/>
  3237. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_Button.h"/>
  3238. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_DrawableButton.h"/>
  3239. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_HyperlinkButton.h"/>
  3240. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ImageButton.h"/>
  3241. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ShapeButton.h"/>
  3242. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_TextButton.h"/>
  3243. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToggleButton.h"/>
  3244. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToolbarButton.h"/>
  3245. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandID.h"/>
  3246. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandInfo.h"/>
  3247. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandManager.h"/>
  3248. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandTarget.h"/>
  3249. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_KeyPressMappingSet.h"/>
  3250. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_CachedComponentImage.h"/>
  3251. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_Component.h"/>
  3252. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_ComponentListener.h"/>
  3253. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_ComponentTraverser.h"/>
  3254. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_FocusTraverser.h"/>
  3255. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_ModalComponentManager.h"/>
  3256. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\desktop\juce_Desktop.h"/>
  3257. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\desktop\juce_Displays.h"/>
  3258. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_AccessibilityHelpers.h"/>
  3259. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_AlertWindowHelpers.h"/>
  3260. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_ButtonAccessibilityHandler.h"/>
  3261. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_ComponentHelpers.h"/>
  3262. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_CustomMouseCursorInfo.h"/>
  3263. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_FocusHelpers.h"/>
  3264. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_FocusRestorer.h"/>
  3265. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_LookAndFeelHelpers.h"/>
  3266. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_MouseInputSourceImpl.h"/>
  3267. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_MouseInputSourceList.h"/>
  3268. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_PointerState.h"/>
  3269. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_ScalingHelpers.h"/>
  3270. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_ScopedContentSharerImpl.h"/>
  3271. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_ScopedContentSharerInterface.h"/>
  3272. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_ScopedMessageBoxImpl.h"/>
  3273. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_ScopedMessageBoxInterface.h"/>
  3274. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_ToolbarItemDragAndDropOverlayComponent.h"/>
  3275. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_TopLevelWindowManager.h"/>
  3276. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_ViewportHelpers.h"/>
  3277. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\detail\juce_WindowingHelpers.h"/>
  3278. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_Drawable.h"/>
  3279. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableComposite.h"/>
  3280. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableImage.h"/>
  3281. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawablePath.h"/>
  3282. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableRectangle.h"/>
  3283. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableShape.h"/>
  3284. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableText.h"/>
  3285. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_ContentSharer.h"/>
  3286. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsDisplayComponent.h"/>
  3287. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsList.h"/>
  3288. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileBrowserComponent.h"/>
  3289. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileBrowserListener.h"/>
  3290. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooser.h"/>
  3291. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooserDialogBox.h"/>
  3292. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileListComponent.h"/>
  3293. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FilenameComponent.h"/>
  3294. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FilePreviewComponent.h"/>
  3295. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileSearchPathListComponent.h"/>
  3296. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileTreeComponent.h"/>
  3297. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_ImagePreviewComponent.h"/>
  3298. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_CaretComponent.h"/>
  3299. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyboardFocusTraverser.h"/>
  3300. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyListener.h"/>
  3301. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyPress.h"/>
  3302. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_ModifierKeys.h"/>
  3303. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_SystemClipboard.h"/>
  3304. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_TextEditorKeyMapper.h"/>
  3305. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_TextInputTarget.h"/>
  3306. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_AnimatedPosition.h"/>
  3307. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_AnimatedPositionBehaviours.h"/>
  3308. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_BorderedComponentBoundsConstrainer.h"/>
  3309. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentAnimator.h"/>
  3310. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBoundsConstrainer.h"/>
  3311. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBuilder.h"/>
  3312. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentMovementWatcher.h"/>
  3313. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ConcertinaPanel.h"/>
  3314. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_FlexBox.h"/>
  3315. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_FlexItem.h"/>
  3316. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_Grid.h"/>
  3317. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GridItem.h"/>
  3318. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GroupComponent.h"/>
  3319. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_MultiDocumentPanel.h"/>
  3320. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableBorderComponent.h"/>
  3321. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableCornerComponent.h"/>
  3322. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableEdgeComponent.h"/>
  3323. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ScrollBar.h"/>
  3324. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_SidePanel.h"/>
  3325. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutManager.h"/>
  3326. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutResizerBar.h"/>
  3327. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableObjectResizer.h"/>
  3328. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedButtonBar.h"/>
  3329. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedComponent.h"/>
  3330. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_Viewport.h"/>
  3331. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel.h"/>
  3332. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V1.h"/>
  3333. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V2.h"/>
  3334. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V3.h"/>
  3335. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V4.h"/>
  3336. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_BurgerMenuComponent.h"/>
  3337. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarComponent.h"/>
  3338. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarModel.h"/>
  3339. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_PopupMenu.h"/>
  3340. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\misc\juce_BubbleComponent.h"/>
  3341. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\misc\juce_DropShadower.h"/>
  3342. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\misc\juce_FocusOutline.h"/>
  3343. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\misc\juce_JUCESplashScreen.h"/>
  3344. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_ComponentDragger.h"/>
  3345. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_DragAndDropContainer.h"/>
  3346. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_DragAndDropTarget.h"/>
  3347. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_FileDragAndDropTarget.h"/>
  3348. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_LassoComponent.h"/>
  3349. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseCursor.h"/>
  3350. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseEvent.h"/>
  3351. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInactivityDetector.h"/>
  3352. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInputSource.h"/>
  3353. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseListener.h"/>
  3354. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_SelectedItemSet.h"/>
  3355. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_TextDragAndDropTarget.h"/>
  3356. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_TooltipClient.h"/>
  3357. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_AccessibilityElement_windows.h"/>
  3358. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_AccessibilityTextHelpers.h"/>
  3359. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_ComInterfaces_windows.h"/>
  3360. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIAExpandCollapseProvider_windows.h"/>
  3361. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIAGridItemProvider_windows.h"/>
  3362. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIAGridProvider_windows.h"/>
  3363. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIAHelpers_windows.h"/>
  3364. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIAInvokeProvider_windows.h"/>
  3365. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIAProviderBase_windows.h"/>
  3366. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIAProviders_windows.h"/>
  3367. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIARangeValueProvider_windows.h"/>
  3368. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIASelectionProvider_windows.h"/>
  3369. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIATextProvider_windows.h"/>
  3370. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIAToggleProvider_windows.h"/>
  3371. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIATransformProvider_windows.h"/>
  3372. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIAValueProvider_windows.h"/>
  3373. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_UIAWindowProvider_windows.h"/>
  3374. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\accessibility\juce_WindowsUIAWrapper_windows.h"/>
  3375. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_CGMetalLayerRenderer_mac.h"/>
  3376. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_MultiTouchMapper.h"/>
  3377. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_NativeModalWrapperComponent_ios.h"/>
  3378. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_PerScreenDisplayLinks_mac.h"/>
  3379. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_ScopedDPIAwarenessDisabler.h"/>
  3380. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_ScopedThreadDPIAwarenessSetter_windows.h"/>
  3381. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_ScopedWindowAssociation_linux.h"/>
  3382. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_WindowsHooks_windows.h"/>
  3383. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_XSymbols_linux.h"/>
  3384. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_XWindowSystem_linux.h"/>
  3385. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_MarkerList.h"/>
  3386. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinate.h"/>
  3387. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinatePositioner.h"/>
  3388. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeParallelogram.h"/>
  3389. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePoint.h"/>
  3390. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePointPath.h"/>
  3391. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeRectangle.h"/>
  3392. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
  3393. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
  3394. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
  3395. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
  3396. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
  3397. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
  3398. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>
  3399. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_TextPropertyComponent.h"/>
  3400. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ComboBox.h"/>
  3401. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ImageComponent.h"/>
  3402. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Label.h"/>
  3403. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ListBox.h"/>
  3404. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ProgressBar.h"/>
  3405. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Slider.h"/>
  3406. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableHeaderComponent.h"/>
  3407. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableListBox.h"/>
  3408. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TextEditor.h"/>
  3409. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Toolbar.h"/>
  3410. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemComponent.h"/>
  3411. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemFactory.h"/>
  3412. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemPalette.h"/>
  3413. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TreeView.h"/>
  3414. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_AlertWindow.h"/>
  3415. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_CallOutBox.h"/>
  3416. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ComponentPeer.h"/>
  3417. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DialogWindow.h"/>
  3418. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.h"/>
  3419. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
  3420. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
  3421. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeScaleFactorNotifier.h"/>
  3422. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
  3423. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
  3424. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
  3425. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
  3426. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
  3427. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_VBlankAttachment.h"/>
  3428. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_WindowUtils.h"/>
  3429. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/>
  3430. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/>
  3431. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/>
  3432. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeTokeniser.h"/>
  3433. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CPlusPlusCodeTokeniser.h"/>
  3434. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CPlusPlusCodeTokeniserFunctions.h"/>
  3435. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_LuaCodeTokeniser.h"/>
  3436. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_XMLCodeTokeniser.h"/>
  3437. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\documents\juce_FileBasedDocument.h"/>
  3438. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_ActiveXControlComponent.h"/>
  3439. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_AndroidViewComponent.h"/>
  3440. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_HWNDComponent.h"/>
  3441. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_NSViewComponent.h"/>
  3442. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_UIViewComponent.h"/>
  3443. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_XEmbedComponent.h"/>
  3444. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_AnimatedAppComponent.h"/>
  3445. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_AppleRemote.h"/>
  3446. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_BubbleMessageComponent.h"/>
  3447. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_ColourSelector.h"/>
  3448. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_KeyMappingEditorComponent.h"/>
  3449. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_LiveConstantEditor.h"/>
  3450. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_PreferencesPanel.h"/>
  3451. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_PushNotifications.h"/>
  3452. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_RecentlyOpenedFilesList.h"/>
  3453. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SplashScreen.h"/>
  3454. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SystemTrayIconComponent.h"/>
  3455. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_WebBrowserComponent.h"/>
  3456. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\native\juce_NSViewFrameWatcher_mac.h"/>
  3457. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\juce_gui_extra.h"/>
  3458. <ClInclude Include="..\..\..\..\modules\juce_opengl\geometry\juce_Draggable3DOrientation.h"/>
  3459. <ClInclude Include="..\..\..\..\modules\juce_opengl\geometry\juce_Matrix3D.h"/>
  3460. <ClInclude Include="..\..\..\..\modules\juce_opengl\geometry\juce_Quaternion.h"/>
  3461. <ClInclude Include="..\..\..\..\modules\juce_opengl\geometry\juce_Vector3D.h"/>
  3462. <ClInclude Include="..\..\..\..\modules\juce_opengl\native\juce_OpenGL_android.h"/>
  3463. <ClInclude Include="..\..\..\..\modules\juce_opengl\native\juce_OpenGL_ios.h"/>
  3464. <ClInclude Include="..\..\..\..\modules\juce_opengl\native\juce_OpenGL_linux.h"/>
  3465. <ClInclude Include="..\..\..\..\modules\juce_opengl\native\juce_OpenGL_mac.h"/>
  3466. <ClInclude Include="..\..\..\..\modules\juce_opengl\native\juce_OpenGL_windows.h"/>
  3467. <ClInclude Include="..\..\..\..\modules\juce_opengl\native\juce_OpenGLExtensions.h"/>
  3468. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_gl.h"/>
  3469. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_gles2.h"/>
  3470. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_khrplatform.h"/>
  3471. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLContext.h"/>
  3472. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLFrameBuffer.h"/>
  3473. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLGraphicsContext.h"/>
  3474. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLHelpers.h"/>
  3475. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLImage.h"/>
  3476. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLPixelFormat.h"/>
  3477. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLRenderer.h"/>
  3478. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLShaderProgram.h"/>
  3479. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLTexture.h"/>
  3480. <ClInclude Include="..\..\..\..\modules\juce_opengl\opengl\juce_wgl.h"/>
  3481. <ClInclude Include="..\..\..\..\modules\juce_opengl\utils\juce_OpenGLAppComponent.h"/>
  3482. <ClInclude Include="..\..\..\..\modules\juce_opengl\juce_opengl.h"/>
  3483. <ClInclude Include="..\..\..\..\modules\juce_video\capture\juce_CameraDevice.h"/>
  3484. <ClInclude Include="..\..\..\..\modules\juce_video\native\juce_CameraDevice_android.h"/>
  3485. <ClInclude Include="..\..\..\..\modules\juce_video\native\juce_CameraDevice_ios.h"/>
  3486. <ClInclude Include="..\..\..\..\modules\juce_video\native\juce_CameraDevice_mac.h"/>
  3487. <ClInclude Include="..\..\..\..\modules\juce_video\native\juce_CameraDevice_windows.h"/>
  3488. <ClInclude Include="..\..\..\..\modules\juce_video\native\juce_ComTypes_windows.h"/>
  3489. <ClInclude Include="..\..\..\..\modules\juce_video\native\juce_Video_android.h"/>
  3490. <ClInclude Include="..\..\..\..\modules\juce_video\native\juce_Video_mac.h"/>
  3491. <ClInclude Include="..\..\..\..\modules\juce_video\native\juce_Video_windows.h"/>
  3492. <ClInclude Include="..\..\..\..\modules\juce_video\playback\juce_VideoComponent.h"/>
  3493. <ClInclude Include="..\..\..\..\modules\juce_video\juce_video.h"/>
  3494. <ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/>
  3495. </ItemGroup>
  3496. <ItemGroup>
  3497. <None Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\common\README.md"/>
  3498. <None Include="..\..\..\..\modules\juce_audio_devices\native\oboe\src\flowgraph\resampler\README.md"/>
  3499. <None Include="..\..\..\..\modules\juce_audio_devices\native\oboe\CMakeLists.txt"/>
  3500. <None Include="..\..\..\..\modules\juce_audio_devices\native\oboe\README.md"/>
  3501. <None Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\Flac Licence.txt"/>
  3502. <None Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\JUCE_CHANGES.txt"/>
  3503. <None Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\libvorbis-1.3.7\README.md"/>
  3504. <None Include="..\..\..\..\modules\juce_audio_formats\codecs\oggvorbis\Ogg Vorbis Licence.txt"/>
  3505. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\LV2_SDK\README.md"/>
  3506. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\LICENSE.txt"/>
  3507. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\base\README.md"/>
  3508. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\LICENSE.txt"/>
  3509. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\pluginterfaces\README.md"/>
  3510. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\source\vst\moduleinfo\ReadMe.md"/>
  3511. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\LICENSE.txt"/>
  3512. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\public.sdk\README.md"/>
  3513. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\JUCE_README.md"/>
  3514. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\LICENSE.txt"/>
  3515. <None Include="..\..\..\..\modules\juce_audio_processors\format_types\VST3_SDK\README.md"/>
  3516. <None Include="..\..\..\..\modules\juce_core\native\java\README.txt"/>
  3517. <None Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\changes to libjpeg for JUCE.txt"/>
  3518. <None Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\libpng_readme.txt"/>
  3519. </ItemGroup>
  3520. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  3521. <ImportGroup Label="ExtensionTargets"/>
  3522. </Project>