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.

1589 lines
102KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{26ABE2A4-1F2F-8375-088D-D692A4408B5A}</ProjectGuid>
  15. <PlatformToolset>v110</PlatformToolset>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  19. <ConfigurationType>Application</ConfigurationType>
  20. <UseOfMfc>false</UseOfMfc>
  21. <PlatformToolset>v110</PlatformToolset>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  24. <ConfigurationType>Application</ConfigurationType>
  25. <UseOfMfc>false</UseOfMfc>
  26. <WholeProgramOptimization>true</WholeProgramOptimization>
  27. <PlatformToolset>v110</PlatformToolset>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
  30. <ImportGroup Label="ExtensionSettings"/>
  31. <ImportGroup Label="PropertySheets">
  32. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
  33. Label="LocalAppDataPlatform"/>
  34. </ImportGroup>
  35. <PropertyGroup Label="UserMacros">
  36. <PlatformToolset>v110</PlatformToolset>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  40. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">The Introjucer</TargetName>
  41. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
  42. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">The Introjucer</TargetName>
  43. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
  44. <PlatformToolset>v110</PlatformToolset>
  45. </PropertyGroup>
  46. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  47. <Midl>
  48. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  49. <MkTypLibCompatible>true</MkTypLibCompatible>
  50. <SuppressStartupBanner>true</SuppressStartupBanner>
  51. <TargetEnvironment>Win32</TargetEnvironment>
  52. <HeaderFileName/>
  53. </Midl>
  54. <ClCompile>
  55. <Optimization>Disabled</Optimization>
  56. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  57. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  58. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=4.1.0;JUCE_APP_VERSION_HEX=0x40100;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  59. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  60. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  61. <PrecompiledHeader/>
  62. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  63. <ObjectFileName>$(IntDir)\</ObjectFileName>
  64. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  65. <WarningLevel>Level4</WarningLevel>
  66. <SuppressStartupBanner>true</SuppressStartupBanner>
  67. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  68. </ClCompile>
  69. <ResourceCompile>
  70. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  71. </ResourceCompile>
  72. <Link>
  73. <OutputFile>$(OutDir)\The Introjucer.exe</OutputFile>
  74. <SuppressStartupBanner>true</SuppressStartupBanner>
  75. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  76. <GenerateDebugInformation>true</GenerateDebugInformation>
  77. <ProgramDatabaseFile>$(IntDir)\The Introjucer.pdb</ProgramDatabaseFile>
  78. <SubSystem>Windows</SubSystem>
  79. <TargetMachine>MachineX86</TargetMachine>
  80. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  81. <LargeAddressAware>true</LargeAddressAware>
  82. </Link>
  83. <Bscmake>
  84. <SuppressStartupBanner>true</SuppressStartupBanner>
  85. <OutputFile>$(IntDir)\The Introjucer.bsc</OutputFile>
  86. </Bscmake>
  87. </ItemDefinitionGroup>
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  89. <Midl>
  90. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. <MkTypLibCompatible>true</MkTypLibCompatible>
  92. <SuppressStartupBanner>true</SuppressStartupBanner>
  93. <TargetEnvironment>Win32</TargetEnvironment>
  94. <HeaderFileName/>
  95. </Midl>
  96. <ClCompile>
  97. <Optimization>MinSpace</Optimization>
  98. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  99. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=4.1.0;JUCE_APP_VERSION_HEX=0x40100;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  101. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  102. <PrecompiledHeader/>
  103. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  104. <ObjectFileName>$(IntDir)\</ObjectFileName>
  105. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  106. <WarningLevel>Level4</WarningLevel>
  107. <SuppressStartupBanner>true</SuppressStartupBanner>
  108. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  109. </ClCompile>
  110. <ResourceCompile>
  111. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. </ResourceCompile>
  113. <Link>
  114. <OutputFile>$(OutDir)\The Introjucer.exe</OutputFile>
  115. <SuppressStartupBanner>true</SuppressStartupBanner>
  116. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  117. <GenerateDebugInformation>false</GenerateDebugInformation>
  118. <ProgramDatabaseFile>$(IntDir)\The Introjucer.pdb</ProgramDatabaseFile>
  119. <SubSystem>Windows</SubSystem>
  120. <TargetMachine>MachineX86</TargetMachine>
  121. <OptimizeReferences>true</OptimizeReferences>
  122. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  123. <LargeAddressAware>true</LargeAddressAware>
  124. </Link>
  125. <Bscmake>
  126. <SuppressStartupBanner>true</SuppressStartupBanner>
  127. <OutputFile>$(IntDir)\The Introjucer.bsc</OutputFile>
  128. </Bscmake>
  129. </ItemDefinitionGroup>
  130. <ItemGroup>
  131. <ClCompile Include="..\..\Source\Application\jucer_AppearanceSettings.cpp"/>
  132. <ClCompile Include="..\..\Source\Application\jucer_AutoUpdater.cpp"/>
  133. <ClCompile Include="..\..\Source\Application\jucer_CommandLine.cpp"/>
  134. <ClCompile Include="..\..\Source\Application\jucer_DocumentEditorComponent.cpp"/>
  135. <ClCompile Include="..\..\Source\Application\jucer_GlobalPreferences.cpp"/>
  136. <ClCompile Include="..\..\Source\Application\jucer_Main.cpp"/>
  137. <ClCompile Include="..\..\Source\Application\jucer_MainWindow.cpp"/>
  138. <ClCompile Include="..\..\Source\Application\jucer_OpenDocumentManager.cpp"/>
  139. <ClCompile Include="..\..\Source\Code Editor\jucer_SourceCodeEditor.cpp"/>
  140. <ClCompile Include="..\..\Source\ComponentEditor\components\jucer_ComponentTypeHandler.cpp"/>
  141. <ClCompile Include="..\..\Source\ComponentEditor\documents\jucer_ButtonDocument.cpp"/>
  142. <ClCompile Include="..\..\Source\ComponentEditor\documents\jucer_ComponentDocument.cpp"/>
  143. <ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_ColouredElement.cpp"/>
  144. <ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElement.cpp"/>
  145. <ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementPath.cpp"/>
  146. <ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ComponentLayoutEditor.cpp"/>
  147. <ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ComponentOverlayComponent.cpp"/>
  148. <ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_EditingPanelBase.cpp"/>
  149. <ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_JucerDocumentEditor.cpp"/>
  150. <ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutineEditor.cpp"/>
  151. <ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutinePanel.cpp"/>
  152. <ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ResourceEditorPanel.cpp"/>
  153. <ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_TestComponent.cpp"/>
  154. <ClCompile Include="..\..\Source\ComponentEditor\jucer_BinaryResources.cpp"/>
  155. <ClCompile Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.cpp"/>
  156. <ClCompile Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.cpp"/>
  157. <ClCompile Include="..\..\Source\ComponentEditor\jucer_JucerDocument.cpp"/>
  158. <ClCompile Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.cpp"/>
  159. <ClCompile Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.cpp"/>
  160. <ClCompile Include="..\..\Source\Project Saving\jucer_ProjectExporter.cpp"/>
  161. <ClCompile Include="..\..\Source\Project Saving\jucer_ResourceFile.cpp"/>
  162. <ClCompile Include="..\..\Source\Project\jucer_DependencyPathPropertyComponent.cpp"/>
  163. <ClCompile Include="..\..\Source\Project\jucer_Module.cpp"/>
  164. <ClCompile Include="..\..\Source\Project\jucer_Project.cpp"/>
  165. <ClCompile Include="..\..\Source\Project\jucer_ProjectContentComponent.cpp"/>
  166. <ClCompile Include="..\..\Source\Project\jucer_ProjectType.cpp"/>
  167. <ClCompile Include="..\..\Source\Utility\jucer_CodeHelpers.cpp"/>
  168. <ClCompile Include="..\..\Source\Utility\jucer_FileHelpers.cpp"/>
  169. <ClCompile Include="..\..\Source\Utility\jucer_Icons.cpp"/>
  170. <ClCompile Include="..\..\Source\Utility\jucer_JucerTreeViewBase.cpp"/>
  171. <ClCompile Include="..\..\Source\Utility\jucer_MiscUtilities.cpp"/>
  172. <ClCompile Include="..\..\Source\Utility\jucer_SlidingPanelComponent.cpp"/>
  173. <ClCompile Include="..\..\Source\Utility\jucer_StoredSettings.cpp"/>
  174. <ClCompile Include="..\..\Source\Wizards\jucer_NewFileWizard.cpp"/>
  175. <ClCompile Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.cpp"/>
  176. <ClCompile Include="..\..\Source\BinaryData\jucer_AnimatedComponentTemplate.cpp">
  177. <ExcludedFromBuild>true</ExcludedFromBuild>
  178. </ClCompile>
  179. <ClCompile Include="..\..\Source\BinaryData\jucer_AudioComponentTemplate.cpp">
  180. <ExcludedFromBuild>true</ExcludedFromBuild>
  181. </ClCompile>
  182. <ClCompile Include="..\..\Source\BinaryData\jucer_AudioPluginEditorTemplate.cpp">
  183. <ExcludedFromBuild>true</ExcludedFromBuild>
  184. </ClCompile>
  185. <ClCompile Include="..\..\Source\BinaryData\jucer_AudioPluginFilterTemplate.cpp">
  186. <ExcludedFromBuild>true</ExcludedFromBuild>
  187. </ClCompile>
  188. <ClCompile Include="..\..\Source\BinaryData\jucer_ComponentTemplate.cpp">
  189. <ExcludedFromBuild>true</ExcludedFromBuild>
  190. </ClCompile>
  191. <ClCompile Include="..\..\Source\BinaryData\jucer_ContentCompTemplate.cpp">
  192. <ExcludedFromBuild>true</ExcludedFromBuild>
  193. </ClCompile>
  194. <ClCompile Include="..\..\Source\BinaryData\jucer_MainConsoleAppTemplate.cpp">
  195. <ExcludedFromBuild>true</ExcludedFromBuild>
  196. </ClCompile>
  197. <ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_NoWindow.cpp">
  198. <ExcludedFromBuild>true</ExcludedFromBuild>
  199. </ClCompile>
  200. <ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_SimpleWindow.cpp">
  201. <ExcludedFromBuild>true</ExcludedFromBuild>
  202. </ClCompile>
  203. <ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_Window.cpp">
  204. <ExcludedFromBuild>true</ExcludedFromBuild>
  205. </ClCompile>
  206. <ClCompile Include="..\..\Source\BinaryData\jucer_NewComponentTemplate.cpp">
  207. <ExcludedFromBuild>true</ExcludedFromBuild>
  208. </ClCompile>
  209. <ClCompile Include="..\..\Source\BinaryData\jucer_NewCppFileTemplate.cpp">
  210. <ExcludedFromBuild>true</ExcludedFromBuild>
  211. </ClCompile>
  212. <ClCompile Include="..\..\Source\BinaryData\jucer_OpenGLComponentTemplate.cpp">
  213. <ExcludedFromBuild>true</ExcludedFromBuild>
  214. </ClCompile>
  215. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_Base64.cpp">
  216. <ExcludedFromBuild>true</ExcludedFromBuild>
  217. </ClCompile>
  218. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_CharacterFunctions.cpp">
  219. <ExcludedFromBuild>true</ExcludedFromBuild>
  220. </ClCompile>
  221. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_Identifier.cpp">
  222. <ExcludedFromBuild>true</ExcludedFromBuild>
  223. </ClCompile>
  224. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_LocalisedStrings.cpp">
  225. <ExcludedFromBuild>true</ExcludedFromBuild>
  226. </ClCompile>
  227. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_String.cpp">
  228. <ExcludedFromBuild>true</ExcludedFromBuild>
  229. </ClCompile>
  230. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringArray.cpp">
  231. <ExcludedFromBuild>true</ExcludedFromBuild>
  232. </ClCompile>
  233. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringPairArray.cpp">
  234. <ExcludedFromBuild>true</ExcludedFromBuild>
  235. </ClCompile>
  236. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_StringPool.cpp">
  237. <ExcludedFromBuild>true</ExcludedFromBuild>
  238. </ClCompile>
  239. <ClCompile Include="..\..\..\..\modules\juce_core\text\juce_TextDiff.cpp">
  240. <ExcludedFromBuild>true</ExcludedFromBuild>
  241. </ClCompile>
  242. <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_BigInteger.cpp">
  243. <ExcludedFromBuild>true</ExcludedFromBuild>
  244. </ClCompile>
  245. <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Expression.cpp">
  246. <ExcludedFromBuild>true</ExcludedFromBuild>
  247. </ClCompile>
  248. <ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp">
  249. <ExcludedFromBuild>true</ExcludedFromBuild>
  250. </ClCompile>
  251. <ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_MemoryBlock.cpp">
  252. <ExcludedFromBuild>true</ExcludedFromBuild>
  253. </ClCompile>
  254. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.cpp">
  255. <ExcludedFromBuild>true</ExcludedFromBuild>
  256. </ClCompile>
  257. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_DynamicObject.cpp">
  258. <ExcludedFromBuild>true</ExcludedFromBuild>
  259. </ClCompile>
  260. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp">
  261. <ExcludedFromBuild>true</ExcludedFromBuild>
  262. </ClCompile>
  263. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.cpp">
  264. <ExcludedFromBuild>true</ExcludedFromBuild>
  265. </ClCompile>
  266. <ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_Variant.cpp">
  267. <ExcludedFromBuild>true</ExcludedFromBuild>
  268. </ClCompile>
  269. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.cpp">
  270. <ExcludedFromBuild>true</ExcludedFromBuild>
  271. </ClCompile>
  272. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_HighResolutionTimer.cpp">
  273. <ExcludedFromBuild>true</ExcludedFromBuild>
  274. </ClCompile>
  275. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ReadWriteLock.cpp">
  276. <ExcludedFromBuild>true</ExcludedFromBuild>
  277. </ClCompile>
  278. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_Thread.cpp">
  279. <ExcludedFromBuild>true</ExcludedFromBuild>
  280. </ClCompile>
  281. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_ThreadPool.cpp">
  282. <ExcludedFromBuild>true</ExcludedFromBuild>
  283. </ClCompile>
  284. <ClCompile Include="..\..\..\..\modules\juce_core\threads\juce_TimeSliceThread.cpp">
  285. <ExcludedFromBuild>true</ExcludedFromBuild>
  286. </ClCompile>
  287. <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_PerformanceCounter.cpp">
  288. <ExcludedFromBuild>true</ExcludedFromBuild>
  289. </ClCompile>
  290. <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_RelativeTime.cpp">
  291. <ExcludedFromBuild>true</ExcludedFromBuild>
  292. </ClCompile>
  293. <ClCompile Include="..\..\..\..\modules\juce_core\time\juce_Time.cpp">
  294. <ExcludedFromBuild>true</ExcludedFromBuild>
  295. </ClCompile>
  296. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_DirectoryIterator.cpp">
  297. <ExcludedFromBuild>true</ExcludedFromBuild>
  298. </ClCompile>
  299. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_File.cpp">
  300. <ExcludedFromBuild>true</ExcludedFromBuild>
  301. </ClCompile>
  302. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileFilter.cpp">
  303. <ExcludedFromBuild>true</ExcludedFromBuild>
  304. </ClCompile>
  305. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileInputStream.cpp">
  306. <ExcludedFromBuild>true</ExcludedFromBuild>
  307. </ClCompile>
  308. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileOutputStream.cpp">
  309. <ExcludedFromBuild>true</ExcludedFromBuild>
  310. </ClCompile>
  311. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_FileSearchPath.cpp">
  312. <ExcludedFromBuild>true</ExcludedFromBuild>
  313. </ClCompile>
  314. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_TemporaryFile.cpp">
  315. <ExcludedFromBuild>true</ExcludedFromBuild>
  316. </ClCompile>
  317. <ClCompile Include="..\..\..\..\modules\juce_core\files\juce_WildcardFileFilter.cpp">
  318. <ExcludedFromBuild>true</ExcludedFromBuild>
  319. </ClCompile>
  320. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.cpp">
  321. <ExcludedFromBuild>true</ExcludedFromBuild>
  322. </ClCompile>
  323. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_MACAddress.cpp">
  324. <ExcludedFromBuild>true</ExcludedFromBuild>
  325. </ClCompile>
  326. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_NamedPipe.cpp">
  327. <ExcludedFromBuild>true</ExcludedFromBuild>
  328. </ClCompile>
  329. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_Socket.cpp">
  330. <ExcludedFromBuild>true</ExcludedFromBuild>
  331. </ClCompile>
  332. <ClCompile Include="..\..\..\..\modules\juce_core\network\juce_URL.cpp">
  333. <ExcludedFromBuild>true</ExcludedFromBuild>
  334. </ClCompile>
  335. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.cpp">
  336. <ExcludedFromBuild>true</ExcludedFromBuild>
  337. </ClCompile>
  338. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_FileInputSource.cpp">
  339. <ExcludedFromBuild>true</ExcludedFromBuild>
  340. </ClCompile>
  341. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_InputStream.cpp">
  342. <ExcludedFromBuild>true</ExcludedFromBuild>
  343. </ClCompile>
  344. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_MemoryInputStream.cpp">
  345. <ExcludedFromBuild>true</ExcludedFromBuild>
  346. </ClCompile>
  347. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.cpp">
  348. <ExcludedFromBuild>true</ExcludedFromBuild>
  349. </ClCompile>
  350. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.cpp">
  351. <ExcludedFromBuild>true</ExcludedFromBuild>
  352. </ClCompile>
  353. <ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.cpp">
  354. <ExcludedFromBuild>true</ExcludedFromBuild>
  355. </ClCompile>
  356. <ClCompile Include="..\..\..\..\modules\juce_core\logging\juce_FileLogger.cpp">
  357. <ExcludedFromBuild>true</ExcludedFromBuild>
  358. </ClCompile>
  359. <ClCompile Include="..\..\..\..\modules\juce_core\logging\juce_Logger.cpp">
  360. <ExcludedFromBuild>true</ExcludedFromBuild>
  361. </ClCompile>
  362. <ClCompile Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.cpp">
  363. <ExcludedFromBuild>true</ExcludedFromBuild>
  364. </ClCompile>
  365. <ClCompile Include="..\..\..\..\modules\juce_core\xml\juce_XmlDocument.cpp">
  366. <ExcludedFromBuild>true</ExcludedFromBuild>
  367. </ClCompile>
  368. <ClCompile Include="..\..\..\..\modules\juce_core\xml\juce_XmlElement.cpp">
  369. <ExcludedFromBuild>true</ExcludedFromBuild>
  370. </ClCompile>
  371. <ClCompile Include="..\..\..\..\modules\juce_core\javascript\juce_Javascript.cpp">
  372. <ExcludedFromBuild>true</ExcludedFromBuild>
  373. </ClCompile>
  374. <ClCompile Include="..\..\..\..\modules\juce_core\javascript\juce_JSON.cpp">
  375. <ExcludedFromBuild>true</ExcludedFromBuild>
  376. </ClCompile>
  377. <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_GZIPCompressorOutputStream.cpp">
  378. <ExcludedFromBuild>true</ExcludedFromBuild>
  379. </ClCompile>
  380. <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_GZIPDecompressorInputStream.cpp">
  381. <ExcludedFromBuild>true</ExcludedFromBuild>
  382. </ClCompile>
  383. <ClCompile Include="..\..\..\..\modules\juce_core\zip\juce_ZipFile.cpp">
  384. <ExcludedFromBuild>true</ExcludedFromBuild>
  385. </ClCompile>
  386. <ClCompile Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTest.cpp">
  387. <ExcludedFromBuild>true</ExcludedFromBuild>
  388. </ClCompile>
  389. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_Result.cpp">
  390. <ExcludedFromBuild>true</ExcludedFromBuild>
  391. </ClCompile>
  392. <ClCompile Include="..\..\..\..\modules\juce_core\misc\juce_Uuid.cpp">
  393. <ExcludedFromBuild>true</ExcludedFromBuild>
  394. </ClCompile>
  395. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Files.cpp">
  396. <ExcludedFromBuild>true</ExcludedFromBuild>
  397. </ClCompile>
  398. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Misc.cpp">
  399. <ExcludedFromBuild>true</ExcludedFromBuild>
  400. </ClCompile>
  401. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Network.cpp">
  402. <ExcludedFromBuild>true</ExcludedFromBuild>
  403. </ClCompile>
  404. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_SystemStats.cpp">
  405. <ExcludedFromBuild>true</ExcludedFromBuild>
  406. </ClCompile>
  407. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_android_Threads.cpp">
  408. <ExcludedFromBuild>true</ExcludedFromBuild>
  409. </ClCompile>
  410. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_curl_Network.cpp">
  411. <ExcludedFromBuild>true</ExcludedFromBuild>
  412. </ClCompile>
  413. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_CommonFile.cpp">
  414. <ExcludedFromBuild>true</ExcludedFromBuild>
  415. </ClCompile>
  416. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_Files.cpp">
  417. <ExcludedFromBuild>true</ExcludedFromBuild>
  418. </ClCompile>
  419. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_Network.cpp">
  420. <ExcludedFromBuild>true</ExcludedFromBuild>
  421. </ClCompile>
  422. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_SystemStats.cpp">
  423. <ExcludedFromBuild>true</ExcludedFromBuild>
  424. </ClCompile>
  425. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_linux_Threads.cpp">
  426. <ExcludedFromBuild>true</ExcludedFromBuild>
  427. </ClCompile>
  428. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_posix_NamedPipe.cpp">
  429. <ExcludedFromBuild>true</ExcludedFromBuild>
  430. </ClCompile>
  431. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Files.cpp">
  432. <ExcludedFromBuild>true</ExcludedFromBuild>
  433. </ClCompile>
  434. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Network.cpp">
  435. <ExcludedFromBuild>true</ExcludedFromBuild>
  436. </ClCompile>
  437. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Registry.cpp">
  438. <ExcludedFromBuild>true</ExcludedFromBuild>
  439. </ClCompile>
  440. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_SystemStats.cpp">
  441. <ExcludedFromBuild>true</ExcludedFromBuild>
  442. </ClCompile>
  443. <ClCompile Include="..\..\..\..\modules\juce_core\native\juce_win32_Threads.cpp">
  444. <ExcludedFromBuild>true</ExcludedFromBuild>
  445. </ClCompile>
  446. <ClCompile Include="..\..\..\..\modules\juce_cryptography\encryption\juce_BlowFish.cpp">
  447. <ExcludedFromBuild>true</ExcludedFromBuild>
  448. </ClCompile>
  449. <ClCompile Include="..\..\..\..\modules\juce_cryptography\encryption\juce_Primes.cpp">
  450. <ExcludedFromBuild>true</ExcludedFromBuild>
  451. </ClCompile>
  452. <ClCompile Include="..\..\..\..\modules\juce_cryptography\encryption\juce_RSAKey.cpp">
  453. <ExcludedFromBuild>true</ExcludedFromBuild>
  454. </ClCompile>
  455. <ClCompile Include="..\..\..\..\modules\juce_cryptography\hashing\juce_MD5.cpp">
  456. <ExcludedFromBuild>true</ExcludedFromBuild>
  457. </ClCompile>
  458. <ClCompile Include="..\..\..\..\modules\juce_cryptography\hashing\juce_SHA256.cpp">
  459. <ExcludedFromBuild>true</ExcludedFromBuild>
  460. </ClCompile>
  461. <ClCompile Include="..\..\..\..\modules\juce_cryptography\hashing\juce_Whirlpool.cpp">
  462. <ExcludedFromBuild>true</ExcludedFromBuild>
  463. </ClCompile>
  464. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_Value.cpp">
  465. <ExcludedFromBuild>true</ExcludedFromBuild>
  466. </ClCompile>
  467. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTree.cpp">
  468. <ExcludedFromBuild>true</ExcludedFromBuild>
  469. </ClCompile>
  470. <ClCompile Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.cpp">
  471. <ExcludedFromBuild>true</ExcludedFromBuild>
  472. </ClCompile>
  473. <ClCompile Include="..\..\..\..\modules\juce_data_structures\undomanager\juce_UndoManager.cpp">
  474. <ExcludedFromBuild>true</ExcludedFromBuild>
  475. </ClCompile>
  476. <ClCompile Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_ApplicationProperties.cpp">
  477. <ExcludedFromBuild>true</ExcludedFromBuild>
  478. </ClCompile>
  479. <ClCompile Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_PropertiesFile.cpp">
  480. <ExcludedFromBuild>true</ExcludedFromBuild>
  481. </ClCompile>
  482. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_ApplicationBase.cpp">
  483. <ExcludedFromBuild>true</ExcludedFromBuild>
  484. </ClCompile>
  485. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_DeletedAtShutdown.cpp">
  486. <ExcludedFromBuild>true</ExcludedFromBuild>
  487. </ClCompile>
  488. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_MessageListener.cpp">
  489. <ExcludedFromBuild>true</ExcludedFromBuild>
  490. </ClCompile>
  491. <ClCompile Include="..\..\..\..\modules\juce_events\messages\juce_MessageManager.cpp">
  492. <ExcludedFromBuild>true</ExcludedFromBuild>
  493. </ClCompile>
  494. <ClCompile Include="..\..\..\..\modules\juce_events\timers\juce_MultiTimer.cpp">
  495. <ExcludedFromBuild>true</ExcludedFromBuild>
  496. </ClCompile>
  497. <ClCompile Include="..\..\..\..\modules\juce_events\timers\juce_Timer.cpp">
  498. <ExcludedFromBuild>true</ExcludedFromBuild>
  499. </ClCompile>
  500. <ClCompile Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionBroadcaster.cpp">
  501. <ExcludedFromBuild>true</ExcludedFromBuild>
  502. </ClCompile>
  503. <ClCompile Include="..\..\..\..\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp">
  504. <ExcludedFromBuild>true</ExcludedFromBuild>
  505. </ClCompile>
  506. <ClCompile Include="..\..\..\..\modules\juce_events\broadcasters\juce_ChangeBroadcaster.cpp">
  507. <ExcludedFromBuild>true</ExcludedFromBuild>
  508. </ClCompile>
  509. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_ConnectedChildProcess.cpp">
  510. <ExcludedFromBuild>true</ExcludedFromBuild>
  511. </ClCompile>
  512. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnection.cpp">
  513. <ExcludedFromBuild>true</ExcludedFromBuild>
  514. </ClCompile>
  515. <ClCompile Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnectionServer.cpp">
  516. <ExcludedFromBuild>true</ExcludedFromBuild>
  517. </ClCompile>
  518. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_android_Messaging.cpp">
  519. <ExcludedFromBuild>true</ExcludedFromBuild>
  520. </ClCompile>
  521. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_linux_Messaging.cpp">
  522. <ExcludedFromBuild>true</ExcludedFromBuild>
  523. </ClCompile>
  524. <ClCompile Include="..\..\..\..\modules\juce_events\native\juce_win32_Messaging.cpp">
  525. <ExcludedFromBuild>true</ExcludedFromBuild>
  526. </ClCompile>
  527. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_Colour.cpp">
  528. <ExcludedFromBuild>true</ExcludedFromBuild>
  529. </ClCompile>
  530. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_ColourGradient.cpp">
  531. <ExcludedFromBuild>true</ExcludedFromBuild>
  532. </ClCompile>
  533. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_Colours.cpp">
  534. <ExcludedFromBuild>true</ExcludedFromBuild>
  535. </ClCompile>
  536. <ClCompile Include="..\..\..\..\modules\juce_graphics\colour\juce_FillType.cpp">
  537. <ExcludedFromBuild>true</ExcludedFromBuild>
  538. </ClCompile>
  539. <ClCompile Include="..\..\..\..\modules\juce_graphics\contexts\juce_GraphicsContext.cpp">
  540. <ExcludedFromBuild>true</ExcludedFromBuild>
  541. </ClCompile>
  542. <ClCompile Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsPostScriptRenderer.cpp">
  543. <ExcludedFromBuild>true</ExcludedFromBuild>
  544. </ClCompile>
  545. <ClCompile Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsSoftwareRenderer.cpp">
  546. <ExcludedFromBuild>true</ExcludedFromBuild>
  547. </ClCompile>
  548. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_Image.cpp">
  549. <ExcludedFromBuild>true</ExcludedFromBuild>
  550. </ClCompile>
  551. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_ImageCache.cpp">
  552. <ExcludedFromBuild>true</ExcludedFromBuild>
  553. </ClCompile>
  554. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_ImageConvolutionKernel.cpp">
  555. <ExcludedFromBuild>true</ExcludedFromBuild>
  556. </ClCompile>
  557. <ClCompile Include="..\..\..\..\modules\juce_graphics\images\juce_ImageFileFormat.cpp">
  558. <ExcludedFromBuild>true</ExcludedFromBuild>
  559. </ClCompile>
  560. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\juce_GIFLoader.cpp">
  561. <ExcludedFromBuild>true</ExcludedFromBuild>
  562. </ClCompile>
  563. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\juce_JPEGLoader.cpp">
  564. <ExcludedFromBuild>true</ExcludedFromBuild>
  565. </ClCompile>
  566. <ClCompile Include="..\..\..\..\modules\juce_graphics\image_formats\juce_PNGLoader.cpp">
  567. <ExcludedFromBuild>true</ExcludedFromBuild>
  568. </ClCompile>
  569. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_AffineTransform.cpp">
  570. <ExcludedFromBuild>true</ExcludedFromBuild>
  571. </ClCompile>
  572. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_EdgeTable.cpp">
  573. <ExcludedFromBuild>true</ExcludedFromBuild>
  574. </ClCompile>
  575. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_Path.cpp">
  576. <ExcludedFromBuild>true</ExcludedFromBuild>
  577. </ClCompile>
  578. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathIterator.cpp">
  579. <ExcludedFromBuild>true</ExcludedFromBuild>
  580. </ClCompile>
  581. <ClCompile Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathStrokeType.cpp">
  582. <ExcludedFromBuild>true</ExcludedFromBuild>
  583. </ClCompile>
  584. <ClCompile Include="..\..\..\..\modules\juce_graphics\placement\juce_RectanglePlacement.cpp">
  585. <ExcludedFromBuild>true</ExcludedFromBuild>
  586. </ClCompile>
  587. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_AttributedString.cpp">
  588. <ExcludedFromBuild>true</ExcludedFromBuild>
  589. </ClCompile>
  590. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_CustomTypeface.cpp">
  591. <ExcludedFromBuild>true</ExcludedFromBuild>
  592. </ClCompile>
  593. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_Font.cpp">
  594. <ExcludedFromBuild>true</ExcludedFromBuild>
  595. </ClCompile>
  596. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_GlyphArrangement.cpp">
  597. <ExcludedFromBuild>true</ExcludedFromBuild>
  598. </ClCompile>
  599. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_TextLayout.cpp">
  600. <ExcludedFromBuild>true</ExcludedFromBuild>
  601. </ClCompile>
  602. <ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\juce_Typeface.cpp">
  603. <ExcludedFromBuild>true</ExcludedFromBuild>
  604. </ClCompile>
  605. <ClCompile Include="..\..\..\..\modules\juce_graphics\effects\juce_DropShadowEffect.cpp">
  606. <ExcludedFromBuild>true</ExcludedFromBuild>
  607. </ClCompile>
  608. <ClCompile Include="..\..\..\..\modules\juce_graphics\effects\juce_GlowEffect.cpp">
  609. <ExcludedFromBuild>true</ExcludedFromBuild>
  610. </ClCompile>
  611. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_android_Fonts.cpp">
  612. <ExcludedFromBuild>true</ExcludedFromBuild>
  613. </ClCompile>
  614. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_android_GraphicsContext.cpp">
  615. <ExcludedFromBuild>true</ExcludedFromBuild>
  616. </ClCompile>
  617. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_freetype_Fonts.cpp">
  618. <ExcludedFromBuild>true</ExcludedFromBuild>
  619. </ClCompile>
  620. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_linux_Fonts.cpp">
  621. <ExcludedFromBuild>true</ExcludedFromBuild>
  622. </ClCompile>
  623. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_win32_Direct2DGraphicsContext.cpp">
  624. <ExcludedFromBuild>true</ExcludedFromBuild>
  625. </ClCompile>
  626. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_win32_DirectWriteTypeface.cpp">
  627. <ExcludedFromBuild>true</ExcludedFromBuild>
  628. </ClCompile>
  629. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_win32_DirectWriteTypeLayout.cpp">
  630. <ExcludedFromBuild>true</ExcludedFromBuild>
  631. </ClCompile>
  632. <ClCompile Include="..\..\..\..\modules\juce_graphics\native\juce_win32_Fonts.cpp">
  633. <ExcludedFromBuild>true</ExcludedFromBuild>
  634. </ClCompile>
  635. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_Component.cpp">
  636. <ExcludedFromBuild>true</ExcludedFromBuild>
  637. </ClCompile>
  638. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_ComponentListener.cpp">
  639. <ExcludedFromBuild>true</ExcludedFromBuild>
  640. </ClCompile>
  641. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_Desktop.cpp">
  642. <ExcludedFromBuild>true</ExcludedFromBuild>
  643. </ClCompile>
  644. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\components\juce_ModalComponentManager.cpp">
  645. <ExcludedFromBuild>true</ExcludedFromBuild>
  646. </ClCompile>
  647. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_ComponentDragger.cpp">
  648. <ExcludedFromBuild>true</ExcludedFromBuild>
  649. </ClCompile>
  650. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_DragAndDropContainer.cpp">
  651. <ExcludedFromBuild>true</ExcludedFromBuild>
  652. </ClCompile>
  653. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseCursor.cpp">
  654. <ExcludedFromBuild>true</ExcludedFromBuild>
  655. </ClCompile>
  656. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseEvent.cpp">
  657. <ExcludedFromBuild>true</ExcludedFromBuild>
  658. </ClCompile>
  659. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInactivityDetector.cpp">
  660. <ExcludedFromBuild>true</ExcludedFromBuild>
  661. </ClCompile>
  662. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInputSource.cpp">
  663. <ExcludedFromBuild>true</ExcludedFromBuild>
  664. </ClCompile>
  665. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseListener.cpp">
  666. <ExcludedFromBuild>true</ExcludedFromBuild>
  667. </ClCompile>
  668. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_CaretComponent.cpp">
  669. <ExcludedFromBuild>true</ExcludedFromBuild>
  670. </ClCompile>
  671. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyboardFocusTraverser.cpp">
  672. <ExcludedFromBuild>true</ExcludedFromBuild>
  673. </ClCompile>
  674. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyListener.cpp">
  675. <ExcludedFromBuild>true</ExcludedFromBuild>
  676. </ClCompile>
  677. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyPress.cpp">
  678. <ExcludedFromBuild>true</ExcludedFromBuild>
  679. </ClCompile>
  680. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_ModifierKeys.cpp">
  681. <ExcludedFromBuild>true</ExcludedFromBuild>
  682. </ClCompile>
  683. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ComboBox.cpp">
  684. <ExcludedFromBuild>true</ExcludedFromBuild>
  685. </ClCompile>
  686. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ImageComponent.cpp">
  687. <ExcludedFromBuild>true</ExcludedFromBuild>
  688. </ClCompile>
  689. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Label.cpp">
  690. <ExcludedFromBuild>true</ExcludedFromBuild>
  691. </ClCompile>
  692. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ListBox.cpp">
  693. <ExcludedFromBuild>true</ExcludedFromBuild>
  694. </ClCompile>
  695. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ProgressBar.cpp">
  696. <ExcludedFromBuild>true</ExcludedFromBuild>
  697. </ClCompile>
  698. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Slider.cpp">
  699. <ExcludedFromBuild>true</ExcludedFromBuild>
  700. </ClCompile>
  701. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableHeaderComponent.cpp">
  702. <ExcludedFromBuild>true</ExcludedFromBuild>
  703. </ClCompile>
  704. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableListBox.cpp">
  705. <ExcludedFromBuild>true</ExcludedFromBuild>
  706. </ClCompile>
  707. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TextEditor.cpp">
  708. <ExcludedFromBuild>true</ExcludedFromBuild>
  709. </ClCompile>
  710. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Toolbar.cpp">
  711. <ExcludedFromBuild>true</ExcludedFromBuild>
  712. </ClCompile>
  713. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemComponent.cpp">
  714. <ExcludedFromBuild>true</ExcludedFromBuild>
  715. </ClCompile>
  716. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemPalette.cpp">
  717. <ExcludedFromBuild>true</ExcludedFromBuild>
  718. </ClCompile>
  719. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TreeView.cpp">
  720. <ExcludedFromBuild>true</ExcludedFromBuild>
  721. </ClCompile>
  722. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_AlertWindow.cpp">
  723. <ExcludedFromBuild>true</ExcludedFromBuild>
  724. </ClCompile>
  725. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_CallOutBox.cpp">
  726. <ExcludedFromBuild>true</ExcludedFromBuild>
  727. </ClCompile>
  728. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ComponentPeer.cpp">
  729. <ExcludedFromBuild>true</ExcludedFromBuild>
  730. </ClCompile>
  731. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DialogWindow.cpp">
  732. <ExcludedFromBuild>true</ExcludedFromBuild>
  733. </ClCompile>
  734. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
  735. <ExcludedFromBuild>true</ExcludedFromBuild>
  736. </ClCompile>
  737. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
  738. <ExcludedFromBuild>true</ExcludedFromBuild>
  739. </ClCompile>
  740. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
  741. <ExcludedFromBuild>true</ExcludedFromBuild>
  742. </ClCompile>
  743. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.cpp">
  744. <ExcludedFromBuild>true</ExcludedFromBuild>
  745. </ClCompile>
  746. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp">
  747. <ExcludedFromBuild>true</ExcludedFromBuild>
  748. </ClCompile>
  749. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarComponent.cpp">
  750. <ExcludedFromBuild>true</ExcludedFromBuild>
  751. </ClCompile>
  752. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarModel.cpp">
  753. <ExcludedFromBuild>true</ExcludedFromBuild>
  754. </ClCompile>
  755. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\menus\juce_PopupMenu.cpp">
  756. <ExcludedFromBuild>true</ExcludedFromBuild>
  757. </ClCompile>
  758. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentAnimator.cpp">
  759. <ExcludedFromBuild>true</ExcludedFromBuild>
  760. </ClCompile>
  761. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBoundsConstrainer.cpp">
  762. <ExcludedFromBuild>true</ExcludedFromBuild>
  763. </ClCompile>
  764. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBuilder.cpp">
  765. <ExcludedFromBuild>true</ExcludedFromBuild>
  766. </ClCompile>
  767. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentMovementWatcher.cpp">
  768. <ExcludedFromBuild>true</ExcludedFromBuild>
  769. </ClCompile>
  770. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ConcertinaPanel.cpp">
  771. <ExcludedFromBuild>true</ExcludedFromBuild>
  772. </ClCompile>
  773. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GroupComponent.cpp">
  774. <ExcludedFromBuild>true</ExcludedFromBuild>
  775. </ClCompile>
  776. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_MultiDocumentPanel.cpp">
  777. <ExcludedFromBuild>true</ExcludedFromBuild>
  778. </ClCompile>
  779. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableBorderComponent.cpp">
  780. <ExcludedFromBuild>true</ExcludedFromBuild>
  781. </ClCompile>
  782. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableCornerComponent.cpp">
  783. <ExcludedFromBuild>true</ExcludedFromBuild>
  784. </ClCompile>
  785. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableEdgeComponent.cpp">
  786. <ExcludedFromBuild>true</ExcludedFromBuild>
  787. </ClCompile>
  788. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ScrollBar.cpp">
  789. <ExcludedFromBuild>true</ExcludedFromBuild>
  790. </ClCompile>
  791. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutManager.cpp">
  792. <ExcludedFromBuild>true</ExcludedFromBuild>
  793. </ClCompile>
  794. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutResizerBar.cpp">
  795. <ExcludedFromBuild>true</ExcludedFromBuild>
  796. </ClCompile>
  797. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableObjectResizer.cpp">
  798. <ExcludedFromBuild>true</ExcludedFromBuild>
  799. </ClCompile>
  800. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedButtonBar.cpp">
  801. <ExcludedFromBuild>true</ExcludedFromBuild>
  802. </ClCompile>
  803. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedComponent.cpp">
  804. <ExcludedFromBuild>true</ExcludedFromBuild>
  805. </ClCompile>
  806. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\layout\juce_Viewport.cpp">
  807. <ExcludedFromBuild>true</ExcludedFromBuild>
  808. </ClCompile>
  809. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ArrowButton.cpp">
  810. <ExcludedFromBuild>true</ExcludedFromBuild>
  811. </ClCompile>
  812. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_Button.cpp">
  813. <ExcludedFromBuild>true</ExcludedFromBuild>
  814. </ClCompile>
  815. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_DrawableButton.cpp">
  816. <ExcludedFromBuild>true</ExcludedFromBuild>
  817. </ClCompile>
  818. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_HyperlinkButton.cpp">
  819. <ExcludedFromBuild>true</ExcludedFromBuild>
  820. </ClCompile>
  821. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ImageButton.cpp">
  822. <ExcludedFromBuild>true</ExcludedFromBuild>
  823. </ClCompile>
  824. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ShapeButton.cpp">
  825. <ExcludedFromBuild>true</ExcludedFromBuild>
  826. </ClCompile>
  827. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_TextButton.cpp">
  828. <ExcludedFromBuild>true</ExcludedFromBuild>
  829. </ClCompile>
  830. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToggleButton.cpp">
  831. <ExcludedFromBuild>true</ExcludedFromBuild>
  832. </ClCompile>
  833. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToolbarButton.cpp">
  834. <ExcludedFromBuild>true</ExcludedFromBuild>
  835. </ClCompile>
  836. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_MarkerList.cpp">
  837. <ExcludedFromBuild>true</ExcludedFromBuild>
  838. </ClCompile>
  839. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinate.cpp">
  840. <ExcludedFromBuild>true</ExcludedFromBuild>
  841. </ClCompile>
  842. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinatePositioner.cpp">
  843. <ExcludedFromBuild>true</ExcludedFromBuild>
  844. </ClCompile>
  845. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeParallelogram.cpp">
  846. <ExcludedFromBuild>true</ExcludedFromBuild>
  847. </ClCompile>
  848. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePoint.cpp">
  849. <ExcludedFromBuild>true</ExcludedFromBuild>
  850. </ClCompile>
  851. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePointPath.cpp">
  852. <ExcludedFromBuild>true</ExcludedFromBuild>
  853. </ClCompile>
  854. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeRectangle.cpp">
  855. <ExcludedFromBuild>true</ExcludedFromBuild>
  856. </ClCompile>
  857. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_Drawable.cpp">
  858. <ExcludedFromBuild>true</ExcludedFromBuild>
  859. </ClCompile>
  860. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableComposite.cpp">
  861. <ExcludedFromBuild>true</ExcludedFromBuild>
  862. </ClCompile>
  863. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableImage.cpp">
  864. <ExcludedFromBuild>true</ExcludedFromBuild>
  865. </ClCompile>
  866. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawablePath.cpp">
  867. <ExcludedFromBuild>true</ExcludedFromBuild>
  868. </ClCompile>
  869. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableRectangle.cpp">
  870. <ExcludedFromBuild>true</ExcludedFromBuild>
  871. </ClCompile>
  872. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableShape.cpp">
  873. <ExcludedFromBuild>true</ExcludedFromBuild>
  874. </ClCompile>
  875. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableText.cpp">
  876. <ExcludedFromBuild>true</ExcludedFromBuild>
  877. </ClCompile>
  878. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_SVGParser.cpp">
  879. <ExcludedFromBuild>true</ExcludedFromBuild>
  880. </ClCompile>
  881. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.cpp">
  882. <ExcludedFromBuild>true</ExcludedFromBuild>
  883. </ClCompile>
  884. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.cpp">
  885. <ExcludedFromBuild>true</ExcludedFromBuild>
  886. </ClCompile>
  887. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
  888. <ExcludedFromBuild>true</ExcludedFromBuild>
  889. </ClCompile>
  890. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
  891. <ExcludedFromBuild>true</ExcludedFromBuild>
  892. </ClCompile>
  893. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.cpp">
  894. <ExcludedFromBuild>true</ExcludedFromBuild>
  895. </ClCompile>
  896. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.cpp">
  897. <ExcludedFromBuild>true</ExcludedFromBuild>
  898. </ClCompile>
  899. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_TextPropertyComponent.cpp">
  900. <ExcludedFromBuild>true</ExcludedFromBuild>
  901. </ClCompile>
  902. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel.cpp">
  903. <ExcludedFromBuild>true</ExcludedFromBuild>
  904. </ClCompile>
  905. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V1.cpp">
  906. <ExcludedFromBuild>true</ExcludedFromBuild>
  907. </ClCompile>
  908. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V2.cpp">
  909. <ExcludedFromBuild>true</ExcludedFromBuild>
  910. </ClCompile>
  911. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V3.cpp">
  912. <ExcludedFromBuild>true</ExcludedFromBuild>
  913. </ClCompile>
  914. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsDisplayComponent.cpp">
  915. <ExcludedFromBuild>true</ExcludedFromBuild>
  916. </ClCompile>
  917. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsList.cpp">
  918. <ExcludedFromBuild>true</ExcludedFromBuild>
  919. </ClCompile>
  920. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileBrowserComponent.cpp">
  921. <ExcludedFromBuild>true</ExcludedFromBuild>
  922. </ClCompile>
  923. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooser.cpp">
  924. <ExcludedFromBuild>true</ExcludedFromBuild>
  925. </ClCompile>
  926. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooserDialogBox.cpp">
  927. <ExcludedFromBuild>true</ExcludedFromBuild>
  928. </ClCompile>
  929. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileListComponent.cpp">
  930. <ExcludedFromBuild>true</ExcludedFromBuild>
  931. </ClCompile>
  932. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FilenameComponent.cpp">
  933. <ExcludedFromBuild>true</ExcludedFromBuild>
  934. </ClCompile>
  935. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileSearchPathListComponent.cpp">
  936. <ExcludedFromBuild>true</ExcludedFromBuild>
  937. </ClCompile>
  938. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileTreeComponent.cpp">
  939. <ExcludedFromBuild>true</ExcludedFromBuild>
  940. </ClCompile>
  941. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_ImagePreviewComponent.cpp">
  942. <ExcludedFromBuild>true</ExcludedFromBuild>
  943. </ClCompile>
  944. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandInfo.cpp">
  945. <ExcludedFromBuild>true</ExcludedFromBuild>
  946. </ClCompile>
  947. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandManager.cpp">
  948. <ExcludedFromBuild>true</ExcludedFromBuild>
  949. </ClCompile>
  950. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandTarget.cpp">
  951. <ExcludedFromBuild>true</ExcludedFromBuild>
  952. </ClCompile>
  953. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\commands\juce_KeyPressMappingSet.cpp">
  954. <ExcludedFromBuild>true</ExcludedFromBuild>
  955. </ClCompile>
  956. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\misc\juce_BubbleComponent.cpp">
  957. <ExcludedFromBuild>true</ExcludedFromBuild>
  958. </ClCompile>
  959. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\misc\juce_DropShadower.cpp">
  960. <ExcludedFromBuild>true</ExcludedFromBuild>
  961. </ClCompile>
  962. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\application\juce_Application.cpp">
  963. <ExcludedFromBuild>true</ExcludedFromBuild>
  964. </ClCompile>
  965. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
  966. <ExcludedFromBuild>true</ExcludedFromBuild>
  967. </ClCompile>
  968. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
  969. <ExcludedFromBuild>true</ExcludedFromBuild>
  970. </ClCompile>
  971. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Clipboard.cpp">
  972. <ExcludedFromBuild>true</ExcludedFromBuild>
  973. </ClCompile>
  974. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
  975. <ExcludedFromBuild>true</ExcludedFromBuild>
  976. </ClCompile>
  977. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
  978. <ExcludedFromBuild>true</ExcludedFromBuild>
  979. </ClCompile>
  980. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_DragAndDrop.cpp">
  981. <ExcludedFromBuild>true</ExcludedFromBuild>
  982. </ClCompile>
  983. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
  984. <ExcludedFromBuild>true</ExcludedFromBuild>
  985. </ClCompile>
  986. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
  987. <ExcludedFromBuild>true</ExcludedFromBuild>
  988. </ClCompile>
  989. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.cpp">
  990. <ExcludedFromBuild>true</ExcludedFromBuild>
  991. </ClCompile>
  992. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.cpp">
  993. <ExcludedFromBuild>true</ExcludedFromBuild>
  994. </ClCompile>
  995. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CPlusPlusCodeTokeniser.cpp">
  996. <ExcludedFromBuild>true</ExcludedFromBuild>
  997. </ClCompile>
  998. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_LuaCodeTokeniser.cpp">
  999. <ExcludedFromBuild>true</ExcludedFromBuild>
  1000. </ClCompile>
  1001. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_XMLCodeTokeniser.cpp">
  1002. <ExcludedFromBuild>true</ExcludedFromBuild>
  1003. </ClCompile>
  1004. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\documents\juce_FileBasedDocument.cpp">
  1005. <ExcludedFromBuild>true</ExcludedFromBuild>
  1006. </ClCompile>
  1007. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_AnimatedAppComponent.cpp">
  1008. <ExcludedFromBuild>true</ExcludedFromBuild>
  1009. </ClCompile>
  1010. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_BubbleMessageComponent.cpp">
  1011. <ExcludedFromBuild>true</ExcludedFromBuild>
  1012. </ClCompile>
  1013. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_ColourSelector.cpp">
  1014. <ExcludedFromBuild>true</ExcludedFromBuild>
  1015. </ClCompile>
  1016. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_KeyMappingEditorComponent.cpp">
  1017. <ExcludedFromBuild>true</ExcludedFromBuild>
  1018. </ClCompile>
  1019. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_LiveConstantEditor.cpp">
  1020. <ExcludedFromBuild>true</ExcludedFromBuild>
  1021. </ClCompile>
  1022. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_PreferencesPanel.cpp">
  1023. <ExcludedFromBuild>true</ExcludedFromBuild>
  1024. </ClCompile>
  1025. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_RecentlyOpenedFilesList.cpp">
  1026. <ExcludedFromBuild>true</ExcludedFromBuild>
  1027. </ClCompile>
  1028. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SplashScreen.cpp">
  1029. <ExcludedFromBuild>true</ExcludedFromBuild>
  1030. </ClCompile>
  1031. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SystemTrayIconComponent.cpp">
  1032. <ExcludedFromBuild>true</ExcludedFromBuild>
  1033. </ClCompile>
  1034. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_android_WebBrowserComponent.cpp">
  1035. <ExcludedFromBuild>true</ExcludedFromBuild>
  1036. </ClCompile>
  1037. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_linux_SystemTrayIcon.cpp">
  1038. <ExcludedFromBuild>true</ExcludedFromBuild>
  1039. </ClCompile>
  1040. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_linux_WebBrowserComponent.cpp">
  1041. <ExcludedFromBuild>true</ExcludedFromBuild>
  1042. </ClCompile>
  1043. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_mac_SystemTrayIcon.cpp">
  1044. <ExcludedFromBuild>true</ExcludedFromBuild>
  1045. </ClCompile>
  1046. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_win32_ActiveXComponent.cpp">
  1047. <ExcludedFromBuild>true</ExcludedFromBuild>
  1048. </ClCompile>
  1049. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_win32_SystemTrayIcon.cpp">
  1050. <ExcludedFromBuild>true</ExcludedFromBuild>
  1051. </ClCompile>
  1052. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\native\juce_win32_WebBrowserComponent.cpp">
  1053. <ExcludedFromBuild>true</ExcludedFromBuild>
  1054. </ClCompile>
  1055. <ClCompile Include="..\..\JuceLibraryCode\BinaryData.cpp"/>
  1056. <ClCompile Include="..\..\..\..\modules\juce_core\juce_core.cpp"/>
  1057. <ClCompile Include="..\..\..\..\modules\juce_cryptography\juce_cryptography.cpp"/>
  1058. <ClCompile Include="..\..\..\..\modules\juce_data_structures\juce_data_structures.cpp"/>
  1059. <ClCompile Include="..\..\..\..\modules\juce_events\juce_events.cpp"/>
  1060. <ClCompile Include="..\..\..\..\modules\juce_graphics\juce_graphics.cpp"/>
  1061. <ClCompile Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"/>
  1062. <ClCompile Include="..\..\..\..\modules\juce_gui_extra\juce_gui_extra.cpp"/>
  1063. </ItemGroup>
  1064. <ItemGroup>
  1065. <ClInclude Include="..\..\Source\Application\jucer_AppearanceSettings.h"/>
  1066. <ClInclude Include="..\..\Source\Application\jucer_Application.h"/>
  1067. <ClInclude Include="..\..\Source\Application\jucer_AutoUpdater.h"/>
  1068. <ClInclude Include="..\..\Source\Application\jucer_CommandIDs.h"/>
  1069. <ClInclude Include="..\..\Source\Application\jucer_CommandLine.h"/>
  1070. <ClInclude Include="..\..\Source\Application\jucer_CommonHeaders.h"/>
  1071. <ClInclude Include="..\..\Source\Application\jucer_DocumentEditorComponent.h"/>
  1072. <ClInclude Include="..\..\Source\Application\jucer_FilePreviewComponent.h"/>
  1073. <ClInclude Include="..\..\Source\Application\jucer_GlobalPreferences.h"/>
  1074. <ClInclude Include="..\..\Source\jucer_Headers.h"/>
  1075. <ClInclude Include="..\..\Source\Application\jucer_MainWindow.h"/>
  1076. <ClInclude Include="..\..\Source\Application\jucer_OpenDocumentManager.h"/>
  1077. <ClInclude Include="..\..\Source\Code Editor\jucer_SourceCodeEditor.h"/>
  1078. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ButtonHandler.h"/>
  1079. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComboBoxHandler.h"/>
  1080. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentNameProperty.h"/>
  1081. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentTypeHandler.h"/>
  1082. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentUndoableAction.h"/>
  1083. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_GenericComponentHandler.h"/>
  1084. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_GroupComponentHandler.h"/>
  1085. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_HyperlinkButtonHandler.h"/>
  1086. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ImageButtonHandler.h"/>
  1087. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_JucerComponentHandler.h"/>
  1088. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_LabelHandler.h"/>
  1089. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_SliderHandler.h"/>
  1090. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TabbedComponentHandler.h"/>
  1091. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TextButtonHandler.h"/>
  1092. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TextEditorHandler.h"/>
  1093. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ToggleButtonHandler.h"/>
  1094. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TreeViewHandler.h"/>
  1095. <ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ViewportHandler.h"/>
  1096. <ClInclude Include="..\..\Source\ComponentEditor\documents\jucer_ButtonDocument.h"/>
  1097. <ClInclude Include="..\..\Source\ComponentEditor\documents\jucer_ComponentDocument.h"/>
  1098. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ColouredElement.h"/>
  1099. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ElementSiblingComponent.h"/>
  1100. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_FillType.h"/>
  1101. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_GradientPointComponent.h"/>
  1102. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ImageResourceProperty.h"/>
  1103. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElement.h"/>
  1104. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementEllipse.h"/>
  1105. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementGroup.h"/>
  1106. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementImage.h"/>
  1107. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementPath.h"/>
  1108. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementRectangle.h"/>
  1109. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementRoundedRectangle.h"/>
  1110. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementText.h"/>
  1111. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementUndoableAction.h"/>
  1112. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PointComponent.h"/>
  1113. <ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_StrokeType.h"/>
  1114. <ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ColourPropertyComponent.h"/>
  1115. <ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentBooleanProperty.h"/>
  1116. <ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentChoiceProperty.h"/>
  1117. <ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentColourProperty.h"/>
  1118. <ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentTextProperty.h"/>
  1119. <ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_FilePropertyComponent.h"/>
  1120. <ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_FontPropertyComponent.h"/>
  1121. <ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_JustificationProperty.h"/>
  1122. <ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_PositionPropertyBase.h"/>
  1123. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ComponentLayoutEditor.h"/>
  1124. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ComponentLayoutPanel.h"/>
  1125. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ComponentOverlayComponent.h"/>
  1126. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_EditingPanelBase.h"/>
  1127. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_JucerCommandIDs.h"/>
  1128. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_JucerDocumentEditor.h"/>
  1129. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutineEditor.h"/>
  1130. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutinePanel.h"/>
  1131. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_RelativePositionedRectangle.h"/>
  1132. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ResourceEditorPanel.h"/>
  1133. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_SnapGridPainter.h"/>
  1134. <ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_TestComponent.h"/>
  1135. <ClInclude Include="..\..\Source\ComponentEditor\jucer_BinaryResources.h"/>
  1136. <ClInclude Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.h"/>
  1137. <ClInclude Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.h"/>
  1138. <ClInclude Include="..\..\Source\ComponentEditor\jucer_JucerDocument.h"/>
  1139. <ClInclude Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.h"/>
  1140. <ClInclude Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.h"/>
  1141. <ClInclude Include="..\..\Source\ComponentEditor\jucer_UtilityFunctions.h"/>
  1142. <ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_Android.h"/>
  1143. <ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_AndroidStudio.h"/>
  1144. <ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_CodeBlocks.h"/>
  1145. <ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_Make.h"/>
  1146. <ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_MSVC.h"/>
  1147. <ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_XCode.h"/>
  1148. <ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExporter.h"/>
  1149. <ClInclude Include="..\..\Source\Project Saving\jucer_ProjectSaver.h"/>
  1150. <ClInclude Include="..\..\Source\Project Saving\jucer_ResourceFile.h"/>
  1151. <ClInclude Include="..\..\Source\Project\jucer_AudioPluginModule.h"/>
  1152. <ClInclude Include="..\..\Source\Project\jucer_ConfigTree_Base.h"/>
  1153. <ClInclude Include="..\..\Source\Project\jucer_ConfigTree_Exporter.h"/>
  1154. <ClInclude Include="..\..\Source\Project\jucer_ConfigTree_Modules.h"/>
  1155. <ClInclude Include="..\..\Source\Project\jucer_DependencyPathPropertyComponent.h"/>
  1156. <ClInclude Include="..\..\Source\Project\jucer_GroupInformationComponent.h"/>
  1157. <ClInclude Include="..\..\Source\Project\jucer_Module.h"/>
  1158. <ClInclude Include="..\..\Source\Project\jucer_ModulesPanel.h"/>
  1159. <ClInclude Include="..\..\Source\Project\jucer_Project.h"/>
  1160. <ClInclude Include="..\..\Source\Project\jucer_ProjectContentComponent.h"/>
  1161. <ClInclude Include="..\..\Source\Project\jucer_ProjectTree_Base.h"/>
  1162. <ClInclude Include="..\..\Source\Project\jucer_ProjectTree_File.h"/>
  1163. <ClInclude Include="..\..\Source\Project\jucer_ProjectTree_Group.h"/>
  1164. <ClInclude Include="..\..\Source\Project\jucer_ProjectType.h"/>
  1165. <ClInclude Include="..\..\Source\Project\jucer_TreeItemTypes.h"/>
  1166. <ClInclude Include="..\..\Source\Utility\jucer_CodeHelpers.h"/>
  1167. <ClInclude Include="..\..\Source\Utility\jucer_Colours.h"/>
  1168. <ClInclude Include="..\..\Source\Utility\jucer_FileHelpers.h"/>
  1169. <ClInclude Include="..\..\Source\Utility\jucer_Icons.h"/>
  1170. <ClInclude Include="..\..\Source\Utility\jucer_JucerTreeViewBase.h"/>
  1171. <ClInclude Include="..\..\Source\Utility\jucer_MiscUtilities.h"/>
  1172. <ClInclude Include="..\..\Source\Utility\jucer_PresetIDs.h"/>
  1173. <ClInclude Include="..\..\Source\Utility\jucer_RelativePath.h"/>
  1174. <ClInclude Include="..\..\Source\Utility\jucer_SlidingPanelComponent.h"/>
  1175. <ClInclude Include="..\..\Source\Utility\jucer_StoredSettings.h"/>
  1176. <ClInclude Include="..\..\Source\Utility\jucer_TranslationTool.h"/>
  1177. <ClInclude Include="..\..\Source\Utility\jucer_ValueSourceHelpers.h"/>
  1178. <ClInclude Include="..\..\Source\Wizards\jucer_NewFileWizard.h"/>
  1179. <ClInclude Include="..\..\Source\Wizards\jucer_NewProjectWizard.h"/>
  1180. <ClInclude Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.h"/>
  1181. <ClInclude Include="..\..\Source\Wizards\jucer_NewProjectWizardComponent.h"/>
  1182. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_Animated.h"/>
  1183. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_AudioApp.h"/>
  1184. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_AudioPlugin.h"/>
  1185. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_Blank.h"/>
  1186. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_Console.h"/>
  1187. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_DLL.h"/>
  1188. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_GUIApp.h"/>
  1189. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_openGL.h"/>
  1190. <ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_StaticLibrary.h"/>
  1191. <ClInclude Include="..\..\Source\Wizards\jucer_StartPageComponent.h"/>
  1192. <ClInclude Include="..\..\Source\Wizards\jucer_TemplateThumbnailsComponent.h"/>
  1193. <ClInclude Include="..\..\Source\BinaryData\jucer_AudioPluginEditorTemplate.h"/>
  1194. <ClInclude Include="..\..\Source\BinaryData\jucer_AudioPluginFilterTemplate.h"/>
  1195. <ClInclude Include="..\..\Source\BinaryData\jucer_ComponentTemplate.h"/>
  1196. <ClInclude Include="..\..\Source\BinaryData\jucer_ContentCompTemplate.h"/>
  1197. <ClInclude Include="..\..\Source\BinaryData\jucer_InlineComponentTemplate.h"/>
  1198. <ClInclude Include="..\..\Source\BinaryData\jucer_NewComponentTemplate.h"/>
  1199. <ClInclude Include="..\..\Source\BinaryData\jucer_NewCppFileTemplate.h"/>
  1200. <ClInclude Include="..\..\Source\BinaryData\jucer_NewInlineComponentTemplate.h"/>
  1201. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_Base64.h"/>
  1202. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharacterFunctions.h"/>
  1203. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_ASCII.h"/>
  1204. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF8.h"/>
  1205. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF16.h"/>
  1206. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_CharPointer_UTF32.h"/>
  1207. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_Identifier.h"/>
  1208. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_LocalisedStrings.h"/>
  1209. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_NewLine.h"/>
  1210. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_String.h"/>
  1211. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringArray.h"/>
  1212. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringPairArray.h"/>
  1213. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringPool.h"/>
  1214. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_StringRef.h"/>
  1215. <ClInclude Include="..\..\..\..\modules\juce_core\text\juce_TextDiff.h"/>
  1216. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_BigInteger.h"/>
  1217. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Expression.h"/>
  1218. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_MathsFunctions.h"/>
  1219. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_NormalisableRange.h"/>
  1220. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Random.h"/>
  1221. <ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Range.h"/>
  1222. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Atomic.h"/>
  1223. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ByteOrder.h"/>
  1224. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ContainerDeletePolicy.h"/>
  1225. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_HeapBlock.h"/>
  1226. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_LeakedObjectDetector.h"/>
  1227. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Memory.h"/>
  1228. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_MemoryBlock.h"/>
  1229. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_OptionalScopedPointer.h"/>
  1230. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ReferenceCountedObject.h"/>
  1231. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ScopedPointer.h"/>
  1232. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_SharedResourcePointer.h"/>
  1233. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Singleton.h"/>
  1234. <ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_WeakReference.h"/>
  1235. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.h"/>
  1236. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Array.h"/>
  1237. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ArrayAllocationBase.h"/>
  1238. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_DynamicObject.h"/>
  1239. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ElementComparator.h"/>
  1240. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_HashMap.h"/>
  1241. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_LinkedListPointer.h"/>
  1242. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ListenerList.h"/>
  1243. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.h"/>
  1244. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_OwnedArray.h"/>
  1245. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_PropertySet.h"/>
  1246. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ReferenceCountedArray.h"/>
  1247. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ScopedValueSetter.h"/>
  1248. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_SortedSet.h"/>
  1249. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_SparseSet.h"/>
  1250. <ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Variant.h"/>
  1251. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.h"/>
  1252. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_CriticalSection.h"/>
  1253. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_DynamicLibrary.h"/>
  1254. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_HighResolutionTimer.h"/>
  1255. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_InterProcessLock.h"/>
  1256. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_Process.h"/>
  1257. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ReadWriteLock.h"/>
  1258. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedLock.h"/>
  1259. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedReadLock.h"/>
  1260. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ScopedWriteLock.h"/>
  1261. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_SpinLock.h"/>
  1262. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_Thread.h"/>
  1263. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ThreadLocalValue.h"/>
  1264. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_ThreadPool.h"/>
  1265. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_TimeSliceThread.h"/>
  1266. <ClInclude Include="..\..\..\..\modules\juce_core\threads\juce_WaitableEvent.h"/>
  1267. <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_PerformanceCounter.h"/>
  1268. <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_RelativeTime.h"/>
  1269. <ClInclude Include="..\..\..\..\modules\juce_core\time\juce_Time.h"/>
  1270. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_DirectoryIterator.h"/>
  1271. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_File.h"/>
  1272. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileFilter.h"/>
  1273. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileInputStream.h"/>
  1274. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileOutputStream.h"/>
  1275. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_FileSearchPath.h"/>
  1276. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_MemoryMappedFile.h"/>
  1277. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_TemporaryFile.h"/>
  1278. <ClInclude Include="..\..\..\..\modules\juce_core\files\juce_WildcardFileFilter.h"/>
  1279. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_IPAddress.h"/>
  1280. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_MACAddress.h"/>
  1281. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_NamedPipe.h"/>
  1282. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_Socket.h"/>
  1283. <ClInclude Include="..\..\..\..\modules\juce_core\network\juce_URL.h"/>
  1284. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_BufferedInputStream.h"/>
  1285. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_FileInputSource.h"/>
  1286. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_InputSource.h"/>
  1287. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_InputStream.h"/>
  1288. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryInputStream.h"/>
  1289. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.h"/>
  1290. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.h"/>
  1291. <ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.h"/>
  1292. <ClInclude Include="..\..\..\..\modules\juce_core\logging\juce_FileLogger.h"/>
  1293. <ClInclude Include="..\..\..\..\modules\juce_core\logging\juce_Logger.h"/>
  1294. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerSupport.h"/>
  1295. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_PlatformDefs.h"/>
  1296. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_StandardHeader.h"/>
  1297. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.h"/>
  1298. <ClInclude Include="..\..\..\..\modules\juce_core\system\juce_TargetPlatform.h"/>
  1299. <ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlDocument.h"/>
  1300. <ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlElement.h"/>
  1301. <ClInclude Include="..\..\..\..\modules\juce_core\javascript\juce_Javascript.h"/>
  1302. <ClInclude Include="..\..\..\..\modules\juce_core\javascript\juce_JSON.h"/>
  1303. <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_GZIPCompressorOutputStream.h"/>
  1304. <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_GZIPDecompressorInputStream.h"/>
  1305. <ClInclude Include="..\..\..\..\modules\juce_core\zip\juce_ZipFile.h"/>
  1306. <ClInclude Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTest.h"/>
  1307. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Result.h"/>
  1308. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_Uuid.h"/>
  1309. <ClInclude Include="..\..\..\..\modules\juce_core\misc\juce_WindowsRegistry.h"/>
  1310. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_android_JNIHelpers.h"/>
  1311. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_BasicNativeHeaders.h"/>
  1312. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_mac_ClangBugWorkaround.h"/>
  1313. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_osx_ObjCHelpers.h"/>
  1314. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_posix_SharedCode.h"/>
  1315. <ClInclude Include="..\..\..\..\modules\juce_core\native\juce_win32_ComSmartPtr.h"/>
  1316. <ClInclude Include="..\..\..\..\modules\juce_core\juce_core.h"/>
  1317. <ClInclude Include="..\..\..\..\modules\juce_cryptography\encryption\juce_BlowFish.h"/>
  1318. <ClInclude Include="..\..\..\..\modules\juce_cryptography\encryption\juce_Primes.h"/>
  1319. <ClInclude Include="..\..\..\..\modules\juce_cryptography\encryption\juce_RSAKey.h"/>
  1320. <ClInclude Include="..\..\..\..\modules\juce_cryptography\hashing\juce_MD5.h"/>
  1321. <ClInclude Include="..\..\..\..\modules\juce_cryptography\hashing\juce_SHA256.h"/>
  1322. <ClInclude Include="..\..\..\..\modules\juce_cryptography\hashing\juce_Whirlpool.h"/>
  1323. <ClInclude Include="..\..\..\..\modules\juce_cryptography\juce_cryptography.h"/>
  1324. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_Value.h"/>
  1325. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTree.h"/>
  1326. <ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.h"/>
  1327. <ClInclude Include="..\..\..\..\modules\juce_data_structures\undomanager\juce_UndoableAction.h"/>
  1328. <ClInclude Include="..\..\..\..\modules\juce_data_structures\undomanager\juce_UndoManager.h"/>
  1329. <ClInclude Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_ApplicationProperties.h"/>
  1330. <ClInclude Include="..\..\..\..\modules\juce_data_structures\app_properties\juce_PropertiesFile.h"/>
  1331. <ClInclude Include="..\..\..\..\modules\juce_data_structures\juce_data_structures.h"/>
  1332. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_ApplicationBase.h"/>
  1333. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_CallbackMessage.h"/>
  1334. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_DeletedAtShutdown.h"/>
  1335. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_Initialisation.h"/>
  1336. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_Message.h"/>
  1337. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_MessageListener.h"/>
  1338. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_MessageManager.h"/>
  1339. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_MountedVolumeListChangeDetector.h"/>
  1340. <ClInclude Include="..\..\..\..\modules\juce_events\messages\juce_NotificationType.h"/>
  1341. <ClInclude Include="..\..\..\..\modules\juce_events\timers\juce_MultiTimer.h"/>
  1342. <ClInclude Include="..\..\..\..\modules\juce_events\timers\juce_Timer.h"/>
  1343. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionBroadcaster.h"/>
  1344. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionListener.h"/>
  1345. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_AsyncUpdater.h"/>
  1346. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ChangeBroadcaster.h"/>
  1347. <ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ChangeListener.h"/>
  1348. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_ConnectedChildProcess.h"/>
  1349. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnection.h"/>
  1350. <ClInclude Include="..\..\..\..\modules\juce_events\interprocess\juce_InterprocessConnectionServer.h"/>
  1351. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_osx_MessageQueue.h"/>
  1352. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_ScopedXLock.h"/>
  1353. <ClInclude Include="..\..\..\..\modules\juce_events\native\juce_win32_HiddenMessageWindow.h"/>
  1354. <ClInclude Include="..\..\..\..\modules\juce_events\juce_events.h"/>
  1355. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_Colour.h"/>
  1356. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_ColourGradient.h"/>
  1357. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_Colours.h"/>
  1358. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_FillType.h"/>
  1359. <ClInclude Include="..\..\..\..\modules\juce_graphics\colour\juce_PixelFormats.h"/>
  1360. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_GraphicsContext.h"/>
  1361. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsContext.h"/>
  1362. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsPostScriptRenderer.h"/>
  1363. <ClInclude Include="..\..\..\..\modules\juce_graphics\contexts\juce_LowLevelGraphicsSoftwareRenderer.h"/>
  1364. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_Image.h"/>
  1365. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_ImageCache.h"/>
  1366. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_ImageConvolutionKernel.h"/>
  1367. <ClInclude Include="..\..\..\..\modules\juce_graphics\images\juce_ImageFileFormat.h"/>
  1368. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_AffineTransform.h"/>
  1369. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_BorderSize.h"/>
  1370. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_EdgeTable.h"/>
  1371. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Line.h"/>
  1372. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Path.h"/>
  1373. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathIterator.h"/>
  1374. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_PathStrokeType.h"/>
  1375. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Point.h"/>
  1376. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_Rectangle.h"/>
  1377. <ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_RectangleList.h"/>
  1378. <ClInclude Include="..\..\..\..\modules\juce_graphics\placement\juce_Justification.h"/>
  1379. <ClInclude Include="..\..\..\..\modules\juce_graphics\placement\juce_RectanglePlacement.h"/>
  1380. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_AttributedString.h"/>
  1381. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_CustomTypeface.h"/>
  1382. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_Font.h"/>
  1383. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_GlyphArrangement.h"/>
  1384. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_TextLayout.h"/>
  1385. <ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_Typeface.h"/>
  1386. <ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_DropShadowEffect.h"/>
  1387. <ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_GlowEffect.h"/>
  1388. <ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_ImageEffectFilter.h"/>
  1389. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_mac_CoreGraphicsContext.h"/>
  1390. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_mac_CoreGraphicsHelpers.h"/>
  1391. <ClInclude Include="..\..\..\..\modules\juce_graphics\native\juce_RenderingHelpers.h"/>
  1392. <ClInclude Include="..\..\..\..\modules\juce_graphics\juce_graphics.h"/>
  1393. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_CachedComponentImage.h"/>
  1394. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_Component.h"/>
  1395. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_ComponentListener.h"/>
  1396. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_Desktop.h"/>
  1397. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\components\juce_ModalComponentManager.h"/>
  1398. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_ComponentDragger.h"/>
  1399. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_DragAndDropContainer.h"/>
  1400. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_DragAndDropTarget.h"/>
  1401. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_FileDragAndDropTarget.h"/>
  1402. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_LassoComponent.h"/>
  1403. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseCursor.h"/>
  1404. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseEvent.h"/>
  1405. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInactivityDetector.h"/>
  1406. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseInputSource.h"/>
  1407. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_MouseListener.h"/>
  1408. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_SelectedItemSet.h"/>
  1409. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_TextDragAndDropTarget.h"/>
  1410. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\mouse\juce_TooltipClient.h"/>
  1411. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_CaretComponent.h"/>
  1412. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyboardFocusTraverser.h"/>
  1413. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyListener.h"/>
  1414. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_KeyPress.h"/>
  1415. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_ModifierKeys.h"/>
  1416. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_SystemClipboard.h"/>
  1417. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_TextEditorKeyMapper.h"/>
  1418. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\keyboard\juce_TextInputTarget.h"/>
  1419. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ComboBox.h"/>
  1420. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ImageComponent.h"/>
  1421. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Label.h"/>
  1422. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ListBox.h"/>
  1423. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ProgressBar.h"/>
  1424. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Slider.h"/>
  1425. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableHeaderComponent.h"/>
  1426. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TableListBox.h"/>
  1427. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TextEditor.h"/>
  1428. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_Toolbar.h"/>
  1429. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemComponent.h"/>
  1430. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemFactory.h"/>
  1431. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_ToolbarItemPalette.h"/>
  1432. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\widgets\juce_TreeView.h"/>
  1433. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_AlertWindow.h"/>
  1434. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_CallOutBox.h"/>
  1435. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ComponentPeer.h"/>
  1436. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DialogWindow.h"/>
  1437. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.h"/>
  1438. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
  1439. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
  1440. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
  1441. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
  1442. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
  1443. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarComponent.h"/>
  1444. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_MenuBarModel.h"/>
  1445. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\menus\juce_PopupMenu.h"/>
  1446. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_AnimatedPosition.h"/>
  1447. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_AnimatedPositionBehaviours.h"/>
  1448. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentAnimator.h"/>
  1449. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBoundsConstrainer.h"/>
  1450. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentBuilder.h"/>
  1451. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ComponentMovementWatcher.h"/>
  1452. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ConcertinaPanel.h"/>
  1453. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_GroupComponent.h"/>
  1454. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_MultiDocumentPanel.h"/>
  1455. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableBorderComponent.h"/>
  1456. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableCornerComponent.h"/>
  1457. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ResizableEdgeComponent.h"/>
  1458. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_ScrollBar.h"/>
  1459. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutManager.h"/>
  1460. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableLayoutResizerBar.h"/>
  1461. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_StretchableObjectResizer.h"/>
  1462. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedButtonBar.h"/>
  1463. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_TabbedComponent.h"/>
  1464. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\layout\juce_Viewport.h"/>
  1465. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ArrowButton.h"/>
  1466. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_Button.h"/>
  1467. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_DrawableButton.h"/>
  1468. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_HyperlinkButton.h"/>
  1469. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ImageButton.h"/>
  1470. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ShapeButton.h"/>
  1471. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_TextButton.h"/>
  1472. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToggleButton.h"/>
  1473. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\buttons\juce_ToolbarButton.h"/>
  1474. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_MarkerList.h"/>
  1475. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinate.h"/>
  1476. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeCoordinatePositioner.h"/>
  1477. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeParallelogram.h"/>
  1478. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePoint.h"/>
  1479. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativePointPath.h"/>
  1480. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\positioning\juce_RelativeRectangle.h"/>
  1481. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_Drawable.h"/>
  1482. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableComposite.h"/>
  1483. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableImage.h"/>
  1484. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawablePath.h"/>
  1485. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableRectangle.h"/>
  1486. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableShape.h"/>
  1487. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\drawables\juce_DrawableText.h"/>
  1488. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
  1489. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
  1490. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
  1491. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
  1492. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
  1493. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>
  1494. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_TextPropertyComponent.h"/>
  1495. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel.h"/>
  1496. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V1.h"/>
  1497. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V2.h"/>
  1498. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V3.h"/>
  1499. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsDisplayComponent.h"/>
  1500. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsList.h"/>
  1501. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileBrowserComponent.h"/>
  1502. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileBrowserListener.h"/>
  1503. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooser.h"/>
  1504. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileChooserDialogBox.h"/>
  1505. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileListComponent.h"/>
  1506. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FilenameComponent.h"/>
  1507. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FilePreviewComponent.h"/>
  1508. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileSearchPathListComponent.h"/>
  1509. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_FileTreeComponent.h"/>
  1510. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\filebrowser\juce_ImagePreviewComponent.h"/>
  1511. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandID.h"/>
  1512. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandInfo.h"/>
  1513. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandManager.h"/>
  1514. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_ApplicationCommandTarget.h"/>
  1515. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\commands\juce_KeyPressMappingSet.h"/>
  1516. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\misc\juce_BubbleComponent.h"/>
  1517. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\misc\juce_DropShadower.h"/>
  1518. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\application\juce_Application.h"/>
  1519. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\native\juce_MultiTouchMapper.h"/>
  1520. <ClInclude Include="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/>
  1521. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeDocument.h"/>
  1522. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeEditorComponent.h"/>
  1523. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CodeTokeniser.h"/>
  1524. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CPlusPlusCodeTokeniser.h"/>
  1525. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_CPlusPlusCodeTokeniserFunctions.h"/>
  1526. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_LuaCodeTokeniser.h"/>
  1527. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\code_editor\juce_XMLCodeTokeniser.h"/>
  1528. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\documents\juce_FileBasedDocument.h"/>
  1529. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_ActiveXControlComponent.h"/>
  1530. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_NSViewComponent.h"/>
  1531. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\embedding\juce_UIViewComponent.h"/>
  1532. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_AnimatedAppComponent.h"/>
  1533. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_AppleRemote.h"/>
  1534. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_BubbleMessageComponent.h"/>
  1535. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_ColourSelector.h"/>
  1536. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_KeyMappingEditorComponent.h"/>
  1537. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_LiveConstantEditor.h"/>
  1538. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_PreferencesPanel.h"/>
  1539. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_RecentlyOpenedFilesList.h"/>
  1540. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SplashScreen.h"/>
  1541. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_SystemTrayIconComponent.h"/>
  1542. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\misc\juce_WebBrowserComponent.h"/>
  1543. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\native\juce_mac_CarbonViewWrapperComponent.h"/>
  1544. <ClInclude Include="..\..\..\..\modules\juce_gui_extra\juce_gui_extra.h"/>
  1545. <ClInclude Include="..\..\JuceLibraryCode\AppConfig.h"/>
  1546. <ClInclude Include="..\..\JuceLibraryCode\BinaryData.h"/>
  1547. <ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/>
  1548. </ItemGroup>
  1549. <ItemGroup>
  1550. <None Include="..\..\Source\BinaryData\AudioPluginXCodeScript.txt"/>
  1551. <None Include="..\..\Source\BinaryData\background_logo.svg"/>
  1552. <None Include="..\..\Source\BinaryData\background_tile.png"/>
  1553. <None Include="..\..\Source\BinaryData\colourscheme_dark.xml"/>
  1554. <None Include="..\..\Source\BinaryData\colourscheme_light.xml"/>
  1555. <None Include="..\..\Source\BinaryData\juce_icon.png"/>
  1556. <None Include="..\..\Source\BinaryData\projectIconAndroid.png"/>
  1557. <None Include="..\..\Source\BinaryData\projectIconCodeblocks.png"/>
  1558. <None Include="..\..\Source\BinaryData\projectIconLinuxMakefile.png"/>
  1559. <None Include="..\..\Source\BinaryData\projectIconVisualStudio.png"/>
  1560. <None Include="..\..\Source\BinaryData\projectIconXcode.png"/>
  1561. <None Include="..\..\Source\BinaryData\projectIconXcodeIOS.png"/>
  1562. <None Include="..\..\Source\BinaryData\RecentFilesMenuTemplate.nib"/>
  1563. <None Include="..\..\Source\BinaryData\wizard_AnimatedApp.svg"/>
  1564. <None Include="..\..\Source\BinaryData\wizard_AudioApp.svg"/>
  1565. <None Include="..\..\Source\BinaryData\wizard_AudioPlugin.svg"/>
  1566. <None Include="..\..\Source\BinaryData\wizard_ConsoleApp.svg"/>
  1567. <None Include="..\..\Source\BinaryData\wizard_DLL.svg"/>
  1568. <None Include="..\..\Source\BinaryData\wizard_GUI.svg"/>
  1569. <None Include="..\..\Source\BinaryData\wizard_Highlight.svg"/>
  1570. <None Include="..\..\Source\BinaryData\wizard_Openfile.svg"/>
  1571. <None Include="..\..\Source\BinaryData\wizard_OpenGL.svg"/>
  1572. <None Include="..\..\Source\BinaryData\wizard_StaticLibrary.svg"/>
  1573. <None Include="..\..\..\..\modules\juce_core\juce_module_info"/>
  1574. <None Include="..\..\..\..\modules\juce_cryptography\juce_module_info"/>
  1575. <None Include="..\..\..\..\modules\juce_data_structures\juce_module_info"/>
  1576. <None Include="..\..\..\..\modules\juce_events\juce_module_info"/>
  1577. <None Include="..\..\..\..\modules\juce_graphics\juce_module_info"/>
  1578. <None Include="..\..\..\..\modules\juce_gui_basics\juce_module_info"/>
  1579. <None Include="..\..\..\..\modules\juce_gui_extra\juce_module_info"/>
  1580. <None Include=".\icon.ico"/>
  1581. </ItemGroup>
  1582. <ItemGroup>
  1583. <ResourceCompile Include=".\resources.rc"/>
  1584. </ItemGroup>
  1585. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  1586. <ImportGroup Label="ExtensionTargets"/>
  1587. </Project>