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.

2107 lines
134KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Project DefaultTargets="Build"
  3. ToolsVersion="12.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>{E4CFCE31-1AF5-C360-751D-9682E333BE4D}</ProjectGuid>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"
  20. Label="Configuration">
  21. <ConfigurationType>Application</ConfigurationType>
  22. <UseOfMfc>false</UseOfMfc>
  23. <WholeProgramOptimization>false</WholeProgramOptimization>
  24. <PlatformToolset>v120</PlatformToolset>
  25. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
  28. Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseOfMfc>false</UseOfMfc>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <PlatformToolset>v120</PlatformToolset>
  33. <WindowsTargetPlatformVersion>8.1</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>.exe</TargetExt>
  45. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir>
  46. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\App\</IntDir>
  47. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Projucer</TargetName>
  48. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
  49. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir>
  50. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\App\</IntDir>
  51. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Projucer</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;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=5.4.3;JUCE_APP_VERSION_HEX=0x50403;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;JucePlugin_Build_Unity=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  67. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  68. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  69. <PrecompiledHeader/>
  70. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  71. <ObjectFileName>$(IntDir)\</ObjectFileName>
  72. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  73. <WarningLevel>Level4</WarningLevel>
  74. <SuppressStartupBanner>true</SuppressStartupBanner>
  75. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  76. <LanguageStandard>stdcpp14</LanguageStandard>
  77. </ClCompile>
  78. <ResourceCompile>
  79. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  80. </ResourceCompile>
  81. <Link>
  82. <OutputFile>$(OutDir)\Projucer.exe</OutputFile>
  83. <SuppressStartupBanner>true</SuppressStartupBanner>
  84. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <ProgramDatabaseFile>$(IntDir)\Projucer.pdb</ProgramDatabaseFile>
  87. <SubSystem>Windows</SubSystem>
  88. <LargeAddressAware>true</LargeAddressAware>
  89. </Link>
  90. <Bscmake>
  91. <SuppressStartupBanner>true</SuppressStartupBanner>
  92. <OutputFile>$(IntDir)\Projucer.bsc</OutputFile>
  93. </Bscmake>
  94. <Lib/>
  95. </ItemDefinitionGroup>
  96. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  97. <Midl>
  98. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <MkTypLibCompatible>true</MkTypLibCompatible>
  100. <SuppressStartupBanner>true</SuppressStartupBanner>
  101. <TargetEnvironment>Win32</TargetEnvironment>
  102. <HeaderFileName/>
  103. </Midl>
  104. <ClCompile>
  105. <Optimization>Full</Optimization>
  106. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  107. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=5.4.3;JUCE_APP_VERSION_HEX=0x50403;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;JucePlugin_Build_Unity=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  109. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  110. <PrecompiledHeader/>
  111. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  112. <ObjectFileName>$(IntDir)\</ObjectFileName>
  113. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  114. <WarningLevel>Level4</WarningLevel>
  115. <SuppressStartupBanner>true</SuppressStartupBanner>
  116. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  117. <LanguageStandard>stdcpp14</LanguageStandard>
  118. </ClCompile>
  119. <ResourceCompile>
  120. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. </ResourceCompile>
  122. <Link>
  123. <OutputFile>$(OutDir)\Projucer.exe</OutputFile>
  124. <SuppressStartupBanner>true</SuppressStartupBanner>
  125. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  126. <GenerateDebugInformation>false</GenerateDebugInformation>
  127. <ProgramDatabaseFile>$(IntDir)\Projucer.pdb</ProgramDatabaseFile>
  128. <SubSystem>Windows</SubSystem>
  129. <OptimizeReferences>true</OptimizeReferences>
  130. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  131. <LargeAddressAware>true</LargeAddressAware>
  132. </Link>
  133. <Bscmake>
  134. <SuppressStartupBanner>true</SuppressStartupBanner>
  135. <OutputFile>$(IntDir)\Projucer.bsc</OutputFile>
  136. </Bscmake>
  137. <Lib/>
  138. </ItemDefinitionGroup>
  139. <ItemGroup>
  140. <ClCompile Include="..\..\Source\Application\jucer_Application.cpp">
  141. <ExcludedFromBuild>true</ExcludedFromBuild>
  142. </ClCompile>
  143. <ClCompile Include="..\..\Source\Application\jucer_AutoUpdater.cpp"/>
  144. <ClCompile Include="..\..\Source\Application\jucer_CommandLine.cpp"/>
  145. <ClCompile Include="..\..\Source\Application\jucer_Main.cpp"/>
  146. <ClCompile Include="..\..\Source\Application\jucer_MainWindow.cpp"/>
  147. <ClCompile Include="..\..\Source\Application\jucer_ProjucerAnalytics.cpp"/>
  148. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AnimatedComponentTemplate.cpp">
  149. <ExcludedFromBuild>true</ExcludedFromBuild>
  150. </ClCompile>
  151. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioComponentTemplate.cpp">
  152. <ExcludedFromBuild>true</ExcludedFromBuild>
  153. </ClCompile>
  154. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginEditorTemplate.cpp">
  155. <ExcludedFromBuild>true</ExcludedFromBuild>
  156. </ClCompile>
  157. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginFilterTemplate.cpp">
  158. <ExcludedFromBuild>true</ExcludedFromBuild>
  159. </ClCompile>
  160. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_ComponentTemplate.cpp">
  161. <ExcludedFromBuild>true</ExcludedFromBuild>
  162. </ClCompile>
  163. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_ContentCompTemplate.cpp">
  164. <ExcludedFromBuild>true</ExcludedFromBuild>
  165. </ClCompile>
  166. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainConsoleAppTemplate.cpp">
  167. <ExcludedFromBuild>true</ExcludedFromBuild>
  168. </ClCompile>
  169. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_NoWindow.cpp">
  170. <ExcludedFromBuild>true</ExcludedFromBuild>
  171. </ClCompile>
  172. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_SimpleWindow.cpp">
  173. <ExcludedFromBuild>true</ExcludedFromBuild>
  174. </ClCompile>
  175. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_Window.cpp">
  176. <ExcludedFromBuild>true</ExcludedFromBuild>
  177. </ClCompile>
  178. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_NewComponentTemplate.cpp">
  179. <ExcludedFromBuild>true</ExcludedFromBuild>
  180. </ClCompile>
  181. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_NewCppFileTemplate.cpp">
  182. <ExcludedFromBuild>true</ExcludedFromBuild>
  183. </ClCompile>
  184. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_OpenGLComponentTemplate.cpp">
  185. <ExcludedFromBuild>true</ExcludedFromBuild>
  186. </ClCompile>
  187. <ClCompile Include="..\..\Source\BinaryData\Templates\jucer_PIPMain.cpp">
  188. <ExcludedFromBuild>true</ExcludedFromBuild>
  189. </ClCompile>
  190. <ClCompile Include="..\..\Source\CodeEditor\jucer_DocumentEditorComponent.cpp"/>
  191. <ClCompile Include="..\..\Source\CodeEditor\jucer_OpenDocumentManager.cpp"/>
  192. <ClCompile Include="..\..\Source\CodeEditor\jucer_SourceCodeEditor.cpp"/>
  193. <ClCompile Include="..\..\Source\ComponentEditor\Components\jucer_ComponentTypeHandler.cpp"/>
  194. <ClCompile Include="..\..\Source\ComponentEditor\Documents\jucer_ButtonDocument.cpp"/>
  195. <ClCompile Include="..\..\Source\ComponentEditor\Documents\jucer_ComponentDocument.cpp"/>
  196. <ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_ColouredElement.cpp"/>
  197. <ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElement.cpp"/>
  198. <ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementGroup.cpp"/>
  199. <ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementImage.cpp"/>
  200. <ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementPath.cpp"/>
  201. <ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutEditor.cpp"/>
  202. <ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ComponentOverlayComponent.cpp"/>
  203. <ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_EditingPanelBase.cpp"/>
  204. <ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_JucerDocumentEditor.cpp"/>
  205. <ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutineEditor.cpp"/>
  206. <ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutinePanel.cpp"/>
  207. <ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ResourceEditorPanel.cpp"/>
  208. <ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_TestComponent.cpp"/>
  209. <ClCompile Include="..\..\Source\ComponentEditor\jucer_BinaryResources.cpp"/>
  210. <ClCompile Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.cpp"/>
  211. <ClCompile Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.cpp"/>
  212. <ClCompile Include="..\..\Source\ComponentEditor\jucer_JucerDocument.cpp"/>
  213. <ClCompile Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.cpp"/>
  214. <ClCompile Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.cpp"/>
  215. <ClCompile Include="..\..\Source\Licenses\jucer_LicenseController.cpp"/>
  216. <ClCompile Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineClient.cpp"/>
  217. <ClCompile Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineServer.cpp"/>
  218. <ClCompile Include="..\..\Source\LiveBuildEngine\jucer_DownloadCompileEngineThread.cpp"/>
  219. <ClCompile Include="..\..\Source\Project\UI\jucer_HeaderComponent.cpp"/>
  220. <ClCompile Include="..\..\Source\Project\UI\jucer_ProjectContentComponent.cpp">
  221. <ExcludedFromBuild>true</ExcludedFromBuild>
  222. </ClCompile>
  223. <ClCompile Include="..\..\Source\Project\jucer_Module.cpp"/>
  224. <ClCompile Include="..\..\Source\Project\jucer_Project.cpp"/>
  225. <ClCompile Include="..\..\Source\ProjectSaving\jucer_ProjectExporter.cpp"/>
  226. <ClCompile Include="..\..\Source\ProjectSaving\jucer_ProjectSaver.cpp"/>
  227. <ClCompile Include="..\..\Source\ProjectSaving\jucer_ResourceFile.cpp"/>
  228. <ClCompile Include="..\..\Source\Settings\jucer_AppearanceSettings.cpp"/>
  229. <ClCompile Include="..\..\Source\Settings\jucer_StoredSettings.cpp"/>
  230. <ClCompile Include="..\..\Source\Utility\Helpers\jucer_CodeHelpers.cpp"/>
  231. <ClCompile Include="..\..\Source\Utility\Helpers\jucer_FileHelpers.cpp"/>
  232. <ClCompile Include="..\..\Source\Utility\Helpers\jucer_MiscUtilities.cpp"/>
  233. <ClCompile Include="..\..\Source\Utility\PIPs\jucer_PIPGenerator.cpp"/>
  234. <ClCompile Include="..\..\Source\Utility\UI\jucer_Icons.cpp"/>
  235. <ClCompile Include="..\..\Source\Utility\UI\jucer_JucerTreeViewBase.cpp"/>
  236. <ClCompile Include="..\..\Source\Utility\UI\jucer_ProjucerLookAndFeel.cpp"/>
  237. <ClCompile Include="..\..\Source\Utility\UI\jucer_SlidingPanelComponent.cpp"/>
  238. <ClCompile Include="..\..\Source\Wizards\jucer_NewFileWizard.cpp"/>
  239. <ClCompile Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.cpp"/>
  240. <ClCompile Include="..\..\..\..\modules\juce_analytics\analytics\juce_Analytics.cpp">
  241. <ExcludedFromBuild>true</ExcludedFromBuild>
  242. </ClCompile>
  243. <ClCompile Include="..\..\..\..\modules\juce_analytics\analytics\juce_ButtonTracker.cpp">
  244. <ExcludedFromBuild>true</ExcludedFromBuild>
  245. </ClCompile>
  246. <ClCompile Include="..\..\..\..\modules\juce_analytics\destinations\juce_ThreadedAnalyticsDestination.cpp">
  247. <ExcludedFromBuild>true</ExcludedFromBuild>
  248. </ClCompile>
  249. <ClCompile Include="..\..\..\..\modules\juce_analytics\juce_analytics.cpp">
  250. <ExcludedFromBuild>true</ExcludedFromBuild>
  251. </ClCompile>
  252. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.cpp">
  253. <ExcludedFromBuild>true</ExcludedFromBuild>
  254. </ClCompile>
  255. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ArrayBase.cpp">
  256. <ExcludedFromBuild>true</ExcludedFromBuild>
  257. </ClCompile>
  258. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_DynamicObject.cpp">
  259. <ExcludedFromBuild>true</ExcludedFromBuild>
  260. </ClCompile>
  261. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_HashMap_test.cpp">
  262. <ExcludedFromBuild>true</ExcludedFromBuild>
  263. </ClCompile>
  264. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp">
  265. <ExcludedFromBuild>true</ExcludedFromBuild>
  266. </ClCompile>
  267. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.cpp">
  268. <ExcludedFromBuild>true</ExcludedFromBuild>
  269. </ClCompile>
  270. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp">
  271. <ExcludedFromBuild>true</ExcludedFromBuild>
  272. </ClCompile>
  273. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ReferenceCountedArray.cpp">
  274. <ExcludedFromBuild>true</ExcludedFromBuild>
  275. </ClCompile>
  276. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_SparseSet.cpp">
  277. <ExcludedFromBuild>true</ExcludedFromBuild>
  278. </ClCompile>
  279. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_Variant.cpp">
  280. <ExcludedFromBuild>true</ExcludedFromBuild>
  281. </ClCompile>
  282. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_DirectoryIterator.cpp">
  283. <ExcludedFromBuild>true</ExcludedFromBuild>
  284. </ClCompile>
  285. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_File.cpp">
  286. <ExcludedFromBuild>true</ExcludedFromBuild>
  287. </ClCompile>
  288. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileFilter.cpp">
  289. <ExcludedFromBuild>true</ExcludedFromBuild>
  290. </ClCompile>
  291. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileInputStream.cpp">
  292. <ExcludedFromBuild>true</ExcludedFromBuild>
  293. </ClCompile>
  294. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileOutputStream.cpp">
  295. <ExcludedFromBuild>true</ExcludedFromBuild>
  296. </ClCompile>
  297. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileSearchPath.cpp">
  298. <ExcludedFromBuild>true</ExcludedFromBuild>
  299. </ClCompile>
  300. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_TemporaryFile.cpp">
  301. <ExcludedFromBuild>true</ExcludedFromBuild>
  302. </ClCompile>
  303. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_WildcardFileFilter.cpp">
  304. <ExcludedFromBuild>true</ExcludedFromBuild>
  305. </ClCompile>
  306. <ClCompile Include="..\..\..\..\modules\juce_core\javascript\juce_Javascript.cpp">
  307. <ExcludedFromBuild>true</ExcludedFromBuild>
  308. </ClCompile>
  309. <ClCompile Include="..\..\..\..\modules\juce_core\javascript\juce_JSON.cpp">
  310. <ExcludedFromBuild>true</ExcludedFromBuild>
  311. </ClCompile>
  312. <ClCompile Include="..\..\..\..\modules\juce_core\logging\juce_FileLogger.cpp">
  313. <ExcludedFromBuild>true</ExcludedFromBuild>
  314. </ClCompile>
  315. <ClCompile Include="..\..\..\..\modules\juce_core\logging\juce_Logger.cpp">
  316. <ExcludedFromBuild>true</ExcludedFromBuild>
  317. </ClCompile>
  318. <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_BigInteger.cpp">
  319. <ExcludedFromBuild>true</ExcludedFromBuild>
  320. </ClCompile>
  321. <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Expression.cpp">
  322. <ExcludedFromBuild>true</ExcludedFromBuild>
  323. </ClCompile>
  324. <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp">
  325. <ExcludedFromBuild>true</ExcludedFromBuild>
  326. </ClCompile>
  327. <ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_MemoryBlock.cpp">
  328. <ExcludedFromBuild>true</ExcludedFromBuild>
  329. </ClCompile>
  330. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_ConsoleApplication.cpp">
  331. <ExcludedFromBuild>true</ExcludedFromBuild>
  332. </ClCompile>
  333. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_Result.cpp">
  334. <ExcludedFromBuild>true</ExcludedFromBuild>
  335. </ClCompile>
  336. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_RuntimePermissions.cpp">
  337. <ExcludedFromBuild>true</ExcludedFromBuild>
  338. </ClCompile>
  339. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_StdFunctionCompat.cpp">
  340. <ExcludedFromBuild>true</ExcludedFromBuild>
  341. </ClCompile>
  342. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_Uuid.cpp">
  343. <ExcludedFromBuild>true</ExcludedFromBuild>
  344. </ClCompile>
  345. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Files.cpp">
  346. <ExcludedFromBuild>true</ExcludedFromBuild>
  347. </ClCompile>
  348. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_JNIHelpers.cpp">
  349. <ExcludedFromBuild>true</ExcludedFromBuild>
  350. </ClCompile>
  351. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Misc.cpp">
  352. <ExcludedFromBuild>true</ExcludedFromBuild>
  353. </ClCompile>
  354. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Network.cpp">
  355. <ExcludedFromBuild>true</ExcludedFromBuild>
  356. </ClCompile>
  357. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_RuntimePermissions.cpp">
  358. <ExcludedFromBuild>true</ExcludedFromBuild>
  359. </ClCompile>
  360. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_SystemStats.cpp">
  361. <ExcludedFromBuild>true</ExcludedFromBuild>
  362. </ClCompile>
  363. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Threads.cpp">
  364. <ExcludedFromBuild>true</ExcludedFromBuild>
  365. </ClCompile>
  366. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_curl_Network.cpp">
  367. <ExcludedFromBuild>true</ExcludedFromBuild>
  368. </ClCompile>
  369. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_CommonFile.cpp">
  370. <ExcludedFromBuild>true</ExcludedFromBuild>
  371. </ClCompile>
  372. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_Files.cpp">
  373. <ExcludedFromBuild>true</ExcludedFromBuild>
  374. </ClCompile>
  375. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_Network.cpp">
  376. <ExcludedFromBuild>true</ExcludedFromBuild>
  377. </ClCompile>
  378. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_SystemStats.cpp">
  379. <ExcludedFromBuild>true</ExcludedFromBuild>
  380. </ClCompile>
  381. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_Threads.cpp">
  382. <ExcludedFromBuild>true</ExcludedFromBuild>
  383. </ClCompile>
  384. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_posix_NamedPipe.cpp">
  385. <ExcludedFromBuild>true</ExcludedFromBuild>
  386. </ClCompile>
  387. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Files.cpp">
  388. <ExcludedFromBuild>true</ExcludedFromBuild>
  389. </ClCompile>
  390. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Network.cpp">
  391. <ExcludedFromBuild>true</ExcludedFromBuild>
  392. </ClCompile>
  393. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Registry.cpp">
  394. <ExcludedFromBuild>true</ExcludedFromBuild>
  395. </ClCompile>
  396. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_SystemStats.cpp">
  397. <ExcludedFromBuild>true</ExcludedFromBuild>
  398. </ClCompile>
  399. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Threads.cpp">
  400. <ExcludedFromBuild>true</ExcludedFromBuild>
  401. </ClCompile>
  402. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.cpp">
  403. <ExcludedFromBuild>true</ExcludedFromBuild>
  404. </ClCompile>
  405. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_MACAddress.cpp">
  406. <ExcludedFromBuild>true</ExcludedFromBuild>
  407. </ClCompile>
  408. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_NamedPipe.cpp">
  409. <ExcludedFromBuild>true</ExcludedFromBuild>
  410. </ClCompile>
  411. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_Socket.cpp">
  412. <ExcludedFromBuild>true</ExcludedFromBuild>
  413. </ClCompile>
  414. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_URL.cpp">
  415. <ExcludedFromBuild>true</ExcludedFromBuild>
  416. </ClCompile>
  417. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_WebInputStream.cpp">
  418. <ExcludedFromBuild>true</ExcludedFromBuild>
  419. </ClCompile>
  420. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.cpp">
  421. <ExcludedFromBuild>true</ExcludedFromBuild>
  422. </ClCompile>
  423. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_FileInputSource.cpp">
  424. <ExcludedFromBuild>true</ExcludedFromBuild>
  425. </ClCompile>
  426. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_InputStream.cpp">
  427. <ExcludedFromBuild>true</ExcludedFromBuild>
  428. </ClCompile>
  429. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_MemoryInputStream.cpp">
  430. <ExcludedFromBuild>true</ExcludedFromBuild>
  431. </ClCompile>
  432. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.cpp">
  433. <ExcludedFromBuild>true</ExcludedFromBuild>
  434. </ClCompile>
  435. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.cpp">
  436. <ExcludedFromBuild>true</ExcludedFromBuild>
  437. </ClCompile>
  438. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.cpp">
  439. <ExcludedFromBuild>true</ExcludedFromBuild>
  440. </ClCompile>
  441. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.cpp">
  442. <ExcludedFromBuild>true</ExcludedFromBuild>
  443. </ClCompile>
  444. <ClCompile Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.cpp">
  445. <ExcludedFromBuild>true</ExcludedFromBuild>
  446. </ClCompile>
  447. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_Base64.cpp">
  448. <ExcludedFromBuild>true</ExcludedFromBuild>
  449. </ClCompile>
  450. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_CharacterFunctions.cpp">
  451. <ExcludedFromBuild>true</ExcludedFromBuild>
  452. </ClCompile>
  453. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_Identifier.cpp">
  454. <ExcludedFromBuild>true</ExcludedFromBuild>
  455. </ClCompile>
  456. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_LocalisedStrings.cpp">
  457. <ExcludedFromBuild>true</ExcludedFromBuild>
  458. </ClCompile>
  459. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_String.cpp">
  460. <ExcludedFromBuild>true</ExcludedFromBuild>
  461. </ClCompile>
  462. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringArray.cpp">
  463. <ExcludedFromBuild>true</ExcludedFromBuild>
  464. </ClCompile>
  465. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringPairArray.cpp">
  466. <ExcludedFromBuild>true</ExcludedFromBuild>
  467. </ClCompile>
  468. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringPool.cpp">
  469. <ExcludedFromBuild>true</ExcludedFromBuild>
  470. </ClCompile>
  471. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_TextDiff.cpp">
  472. <ExcludedFromBuild>true</ExcludedFromBuild>
  473. </ClCompile>
  474. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.cpp">
  475. <ExcludedFromBuild>true</ExcludedFromBuild>
  476. </ClCompile>
  477. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_HighResolutionTimer.cpp">
  478. <ExcludedFromBuild>true</ExcludedFromBuild>
  479. </ClCompile>
  480. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ReadWriteLock.cpp">
  481. <ExcludedFromBuild>true</ExcludedFromBuild>
  482. </ClCompile>
  483. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_Thread.cpp">
  484. <ExcludedFromBuild>true</ExcludedFromBuild>
  485. </ClCompile>
  486. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ThreadPool.cpp">
  487. <ExcludedFromBuild>true</ExcludedFromBuild>
  488. </ClCompile>
  489. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_TimeSliceThread.cpp">
  490. <ExcludedFromBuild>true</ExcludedFromBuild>
  491. </ClCompile>
  492. <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_PerformanceCounter.cpp">
  493. <ExcludedFromBuild>true</ExcludedFromBuild>
  494. </ClCompile>
  495. <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_RelativeTime.cpp">
  496. <ExcludedFromBuild>true</ExcludedFromBuild>
  497. </ClCompile>
  498. <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_Time.cpp">
  499. <ExcludedFromBuild>true</ExcludedFromBuild>
  500. </ClCompile>
  501. <ClCompile Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTest.cpp">
  502. <ExcludedFromBuild>true</ExcludedFromBuild>
  503. </ClCompile>
  504. <ClCompile Include="..\..\..\..\modules\juce_core\xml\juce_XmlDocument.cpp">
  505. <ExcludedFromBuild>true</ExcludedFromBuild>
  506. </ClCompile>
  507. <ClCompile Include="..\..\..\..\modules\juce_core\xml\juce_XmlElement.cpp">
  508. <ExcludedFromBuild>true</ExcludedFromBuild>
  509. </ClCompile>
  510. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\adler32.c">
  511. <ExcludedFromBuild>true</ExcludedFromBuild>
  512. </ClCompile>
  513. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\compress.c">
  514. <ExcludedFromBuild>true</ExcludedFromBuild>
  515. </ClCompile>
  516. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\crc32.c">
  517. <ExcludedFromBuild>true</ExcludedFromBuild>
  518. </ClCompile>
  519. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\deflate.c">
  520. <ExcludedFromBuild>true</ExcludedFromBuild>
  521. </ClCompile>
  522. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\infback.c">
  523. <ExcludedFromBuild>true</ExcludedFromBuild>
  524. </ClCompile>
  525. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\inffast.c">
  526. <ExcludedFromBuild>true</ExcludedFromBuild>
  527. </ClCompile>
  528. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\inflate.c">
  529. <ExcludedFromBuild>true</ExcludedFromBuild>
  530. </ClCompile>
  531. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\inftrees.c">
  532. <ExcludedFromBuild>true</ExcludedFromBuild>
  533. </ClCompile>
  534. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\trees.c">
  535. <ExcludedFromBuild>true</ExcludedFromBuild>
  536. </ClCompile>
  537. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\uncompr.c">
  538. <ExcludedFromBuild>true</ExcludedFromBuild>
  539. </ClCompile>
  540. <ClCompile Include="..\..\..\..\modules\juce_core\zip\zlib\zutil.c">
  541. <ExcludedFromBuild>true</ExcludedFromBuild>
  542. </ClCompile>
  543. <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_GZIPCompressorOutputStream.cpp">
  544. <ExcludedFromBuild>true</ExcludedFromBuild>
  545. </ClCompile>
  546. <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_GZIPDecompressorInputStream.cpp">
  547. <ExcludedFromBuild>true</ExcludedFromBuild>
  548. </ClCompile>
  549. <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_ZipFile.cpp">
  550. <ExcludedFromBuild>true</ExcludedFromBuild>
  551. </ClCompile>
  552. <ClCompile Include="..\..\..\..\modules\juce_core\juce_core.cpp">
  553. <ExcludedFromBuild>true</ExcludedFromBuild>
  554. </ClCompile>
  555. <ClCompile Include="..\..\..\..\modules\juce_cryptography\encryption\juce_BlowFish.cpp">
  556. <ExcludedFromBuild>true</ExcludedFromBuild>
  557. </ClCompile>
  558. <ClCompile Include="..\..\..\..\modules\juce_cryptography\encryption\juce_Primes.cpp">
  559. <ExcludedFromBuild>true</ExcludedFromBuild>
  560. </ClCompile>
  561. <ClCompile Include="..\..\..\..\modules\juce_cryptography\encryption\juce_RSAKey.cpp">
  562. <ExcludedFromBuild>true</ExcludedFromBuild>
  563. </ClCompile>
  564. <ClCompile Include="..\..\..\..\modules\juce_cryptography\hashing\juce_MD5.cpp">
  565. <ExcludedFromBuild>true</ExcludedFromBuild>
  566. </ClCompile>
  567. <ClCompile Include="..\..\..\..\modules\juce_cryptography\hashing\juce_SHA256.cpp">
  568. <ExcludedFromBuild>true</ExcludedFromBuild>
  569. </ClCompile>
  570. <ClCompile Include="..\..\..\..\modules\juce_cryptography\hashing\juce_Whirlpool.cpp">
  571. <ExcludedFromBuild>true</ExcludedFromBuild>
  572. </ClCompile>
  573. <ClCompile Include="..\..\..\..\modules\juce_cryptography\juce_cryptography.cpp">
  574. <ExcludedFromBuild>true</ExcludedFromBuild>
  575. </ClCompile>
  576. <ClCompile Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_ApplicationProperties.cpp">
  577. <ExcludedFromBuild>true</ExcludedFromBuild>
  578. </ClCompile>
  579. <ClCompile Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_PropertiesFile.cpp">
  580. <ExcludedFromBuild>true</ExcludedFromBuild>
  581. </ClCompile>
  582. <ClCompile Include="..\..\..\..\modules\juce_data_structures\undomanager\juce_UndoManager.cpp">
  583. <ExcludedFromBuild>true</ExcludedFromBuild>
  584. </ClCompile>
  585. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_CachedValue.cpp">
  586. <ExcludedFromBuild>true</ExcludedFromBuild>
  587. </ClCompile>
  588. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_Value.cpp">
  589. <ExcludedFromBuild>true</ExcludedFromBuild>
  590. </ClCompile>
  591. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTree.cpp">
  592. <ExcludedFromBuild>true</ExcludedFromBuild>
  593. </ClCompile>
  594. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.cpp">
  595. <ExcludedFromBuild>true</ExcludedFromBuild>
  596. </ClCompile>
  597. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueWithDefault.cpp">
  598. <ExcludedFromBuild>true</ExcludedFromBuild>
  599. </ClCompile>
  600. <ClCompile Include="..\..\..\..\modules\juce_data_structures\juce_data_structures.cpp">
  601. <ExcludedFromBuild>true</ExcludedFromBuild>
  602. </ClCompile>
  603. <ClCompile Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionBroadcaster.cpp">
  604. <ExcludedFromBuild>true</ExcludedFromBuild>
  605. </ClCompile>
  606. <ClCompile Include="..\..\..\..\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp">
  607. <ExcludedFromBuild>true</ExcludedFromBuild>
  608. </ClCompile>
  609. <ClCompile Include="..\..\..\..\modules\juce_events\broadcasters\juce_ChangeBroadcaster.cpp">
  610. <ExcludedFromBuild>true</ExcludedFromBuild>
  611. </ClCompile>
  612. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_ConnectedChildProcess.cpp">
  613. <ExcludedFromBuild>true</ExcludedFromBuild>
  614. </ClCompile>
  615. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnection.cpp">
  616. <ExcludedFromBuild>true</ExcludedFromBuild>
  617. </ClCompile>
  618. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnectionServer.cpp">
  619. <ExcludedFromBuild>true</ExcludedFromBuild>
  620. </ClCompile>
  621. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_NetworkServiceDiscovery.cpp">
  622. <ExcludedFromBuild>true</ExcludedFromBuild>
  623. </ClCompile>
  624. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_ApplicationBase.cpp">
  625. <ExcludedFromBuild>true</ExcludedFromBuild>
  626. </ClCompile>
  627. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_DeletedAtShutdown.cpp">
  628. <ExcludedFromBuild>true</ExcludedFromBuild>
  629. </ClCompile>
  630. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_MessageListener.cpp">
  631. <ExcludedFromBuild>true</ExcludedFromBuild>
  632. </ClCompile>
  633. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_MessageManager.cpp">
  634. <ExcludedFromBuild>true</ExcludedFromBuild>
  635. </ClCompile>
  636. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_android_Messaging.cpp">
  637. <ExcludedFromBuild>true</ExcludedFromBuild>
  638. </ClCompile>
  639. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_linux_Messaging.cpp">
  640. <ExcludedFromBuild>true</ExcludedFromBuild>
  641. </ClCompile>
  642. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_win32_Messaging.cpp">
  643. <ExcludedFromBuild>true</ExcludedFromBuild>
  644. </ClCompile>
  645. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_win32_WinRTWrapper.cpp">
  646. <ExcludedFromBuild>true</ExcludedFromBuild>
  647. </ClCompile>
  648. <ClCompile Include="..\..\..\..\modules\juce_events\timers\juce_MultiTimer.cpp">
  649. <ExcludedFromBuild>true</ExcludedFromBuild>
  650. </ClCompile>
  651. <ClCompile Include="..\..\..\..\modules\juce_events\timers\juce_Timer.cpp">
  652. <ExcludedFromBuild>true</ExcludedFromBuild>
  653. </ClCompile>
  654. <ClCompile Include="..\..\..\..\modules\juce_events\juce_events.cpp">
  655. <ExcludedFromBuild>true</ExcludedFromBuild>
  656. </ClCompile>
  657. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_Colour.cpp">
  658. <ExcludedFromBuild>true</ExcludedFromBuild>
  659. </ClCompile>
  660. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_ColourGradient.cpp">
  661. <ExcludedFromBuild>true</ExcludedFromBuild>
  662. </ClCompile>
  663. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_Colours.cpp">
  664. <ExcludedFromBuild>true</ExcludedFromBuild>
  665. </ClCompile>
  666. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_FillType.cpp">
  667. <ExcludedFromBuild>true</ExcludedFromBuild>
  668. </ClCompile>
  669. <ClCompile Include="..\..\..\..\modules\juce_graphics\contexts\juce_GraphicsContext.cpp">
  670. <ExcludedFromBuild>true</ExcludedFromBuild>
  671. </ClCompile>
  672. <ClCompile Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsPostScriptRenderer.cpp">
  673. <ExcludedFromBuild>true</ExcludedFromBuild>
  674. </ClCompile>
  675. <ClCompile Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsSoftwareRenderer.cpp">
  676. <ExcludedFromBuild>true</ExcludedFromBuild>
  677. </ClCompile>
  678. <ClCompile Include="..\..\..\..\modules\juce_graphics\effects\juce_DropShadowEffect.cpp">
  679. <ExcludedFromBuild>true</ExcludedFromBuild>
  680. </ClCompile>
  681. <ClCompile Include="..\..\..\..\modules\juce_graphics\effects\juce_GlowEffect.cpp">
  682. <ExcludedFromBuild>true</ExcludedFromBuild>
  683. </ClCompile>
  684. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_AttributedString.cpp">
  685. <ExcludedFromBuild>true</ExcludedFromBuild>
  686. </ClCompile>
  687. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_CustomTypeface.cpp">
  688. <ExcludedFromBuild>true</ExcludedFromBuild>
  689. </ClCompile>
  690. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_Font.cpp">
  691. <ExcludedFromBuild>true</ExcludedFromBuild>
  692. </ClCompile>
  693. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_GlyphArrangement.cpp">
  694. <ExcludedFromBuild>true</ExcludedFromBuild>
  695. </ClCompile>
  696. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_TextLayout.cpp">
  697. <ExcludedFromBuild>true</ExcludedFromBuild>
  698. </ClCompile>
  699. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_Typeface.cpp">
  700. <ExcludedFromBuild>true</ExcludedFromBuild>
  701. </ClCompile>
  702. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_AffineTransform.cpp">
  703. <ExcludedFromBuild>true</ExcludedFromBuild>
  704. </ClCompile>
  705. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_EdgeTable.cpp">
  706. <ExcludedFromBuild>true</ExcludedFromBuild>
  707. </ClCompile>
  708. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_Path.cpp">
  709. <ExcludedFromBuild>true</ExcludedFromBuild>
  710. </ClCompile>
  711. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathIterator.cpp">
  712. <ExcludedFromBuild>true</ExcludedFromBuild>
  713. </ClCompile>
  714. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathStrokeType.cpp">
  715. <ExcludedFromBuild>true</ExcludedFromBuild>
  716. </ClCompile>
  717. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcapimin.c">
  718. <ExcludedFromBuild>true</ExcludedFromBuild>
  719. </ClCompile>
  720. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcapistd.c">
  721. <ExcludedFromBuild>true</ExcludedFromBuild>
  722. </ClCompile>
  723. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jccoefct.c">
  724. <ExcludedFromBuild>true</ExcludedFromBuild>
  725. </ClCompile>
  726. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jccolor.c">
  727. <ExcludedFromBuild>true</ExcludedFromBuild>
  728. </ClCompile>
  729. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcdctmgr.c">
  730. <ExcludedFromBuild>true</ExcludedFromBuild>
  731. </ClCompile>
  732. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jchuff.c">
  733. <ExcludedFromBuild>true</ExcludedFromBuild>
  734. </ClCompile>
  735. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcinit.c">
  736. <ExcludedFromBuild>true</ExcludedFromBuild>
  737. </ClCompile>
  738. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcmainct.c">
  739. <ExcludedFromBuild>true</ExcludedFromBuild>
  740. </ClCompile>
  741. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcmarker.c">
  742. <ExcludedFromBuild>true</ExcludedFromBuild>
  743. </ClCompile>
  744. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcmaster.c">
  745. <ExcludedFromBuild>true</ExcludedFromBuild>
  746. </ClCompile>
  747. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcomapi.c">
  748. <ExcludedFromBuild>true</ExcludedFromBuild>
  749. </ClCompile>
  750. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcparam.c">
  751. <ExcludedFromBuild>true</ExcludedFromBuild>
  752. </ClCompile>
  753. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcphuff.c">
  754. <ExcludedFromBuild>true</ExcludedFromBuild>
  755. </ClCompile>
  756. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcprepct.c">
  757. <ExcludedFromBuild>true</ExcludedFromBuild>
  758. </ClCompile>
  759. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jcsample.c">
  760. <ExcludedFromBuild>true</ExcludedFromBuild>
  761. </ClCompile>
  762. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jctrans.c">
  763. <ExcludedFromBuild>true</ExcludedFromBuild>
  764. </ClCompile>
  765. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdapimin.c">
  766. <ExcludedFromBuild>true</ExcludedFromBuild>
  767. </ClCompile>
  768. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdapistd.c">
  769. <ExcludedFromBuild>true</ExcludedFromBuild>
  770. </ClCompile>
  771. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdatasrc.c">
  772. <ExcludedFromBuild>true</ExcludedFromBuild>
  773. </ClCompile>
  774. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdcoefct.c">
  775. <ExcludedFromBuild>true</ExcludedFromBuild>
  776. </ClCompile>
  777. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdcolor.c">
  778. <ExcludedFromBuild>true</ExcludedFromBuild>
  779. </ClCompile>
  780. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jddctmgr.c">
  781. <ExcludedFromBuild>true</ExcludedFromBuild>
  782. </ClCompile>
  783. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdhuff.c">
  784. <ExcludedFromBuild>true</ExcludedFromBuild>
  785. </ClCompile>
  786. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdinput.c">
  787. <ExcludedFromBuild>true</ExcludedFromBuild>
  788. </ClCompile>
  789. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdmainct.c">
  790. <ExcludedFromBuild>true</ExcludedFromBuild>
  791. </ClCompile>
  792. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdmarker.c">
  793. <ExcludedFromBuild>true</ExcludedFromBuild>
  794. </ClCompile>
  795. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdmaster.c">
  796. <ExcludedFromBuild>true</ExcludedFromBuild>
  797. </ClCompile>
  798. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdmerge.c">
  799. <ExcludedFromBuild>true</ExcludedFromBuild>
  800. </ClCompile>
  801. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdphuff.c">
  802. <ExcludedFromBuild>true</ExcludedFromBuild>
  803. </ClCompile>
  804. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdpostct.c">
  805. <ExcludedFromBuild>true</ExcludedFromBuild>
  806. </ClCompile>
  807. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdsample.c">
  808. <ExcludedFromBuild>true</ExcludedFromBuild>
  809. </ClCompile>
  810. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdtrans.c">
  811. <ExcludedFromBuild>true</ExcludedFromBuild>
  812. </ClCompile>
  813. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jerror.c">
  814. <ExcludedFromBuild>true</ExcludedFromBuild>
  815. </ClCompile>
  816. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jfdctflt.c">
  817. <ExcludedFromBuild>true</ExcludedFromBuild>
  818. </ClCompile>
  819. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jfdctfst.c">
  820. <ExcludedFromBuild>true</ExcludedFromBuild>
  821. </ClCompile>
  822. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jfdctint.c">
  823. <ExcludedFromBuild>true</ExcludedFromBuild>
  824. </ClCompile>
  825. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jidctflt.c">
  826. <ExcludedFromBuild>true</ExcludedFromBuild>
  827. </ClCompile>
  828. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jidctfst.c">
  829. <ExcludedFromBuild>true</ExcludedFromBuild>
  830. </ClCompile>
  831. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jidctint.c">
  832. <ExcludedFromBuild>true</ExcludedFromBuild>
  833. </ClCompile>
  834. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jidctred.c">
  835. <ExcludedFromBuild>true</ExcludedFromBuild>
  836. </ClCompile>
  837. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jmemmgr.c">
  838. <ExcludedFromBuild>true</ExcludedFromBuild>
  839. </ClCompile>
  840. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jmemnobs.c">
  841. <ExcludedFromBuild>true</ExcludedFromBuild>
  842. </ClCompile>
  843. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jquant1.c">
  844. <ExcludedFromBuild>true</ExcludedFromBuild>
  845. </ClCompile>
  846. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jquant2.c">
  847. <ExcludedFromBuild>true</ExcludedFromBuild>
  848. </ClCompile>
  849. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jutils.c">
  850. <ExcludedFromBuild>true</ExcludedFromBuild>
  851. </ClCompile>
  852. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\transupp.c">
  853. <ExcludedFromBuild>true</ExcludedFromBuild>
  854. </ClCompile>
  855. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\png.c">
  856. <ExcludedFromBuild>true</ExcludedFromBuild>
  857. </ClCompile>
  858. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngerror.c">
  859. <ExcludedFromBuild>true</ExcludedFromBuild>
  860. </ClCompile>
  861. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngget.c">
  862. <ExcludedFromBuild>true</ExcludedFromBuild>
  863. </ClCompile>
  864. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngmem.c">
  865. <ExcludedFromBuild>true</ExcludedFromBuild>
  866. </ClCompile>
  867. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngpread.c">
  868. <ExcludedFromBuild>true</ExcludedFromBuild>
  869. </ClCompile>
  870. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngread.c">
  871. <ExcludedFromBuild>true</ExcludedFromBuild>
  872. </ClCompile>
  873. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngrio.c">
  874. <ExcludedFromBuild>true</ExcludedFromBuild>
  875. </ClCompile>
  876. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngrtran.c">
  877. <ExcludedFromBuild>true</ExcludedFromBuild>
  878. </ClCompile>
  879. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngrutil.c">
  880. <ExcludedFromBuild>true</ExcludedFromBuild>
  881. </ClCompile>
  882. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngset.c">
  883. <ExcludedFromBuild>true</ExcludedFromBuild>
  884. </ClCompile>
  885. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngtrans.c">
  886. <ExcludedFromBuild>true</ExcludedFromBuild>
  887. </ClCompile>
  888. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngwio.c">
  889. <ExcludedFromBuild>true</ExcludedFromBuild>
  890. </ClCompile>
  891. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngwrite.c">
  892. <ExcludedFromBuild>true</ExcludedFromBuild>
  893. </ClCompile>
  894. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngwtran.c">
  895. <ExcludedFromBuild>true</ExcludedFromBuild>
  896. </ClCompile>
  897. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngwutil.c">
  898. <ExcludedFromBuild>true</ExcludedFromBuild>
  899. </ClCompile>
  900. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\juce_GIFLoader.cpp">
  901. <ExcludedFromBuild>true</ExcludedFromBuild>
  902. </ClCompile>
  903. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\juce_JPEGLoader.cpp">
  904. <ExcludedFromBuild>true</ExcludedFromBuild>
  905. </ClCompile>
  906. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\juce_PNGLoader.cpp">
  907. <ExcludedFromBuild>true</ExcludedFromBuild>
  908. </ClCompile>
  909. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_Image.cpp">
  910. <ExcludedFromBuild>true</ExcludedFromBuild>
  911. </ClCompile>
  912. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_ImageCache.cpp">
  913. <ExcludedFromBuild>true</ExcludedFromBuild>
  914. </ClCompile>
  915. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_ImageConvolutionKernel.cpp">
  916. <ExcludedFromBuild>true</ExcludedFromBuild>
  917. </ClCompile>
  918. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_ImageFileFormat.cpp">
  919. <ExcludedFromBuild>true</ExcludedFromBuild>
  920. </ClCompile>
  921. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_android_Fonts.cpp">
  922. <ExcludedFromBuild>true</ExcludedFromBuild>
  923. </ClCompile>
  924. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_android_GraphicsContext.cpp">
  925. <ExcludedFromBuild>true</ExcludedFromBuild>
  926. </ClCompile>
  927. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_android_IconHelpers.cpp">
  928. <ExcludedFromBuild>true</ExcludedFromBuild>
  929. </ClCompile>
  930. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_freetype_Fonts.cpp">
  931. <ExcludedFromBuild>true</ExcludedFromBuild>
  932. </ClCompile>
  933. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_linux_Fonts.cpp">
  934. <ExcludedFromBuild>true</ExcludedFromBuild>
  935. </ClCompile>
  936. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_linux_IconHelpers.cpp">
  937. <ExcludedFromBuild>true</ExcludedFromBuild>
  938. </ClCompile>
  939. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_mac_IconHelpers.cpp">
  940. <ExcludedFromBuild>true</ExcludedFromBuild>
  941. </ClCompile>
  942. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_win32_Direct2DGraphicsContext.cpp">
  943. <ExcludedFromBuild>true</ExcludedFromBuild>
  944. </ClCompile>
  945. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_win32_DirectWriteTypeface.cpp">
  946. <ExcludedFromBuild>true</ExcludedFromBuild>
  947. </ClCompile>
  948. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_win32_DirectWriteTypeLayout.cpp">
  949. <ExcludedFromBuild>true</ExcludedFromBuild>
  950. </ClCompile>
  951. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_win32_Fonts.cpp">
  952. <ExcludedFromBuild>true</ExcludedFromBuild>
  953. </ClCompile>
  954. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_win32_IconHelpers.cpp">
  955. <ExcludedFromBuild>true</ExcludedFromBuild>
  956. </ClCompile>
  957. <ClCompile Include="..\..\..\..\modules\juce_graphics\placement\juce_RectanglePlacement.cpp">
  958. <ExcludedFromBuild>true</ExcludedFromBuild>
  959. </ClCompile>
  960. <ClCompile Include="..\..\..\..\modules\juce_graphics\juce_graphics.cpp">
  961. <ExcludedFromBuild>true</ExcludedFromBuild>
  962. </ClCompile>
  963. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\application\juce_Application.cpp">
  964. <ExcludedFromBuild>true</ExcludedFromBuild>
  965. </ClCompile>
  966. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ArrowButton.cpp">
  967. <ExcludedFromBuild>true</ExcludedFromBuild>
  968. </ClCompile>
  969. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_Button.cpp">
  970. <ExcludedFromBuild>true</ExcludedFromBuild>
  971. </ClCompile>
  972. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_DrawableButton.cpp">
  973. <ExcludedFromBuild>true</ExcludedFromBuild>
  974. </ClCompile>
  975. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_HyperlinkButton.cpp">
  976. <ExcludedFromBuild>true</ExcludedFromBuild>
  977. </ClCompile>
  978. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ImageButton.cpp">
  979. <ExcludedFromBuild>true</ExcludedFromBuild>
  980. </ClCompile>
  981. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ShapeButton.cpp">
  982. <ExcludedFromBuild>true</ExcludedFromBuild>
  983. </ClCompile>
  984. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_TextButton.cpp">
  985. <ExcludedFromBuild>true</ExcludedFromBuild>
  986. </ClCompile>
  987. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToggleButton.cpp">
  988. <ExcludedFromBuild>true</ExcludedFromBuild>
  989. </ClCompile>
  990. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToolbarButton.cpp">
  991. <ExcludedFromBuild>true</ExcludedFromBuild>
  992. </ClCompile>
  993. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandInfo.cpp">
  994. <ExcludedFromBuild>true</ExcludedFromBuild>
  995. </ClCompile>
  996. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandManager.cpp">
  997. <ExcludedFromBuild>true</ExcludedFromBuild>
  998. </ClCompile>
  999. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandTarget.cpp">
  1000. <ExcludedFromBuild>true</ExcludedFromBuild>
  1001. </ClCompile>
  1002. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_KeyPressMappingSet.cpp">
  1003. <ExcludedFromBuild>true</ExcludedFromBuild>
  1004. </ClCompile>
  1005. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_Component.cpp">
  1006. <ExcludedFromBuild>true</ExcludedFromBuild>
  1007. </ClCompile>
  1008. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_ComponentListener.cpp">
  1009. <ExcludedFromBuild>true</ExcludedFromBuild>
  1010. </ClCompile>
  1011. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_ModalComponentManager.cpp">
  1012. <ExcludedFromBuild>true</ExcludedFromBuild>
  1013. </ClCompile>
  1014. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\desktop\juce_Desktop.cpp">
  1015. <ExcludedFromBuild>true</ExcludedFromBuild>
  1016. </ClCompile>
  1017. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\desktop\juce_Displays.cpp">
  1018. <ExcludedFromBuild>true</ExcludedFromBuild>
  1019. </ClCompile>
  1020. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_Drawable.cpp">
  1021. <ExcludedFromBuild>true</ExcludedFromBuild>
  1022. </ClCompile>
  1023. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableComposite.cpp">
  1024. <ExcludedFromBuild>true</ExcludedFromBuild>
  1025. </ClCompile>
  1026. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableImage.cpp">
  1027. <ExcludedFromBuild>true</ExcludedFromBuild>
  1028. </ClCompile>
  1029. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawablePath.cpp">
  1030. <ExcludedFromBuild>true</ExcludedFromBuild>
  1031. </ClCompile>
  1032. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableRectangle.cpp">
  1033. <ExcludedFromBuild>true</ExcludedFromBuild>
  1034. </ClCompile>
  1035. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableShape.cpp">
  1036. <ExcludedFromBuild>true</ExcludedFromBuild>
  1037. </ClCompile>
  1038. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableText.cpp">
  1039. <ExcludedFromBuild>true</ExcludedFromBuild>
  1040. </ClCompile>
  1041. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_SVGParser.cpp">
  1042. <ExcludedFromBuild>true</ExcludedFromBuild>
  1043. </ClCompile>
  1044. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_ContentSharer.cpp">
  1045. <ExcludedFromBuild>true</ExcludedFromBuild>
  1046. </ClCompile>
  1047. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsDisplayComponent.cpp">
  1048. <ExcludedFromBuild>true</ExcludedFromBuild>
  1049. </ClCompile>
  1050. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsList.cpp">
  1051. <ExcludedFromBuild>true</ExcludedFromBuild>
  1052. </ClCompile>
  1053. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileBrowserComponent.cpp">
  1054. <ExcludedFromBuild>true</ExcludedFromBuild>
  1055. </ClCompile>
  1056. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooser.cpp">
  1057. <ExcludedFromBuild>true</ExcludedFromBuild>
  1058. </ClCompile>
  1059. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooserDialogBox.cpp">
  1060. <ExcludedFromBuild>true</ExcludedFromBuild>
  1061. </ClCompile>
  1062. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileListComponent.cpp">
  1063. <ExcludedFromBuild>true</ExcludedFromBuild>
  1064. </ClCompile>
  1065. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FilenameComponent.cpp">
  1066. <ExcludedFromBuild>true</ExcludedFromBuild>
  1067. </ClCompile>
  1068. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileSearchPathListComponent.cpp">
  1069. <ExcludedFromBuild>true</ExcludedFromBuild>
  1070. </ClCompile>
  1071. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileTreeComponent.cpp">
  1072. <ExcludedFromBuild>true</ExcludedFromBuild>
  1073. </ClCompile>
  1074. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_ImagePreviewComponent.cpp">
  1075. <ExcludedFromBuild>true</ExcludedFromBuild>
  1076. </ClCompile>
  1077. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_CaretComponent.cpp">
  1078. <ExcludedFromBuild>true</ExcludedFromBuild>
  1079. </ClCompile>
  1080. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyboardFocusTraverser.cpp">
  1081. <ExcludedFromBuild>true</ExcludedFromBuild>
  1082. </ClCompile>
  1083. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyListener.cpp">
  1084. <ExcludedFromBuild>true</ExcludedFromBuild>
  1085. </ClCompile>
  1086. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyPress.cpp">
  1087. <ExcludedFromBuild>true</ExcludedFromBuild>
  1088. </ClCompile>
  1089. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_ModifierKeys.cpp">
  1090. <ExcludedFromBuild>true</ExcludedFromBuild>
  1091. </ClCompile>
  1092. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentAnimator.cpp">
  1093. <ExcludedFromBuild>true</ExcludedFromBuild>
  1094. </ClCompile>
  1095. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBoundsConstrainer.cpp">
  1096. <ExcludedFromBuild>true</ExcludedFromBuild>
  1097. </ClCompile>
  1098. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBuilder.cpp">
  1099. <ExcludedFromBuild>true</ExcludedFromBuild>
  1100. </ClCompile>
  1101. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentMovementWatcher.cpp">
  1102. <ExcludedFromBuild>true</ExcludedFromBuild>
  1103. </ClCompile>
  1104. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ConcertinaPanel.cpp">
  1105. <ExcludedFromBuild>true</ExcludedFromBuild>
  1106. </ClCompile>
  1107. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_FlexBox.cpp">
  1108. <ExcludedFromBuild>true</ExcludedFromBuild>
  1109. </ClCompile>
  1110. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_Grid.cpp">
  1111. <ExcludedFromBuild>true</ExcludedFromBuild>
  1112. </ClCompile>
  1113. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GridItem.cpp">
  1114. <ExcludedFromBuild>true</ExcludedFromBuild>
  1115. </ClCompile>
  1116. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GridUnitTests.cpp">
  1117. <ExcludedFromBuild>true</ExcludedFromBuild>
  1118. </ClCompile>
  1119. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GroupComponent.cpp">
  1120. <ExcludedFromBuild>true</ExcludedFromBuild>
  1121. </ClCompile>
  1122. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_MultiDocumentPanel.cpp">
  1123. <ExcludedFromBuild>true</ExcludedFromBuild>
  1124. </ClCompile>
  1125. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableBorderComponent.cpp">
  1126. <ExcludedFromBuild>true</ExcludedFromBuild>
  1127. </ClCompile>
  1128. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableCornerComponent.cpp">
  1129. <ExcludedFromBuild>true</ExcludedFromBuild>
  1130. </ClCompile>
  1131. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableEdgeComponent.cpp">
  1132. <ExcludedFromBuild>true</ExcludedFromBuild>
  1133. </ClCompile>
  1134. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ScrollBar.cpp">
  1135. <ExcludedFromBuild>true</ExcludedFromBuild>
  1136. </ClCompile>
  1137. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_SidePanel.cpp">
  1138. <ExcludedFromBuild>true</ExcludedFromBuild>
  1139. </ClCompile>
  1140. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutManager.cpp">
  1141. <ExcludedFromBuild>true</ExcludedFromBuild>
  1142. </ClCompile>
  1143. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutResizerBar.cpp">
  1144. <ExcludedFromBuild>true</ExcludedFromBuild>
  1145. </ClCompile>
  1146. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableObjectResizer.cpp">
  1147. <ExcludedFromBuild>true</ExcludedFromBuild>
  1148. </ClCompile>
  1149. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedButtonBar.cpp">
  1150. <ExcludedFromBuild>true</ExcludedFromBuild>
  1151. </ClCompile>
  1152. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedComponent.cpp">
  1153. <ExcludedFromBuild>true</ExcludedFromBuild>
  1154. </ClCompile>
  1155. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_Viewport.cpp">
  1156. <ExcludedFromBuild>true</ExcludedFromBuild>
  1157. </ClCompile>
  1158. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel.cpp">
  1159. <ExcludedFromBuild>true</ExcludedFromBuild>
  1160. </ClCompile>
  1161. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V1.cpp">
  1162. <ExcludedFromBuild>true</ExcludedFromBuild>
  1163. </ClCompile>
  1164. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V2.cpp">
  1165. <ExcludedFromBuild>true</ExcludedFromBuild>
  1166. </ClCompile>
  1167. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V3.cpp">
  1168. <ExcludedFromBuild>true</ExcludedFromBuild>
  1169. </ClCompile>
  1170. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V4.cpp">
  1171. <ExcludedFromBuild>true</ExcludedFromBuild>
  1172. </ClCompile>
  1173. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_BurgerMenuComponent.cpp">
  1174. <ExcludedFromBuild>true</ExcludedFromBuild>
  1175. </ClCompile>
  1176. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarComponent.cpp">
  1177. <ExcludedFromBuild>true</ExcludedFromBuild>
  1178. </ClCompile>
  1179. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarModel.cpp">
  1180. <ExcludedFromBuild>true</ExcludedFromBuild>
  1181. </ClCompile>
  1182. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_PopupMenu.cpp">
  1183. <ExcludedFromBuild>true</ExcludedFromBuild>
  1184. </ClCompile>
  1185. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\misc\juce_BubbleComponent.cpp">
  1186. <ExcludedFromBuild>true</ExcludedFromBuild>
  1187. </ClCompile>
  1188. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\misc\juce_DropShadower.cpp">
  1189. <ExcludedFromBuild>true</ExcludedFromBuild>
  1190. </ClCompile>
  1191. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\misc\juce_JUCESplashScreen.cpp">
  1192. <ExcludedFromBuild>true</ExcludedFromBuild>
  1193. </ClCompile>
  1194. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_ComponentDragger.cpp">
  1195. <ExcludedFromBuild>true</ExcludedFromBuild>
  1196. </ClCompile>
  1197. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_DragAndDropContainer.cpp">
  1198. <ExcludedFromBuild>true</ExcludedFromBuild>
  1199. </ClCompile>
  1200. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseCursor.cpp">
  1201. <ExcludedFromBuild>true</ExcludedFromBuild>
  1202. </ClCompile>
  1203. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseEvent.cpp">
  1204. <ExcludedFromBuild>true</ExcludedFromBuild>
  1205. </ClCompile>
  1206. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInactivityDetector.cpp">
  1207. <ExcludedFromBuild>true</ExcludedFromBuild>
  1208. </ClCompile>
  1209. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInputSource.cpp">
  1210. <ExcludedFromBuild>true</ExcludedFromBuild>
  1211. </ClCompile>
  1212. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseListener.cpp">
  1213. <ExcludedFromBuild>true</ExcludedFromBuild>
  1214. </ClCompile>
  1215. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_ContentSharer.cpp">
  1216. <ExcludedFromBuild>true</ExcludedFromBuild>
  1217. </ClCompile>
  1218. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
  1219. <ExcludedFromBuild>true</ExcludedFromBuild>
  1220. </ClCompile>
  1221. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
  1222. <ExcludedFromBuild>true</ExcludedFromBuild>
  1223. </ClCompile>
  1224. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_common_MimeTypes.cpp">
  1225. <ExcludedFromBuild>true</ExcludedFromBuild>
  1226. </ClCompile>
  1227. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_ContentSharer.cpp">
  1228. <ExcludedFromBuild>true</ExcludedFromBuild>
  1229. </ClCompile>
  1230. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
  1231. <ExcludedFromBuild>true</ExcludedFromBuild>
  1232. </ClCompile>
  1233. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_X11.cpp">
  1234. <ExcludedFromBuild>true</ExcludedFromBuild>
  1235. </ClCompile>
  1236. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_X11_Clipboard.cpp">
  1237. <ExcludedFromBuild>true</ExcludedFromBuild>
  1238. </ClCompile>
  1239. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_X11_Windowing.cpp">
  1240. <ExcludedFromBuild>true</ExcludedFromBuild>
  1241. </ClCompile>
  1242. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_DragAndDrop.cpp">
  1243. <ExcludedFromBuild>true</ExcludedFromBuild>
  1244. </ClCompile>
  1245. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
  1246. <ExcludedFromBuild>true</ExcludedFromBuild>
  1247. </ClCompile>
  1248. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
  1249. <ExcludedFromBuild>true</ExcludedFromBuild>
  1250. </ClCompile>
  1251. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_MarkerList.cpp">
  1252. <ExcludedFromBuild>true</ExcludedFromBuild>
  1253. </ClCompile>
  1254. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinate.cpp">
  1255. <ExcludedFromBuild>true</ExcludedFromBuild>
  1256. </ClCompile>
  1257. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinatePositioner.cpp">
  1258. <ExcludedFromBuild>true</ExcludedFromBuild>
  1259. </ClCompile>
  1260. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeParallelogram.cpp">
  1261. <ExcludedFromBuild>true</ExcludedFromBuild>
  1262. </ClCompile>
  1263. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePoint.cpp">
  1264. <ExcludedFromBuild>true</ExcludedFromBuild>
  1265. </ClCompile>
  1266. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePointPath.cpp">
  1267. <ExcludedFromBuild>true</ExcludedFromBuild>
  1268. </ClCompile>
  1269. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeRectangle.cpp">
  1270. <ExcludedFromBuild>true</ExcludedFromBuild>
  1271. </ClCompile>
  1272. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.cpp">
  1273. <ExcludedFromBuild>true</ExcludedFromBuild>
  1274. </ClCompile>
  1275. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.cpp">
  1276. <ExcludedFromBuild>true</ExcludedFromBuild>
  1277. </ClCompile>
  1278. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
  1279. <ExcludedFromBuild>true</ExcludedFromBuild>
  1280. </ClCompile>
  1281. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
  1282. <ExcludedFromBuild>true</ExcludedFromBuild>
  1283. </ClCompile>
  1284. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
  1285. <ExcludedFromBuild>true</ExcludedFromBuild>
  1286. </ClCompile>
  1287. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.cpp">
  1288. <ExcludedFromBuild>true</ExcludedFromBuild>
  1289. </ClCompile>
  1290. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.cpp">
  1291. <ExcludedFromBuild>true</ExcludedFromBuild>
  1292. </ClCompile>
  1293. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_TextPropertyComponent.cpp">
  1294. <ExcludedFromBuild>true</ExcludedFromBuild>
  1295. </ClCompile>
  1296. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ComboBox.cpp">
  1297. <ExcludedFromBuild>true</ExcludedFromBuild>
  1298. </ClCompile>
  1299. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ImageComponent.cpp">
  1300. <ExcludedFromBuild>true</ExcludedFromBuild>
  1301. </ClCompile>
  1302. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Label.cpp">
  1303. <ExcludedFromBuild>true</ExcludedFromBuild>
  1304. </ClCompile>
  1305. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ListBox.cpp">
  1306. <ExcludedFromBuild>true</ExcludedFromBuild>
  1307. </ClCompile>
  1308. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ProgressBar.cpp">
  1309. <ExcludedFromBuild>true</ExcludedFromBuild>
  1310. </ClCompile>
  1311. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Slider.cpp">
  1312. <ExcludedFromBuild>true</ExcludedFromBuild>
  1313. </ClCompile>
  1314. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableHeaderComponent.cpp">
  1315. <ExcludedFromBuild>true</ExcludedFromBuild>
  1316. </ClCompile>
  1317. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableListBox.cpp">
  1318. <ExcludedFromBuild>true</ExcludedFromBuild>
  1319. </ClCompile>
  1320. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TextEditor.cpp">
  1321. <ExcludedFromBuild>true</ExcludedFromBuild>
  1322. </ClCompile>
  1323. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Toolbar.cpp">
  1324. <ExcludedFromBuild>true</ExcludedFromBuild>
  1325. </ClCompile>
  1326. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemComponent.cpp">
  1327. <ExcludedFromBuild>true</ExcludedFromBuild>
  1328. </ClCompile>
  1329. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemPalette.cpp">
  1330. <ExcludedFromBuild>true</ExcludedFromBuild>
  1331. </ClCompile>
  1332. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TreeView.cpp">
  1333. <ExcludedFromBuild>true</ExcludedFromBuild>
  1334. </ClCompile>
  1335. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_AlertWindow.cpp">
  1336. <ExcludedFromBuild>true</ExcludedFromBuild>
  1337. </ClCompile>
  1338. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_CallOutBox.cpp">
  1339. <ExcludedFromBuild>true</ExcludedFromBuild>
  1340. </ClCompile>
  1341. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ComponentPeer.cpp">
  1342. <ExcludedFromBuild>true</ExcludedFromBuild>
  1343. </ClCompile>
  1344. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DialogWindow.cpp">
  1345. <ExcludedFromBuild>true</ExcludedFromBuild>
  1346. </ClCompile>
  1347. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
  1348. <ExcludedFromBuild>true</ExcludedFromBuild>
  1349. </ClCompile>
  1350. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
  1351. <ExcludedFromBuild>true</ExcludedFromBuild>
  1352. </ClCompile>
  1353. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
  1354. <ExcludedFromBuild>true</ExcludedFromBuild>
  1355. </ClCompile>
  1356. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.cpp">
  1357. <ExcludedFromBuild>true</ExcludedFromBuild>
  1358. </ClCompile>
  1359. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp">
  1360. <ExcludedFromBuild>true</ExcludedFromBuild>
  1361. </ClCompile>
  1362. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp">
  1363. <ExcludedFromBuild>true</ExcludedFromBuild>
  1364. </ClCompile>
  1365. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.cpp">
  1366. <ExcludedFromBuild>true</ExcludedFromBuild>
  1367. </ClCompile>
  1368. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.cpp">
  1369. <ExcludedFromBuild>true</ExcludedFromBuild>
  1370. </ClCompile>
  1371. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CPlusPlusCodeTokeniser.cpp">
  1372. <ExcludedFromBuild>true</ExcludedFromBuild>
  1373. </ClCompile>
  1374. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_LuaCodeTokeniser.cpp">
  1375. <ExcludedFromBuild>true</ExcludedFromBuild>
  1376. </ClCompile>
  1377. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_XMLCodeTokeniser.cpp">
  1378. <ExcludedFromBuild>true</ExcludedFromBuild>
  1379. </ClCompile>
  1380. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\documents\juce_FileBasedDocument.cpp">
  1381. <ExcludedFromBuild>true</ExcludedFromBuild>
  1382. </ClCompile>
  1383. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_AnimatedAppComponent.cpp">
  1384. <ExcludedFromBuild>true</ExcludedFromBuild>
  1385. </ClCompile>
  1386. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_BubbleMessageComponent.cpp">
  1387. <ExcludedFromBuild>true</ExcludedFromBuild>
  1388. </ClCompile>
  1389. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_ColourSelector.cpp">
  1390. <ExcludedFromBuild>true</ExcludedFromBuild>
  1391. </ClCompile>
  1392. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_KeyMappingEditorComponent.cpp">
  1393. <ExcludedFromBuild>true</ExcludedFromBuild>
  1394. </ClCompile>
  1395. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_LiveConstantEditor.cpp">
  1396. <ExcludedFromBuild>true</ExcludedFromBuild>
  1397. </ClCompile>
  1398. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_PreferencesPanel.cpp">
  1399. <ExcludedFromBuild>true</ExcludedFromBuild>
  1400. </ClCompile>
  1401. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_PushNotifications.cpp">
  1402. <ExcludedFromBuild>true</ExcludedFromBuild>
  1403. </ClCompile>
  1404. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_RecentlyOpenedFilesList.cpp">
  1405. <ExcludedFromBuild>true</ExcludedFromBuild>
  1406. </ClCompile>
  1407. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SplashScreen.cpp">
  1408. <ExcludedFromBuild>true</ExcludedFromBuild>
  1409. </ClCompile>
  1410. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SystemTrayIconComponent.cpp">
  1411. <ExcludedFromBuild>true</ExcludedFromBuild>
  1412. </ClCompile>
  1413. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_android_PushNotifications.cpp">
  1414. <ExcludedFromBuild>true</ExcludedFromBuild>
  1415. </ClCompile>
  1416. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_android_WebBrowserComponent.cpp">
  1417. <ExcludedFromBuild>true</ExcludedFromBuild>
  1418. </ClCompile>
  1419. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_AndroidViewComponent.cpp">
  1420. <ExcludedFromBuild>true</ExcludedFromBuild>
  1421. </ClCompile>
  1422. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_ios_PushNotifications.cpp">
  1423. <ExcludedFromBuild>true</ExcludedFromBuild>
  1424. </ClCompile>
  1425. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_linux_X11_SystemTrayIcon.cpp">
  1426. <ExcludedFromBuild>true</ExcludedFromBuild>
  1427. </ClCompile>
  1428. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_linux_X11_WebBrowserComponent.cpp">
  1429. <ExcludedFromBuild>true</ExcludedFromBuild>
  1430. </ClCompile>
  1431. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_linux_XEmbedComponent.cpp">
  1432. <ExcludedFromBuild>true</ExcludedFromBuild>
  1433. </ClCompile>
  1434. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_mac_PushNotifications.cpp">
  1435. <ExcludedFromBuild>true</ExcludedFromBuild>
  1436. </ClCompile>
  1437. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_mac_SystemTrayIcon.cpp">
  1438. <ExcludedFromBuild>true</ExcludedFromBuild>
  1439. </ClCompile>
  1440. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_win32_ActiveXComponent.cpp">
  1441. <ExcludedFromBuild>true</ExcludedFromBuild>
  1442. </ClCompile>
  1443. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_win32_SystemTrayIcon.cpp">
  1444. <ExcludedFromBuild>true</ExcludedFromBuild>
  1445. </ClCompile>
  1446. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_win32_WebBrowserComponent.cpp">
  1447. <ExcludedFromBuild>true</ExcludedFromBuild>
  1448. </ClCompile>
  1449. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\juce_gui_extra.cpp">
  1450. <ExcludedFromBuild>true</ExcludedFromBuild>
  1451. </ClCompile>
  1452. <ClCompile Include="..\..\JuceLibraryCode\BinaryData.cpp"/>
  1453. <ClCompile Include="..\..\JuceLibraryCode\include_juce_analytics.cpp"/>
  1454. <ClCompile Include="..\..\JuceLibraryCode\include_juce_core.cpp"/>
  1455. <ClCompile Include="..\..\JuceLibraryCode\include_juce_cryptography.cpp"/>
  1456. <ClCompile Include="..\..\JuceLibraryCode\include_juce_data_structures.cpp"/>
  1457. <ClCompile Include="..\..\JuceLibraryCode\include_juce_events.cpp"/>
  1458. <ClCompile Include="..\..\JuceLibraryCode\include_juce_graphics.cpp"/>
  1459. <ClCompile Include="..\..\JuceLibraryCode\include_juce_gui_basics.cpp"/>
  1460. <ClCompile Include="..\..\JuceLibraryCode\include_juce_gui_extra.cpp"/>
  1461. </ItemGroup>
  1462. <ItemGroup>
  1463. <ClInclude Include="..\..\Source\Application\Windows\jucer_AboutWindowComponent.h"/>
  1464. <ClInclude Include="..\..\Source\Application\Windows\jucer_ApplicationUsageDataWindowComponent.h"/>
  1465. <ClInclude Include="..\..\Source\Application\Windows\jucer_EditorColourSchemeWindowComponent.h"/>
  1466. <ClInclude Include="..\..\Source\Application\Windows\jucer_FloatingToolWindow.h"/>
  1467. <ClInclude Include="..\..\Source\Application\Windows\jucer_GlobalPathsWindowComponent.h"/>
  1468. <ClInclude Include="..\..\Source\Application\Windows\jucer_PIPCreatorWindowComponent.h"/>
  1469. <ClInclude Include="..\..\Source\Application\Windows\jucer_SVGPathDataWindowComponent.h"/>
  1470. <ClInclude Include="..\..\Source\Application\Windows\jucer_TranslationToolWindowComponent.h"/>
  1471. <ClInclude Include="..\..\Source\Application\Windows\jucer_UTF8WindowComponent.h"/>
  1472. <ClInclude Include="..\..\Source\Application\jucer_Application.h"/>
  1473. <ClInclude Include="..\..\Source\Application\jucer_AutoUpdater.h"/>
  1474. <ClInclude Include="..\..\Source\Application\jucer_CommandIDs.h"/>
  1475. <ClInclude Include="..\..\Source\Application\jucer_CommandLine.h"/>
  1476. <ClInclude Include="..\..\Source\Application\jucer_CommonHeaders.h"/>
  1477. <ClInclude Include="..\..\Source\Application\jucer_Headers.h"/>
  1478. <ClInclude Include="..\..\Source\Application\jucer_MainWindow.h"/>
  1479. <ClInclude Include="..\..\Source\Application\jucer_ProjucerAnalytics.h"/>
  1480. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_AnimatedComponentSimpleTemplate.h"/>
  1481. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_AnimatedComponentTemplate.h"/>
  1482. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_AudioComponentSimpleTemplate.h"/>
  1483. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_AudioComponentTemplate.h"/>
  1484. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginEditorTemplate.h"/>
  1485. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginFilterTemplate.h"/>
  1486. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_ComponentTemplate.h"/>
  1487. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_ContentCompSimpleTemplate.h"/>
  1488. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_ContentCompTemplate.h"/>
  1489. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_InlineComponentTemplate.h"/>
  1490. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_NewComponentTemplate.h"/>
  1491. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_NewCppFileTemplate.h"/>
  1492. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_NewInlineComponentTemplate.h"/>
  1493. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_OpenGLComponentSimpleTemplate.h"/>
  1494. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_OpenGLComponentTemplate.h"/>
  1495. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_PIPAudioProcessorTemplate.h"/>
  1496. <ClInclude Include="..\..\Source\BinaryData\Templates\jucer_PIPTemplate.h"/>
  1497. <ClInclude Include="..\..\Source\CodeEditor\jucer_DocumentEditorComponent.h"/>
  1498. <ClInclude Include="..\..\Source\CodeEditor\jucer_ItemPreviewComponent.h"/>
  1499. <ClInclude Include="..\..\Source\CodeEditor\jucer_LiveBuildCodeEditor.h"/>
  1500. <ClInclude Include="..\..\Source\CodeEditor\jucer_OpenDocumentManager.h"/>
  1501. <ClInclude Include="..\..\Source\CodeEditor\jucer_SourceCodeEditor.h"/>
  1502. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ButtonHandler.h"/>
  1503. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComboBoxHandler.h"/>
  1504. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentNameProperty.h"/>
  1505. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentTypeHandler.h"/>
  1506. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentUndoableAction.h"/>
  1507. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_GenericComponentHandler.h"/>
  1508. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_GroupComponentHandler.h"/>
  1509. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_HyperlinkButtonHandler.h"/>
  1510. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ImageButtonHandler.h"/>
  1511. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_JucerComponentHandler.h"/>
  1512. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_LabelHandler.h"/>
  1513. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_SliderHandler.h"/>
  1514. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TabbedComponentHandler.h"/>
  1515. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TextButtonHandler.h"/>
  1516. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TextEditorHandler.h"/>
  1517. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ToggleButtonHandler.h"/>
  1518. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TreeViewHandler.h"/>
  1519. <ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ViewportHandler.h"/>
  1520. <ClInclude Include="..\..\Source\ComponentEditor\Documents\jucer_ButtonDocument.h"/>
  1521. <ClInclude Include="..\..\Source\ComponentEditor\Documents\jucer_ComponentDocument.h"/>
  1522. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ColouredElement.h"/>
  1523. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ElementSiblingComponent.h"/>
  1524. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_FillType.h"/>
  1525. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_GradientPointComponent.h"/>
  1526. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ImageResourceProperty.h"/>
  1527. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElement.h"/>
  1528. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementEllipse.h"/>
  1529. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementGroup.h"/>
  1530. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementImage.h"/>
  1531. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementPath.h"/>
  1532. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementRectangle.h"/>
  1533. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementRoundedRectangle.h"/>
  1534. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementText.h"/>
  1535. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementUndoableAction.h"/>
  1536. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PointComponent.h"/>
  1537. <ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_StrokeType.h"/>
  1538. <ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ColourPropertyComponent.h"/>
  1539. <ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentBooleanProperty.h"/>
  1540. <ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentChoiceProperty.h"/>
  1541. <ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentColourProperty.h"/>
  1542. <ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentTextProperty.h"/>
  1543. <ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_FilePropertyComponent.h"/>
  1544. <ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_FontPropertyComponent.h"/>
  1545. <ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_JustificationProperty.h"/>
  1546. <ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_PositionPropertyBase.h"/>
  1547. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutEditor.h"/>
  1548. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutPanel.h"/>
  1549. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentOverlayComponent.h"/>
  1550. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_EditingPanelBase.h"/>
  1551. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_JucerCommandIDs.h"/>
  1552. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_JucerDocumentEditor.h"/>
  1553. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutineEditor.h"/>
  1554. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutinePanel.h"/>
  1555. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_RelativePositionedRectangle.h"/>
  1556. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ResourceEditorPanel.h"/>
  1557. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_SnapGridPainter.h"/>
  1558. <ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_TestComponent.h"/>
  1559. <ClInclude Include="..\..\Source\ComponentEditor\jucer_BinaryResources.h"/>
  1560. <ClInclude Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.h"/>
  1561. <ClInclude Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.h"/>
  1562. <ClInclude Include="..\..\Source\ComponentEditor\jucer_JucerDocument.h"/>
  1563. <ClInclude Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.h"/>
  1564. <ClInclude Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.h"/>
  1565. <ClInclude Include="..\..\Source\ComponentEditor\jucer_UtilityFunctions.h"/>
  1566. <ClInclude Include="..\..\Source\Licenses\jucer_LicenseController.h"/>
  1567. <ClInclude Include="..\..\Source\Licenses\jucer_LicenseThread.h"/>
  1568. <ClInclude Include="..\..\Source\Licenses\jucer_LicenseWebview.h"/>
  1569. <ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_ActivityListComponent.h"/>
  1570. <ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_BuildTabStatusComponent.h"/>
  1571. <ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_ComponentListComponent.h"/>
  1572. <ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_ErrorListComponent.h"/>
  1573. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ActivityList.h"/>
  1574. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ClassDatabase.h"/>
  1575. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ClientServerMessages.h"/>
  1576. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineClient.h"/>
  1577. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineDLL.h"/>
  1578. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineServer.h"/>
  1579. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineSettings.h"/>
  1580. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CppHelpers.h"/>
  1581. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_DiagnosticMessage.h"/>
  1582. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_DownloadCompileEngineThread.h"/>
  1583. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ErrorList.h"/>
  1584. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_LiveCodeBuilderDLL.h"/>
  1585. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_MessageIDs.h"/>
  1586. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ProjectBuildInfo.h"/>
  1587. <ClInclude Include="..\..\Source\LiveBuildEngine\jucer_SourceCodeRange.h"/>
  1588. <ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ExporterTreeItems.h"/>
  1589. <ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_FileTreeItems.h"/>
  1590. <ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_LiveBuildTab.h"/>
  1591. <ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ModuleTreeItems.h"/>
  1592. <ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ProjectTab.h"/>
  1593. <ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ProjectTreeItemBase.h"/>
  1594. <ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_TabComponents.h"/>
  1595. <ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_TreeItemTypes.h"/>
  1596. <ClInclude Include="..\..\Source\Project\UI\jucer_ContentViewComponents.h"/>
  1597. <ClInclude Include="..\..\Source\Project\UI\jucer_FileGroupInformationComponent.h"/>
  1598. <ClInclude Include="..\..\Source\Project\UI\jucer_HeaderComponent.h"/>
  1599. <ClInclude Include="..\..\Source\Project\UI\jucer_ModulesInformationComponent.h"/>
  1600. <ClInclude Include="..\..\Source\Project\UI\jucer_ProjectContentComponent.h"/>
  1601. <ClInclude Include="..\..\Source\Project\jucer_Module.h"/>
  1602. <ClInclude Include="..\..\Source\Project\jucer_Project.h"/>
  1603. <ClInclude Include="..\..\Source\Project\jucer_ProjectType.h"/>
  1604. <ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_Android.h"/>
  1605. <ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_CLion.h"/>
  1606. <ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_CodeBlocks.h"/>
  1607. <ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_Make.h"/>
  1608. <ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_MSVC.h"/>
  1609. <ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_Xcode.h"/>
  1610. <ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExporter.h"/>
  1611. <ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectSaver.h"/>
  1612. <ClInclude Include="..\..\Source\ProjectSaving\jucer_ResourceFile.h"/>
  1613. <ClInclude Include="..\..\Source\ProjectSaving\jucer_XcodeProjectParser.h"/>
  1614. <ClInclude Include="..\..\Source\Settings\jucer_AppearanceSettings.h"/>
  1615. <ClInclude Include="..\..\Source\Settings\jucer_StoredSettings.h"/>
  1616. <ClInclude Include="..\..\Source\Utility\Helpers\jucer_CodeHelpers.h"/>
  1617. <ClInclude Include="..\..\Source\Utility\Helpers\jucer_Colours.h"/>
  1618. <ClInclude Include="..\..\Source\Utility\Helpers\jucer_FileHelpers.h"/>
  1619. <ClInclude Include="..\..\Source\Utility\Helpers\jucer_MiscUtilities.h"/>
  1620. <ClInclude Include="..\..\Source\Utility\Helpers\jucer_PresetIDs.h"/>
  1621. <ClInclude Include="..\..\Source\Utility\Helpers\jucer_RelativePath.h"/>
  1622. <ClInclude Include="..\..\Source\Utility\Helpers\jucer_TranslationHelpers.h"/>
  1623. <ClInclude Include="..\..\Source\Utility\Helpers\jucer_ValueSourceHelpers.h"/>
  1624. <ClInclude Include="..\..\Source\Utility\PIPs\jucer_PIPGenerator.h"/>
  1625. <ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_ColourPropertyComponent.h"/>
  1626. <ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_FilePathPropertyComponent.h"/>
  1627. <ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_LabelPropertyComponent.h"/>
  1628. <ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_PropertyComponentsWithEnablement.h"/>
  1629. <ClInclude Include="..\..\Source\Utility\UI\jucer_IconButton.h"/>
  1630. <ClInclude Include="..\..\Source\Utility\UI\jucer_Icons.h"/>
  1631. <ClInclude Include="..\..\Source\Utility\UI\jucer_JucerTreeViewBase.h"/>
  1632. <ClInclude Include="..\..\Source\Utility\UI\jucer_ProjucerLookAndFeel.h"/>
  1633. <ClInclude Include="..\..\Source\Utility\UI\jucer_SlidingPanelComponent.h"/>
  1634. <ClInclude Include="..\..\Source\Utility\UI\jucer_UserSettingsPopup.h"/>
  1635. <ClInclude Include="..\..\Source\Wizards\jucer_NewFileWizard.h"/>
  1636. <ClInclude Include="..\..\Source\Wizards\jucer_NewProjectWizard.h"/>
  1637. <ClInclude Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.h"/>
  1638. <ClInclude Include="..\..\Source\Wizards\jucer_NewProjectWizardComponent.h"/>
  1639. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_Animated.h"/>
  1640. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_AudioApp.h"/>
  1641. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_AudioPlugin.h"/>
  1642. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_Blank.h"/>
  1643. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_Console.h"/>
  1644. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_DLL.h"/>
  1645. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_GUIApp.h"/>
  1646. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_openGL.h"/>
  1647. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_StaticLibrary.h"/>
  1648. <ClInclude Include="..\..\Source\Wizards\jucer_StartPageComponent.h"/>
  1649. <ClInclude Include="..\..\Source\Wizards\jucer_TemplateThumbnailsComponent.h"/>
  1650. <ClInclude Include="..\..\..\..\modules\juce_analytics\analytics\juce_Analytics.h"/>
  1651. <ClInclude Include="..\..\..\..\modules\juce_analytics\analytics\juce_ButtonTracker.h"/>
  1652. <ClInclude Include="..\..\..\..\modules\juce_analytics\destinations\juce_AnalyticsDestination.h"/>
  1653. <ClInclude Include="..\..\..\..\modules\juce_analytics\destinations\juce_ThreadedAnalyticsDestination.h"/>
  1654. <ClInclude Include="..\..\..\..\modules\juce_analytics\juce_analytics.h"/>
  1655. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.h"/>
  1656. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Array.h"/>
  1657. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ArrayAllocationBase.h"/>
  1658. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ArrayBase.h"/>
  1659. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_DynamicObject.h"/>
  1660. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ElementComparator.h"/>
  1661. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_HashMap.h"/>
  1662. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_LinkedListPointer.h"/>
  1663. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ListenerList.h"/>
  1664. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.h"/>
  1665. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.h"/>
  1666. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.h"/>
  1667. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ReferenceCountedArray.h"/>
  1668. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ScopedValueSetter.h"/>
  1669. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_SortedSet.h"/>
  1670. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_SparseSet.h"/>
  1671. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Variant.h"/>
  1672. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_DirectoryIterator.h"/>
  1673. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_File.h"/>
  1674. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileFilter.h"/>
  1675. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileInputStream.h"/>
  1676. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileOutputStream.h"/>
  1677. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileSearchPath.h"/>
  1678. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_MemoryMappedFile.h"/>
  1679. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_TemporaryFile.h"/>
  1680. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_WildcardFileFilter.h"/>
  1681. <ClInclude Include="..\..\..\..\modules\juce_core\javascript\juce_Javascript.h"/>
  1682. <ClInclude Include="..\..\..\..\modules\juce_core\javascript\juce_JSON.h"/>
  1683. <ClInclude Include="..\..\..\..\modules\juce_core\logging\juce_FileLogger.h"/>
  1684. <ClInclude Include="..\..\..\..\modules\juce_core\logging\juce_Logger.h"/>
  1685. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_BigInteger.h"/>
  1686. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Expression.h"/>
  1687. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions.h"/>
  1688. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_NormalisableRange.h"/>
  1689. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Random.h"/>
  1690. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Range.h"/>
  1691. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_StatisticsAccumulator.h"/>
  1692. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Atomic.h"/>
  1693. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ByteOrder.h"/>
  1694. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ContainerDeletePolicy.h"/>
  1695. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_HeapBlock.h"/>
  1696. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_HeavyweightLeakedObjectDetector.h"/>
  1697. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_LeakedObjectDetector.h"/>
  1698. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Memory.h"/>
  1699. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_MemoryBlock.h"/>
  1700. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_OptionalScopedPointer.h"/>
  1701. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ReferenceCountedObject.h"/>
  1702. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ScopedPointer.h"/>
  1703. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_SharedResourcePointer.h"/>
  1704. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Singleton.h"/>
  1705. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_WeakReference.h"/>
  1706. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_ConsoleApplication.h"/>
  1707. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Result.h"/>
  1708. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_RuntimePermissions.h"/>
  1709. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_StdFunctionCompat.h"/>
  1710. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Uuid.h"/>
  1711. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_WindowsRegistry.h"/>
  1712. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_android_JNIHelpers.h"/>
  1713. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_BasicNativeHeaders.h"/>
  1714. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ClangBugWorkaround.h"/>
  1715. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h"/>
  1716. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_IPAddress.h"/>
  1717. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/>
  1718. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/>
  1719. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.h"/>
  1720. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_MACAddress.h"/>
  1721. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_NamedPipe.h"/>
  1722. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_Socket.h"/>
  1723. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_URL.h"/>
  1724. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_WebInputStream.h"/>
  1725. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.h"/>
  1726. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_FileInputSource.h"/>
  1727. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_InputSource.h"/>
  1728. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_InputStream.h"/>
  1729. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryInputStream.h"/>
  1730. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.h"/>
  1731. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.h"/>
  1732. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.h"/>
  1733. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.h"/>
  1734. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerSupport.h"/>
  1735. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_PlatformDefs.h"/>
  1736. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_StandardHeader.h"/>
  1737. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.h"/>
  1738. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_TargetPlatform.h"/>
  1739. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_Base64.h"/>
  1740. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharacterFunctions.h"/>
  1741. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_ASCII.h"/>
  1742. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF8.h"/>
  1743. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF16.h"/>
  1744. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF32.h"/>
  1745. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_Identifier.h"/>
  1746. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_LocalisedStrings.h"/>
  1747. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_NewLine.h"/>
  1748. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_String.h"/>
  1749. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringArray.h"/>
  1750. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringPairArray.h"/>
  1751. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringPool.h"/>
  1752. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringRef.h"/>
  1753. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_TextDiff.h"/>
  1754. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.h"/>
  1755. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_CriticalSection.h"/>
  1756. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_DynamicLibrary.h"/>
  1757. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_HighResolutionTimer.h"/>
  1758. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_InterProcessLock.h"/>
  1759. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_Process.h"/>
  1760. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ReadWriteLock.h"/>
  1761. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedLock.h"/>
  1762. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedReadLock.h"/>
  1763. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedWriteLock.h"/>
  1764. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_SpinLock.h"/>
  1765. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_Thread.h"/>
  1766. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ThreadLocalValue.h"/>
  1767. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ThreadPool.h"/>
  1768. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_TimeSliceThread.h"/>
  1769. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_WaitableEvent.h"/>
  1770. <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_PerformanceCounter.h"/>
  1771. <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_RelativeTime.h"/>
  1772. <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_Time.h"/>
  1773. <ClInclude Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTest.h"/>
  1774. <ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlDocument.h"/>
  1775. <ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlElement.h"/>
  1776. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\crc32.h"/>
  1777. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\deflate.h"/>
  1778. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inffast.h"/>
  1779. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inffixed.h"/>
  1780. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inflate.h"/>
  1781. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\inftrees.h"/>
  1782. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\trees.h"/>
  1783. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zconf.h"/>
  1784. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zconf.in.h"/>
  1785. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zlib.h"/>
  1786. <ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\zutil.h"/>
  1787. <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_GZIPCompressorOutputStream.h"/>
  1788. <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_GZIPDecompressorInputStream.h"/>
  1789. <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_ZipFile.h"/>
  1790. <ClInclude Include="..\..\..\..\modules\juce_core\juce_core.h"/>
  1791. <ClInclude Include="..\..\..\..\modules\juce_cryptography\encryption\juce_BlowFish.h"/>
  1792. <ClInclude Include="..\..\..\..\modules\juce_cryptography\encryption\juce_Primes.h"/>
  1793. <ClInclude Include="..\..\..\..\modules\juce_cryptography\encryption\juce_RSAKey.h"/>
  1794. <ClInclude Include="..\..\..\..\modules\juce_cryptography\hashing\juce_MD5.h"/>
  1795. <ClInclude Include="..\..\..\..\modules\juce_cryptography\hashing\juce_SHA256.h"/>
  1796. <ClInclude Include="..\..\..\..\modules\juce_cryptography\hashing\juce_Whirlpool.h"/>
  1797. <ClInclude Include="..\..\..\..\modules\juce_cryptography\juce_cryptography.h"/>
  1798. <ClInclude Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_ApplicationProperties.h"/>
  1799. <ClInclude Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_PropertiesFile.h"/>
  1800. <ClInclude Include="..\..\..\..\modules\juce_data_structures\undomanager\juce_UndoableAction.h"/>
  1801. <ClInclude Include="..\..\..\..\modules\juce_data_structures\undomanager\juce_UndoManager.h"/>
  1802. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_CachedValue.h"/>
  1803. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_Value.h"/>
  1804. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTree.h"/>
  1805. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.h"/>
  1806. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueWithDefault.h"/>
  1807. <ClInclude Include="..\..\..\..\modules\juce_data_structures\juce_data_structures.h"/>
  1808. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionBroadcaster.h"/>
  1809. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionListener.h"/>
  1810. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_AsyncUpdater.h"/>
  1811. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ChangeBroadcaster.h"/>
  1812. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ChangeListener.h"/>
  1813. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_ConnectedChildProcess.h"/>
  1814. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnection.h"/>
  1815. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnectionServer.h"/>
  1816. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_NetworkServiceDiscovery.h"/>
  1817. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_ApplicationBase.h"/>
  1818. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_CallbackMessage.h"/>
  1819. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_DeletedAtShutdown.h"/>
  1820. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_Initialisation.h"/>
  1821. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_Message.h"/>
  1822. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_MessageListener.h"/>
  1823. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_MessageManager.h"/>
  1824. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_MountedVolumeListChangeDetector.h"/>
  1825. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_NotificationType.h"/>
  1826. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_linux_EventLoop.h"/>
  1827. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_osx_MessageQueue.h"/>
  1828. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_win32_HiddenMessageWindow.h"/>
  1829. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_win32_WinRTWrapper.h"/>
  1830. <ClInclude Include="..\..\..\..\modules\juce_events\timers\juce_MultiTimer.h"/>
  1831. <ClInclude Include="..\..\..\..\modules\juce_events\timers\juce_Timer.h"/>
  1832. <ClInclude Include="..\..\..\..\modules\juce_events\juce_events.h"/>
  1833. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_Colour.h"/>
  1834. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_ColourGradient.h"/>
  1835. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_Colours.h"/>
  1836. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_FillType.h"/>
  1837. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_PixelFormats.h"/>
  1838. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_GraphicsContext.h"/>
  1839. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsContext.h"/>
  1840. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsPostScriptRenderer.h"/>
  1841. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsSoftwareRenderer.h"/>
  1842. <ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_DropShadowEffect.h"/>
  1843. <ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_GlowEffect.h"/>
  1844. <ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_ImageEffectFilter.h"/>
  1845. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_AttributedString.h"/>
  1846. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_CustomTypeface.h"/>
  1847. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_Font.h"/>
  1848. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_GlyphArrangement.h"/>
  1849. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_TextLayout.h"/>
  1850. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_Typeface.h"/>
  1851. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_AffineTransform.h"/>
  1852. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_BorderSize.h"/>
  1853. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_EdgeTable.h"/>
  1854. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Line.h"/>
  1855. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Parallelogram.h"/>
  1856. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Path.h"/>
  1857. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathIterator.h"/>
  1858. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathStrokeType.h"/>
  1859. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Point.h"/>
  1860. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Rectangle.h"/>
  1861. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_RectangleList.h"/>
  1862. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\cderror.h"/>
  1863. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jchuff.h"/>
  1864. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jconfig.h"/>
  1865. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdct.h"/>
  1866. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jdhuff.h"/>
  1867. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jerror.h"/>
  1868. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jinclude.h"/>
  1869. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jmemsys.h"/>
  1870. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jmorecfg.h"/>
  1871. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jpegint.h"/>
  1872. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jpeglib.h"/>
  1873. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\jversion.h"/>
  1874. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\transupp.h"/>
  1875. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\png.h"/>
  1876. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngconf.h"/>
  1877. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pnginfo.h"/>
  1878. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngpriv.h"/>
  1879. <ClInclude Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\pngstruct.h"/>
  1880. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_Image.h"/>
  1881. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_ImageCache.h"/>
  1882. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_ImageConvolutionKernel.h"/>
  1883. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_ImageFileFormat.h"/>
  1884. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_mac_CoreGraphicsContext.h"/>
  1885. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_mac_CoreGraphicsHelpers.h"/>
  1886. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_RenderingHelpers.h"/>
  1887. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_win32_Direct2DGraphicsContext.h"/>
  1888. <ClInclude Include="..\..\..\..\modules\juce_graphics\placement\juce_Justification.h"/>
  1889. <ClInclude Include="..\..\..\..\modules\juce_graphics\placement\juce_RectanglePlacement.h"/>
  1890. <ClInclude Include="..\..\..\..\modules\juce_graphics\juce_graphics.h"/>
  1891. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\application\juce_Application.h"/>
  1892. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ArrowButton.h"/>
  1893. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_Button.h"/>
  1894. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_DrawableButton.h"/>
  1895. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_HyperlinkButton.h"/>
  1896. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ImageButton.h"/>
  1897. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ShapeButton.h"/>
  1898. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_TextButton.h"/>
  1899. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToggleButton.h"/>
  1900. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToolbarButton.h"/>
  1901. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandID.h"/>
  1902. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandInfo.h"/>
  1903. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandManager.h"/>
  1904. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandTarget.h"/>
  1905. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_KeyPressMappingSet.h"/>
  1906. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_CachedComponentImage.h"/>
  1907. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_Component.h"/>
  1908. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_ComponentListener.h"/>
  1909. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_ModalComponentManager.h"/>
  1910. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\desktop\juce_Desktop.h"/>
  1911. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\desktop\juce_Displays.h"/>
  1912. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_Drawable.h"/>
  1913. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableComposite.h"/>
  1914. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableImage.h"/>
  1915. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawablePath.h"/>
  1916. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableRectangle.h"/>
  1917. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableShape.h"/>
  1918. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableText.h"/>
  1919. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_ContentSharer.h"/>
  1920. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsDisplayComponent.h"/>
  1921. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsList.h"/>
  1922. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileBrowserComponent.h"/>
  1923. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileBrowserListener.h"/>
  1924. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooser.h"/>
  1925. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooserDialogBox.h"/>
  1926. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileListComponent.h"/>
  1927. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FilenameComponent.h"/>
  1928. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FilePreviewComponent.h"/>
  1929. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileSearchPathListComponent.h"/>
  1930. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileTreeComponent.h"/>
  1931. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_ImagePreviewComponent.h"/>
  1932. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_CaretComponent.h"/>
  1933. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyboardFocusTraverser.h"/>
  1934. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyListener.h"/>
  1935. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyPress.h"/>
  1936. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_ModifierKeys.h"/>
  1937. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_SystemClipboard.h"/>
  1938. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_TextEditorKeyMapper.h"/>
  1939. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_TextInputTarget.h"/>
  1940. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_AnimatedPosition.h"/>
  1941. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_AnimatedPositionBehaviours.h"/>
  1942. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentAnimator.h"/>
  1943. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBoundsConstrainer.h"/>
  1944. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBuilder.h"/>
  1945. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentMovementWatcher.h"/>
  1946. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ConcertinaPanel.h"/>
  1947. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_FlexBox.h"/>
  1948. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_FlexItem.h"/>
  1949. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_Grid.h"/>
  1950. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GridItem.h"/>
  1951. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GroupComponent.h"/>
  1952. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_MultiDocumentPanel.h"/>
  1953. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableBorderComponent.h"/>
  1954. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableCornerComponent.h"/>
  1955. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableEdgeComponent.h"/>
  1956. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ScrollBar.h"/>
  1957. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_SidePanel.h"/>
  1958. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutManager.h"/>
  1959. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutResizerBar.h"/>
  1960. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableObjectResizer.h"/>
  1961. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedButtonBar.h"/>
  1962. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedComponent.h"/>
  1963. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_Viewport.h"/>
  1964. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel.h"/>
  1965. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V1.h"/>
  1966. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V2.h"/>
  1967. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V3.h"/>
  1968. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V4.h"/>
  1969. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_BurgerMenuComponent.h"/>
  1970. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarComponent.h"/>
  1971. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarModel.h"/>
  1972. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_PopupMenu.h"/>
  1973. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\misc\juce_BubbleComponent.h"/>
  1974. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\misc\juce_DropShadower.h"/>
  1975. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\misc\juce_JUCESplashScreen.h"/>
  1976. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_ComponentDragger.h"/>
  1977. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_DragAndDropContainer.h"/>
  1978. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_DragAndDropTarget.h"/>
  1979. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_FileDragAndDropTarget.h"/>
  1980. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_LassoComponent.h"/>
  1981. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseCursor.h"/>
  1982. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseEvent.h"/>
  1983. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInactivityDetector.h"/>
  1984. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInputSource.h"/>
  1985. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseListener.h"/>
  1986. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_SelectedItemSet.h"/>
  1987. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_TextDragAndDropTarget.h"/>
  1988. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_TooltipClient.h"/>
  1989. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_X11.h"/>
  1990. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_MultiTouchMapper.h"/>
  1991. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_MarkerList.h"/>
  1992. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinate.h"/>
  1993. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinatePositioner.h"/>
  1994. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeParallelogram.h"/>
  1995. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePoint.h"/>
  1996. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePointPath.h"/>
  1997. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeRectangle.h"/>
  1998. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
  1999. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
  2000. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
  2001. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
  2002. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
  2003. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
  2004. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>
  2005. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_TextPropertyComponent.h"/>
  2006. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ComboBox.h"/>
  2007. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ImageComponent.h"/>
  2008. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Label.h"/>
  2009. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ListBox.h"/>
  2010. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ProgressBar.h"/>
  2011. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Slider.h"/>
  2012. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableHeaderComponent.h"/>
  2013. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableListBox.h"/>
  2014. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TextEditor.h"/>
  2015. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Toolbar.h"/>
  2016. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemComponent.h"/>
  2017. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemFactory.h"/>
  2018. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemPalette.h"/>
  2019. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TreeView.h"/>
  2020. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_AlertWindow.h"/>
  2021. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_CallOutBox.h"/>
  2022. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ComponentPeer.h"/>
  2023. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DialogWindow.h"/>
  2024. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.h"/>
  2025. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
  2026. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
  2027. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
  2028. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
  2029. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
  2030. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/>
  2031. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/>
  2032. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/>
  2033. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeTokeniser.h"/>
  2034. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CPlusPlusCodeTokeniser.h"/>
  2035. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CPlusPlusCodeTokeniserFunctions.h"/>
  2036. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_LuaCodeTokeniser.h"/>
  2037. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_XMLCodeTokeniser.h"/>
  2038. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\documents\juce_FileBasedDocument.h"/>
  2039. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_ActiveXControlComponent.h"/>
  2040. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_AndroidViewComponent.h"/>
  2041. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_NSViewComponent.h"/>
  2042. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_ScopedDPIAwarenessDisabler.h"/>
  2043. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_UIViewComponent.h"/>
  2044. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_XEmbedComponent.h"/>
  2045. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_AnimatedAppComponent.h"/>
  2046. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_AppleRemote.h"/>
  2047. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_BubbleMessageComponent.h"/>
  2048. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_ColourSelector.h"/>
  2049. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_KeyMappingEditorComponent.h"/>
  2050. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_LiveConstantEditor.h"/>
  2051. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_PreferencesPanel.h"/>
  2052. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_PushNotifications.h"/>
  2053. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_RecentlyOpenedFilesList.h"/>
  2054. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SplashScreen.h"/>
  2055. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SystemTrayIconComponent.h"/>
  2056. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_WebBrowserComponent.h"/>
  2057. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\native\juce_mac_CarbonViewWrapperComponent.h"/>
  2058. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\juce_gui_extra.h"/>
  2059. <ClInclude Include="..\..\JuceLibraryCode\AppConfig.h"/>
  2060. <ClInclude Include="..\..\JuceLibraryCode\BinaryData.h"/>
  2061. <ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/>
  2062. </ItemGroup>
  2063. <ItemGroup>
  2064. <None Include="..\..\Source\BinaryData\gradle\gradle-wrapper.jar"/>
  2065. <None Include="..\..\Source\BinaryData\gradle\gradlew"/>
  2066. <None Include="..\..\Source\BinaryData\gradle\gradlew.bat"/>
  2067. <None Include="..\..\Source\BinaryData\gradle\LICENSE"/>
  2068. <None Include="..\..\Source\BinaryData\Icons\background_logo.svg"/>
  2069. <None Include="..\..\Source\BinaryData\Icons\export_android.svg"/>
  2070. <None Include="..\..\Source\BinaryData\Icons\export_clion.svg"/>
  2071. <None Include="..\..\Source\BinaryData\Icons\export_codeBlocks.svg"/>
  2072. <None Include="..\..\Source\BinaryData\Icons\export_linux.svg"/>
  2073. <None Include="..\..\Source\BinaryData\Icons\export_visualStudio.svg"/>
  2074. <None Include="..\..\Source\BinaryData\Icons\export_xcode.svg"/>
  2075. <None Include="..\..\Source\BinaryData\Icons\huckleberry_icon.svg"/>
  2076. <None Include="..\..\Source\BinaryData\Icons\juce-logo-with-text.svg"/>
  2077. <None Include="..\..\Source\BinaryData\Icons\juce_icon.png"/>
  2078. <None Include="..\..\Source\BinaryData\Icons\wizard_AnimatedApp.svg"/>
  2079. <None Include="..\..\Source\BinaryData\Icons\wizard_AudioApp.svg"/>
  2080. <None Include="..\..\Source\BinaryData\Icons\wizard_AudioPlugin.svg"/>
  2081. <None Include="..\..\Source\BinaryData\Icons\wizard_ConsoleApp.svg"/>
  2082. <None Include="..\..\Source\BinaryData\Icons\wizard_DLL.svg"/>
  2083. <None Include="..\..\Source\BinaryData\Icons\wizard_GUI.svg"/>
  2084. <None Include="..\..\Source\BinaryData\Icons\wizard_Highlight.svg"/>
  2085. <None Include="..\..\Source\BinaryData\Icons\wizard_Openfile.svg"/>
  2086. <None Include="..\..\Source\BinaryData\Icons\wizard_OpenGL.svg"/>
  2087. <None Include="..\..\Source\BinaryData\Icons\wizard_StaticLibrary.svg"/>
  2088. <None Include="..\..\Source\BinaryData\Templates\jucer_UnityPluginGUIScript.cs"/>
  2089. <None Include="..\..\Source\BinaryData\colourscheme_dark.xml"/>
  2090. <None Include="..\..\Source\BinaryData\colourscheme_light.xml"/>
  2091. <None Include="..\..\Source\BinaryData\nothingtoseehere.txt"/>
  2092. <None Include="..\..\Source\BinaryData\offlinepage.html"/>
  2093. <None Include="..\..\Source\BinaryData\projucer_EULA.txt"/>
  2094. <None Include="..\..\Source\BinaryData\RecentFilesMenuTemplate.nib"/>
  2095. <None Include="..\..\..\..\modules\juce_core\native\java\README.txt"/>
  2096. <None Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\changes to libjpeg for JUCE.txt"/>
  2097. <None Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\libpng_readme.txt"/>
  2098. <None Include=".\icon.ico"/>
  2099. </ItemGroup>
  2100. <ItemGroup>
  2101. <ResourceCompile Include=".\resources.rc"/>
  2102. </ItemGroup>
  2103. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  2104. <ImportGroup Label="ExtensionTargets"/>
  2105. </Project>