LinJam.vcxproj 84 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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>{6EEEF2DD-3F47-D2EE-F28D-74236E657879}</ProjectGuid>
  15. <PlatformToolset>v120</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>v120</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>v120</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>v120</PlatformToolset>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  40. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
  41. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">LinJam</TargetName>
  42. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
  43. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LibraryPath);&quot;$(LIBNINJAM)\Win32\Debug\&quot;;&quot;$(DXSDK_DIR)Lib\x86\&quot;</LibraryPath>
  44. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>
  45. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">LinJam</TargetName>
  46. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
  47. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LibraryPath);&quot;$(LIBNINJAM)\Win32\Release\&quot;;&quot;$(DXSDK_DIR)Lib\x86\&quot;</LibraryPath>
  48. <PlatformToolset>v120</PlatformToolset>
  49. </PropertyGroup>
  50. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <Midl>
  52. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  53. <MkTypLibCompatible>true</MkTypLibCompatible>
  54. <SuppressStartupBanner>true</SuppressStartupBanner>
  55. <TargetEnvironment>Win32</TargetEnvironment>
  56. <HeaderFileName/>
  57. </Midl>
  58. <ClCompile>
  59. <Optimization>Disabled</Optimization>
  60. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  61. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  62. <PreprocessorDefinitions>WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=0.0.1;JUCE_APP_VERSION_HEX=0x1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  63. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  64. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  65. <PrecompiledHeader/>
  66. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  67. <ObjectFileName>$(IntDir)\</ObjectFileName>
  68. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  69. <WarningLevel>Level4</WarningLevel>
  70. <SuppressStartupBanner>true</SuppressStartupBanner>
  71. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  72. <AdditionalOptions>/I &quot;$(LIBNINJAM)&quot; /I &quot;$(LIBOGG)\include&quot; /I &quot;$(LIBVORBIS)\include&quot; /I &quot;$(DXSDK_DIR)include&quot; /I &quot;$(MSSDK)\include&quot; %(AdditionalOptions)</AdditionalOptions>
  73. </ClCompile>
  74. <ResourceCompile>
  75. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  76. </ResourceCompile>
  77. <Link>
  78. <OutputFile>$(OutDir)\LinJam.exe</OutputFile>
  79. <SuppressStartupBanner>true</SuppressStartupBanner>
  80. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  81. <GenerateDebugInformation>true</GenerateDebugInformation>
  82. <ProgramDatabaseFile>$(IntDir)\LinJam.pdb</ProgramDatabaseFile>
  83. <SubSystem>Windows</SubSystem>
  84. <TargetMachine>MachineX86</TargetMachine>
  85. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  86. <AdditionalLibraryDirectories>&quot;$(LIBNINJAM)\Win32\Debug\&quot;;&quot;$(DXSDK_DIR)Lib\x86\&quot;;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  87. <LargeAddressAware>true</LargeAddressAware>
  88. <AdditionalOptions>/L libninjam_static.lib /L libogg_static.lib /L libvorbis_static.lib /L dsound.lib %(AdditionalOptions)</AdditionalOptions>
  89. </Link>
  90. <Bscmake>
  91. <SuppressStartupBanner>true</SuppressStartupBanner>
  92. <OutputFile>$(IntDir)\LinJam.bsc</OutputFile>
  93. </Bscmake>
  94. </ItemDefinitionGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  96. <Midl>
  97. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. <MkTypLibCompatible>true</MkTypLibCompatible>
  99. <SuppressStartupBanner>true</SuppressStartupBanner>
  100. <TargetEnvironment>Win32</TargetEnvironment>
  101. <HeaderFileName/>
  102. </Midl>
  103. <ClCompile>
  104. <Optimization>MinSpace</Optimization>
  105. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  106. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=0.0.1;JUCE_APP_VERSION_HEX=0x1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  108. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  109. <PrecompiledHeader/>
  110. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  111. <ObjectFileName>$(IntDir)\</ObjectFileName>
  112. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  113. <WarningLevel>Level4</WarningLevel>
  114. <SuppressStartupBanner>true</SuppressStartupBanner>
  115. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  116. <AdditionalOptions>/I &quot;$(LIBNINJAM)&quot; /I &quot;$(LIBOGG)\include&quot; /I &quot;$(LIBVORBIS)\include&quot; /I &quot;$(DXSDK_DIR)include&quot; /I &quot;$(MSSDK)\include&quot; %(AdditionalOptions)</AdditionalOptions>
  117. </ClCompile>
  118. <ResourceCompile>
  119. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. </ResourceCompile>
  121. <Link>
  122. <OutputFile>$(OutDir)\LinJam.exe</OutputFile>
  123. <SuppressStartupBanner>true</SuppressStartupBanner>
  124. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  125. <GenerateDebugInformation>false</GenerateDebugInformation>
  126. <ProgramDatabaseFile>$(IntDir)\LinJam.pdb</ProgramDatabaseFile>
  127. <SubSystem>Windows</SubSystem>
  128. <TargetMachine>MachineX86</TargetMachine>
  129. <OptimizeReferences>true</OptimizeReferences>
  130. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  131. <AdditionalLibraryDirectories>&quot;$(LIBNINJAM)\Win32\Release\&quot;;&quot;$(DXSDK_DIR)Lib\x86\&quot;;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  132. <LargeAddressAware>true</LargeAddressAware>
  133. <AdditionalOptions>/L libninjam_static.lib /L libogg_static.lib /L libvorbis_static.lib /L dsound.lib %(AdditionalOptions)</AdditionalOptions>
  134. </Link>
  135. <Bscmake>
  136. <SuppressStartupBanner>true</SuppressStartupBanner>
  137. <OutputFile>$(IntDir)\LinJam.bsc</OutputFile>
  138. </Bscmake>
  139. </ItemDefinitionGroup>
  140. <ItemGroup>
  141. <ClCompile Include="..\..\Source\Background.cpp"/>
  142. <ClCompile Include="..\..\Source\Channel.cpp"/>
  143. <ClCompile Include="..\..\Source\Channels.cpp"/>
  144. <ClCompile Include="..\..\Source\Chat.cpp"/>
  145. <ClCompile Include="..\..\Source\ConfigAudio.cpp"/>
  146. <ClCompile Include="..\..\Source\ConfigChannel.cpp"/>
  147. <ClCompile Include="..\..\Source\Config.cpp"/>
  148. <ClCompile Include="..\..\Source\ConfigClient.cpp"/>
  149. <ClCompile Include="..\..\Source\ConfigSubscriptions.cpp"/>
  150. <ClCompile Include="..\..\Source\License.cpp"/>
  151. <ClCompile Include="..\..\Source\LinJam.cpp"/>
  152. <ClCompile Include="..\..\Source\LinJamConfig.cpp"/>
  153. <ClCompile Include="..\..\Source\Login.cpp"/>
  154. <ClCompile Include="..\..\Source\Loop.cpp"/>
  155. <ClCompile Include="..\..\Source\Main.cpp"/>
  156. <ClCompile Include="..\..\Source\MainContent.cpp"/>
  157. <ClCompile Include="..\..\Source\Mixer.cpp"/>
  158. <ClCompile Include="..\..\Source\StatusBar.cpp"/>
  159. <ClCompile Include="..\..\Source\Subscriptions.cpp"/>
  160. <ClCompile Include="..\..\Source\Trace\Trace.cpp"/>
  161. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharacterFunctions.cpp">
  162. <ExcludedFromBuild>true</ExcludedFromBuild>
  163. </ClCompile>
  164. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_Identifier.cpp">
  165. <ExcludedFromBuild>true</ExcludedFromBuild>
  166. </ClCompile>
  167. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_LocalisedStrings.cpp">
  168. <ExcludedFromBuild>true</ExcludedFromBuild>
  169. </ClCompile>
  170. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_String.cpp">
  171. <ExcludedFromBuild>true</ExcludedFromBuild>
  172. </ClCompile>
  173. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringArray.cpp">
  174. <ExcludedFromBuild>true</ExcludedFromBuild>
  175. </ClCompile>
  176. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringPairArray.cpp">
  177. <ExcludedFromBuild>true</ExcludedFromBuild>
  178. </ClCompile>
  179. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringPool.cpp">
  180. <ExcludedFromBuild>true</ExcludedFromBuild>
  181. </ClCompile>
  182. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_TextDiff.cpp">
  183. <ExcludedFromBuild>true</ExcludedFromBuild>
  184. </ClCompile>
  185. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_BigInteger.cpp">
  186. <ExcludedFromBuild>true</ExcludedFromBuild>
  187. </ClCompile>
  188. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_Expression.cpp">
  189. <ExcludedFromBuild>true</ExcludedFromBuild>
  190. </ClCompile>
  191. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_Random.cpp">
  192. <ExcludedFromBuild>true</ExcludedFromBuild>
  193. </ClCompile>
  194. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_MemoryBlock.cpp">
  195. <ExcludedFromBuild>true</ExcludedFromBuild>
  196. </ClCompile>
  197. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_AbstractFifo.cpp">
  198. <ExcludedFromBuild>true</ExcludedFromBuild>
  199. </ClCompile>
  200. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_DynamicObject.cpp">
  201. <ExcludedFromBuild>true</ExcludedFromBuild>
  202. </ClCompile>
  203. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_NamedValueSet.cpp">
  204. <ExcludedFromBuild>true</ExcludedFromBuild>
  205. </ClCompile>
  206. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_PropertySet.cpp">
  207. <ExcludedFromBuild>true</ExcludedFromBuild>
  208. </ClCompile>
  209. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_Variant.cpp">
  210. <ExcludedFromBuild>true</ExcludedFromBuild>
  211. </ClCompile>
  212. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ChildProcess.cpp">
  213. <ExcludedFromBuild>true</ExcludedFromBuild>
  214. </ClCompile>
  215. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_HighResolutionTimer.cpp">
  216. <ExcludedFromBuild>true</ExcludedFromBuild>
  217. </ClCompile>
  218. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ReadWriteLock.cpp">
  219. <ExcludedFromBuild>true</ExcludedFromBuild>
  220. </ClCompile>
  221. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_Thread.cpp">
  222. <ExcludedFromBuild>true</ExcludedFromBuild>
  223. </ClCompile>
  224. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ThreadPool.cpp">
  225. <ExcludedFromBuild>true</ExcludedFromBuild>
  226. </ClCompile>
  227. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_TimeSliceThread.cpp">
  228. <ExcludedFromBuild>true</ExcludedFromBuild>
  229. </ClCompile>
  230. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_PerformanceCounter.cpp">
  231. <ExcludedFromBuild>true</ExcludedFromBuild>
  232. </ClCompile>
  233. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_RelativeTime.cpp">
  234. <ExcludedFromBuild>true</ExcludedFromBuild>
  235. </ClCompile>
  236. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_Time.cpp">
  237. <ExcludedFromBuild>true</ExcludedFromBuild>
  238. </ClCompile>
  239. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_DirectoryIterator.cpp">
  240. <ExcludedFromBuild>true</ExcludedFromBuild>
  241. </ClCompile>
  242. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_File.cpp">
  243. <ExcludedFromBuild>true</ExcludedFromBuild>
  244. </ClCompile>
  245. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileFilter.cpp">
  246. <ExcludedFromBuild>true</ExcludedFromBuild>
  247. </ClCompile>
  248. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileInputStream.cpp">
  249. <ExcludedFromBuild>true</ExcludedFromBuild>
  250. </ClCompile>
  251. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileOutputStream.cpp">
  252. <ExcludedFromBuild>true</ExcludedFromBuild>
  253. </ClCompile>
  254. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileSearchPath.cpp">
  255. <ExcludedFromBuild>true</ExcludedFromBuild>
  256. </ClCompile>
  257. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_TemporaryFile.cpp">
  258. <ExcludedFromBuild>true</ExcludedFromBuild>
  259. </ClCompile>
  260. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_WildcardFileFilter.cpp">
  261. <ExcludedFromBuild>true</ExcludedFromBuild>
  262. </ClCompile>
  263. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_IPAddress.cpp">
  264. <ExcludedFromBuild>true</ExcludedFromBuild>
  265. </ClCompile>
  266. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_MACAddress.cpp">
  267. <ExcludedFromBuild>true</ExcludedFromBuild>
  268. </ClCompile>
  269. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_NamedPipe.cpp">
  270. <ExcludedFromBuild>true</ExcludedFromBuild>
  271. </ClCompile>
  272. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_Socket.cpp">
  273. <ExcludedFromBuild>true</ExcludedFromBuild>
  274. </ClCompile>
  275. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_URL.cpp">
  276. <ExcludedFromBuild>true</ExcludedFromBuild>
  277. </ClCompile>
  278. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_BufferedInputStream.cpp">
  279. <ExcludedFromBuild>true</ExcludedFromBuild>
  280. </ClCompile>
  281. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_FileInputSource.cpp">
  282. <ExcludedFromBuild>true</ExcludedFromBuild>
  283. </ClCompile>
  284. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_InputStream.cpp">
  285. <ExcludedFromBuild>true</ExcludedFromBuild>
  286. </ClCompile>
  287. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_MemoryInputStream.cpp">
  288. <ExcludedFromBuild>true</ExcludedFromBuild>
  289. </ClCompile>
  290. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_MemoryOutputStream.cpp">
  291. <ExcludedFromBuild>true</ExcludedFromBuild>
  292. </ClCompile>
  293. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_OutputStream.cpp">
  294. <ExcludedFromBuild>true</ExcludedFromBuild>
  295. </ClCompile>
  296. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_SubregionStream.cpp">
  297. <ExcludedFromBuild>true</ExcludedFromBuild>
  298. </ClCompile>
  299. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\logging\juce_FileLogger.cpp">
  300. <ExcludedFromBuild>true</ExcludedFromBuild>
  301. </ClCompile>
  302. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\logging\juce_Logger.cpp">
  303. <ExcludedFromBuild>true</ExcludedFromBuild>
  304. </ClCompile>
  305. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_SystemStats.cpp">
  306. <ExcludedFromBuild>true</ExcludedFromBuild>
  307. </ClCompile>
  308. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\xml\juce_XmlDocument.cpp">
  309. <ExcludedFromBuild>true</ExcludedFromBuild>
  310. </ClCompile>
  311. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\xml\juce_XmlElement.cpp">
  312. <ExcludedFromBuild>true</ExcludedFromBuild>
  313. </ClCompile>
  314. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\javascript\juce_Javascript.cpp">
  315. <ExcludedFromBuild>true</ExcludedFromBuild>
  316. </ClCompile>
  317. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\javascript\juce_JSON.cpp">
  318. <ExcludedFromBuild>true</ExcludedFromBuild>
  319. </ClCompile>
  320. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_GZIPCompressorOutputStream.cpp">
  321. <ExcludedFromBuild>true</ExcludedFromBuild>
  322. </ClCompile>
  323. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_GZIPDecompressorInputStream.cpp">
  324. <ExcludedFromBuild>true</ExcludedFromBuild>
  325. </ClCompile>
  326. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_ZipFile.cpp">
  327. <ExcludedFromBuild>true</ExcludedFromBuild>
  328. </ClCompile>
  329. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\unit_tests\juce_UnitTest.cpp">
  330. <ExcludedFromBuild>true</ExcludedFromBuild>
  331. </ClCompile>
  332. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_Result.cpp">
  333. <ExcludedFromBuild>true</ExcludedFromBuild>
  334. </ClCompile>
  335. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_Uuid.cpp">
  336. <ExcludedFromBuild>true</ExcludedFromBuild>
  337. </ClCompile>
  338. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_Files.cpp">
  339. <ExcludedFromBuild>true</ExcludedFromBuild>
  340. </ClCompile>
  341. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_Misc.cpp">
  342. <ExcludedFromBuild>true</ExcludedFromBuild>
  343. </ClCompile>
  344. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_Network.cpp">
  345. <ExcludedFromBuild>true</ExcludedFromBuild>
  346. </ClCompile>
  347. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_SystemStats.cpp">
  348. <ExcludedFromBuild>true</ExcludedFromBuild>
  349. </ClCompile>
  350. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_Threads.cpp">
  351. <ExcludedFromBuild>true</ExcludedFromBuild>
  352. </ClCompile>
  353. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_CommonFile.cpp">
  354. <ExcludedFromBuild>true</ExcludedFromBuild>
  355. </ClCompile>
  356. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_Files.cpp">
  357. <ExcludedFromBuild>true</ExcludedFromBuild>
  358. </ClCompile>
  359. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_Network.cpp">
  360. <ExcludedFromBuild>true</ExcludedFromBuild>
  361. </ClCompile>
  362. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_SystemStats.cpp">
  363. <ExcludedFromBuild>true</ExcludedFromBuild>
  364. </ClCompile>
  365. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_Threads.cpp">
  366. <ExcludedFromBuild>true</ExcludedFromBuild>
  367. </ClCompile>
  368. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_posix_NamedPipe.cpp">
  369. <ExcludedFromBuild>true</ExcludedFromBuild>
  370. </ClCompile>
  371. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_Files.cpp">
  372. <ExcludedFromBuild>true</ExcludedFromBuild>
  373. </ClCompile>
  374. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_Network.cpp">
  375. <ExcludedFromBuild>true</ExcludedFromBuild>
  376. </ClCompile>
  377. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_Registry.cpp">
  378. <ExcludedFromBuild>true</ExcludedFromBuild>
  379. </ClCompile>
  380. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_SystemStats.cpp">
  381. <ExcludedFromBuild>true</ExcludedFromBuild>
  382. </ClCompile>
  383. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_Threads.cpp">
  384. <ExcludedFromBuild>true</ExcludedFromBuild>
  385. </ClCompile>
  386. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_Value.cpp">
  387. <ExcludedFromBuild>true</ExcludedFromBuild>
  388. </ClCompile>
  389. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTree.cpp">
  390. <ExcludedFromBuild>true</ExcludedFromBuild>
  391. </ClCompile>
  392. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoManager.cpp">
  393. <ExcludedFromBuild>true</ExcludedFromBuild>
  394. </ClCompile>
  395. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_ApplicationProperties.cpp">
  396. <ExcludedFromBuild>true</ExcludedFromBuild>
  397. </ClCompile>
  398. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_PropertiesFile.cpp">
  399. <ExcludedFromBuild>true</ExcludedFromBuild>
  400. </ClCompile>
  401. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_ApplicationBase.cpp">
  402. <ExcludedFromBuild>true</ExcludedFromBuild>
  403. </ClCompile>
  404. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_DeletedAtShutdown.cpp">
  405. <ExcludedFromBuild>true</ExcludedFromBuild>
  406. </ClCompile>
  407. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_MessageListener.cpp">
  408. <ExcludedFromBuild>true</ExcludedFromBuild>
  409. </ClCompile>
  410. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_MessageManager.cpp">
  411. <ExcludedFromBuild>true</ExcludedFromBuild>
  412. </ClCompile>
  413. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\timers\juce_MultiTimer.cpp">
  414. <ExcludedFromBuild>true</ExcludedFromBuild>
  415. </ClCompile>
  416. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\timers\juce_Timer.cpp">
  417. <ExcludedFromBuild>true</ExcludedFromBuild>
  418. </ClCompile>
  419. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ActionBroadcaster.cpp">
  420. <ExcludedFromBuild>true</ExcludedFromBuild>
  421. </ClCompile>
  422. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp">
  423. <ExcludedFromBuild>true</ExcludedFromBuild>
  424. </ClCompile>
  425. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ChangeBroadcaster.cpp">
  426. <ExcludedFromBuild>true</ExcludedFromBuild>
  427. </ClCompile>
  428. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_ConnectedChildProcess.cpp">
  429. <ExcludedFromBuild>true</ExcludedFromBuild>
  430. </ClCompile>
  431. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_InterprocessConnection.cpp">
  432. <ExcludedFromBuild>true</ExcludedFromBuild>
  433. </ClCompile>
  434. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_InterprocessConnectionServer.cpp">
  435. <ExcludedFromBuild>true</ExcludedFromBuild>
  436. </ClCompile>
  437. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_android_Messaging.cpp">
  438. <ExcludedFromBuild>true</ExcludedFromBuild>
  439. </ClCompile>
  440. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_linux_Messaging.cpp">
  441. <ExcludedFromBuild>true</ExcludedFromBuild>
  442. </ClCompile>
  443. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_win32_Messaging.cpp">
  444. <ExcludedFromBuild>true</ExcludedFromBuild>
  445. </ClCompile>
  446. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_Colour.cpp">
  447. <ExcludedFromBuild>true</ExcludedFromBuild>
  448. </ClCompile>
  449. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_ColourGradient.cpp">
  450. <ExcludedFromBuild>true</ExcludedFromBuild>
  451. </ClCompile>
  452. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_Colours.cpp">
  453. <ExcludedFromBuild>true</ExcludedFromBuild>
  454. </ClCompile>
  455. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_FillType.cpp">
  456. <ExcludedFromBuild>true</ExcludedFromBuild>
  457. </ClCompile>
  458. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_GraphicsContext.cpp">
  459. <ExcludedFromBuild>true</ExcludedFromBuild>
  460. </ClCompile>
  461. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_LowLevelGraphicsPostScriptRenderer.cpp">
  462. <ExcludedFromBuild>true</ExcludedFromBuild>
  463. </ClCompile>
  464. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_LowLevelGraphicsSoftwareRenderer.cpp">
  465. <ExcludedFromBuild>true</ExcludedFromBuild>
  466. </ClCompile>
  467. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_Image.cpp">
  468. <ExcludedFromBuild>true</ExcludedFromBuild>
  469. </ClCompile>
  470. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageCache.cpp">
  471. <ExcludedFromBuild>true</ExcludedFromBuild>
  472. </ClCompile>
  473. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageConvolutionKernel.cpp">
  474. <ExcludedFromBuild>true</ExcludedFromBuild>
  475. </ClCompile>
  476. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageFileFormat.cpp">
  477. <ExcludedFromBuild>true</ExcludedFromBuild>
  478. </ClCompile>
  479. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\juce_GIFLoader.cpp">
  480. <ExcludedFromBuild>true</ExcludedFromBuild>
  481. </ClCompile>
  482. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\juce_JPEGLoader.cpp">
  483. <ExcludedFromBuild>true</ExcludedFromBuild>
  484. </ClCompile>
  485. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\juce_PNGLoader.cpp">
  486. <ExcludedFromBuild>true</ExcludedFromBuild>
  487. </ClCompile>
  488. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_AffineTransform.cpp">
  489. <ExcludedFromBuild>true</ExcludedFromBuild>
  490. </ClCompile>
  491. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_EdgeTable.cpp">
  492. <ExcludedFromBuild>true</ExcludedFromBuild>
  493. </ClCompile>
  494. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_Path.cpp">
  495. <ExcludedFromBuild>true</ExcludedFromBuild>
  496. </ClCompile>
  497. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_PathIterator.cpp">
  498. <ExcludedFromBuild>true</ExcludedFromBuild>
  499. </ClCompile>
  500. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_PathStrokeType.cpp">
  501. <ExcludedFromBuild>true</ExcludedFromBuild>
  502. </ClCompile>
  503. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\placement\juce_RectanglePlacement.cpp">
  504. <ExcludedFromBuild>true</ExcludedFromBuild>
  505. </ClCompile>
  506. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_AttributedString.cpp">
  507. <ExcludedFromBuild>true</ExcludedFromBuild>
  508. </ClCompile>
  509. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_CustomTypeface.cpp">
  510. <ExcludedFromBuild>true</ExcludedFromBuild>
  511. </ClCompile>
  512. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_Font.cpp">
  513. <ExcludedFromBuild>true</ExcludedFromBuild>
  514. </ClCompile>
  515. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_GlyphArrangement.cpp">
  516. <ExcludedFromBuild>true</ExcludedFromBuild>
  517. </ClCompile>
  518. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_TextLayout.cpp">
  519. <ExcludedFromBuild>true</ExcludedFromBuild>
  520. </ClCompile>
  521. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_Typeface.cpp">
  522. <ExcludedFromBuild>true</ExcludedFromBuild>
  523. </ClCompile>
  524. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\effects\juce_DropShadowEffect.cpp">
  525. <ExcludedFromBuild>true</ExcludedFromBuild>
  526. </ClCompile>
  527. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\effects\juce_GlowEffect.cpp">
  528. <ExcludedFromBuild>true</ExcludedFromBuild>
  529. </ClCompile>
  530. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_android_Fonts.cpp">
  531. <ExcludedFromBuild>true</ExcludedFromBuild>
  532. </ClCompile>
  533. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_android_GraphicsContext.cpp">
  534. <ExcludedFromBuild>true</ExcludedFromBuild>
  535. </ClCompile>
  536. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_freetype_Fonts.cpp">
  537. <ExcludedFromBuild>true</ExcludedFromBuild>
  538. </ClCompile>
  539. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_linux_Fonts.cpp">
  540. <ExcludedFromBuild>true</ExcludedFromBuild>
  541. </ClCompile>
  542. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_win32_Direct2DGraphicsContext.cpp">
  543. <ExcludedFromBuild>true</ExcludedFromBuild>
  544. </ClCompile>
  545. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_win32_DirectWriteTypeface.cpp">
  546. <ExcludedFromBuild>true</ExcludedFromBuild>
  547. </ClCompile>
  548. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_win32_DirectWriteTypeLayout.cpp">
  549. <ExcludedFromBuild>true</ExcludedFromBuild>
  550. </ClCompile>
  551. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_win32_Fonts.cpp">
  552. <ExcludedFromBuild>true</ExcludedFromBuild>
  553. </ClCompile>
  554. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_Component.cpp">
  555. <ExcludedFromBuild>true</ExcludedFromBuild>
  556. </ClCompile>
  557. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_ComponentListener.cpp">
  558. <ExcludedFromBuild>true</ExcludedFromBuild>
  559. </ClCompile>
  560. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_Desktop.cpp">
  561. <ExcludedFromBuild>true</ExcludedFromBuild>
  562. </ClCompile>
  563. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_ModalComponentManager.cpp">
  564. <ExcludedFromBuild>true</ExcludedFromBuild>
  565. </ClCompile>
  566. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_ComponentDragger.cpp">
  567. <ExcludedFromBuild>true</ExcludedFromBuild>
  568. </ClCompile>
  569. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_DragAndDropContainer.cpp">
  570. <ExcludedFromBuild>true</ExcludedFromBuild>
  571. </ClCompile>
  572. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseCursor.cpp">
  573. <ExcludedFromBuild>true</ExcludedFromBuild>
  574. </ClCompile>
  575. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseEvent.cpp">
  576. <ExcludedFromBuild>true</ExcludedFromBuild>
  577. </ClCompile>
  578. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseInactivityDetector.cpp">
  579. <ExcludedFromBuild>true</ExcludedFromBuild>
  580. </ClCompile>
  581. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseInputSource.cpp">
  582. <ExcludedFromBuild>true</ExcludedFromBuild>
  583. </ClCompile>
  584. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseListener.cpp">
  585. <ExcludedFromBuild>true</ExcludedFromBuild>
  586. </ClCompile>
  587. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_CaretComponent.cpp">
  588. <ExcludedFromBuild>true</ExcludedFromBuild>
  589. </ClCompile>
  590. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyboardFocusTraverser.cpp">
  591. <ExcludedFromBuild>true</ExcludedFromBuild>
  592. </ClCompile>
  593. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyListener.cpp">
  594. <ExcludedFromBuild>true</ExcludedFromBuild>
  595. </ClCompile>
  596. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyPress.cpp">
  597. <ExcludedFromBuild>true</ExcludedFromBuild>
  598. </ClCompile>
  599. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_ModifierKeys.cpp">
  600. <ExcludedFromBuild>true</ExcludedFromBuild>
  601. </ClCompile>
  602. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ComboBox.cpp">
  603. <ExcludedFromBuild>true</ExcludedFromBuild>
  604. </ClCompile>
  605. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ImageComponent.cpp">
  606. <ExcludedFromBuild>true</ExcludedFromBuild>
  607. </ClCompile>
  608. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Label.cpp">
  609. <ExcludedFromBuild>true</ExcludedFromBuild>
  610. </ClCompile>
  611. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ListBox.cpp">
  612. <ExcludedFromBuild>true</ExcludedFromBuild>
  613. </ClCompile>
  614. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ProgressBar.cpp">
  615. <ExcludedFromBuild>true</ExcludedFromBuild>
  616. </ClCompile>
  617. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Slider.cpp">
  618. <ExcludedFromBuild>true</ExcludedFromBuild>
  619. </ClCompile>
  620. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TableHeaderComponent.cpp">
  621. <ExcludedFromBuild>true</ExcludedFromBuild>
  622. </ClCompile>
  623. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TableListBox.cpp">
  624. <ExcludedFromBuild>true</ExcludedFromBuild>
  625. </ClCompile>
  626. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TextEditor.cpp">
  627. <ExcludedFromBuild>true</ExcludedFromBuild>
  628. </ClCompile>
  629. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Toolbar.cpp">
  630. <ExcludedFromBuild>true</ExcludedFromBuild>
  631. </ClCompile>
  632. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ToolbarItemComponent.cpp">
  633. <ExcludedFromBuild>true</ExcludedFromBuild>
  634. </ClCompile>
  635. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ToolbarItemPalette.cpp">
  636. <ExcludedFromBuild>true</ExcludedFromBuild>
  637. </ClCompile>
  638. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TreeView.cpp">
  639. <ExcludedFromBuild>true</ExcludedFromBuild>
  640. </ClCompile>
  641. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_AlertWindow.cpp">
  642. <ExcludedFromBuild>true</ExcludedFromBuild>
  643. </ClCompile>
  644. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_CallOutBox.cpp">
  645. <ExcludedFromBuild>true</ExcludedFromBuild>
  646. </ClCompile>
  647. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ComponentPeer.cpp">
  648. <ExcludedFromBuild>true</ExcludedFromBuild>
  649. </ClCompile>
  650. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_DialogWindow.cpp">
  651. <ExcludedFromBuild>true</ExcludedFromBuild>
  652. </ClCompile>
  653. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
  654. <ExcludedFromBuild>true</ExcludedFromBuild>
  655. </ClCompile>
  656. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
  657. <ExcludedFromBuild>true</ExcludedFromBuild>
  658. </ClCompile>
  659. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
  660. <ExcludedFromBuild>true</ExcludedFromBuild>
  661. </ClCompile>
  662. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_TooltipWindow.cpp">
  663. <ExcludedFromBuild>true</ExcludedFromBuild>
  664. </ClCompile>
  665. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp">
  666. <ExcludedFromBuild>true</ExcludedFromBuild>
  667. </ClCompile>
  668. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_MenuBarComponent.cpp">
  669. <ExcludedFromBuild>true</ExcludedFromBuild>
  670. </ClCompile>
  671. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_MenuBarModel.cpp">
  672. <ExcludedFromBuild>true</ExcludedFromBuild>
  673. </ClCompile>
  674. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_PopupMenu.cpp">
  675. <ExcludedFromBuild>true</ExcludedFromBuild>
  676. </ClCompile>
  677. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentAnimator.cpp">
  678. <ExcludedFromBuild>true</ExcludedFromBuild>
  679. </ClCompile>
  680. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentBoundsConstrainer.cpp">
  681. <ExcludedFromBuild>true</ExcludedFromBuild>
  682. </ClCompile>
  683. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentBuilder.cpp">
  684. <ExcludedFromBuild>true</ExcludedFromBuild>
  685. </ClCompile>
  686. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentMovementWatcher.cpp">
  687. <ExcludedFromBuild>true</ExcludedFromBuild>
  688. </ClCompile>
  689. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ConcertinaPanel.cpp">
  690. <ExcludedFromBuild>true</ExcludedFromBuild>
  691. </ClCompile>
  692. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_GroupComponent.cpp">
  693. <ExcludedFromBuild>true</ExcludedFromBuild>
  694. </ClCompile>
  695. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_MultiDocumentPanel.cpp">
  696. <ExcludedFromBuild>true</ExcludedFromBuild>
  697. </ClCompile>
  698. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableBorderComponent.cpp">
  699. <ExcludedFromBuild>true</ExcludedFromBuild>
  700. </ClCompile>
  701. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableCornerComponent.cpp">
  702. <ExcludedFromBuild>true</ExcludedFromBuild>
  703. </ClCompile>
  704. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableEdgeComponent.cpp">
  705. <ExcludedFromBuild>true</ExcludedFromBuild>
  706. </ClCompile>
  707. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ScrollBar.cpp">
  708. <ExcludedFromBuild>true</ExcludedFromBuild>
  709. </ClCompile>
  710. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableLayoutManager.cpp">
  711. <ExcludedFromBuild>true</ExcludedFromBuild>
  712. </ClCompile>
  713. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableLayoutResizerBar.cpp">
  714. <ExcludedFromBuild>true</ExcludedFromBuild>
  715. </ClCompile>
  716. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableObjectResizer.cpp">
  717. <ExcludedFromBuild>true</ExcludedFromBuild>
  718. </ClCompile>
  719. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_TabbedButtonBar.cpp">
  720. <ExcludedFromBuild>true</ExcludedFromBuild>
  721. </ClCompile>
  722. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_TabbedComponent.cpp">
  723. <ExcludedFromBuild>true</ExcludedFromBuild>
  724. </ClCompile>
  725. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_Viewport.cpp">
  726. <ExcludedFromBuild>true</ExcludedFromBuild>
  727. </ClCompile>
  728. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ArrowButton.cpp">
  729. <ExcludedFromBuild>true</ExcludedFromBuild>
  730. </ClCompile>
  731. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_Button.cpp">
  732. <ExcludedFromBuild>true</ExcludedFromBuild>
  733. </ClCompile>
  734. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_DrawableButton.cpp">
  735. <ExcludedFromBuild>true</ExcludedFromBuild>
  736. </ClCompile>
  737. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_HyperlinkButton.cpp">
  738. <ExcludedFromBuild>true</ExcludedFromBuild>
  739. </ClCompile>
  740. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ImageButton.cpp">
  741. <ExcludedFromBuild>true</ExcludedFromBuild>
  742. </ClCompile>
  743. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ShapeButton.cpp">
  744. <ExcludedFromBuild>true</ExcludedFromBuild>
  745. </ClCompile>
  746. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_TextButton.cpp">
  747. <ExcludedFromBuild>true</ExcludedFromBuild>
  748. </ClCompile>
  749. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ToggleButton.cpp">
  750. <ExcludedFromBuild>true</ExcludedFromBuild>
  751. </ClCompile>
  752. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ToolbarButton.cpp">
  753. <ExcludedFromBuild>true</ExcludedFromBuild>
  754. </ClCompile>
  755. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_MarkerList.cpp">
  756. <ExcludedFromBuild>true</ExcludedFromBuild>
  757. </ClCompile>
  758. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeCoordinate.cpp">
  759. <ExcludedFromBuild>true</ExcludedFromBuild>
  760. </ClCompile>
  761. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeCoordinatePositioner.cpp">
  762. <ExcludedFromBuild>true</ExcludedFromBuild>
  763. </ClCompile>
  764. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeParallelogram.cpp">
  765. <ExcludedFromBuild>true</ExcludedFromBuild>
  766. </ClCompile>
  767. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativePoint.cpp">
  768. <ExcludedFromBuild>true</ExcludedFromBuild>
  769. </ClCompile>
  770. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativePointPath.cpp">
  771. <ExcludedFromBuild>true</ExcludedFromBuild>
  772. </ClCompile>
  773. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeRectangle.cpp">
  774. <ExcludedFromBuild>true</ExcludedFromBuild>
  775. </ClCompile>
  776. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_Drawable.cpp">
  777. <ExcludedFromBuild>true</ExcludedFromBuild>
  778. </ClCompile>
  779. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableComposite.cpp">
  780. <ExcludedFromBuild>true</ExcludedFromBuild>
  781. </ClCompile>
  782. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableImage.cpp">
  783. <ExcludedFromBuild>true</ExcludedFromBuild>
  784. </ClCompile>
  785. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawablePath.cpp">
  786. <ExcludedFromBuild>true</ExcludedFromBuild>
  787. </ClCompile>
  788. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableRectangle.cpp">
  789. <ExcludedFromBuild>true</ExcludedFromBuild>
  790. </ClCompile>
  791. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableShape.cpp">
  792. <ExcludedFromBuild>true</ExcludedFromBuild>
  793. </ClCompile>
  794. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableText.cpp">
  795. <ExcludedFromBuild>true</ExcludedFromBuild>
  796. </ClCompile>
  797. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_SVGParser.cpp">
  798. <ExcludedFromBuild>true</ExcludedFromBuild>
  799. </ClCompile>
  800. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.cpp">
  801. <ExcludedFromBuild>true</ExcludedFromBuild>
  802. </ClCompile>
  803. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.cpp">
  804. <ExcludedFromBuild>true</ExcludedFromBuild>
  805. </ClCompile>
  806. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
  807. <ExcludedFromBuild>true</ExcludedFromBuild>
  808. </ClCompile>
  809. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
  810. <ExcludedFromBuild>true</ExcludedFromBuild>
  811. </ClCompile>
  812. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_PropertyPanel.cpp">
  813. <ExcludedFromBuild>true</ExcludedFromBuild>
  814. </ClCompile>
  815. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.cpp">
  816. <ExcludedFromBuild>true</ExcludedFromBuild>
  817. </ClCompile>
  818. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_TextPropertyComponent.cpp">
  819. <ExcludedFromBuild>true</ExcludedFromBuild>
  820. </ClCompile>
  821. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel.cpp">
  822. <ExcludedFromBuild>true</ExcludedFromBuild>
  823. </ClCompile>
  824. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V1.cpp">
  825. <ExcludedFromBuild>true</ExcludedFromBuild>
  826. </ClCompile>
  827. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V2.cpp">
  828. <ExcludedFromBuild>true</ExcludedFromBuild>
  829. </ClCompile>
  830. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V3.cpp">
  831. <ExcludedFromBuild>true</ExcludedFromBuild>
  832. </ClCompile>
  833. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsDisplayComponent.cpp">
  834. <ExcludedFromBuild>true</ExcludedFromBuild>
  835. </ClCompile>
  836. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsList.cpp">
  837. <ExcludedFromBuild>true</ExcludedFromBuild>
  838. </ClCompile>
  839. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileBrowserComponent.cpp">
  840. <ExcludedFromBuild>true</ExcludedFromBuild>
  841. </ClCompile>
  842. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileChooser.cpp">
  843. <ExcludedFromBuild>true</ExcludedFromBuild>
  844. </ClCompile>
  845. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileChooserDialogBox.cpp">
  846. <ExcludedFromBuild>true</ExcludedFromBuild>
  847. </ClCompile>
  848. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileListComponent.cpp">
  849. <ExcludedFromBuild>true</ExcludedFromBuild>
  850. </ClCompile>
  851. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FilenameComponent.cpp">
  852. <ExcludedFromBuild>true</ExcludedFromBuild>
  853. </ClCompile>
  854. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileSearchPathListComponent.cpp">
  855. <ExcludedFromBuild>true</ExcludedFromBuild>
  856. </ClCompile>
  857. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileTreeComponent.cpp">
  858. <ExcludedFromBuild>true</ExcludedFromBuild>
  859. </ClCompile>
  860. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_ImagePreviewComponent.cpp">
  861. <ExcludedFromBuild>true</ExcludedFromBuild>
  862. </ClCompile>
  863. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandInfo.cpp">
  864. <ExcludedFromBuild>true</ExcludedFromBuild>
  865. </ClCompile>
  866. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandManager.cpp">
  867. <ExcludedFromBuild>true</ExcludedFromBuild>
  868. </ClCompile>
  869. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandTarget.cpp">
  870. <ExcludedFromBuild>true</ExcludedFromBuild>
  871. </ClCompile>
  872. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_KeyPressMappingSet.cpp">
  873. <ExcludedFromBuild>true</ExcludedFromBuild>
  874. </ClCompile>
  875. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\misc\juce_BubbleComponent.cpp">
  876. <ExcludedFromBuild>true</ExcludedFromBuild>
  877. </ClCompile>
  878. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\misc\juce_DropShadower.cpp">
  879. <ExcludedFromBuild>true</ExcludedFromBuild>
  880. </ClCompile>
  881. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\application\juce_Application.cpp">
  882. <ExcludedFromBuild>true</ExcludedFromBuild>
  883. </ClCompile>
  884. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
  885. <ExcludedFromBuild>true</ExcludedFromBuild>
  886. </ClCompile>
  887. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
  888. <ExcludedFromBuild>true</ExcludedFromBuild>
  889. </ClCompile>
  890. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_linux_Clipboard.cpp">
  891. <ExcludedFromBuild>true</ExcludedFromBuild>
  892. </ClCompile>
  893. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
  894. <ExcludedFromBuild>true</ExcludedFromBuild>
  895. </ClCompile>
  896. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
  897. <ExcludedFromBuild>true</ExcludedFromBuild>
  898. </ClCompile>
  899. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_win32_DragAndDrop.cpp">
  900. <ExcludedFromBuild>true</ExcludedFromBuild>
  901. </ClCompile>
  902. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
  903. <ExcludedFromBuild>true</ExcludedFromBuild>
  904. </ClCompile>
  905. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
  906. <ExcludedFromBuild>true</ExcludedFromBuild>
  907. </ClCompile>
  908. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\juce_core.cpp"/>
  909. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\juce_data_structures.cpp"/>
  910. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\juce_events.cpp"/>
  911. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\juce_graphics.cpp"/>
  912. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp"/>
  913. </ItemGroup>
  914. <ItemGroup>
  915. <ClInclude Include="..\..\Source\Background.h"/>
  916. <ClInclude Include="..\..\Source\Channel.h"/>
  917. <ClInclude Include="..\..\Source\Channels.h"/>
  918. <ClInclude Include="..\..\Source\Chat.h"/>
  919. <ClInclude Include="..\..\Source\ConfigAudio.h"/>
  920. <ClInclude Include="..\..\Source\ConfigChannel.h"/>
  921. <ClInclude Include="..\..\Source\Config.h"/>
  922. <ClInclude Include="..\..\Source\ConfigClient.h"/>
  923. <ClInclude Include="..\..\Source\ConfigSubscriptions.h"/>
  924. <ClInclude Include="..\..\Source\Constants.h"/>
  925. <ClInclude Include="..\..\Source\License.h"/>
  926. <ClInclude Include="..\..\Source\LinJam.h"/>
  927. <ClInclude Include="..\..\Source\LinJamConfig.h"/>
  928. <ClInclude Include="..\..\Source\Login.h"/>
  929. <ClInclude Include="..\..\Source\Loop.h"/>
  930. <ClInclude Include="..\..\Source\MainContent.h"/>
  931. <ClInclude Include="..\..\Source\Mixer.h"/>
  932. <ClInclude Include="..\..\Source\StatusBar.h"/>
  933. <ClInclude Include="..\..\Source\Subscriptions.h"/>
  934. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharacterFunctions.h"/>
  935. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharPointer_ASCII.h"/>
  936. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharPointer_UTF8.h"/>
  937. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharPointer_UTF16.h"/>
  938. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharPointer_UTF32.h"/>
  939. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_Identifier.h"/>
  940. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_LocalisedStrings.h"/>
  941. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_NewLine.h"/>
  942. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_String.h"/>
  943. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringArray.h"/>
  944. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringPairArray.h"/>
  945. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringPool.h"/>
  946. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringRef.h"/>
  947. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_TextDiff.h"/>
  948. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_BigInteger.h"/>
  949. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_Expression.h"/>
  950. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_MathsFunctions.h"/>
  951. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_Random.h"/>
  952. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_Range.h"/>
  953. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_Atomic.h"/>
  954. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_ByteOrder.h"/>
  955. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_ContainerDeletePolicy.h"/>
  956. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_HeapBlock.h"/>
  957. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_LeakedObjectDetector.h"/>
  958. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_Memory.h"/>
  959. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_MemoryBlock.h"/>
  960. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_OptionalScopedPointer.h"/>
  961. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_ReferenceCountedObject.h"/>
  962. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_ScopedPointer.h"/>
  963. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_SharedResourcePointer.h"/>
  964. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_Singleton.h"/>
  965. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_WeakReference.h"/>
  966. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_AbstractFifo.h"/>
  967. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_Array.h"/>
  968. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_ArrayAllocationBase.h"/>
  969. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_DynamicObject.h"/>
  970. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_ElementComparator.h"/>
  971. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_HashMap.h"/>
  972. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_LinkedListPointer.h"/>
  973. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_NamedValueSet.h"/>
  974. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_OwnedArray.h"/>
  975. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_PropertySet.h"/>
  976. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_ReferenceCountedArray.h"/>
  977. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_ScopedValueSetter.h"/>
  978. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_SortedSet.h"/>
  979. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_SparseSet.h"/>
  980. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_Variant.h"/>
  981. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ChildProcess.h"/>
  982. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_CriticalSection.h"/>
  983. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_DynamicLibrary.h"/>
  984. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_HighResolutionTimer.h"/>
  985. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_InterProcessLock.h"/>
  986. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_Process.h"/>
  987. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ReadWriteLock.h"/>
  988. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ScopedLock.h"/>
  989. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ScopedReadLock.h"/>
  990. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ScopedWriteLock.h"/>
  991. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_SpinLock.h"/>
  992. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_Thread.h"/>
  993. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ThreadLocalValue.h"/>
  994. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ThreadPool.h"/>
  995. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_TimeSliceThread.h"/>
  996. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_WaitableEvent.h"/>
  997. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_PerformanceCounter.h"/>
  998. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_RelativeTime.h"/>
  999. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_Time.h"/>
  1000. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_DirectoryIterator.h"/>
  1001. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_File.h"/>
  1002. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileFilter.h"/>
  1003. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileInputStream.h"/>
  1004. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileOutputStream.h"/>
  1005. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileSearchPath.h"/>
  1006. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_MemoryMappedFile.h"/>
  1007. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_TemporaryFile.h"/>
  1008. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_WildcardFileFilter.h"/>
  1009. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_IPAddress.h"/>
  1010. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_MACAddress.h"/>
  1011. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_NamedPipe.h"/>
  1012. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_Socket.h"/>
  1013. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_URL.h"/>
  1014. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_BufferedInputStream.h"/>
  1015. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_FileInputSource.h"/>
  1016. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_InputSource.h"/>
  1017. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_InputStream.h"/>
  1018. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_MemoryInputStream.h"/>
  1019. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_MemoryOutputStream.h"/>
  1020. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_OutputStream.h"/>
  1021. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_SubregionStream.h"/>
  1022. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\logging\juce_FileLogger.h"/>
  1023. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\logging\juce_Logger.h"/>
  1024. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_PlatformDefs.h"/>
  1025. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_StandardHeader.h"/>
  1026. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_SystemStats.h"/>
  1027. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_TargetPlatform.h"/>
  1028. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\xml\juce_XmlDocument.h"/>
  1029. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\xml\juce_XmlElement.h"/>
  1030. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\javascript\juce_Javascript.h"/>
  1031. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\javascript\juce_JSON.h"/>
  1032. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_GZIPCompressorOutputStream.h"/>
  1033. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_GZIPDecompressorInputStream.h"/>
  1034. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_ZipFile.h"/>
  1035. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\unit_tests\juce_UnitTest.h"/>
  1036. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_Result.h"/>
  1037. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_Uuid.h"/>
  1038. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_WindowsRegistry.h"/>
  1039. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_JNIHelpers.h"/>
  1040. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_BasicNativeHeaders.h"/>
  1041. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_osx_ObjCHelpers.h"/>
  1042. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_posix_SharedCode.h"/>
  1043. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_ComSmartPtr.h"/>
  1044. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\juce_core.h"/>
  1045. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_Value.h"/>
  1046. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTree.h"/>
  1047. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoableAction.h"/>
  1048. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoManager.h"/>
  1049. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_ApplicationProperties.h"/>
  1050. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_PropertiesFile.h"/>
  1051. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\juce_data_structures.h"/>
  1052. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_ApplicationBase.h"/>
  1053. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_CallbackMessage.h"/>
  1054. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_DeletedAtShutdown.h"/>
  1055. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_Initialisation.h"/>
  1056. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_Message.h"/>
  1057. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_MessageListener.h"/>
  1058. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_MessageManager.h"/>
  1059. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_NotificationType.h"/>
  1060. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\timers\juce_MultiTimer.h"/>
  1061. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\timers\juce_Timer.h"/>
  1062. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ActionBroadcaster.h"/>
  1063. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ActionListener.h"/>
  1064. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_AsyncUpdater.h"/>
  1065. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ChangeBroadcaster.h"/>
  1066. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ChangeListener.h"/>
  1067. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ListenerList.h"/>
  1068. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_ConnectedChildProcess.h"/>
  1069. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_InterprocessConnection.h"/>
  1070. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_InterprocessConnectionServer.h"/>
  1071. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_osx_MessageQueue.h"/>
  1072. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_ScopedXLock.h"/>
  1073. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_win32_HiddenMessageWindow.h"/>
  1074. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\juce_events.h"/>
  1075. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_Colour.h"/>
  1076. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_ColourGradient.h"/>
  1077. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_Colours.h"/>
  1078. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_FillType.h"/>
  1079. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_PixelFormats.h"/>
  1080. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_GraphicsContext.h"/>
  1081. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_LowLevelGraphicsContext.h"/>
  1082. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_LowLevelGraphicsPostScriptRenderer.h"/>
  1083. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_LowLevelGraphicsSoftwareRenderer.h"/>
  1084. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_Image.h"/>
  1085. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageCache.h"/>
  1086. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageConvolutionKernel.h"/>
  1087. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageFileFormat.h"/>
  1088. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_AffineTransform.h"/>
  1089. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_BorderSize.h"/>
  1090. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_EdgeTable.h"/>
  1091. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_Line.h"/>
  1092. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_Path.h"/>
  1093. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_PathIterator.h"/>
  1094. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_PathStrokeType.h"/>
  1095. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_Point.h"/>
  1096. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_Rectangle.h"/>
  1097. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_RectangleList.h"/>
  1098. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\placement\juce_Justification.h"/>
  1099. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\placement\juce_RectanglePlacement.h"/>
  1100. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_AttributedString.h"/>
  1101. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_CustomTypeface.h"/>
  1102. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_Font.h"/>
  1103. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_GlyphArrangement.h"/>
  1104. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_TextLayout.h"/>
  1105. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_Typeface.h"/>
  1106. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\effects\juce_DropShadowEffect.h"/>
  1107. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\effects\juce_GlowEffect.h"/>
  1108. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\effects\juce_ImageEffectFilter.h"/>
  1109. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_mac_CoreGraphicsContext.h"/>
  1110. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_mac_CoreGraphicsHelpers.h"/>
  1111. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_RenderingHelpers.h"/>
  1112. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\juce_graphics.h"/>
  1113. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_CachedComponentImage.h"/>
  1114. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_Component.h"/>
  1115. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_ComponentListener.h"/>
  1116. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_Desktop.h"/>
  1117. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_ModalComponentManager.h"/>
  1118. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_ComponentDragger.h"/>
  1119. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_DragAndDropContainer.h"/>
  1120. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_DragAndDropTarget.h"/>
  1121. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_FileDragAndDropTarget.h"/>
  1122. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_LassoComponent.h"/>
  1123. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseCursor.h"/>
  1124. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseEvent.h"/>
  1125. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseInactivityDetector.h"/>
  1126. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseInputSource.h"/>
  1127. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseListener.h"/>
  1128. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_SelectedItemSet.h"/>
  1129. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_TextDragAndDropTarget.h"/>
  1130. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_TooltipClient.h"/>
  1131. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_CaretComponent.h"/>
  1132. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyboardFocusTraverser.h"/>
  1133. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyListener.h"/>
  1134. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyPress.h"/>
  1135. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_ModifierKeys.h"/>
  1136. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_SystemClipboard.h"/>
  1137. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_TextEditorKeyMapper.h"/>
  1138. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_TextInputTarget.h"/>
  1139. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ComboBox.h"/>
  1140. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ImageComponent.h"/>
  1141. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Label.h"/>
  1142. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ListBox.h"/>
  1143. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ProgressBar.h"/>
  1144. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Slider.h"/>
  1145. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TableHeaderComponent.h"/>
  1146. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TableListBox.h"/>
  1147. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TextEditor.h"/>
  1148. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Toolbar.h"/>
  1149. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ToolbarItemComponent.h"/>
  1150. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ToolbarItemFactory.h"/>
  1151. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ToolbarItemPalette.h"/>
  1152. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TreeView.h"/>
  1153. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_AlertWindow.h"/>
  1154. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_CallOutBox.h"/>
  1155. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ComponentPeer.h"/>
  1156. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_DialogWindow.h"/>
  1157. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_DocumentWindow.h"/>
  1158. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
  1159. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
  1160. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
  1161. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
  1162. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
  1163. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_MenuBarComponent.h"/>
  1164. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_MenuBarModel.h"/>
  1165. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_PopupMenu.h"/>
  1166. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_AnimatedPosition.h"/>
  1167. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_AnimatedPositionBehaviours.h"/>
  1168. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentAnimator.h"/>
  1169. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentBoundsConstrainer.h"/>
  1170. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentBuilder.h"/>
  1171. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentMovementWatcher.h"/>
  1172. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ConcertinaPanel.h"/>
  1173. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_GroupComponent.h"/>
  1174. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_MultiDocumentPanel.h"/>
  1175. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableBorderComponent.h"/>
  1176. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableCornerComponent.h"/>
  1177. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableEdgeComponent.h"/>
  1178. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ScrollBar.h"/>
  1179. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableLayoutManager.h"/>
  1180. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableLayoutResizerBar.h"/>
  1181. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableObjectResizer.h"/>
  1182. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_TabbedButtonBar.h"/>
  1183. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_TabbedComponent.h"/>
  1184. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_Viewport.h"/>
  1185. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ArrowButton.h"/>
  1186. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_Button.h"/>
  1187. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_DrawableButton.h"/>
  1188. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_HyperlinkButton.h"/>
  1189. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ImageButton.h"/>
  1190. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ShapeButton.h"/>
  1191. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_TextButton.h"/>
  1192. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ToggleButton.h"/>
  1193. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ToolbarButton.h"/>
  1194. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_MarkerList.h"/>
  1195. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeCoordinate.h"/>
  1196. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeCoordinatePositioner.h"/>
  1197. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeParallelogram.h"/>
  1198. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativePoint.h"/>
  1199. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativePointPath.h"/>
  1200. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeRectangle.h"/>
  1201. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_Drawable.h"/>
  1202. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableComposite.h"/>
  1203. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableImage.h"/>
  1204. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawablePath.h"/>
  1205. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableRectangle.h"/>
  1206. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableShape.h"/>
  1207. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableText.h"/>
  1208. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
  1209. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
  1210. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
  1211. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
  1212. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
  1213. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>
  1214. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_TextPropertyComponent.h"/>
  1215. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel.h"/>
  1216. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V1.h"/>
  1217. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V2.h"/>
  1218. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V3.h"/>
  1219. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsDisplayComponent.h"/>
  1220. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsList.h"/>
  1221. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileBrowserComponent.h"/>
  1222. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileBrowserListener.h"/>
  1223. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileChooser.h"/>
  1224. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileChooserDialogBox.h"/>
  1225. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileListComponent.h"/>
  1226. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FilenameComponent.h"/>
  1227. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FilePreviewComponent.h"/>
  1228. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileSearchPathListComponent.h"/>
  1229. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileTreeComponent.h"/>
  1230. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_ImagePreviewComponent.h"/>
  1231. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandID.h"/>
  1232. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandInfo.h"/>
  1233. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandManager.h"/>
  1234. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandTarget.h"/>
  1235. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_KeyPressMappingSet.h"/>
  1236. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\misc\juce_BubbleComponent.h"/>
  1237. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\misc\juce_DropShadower.h"/>
  1238. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\application\juce_Application.h"/>
  1239. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_MultiTouchMapper.h"/>
  1240. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.h"/>
  1241. <ClInclude Include="..\..\JuceLibraryCode\AppConfig.h"/>
  1242. <ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/>
  1243. </ItemGroup>
  1244. <ItemGroup>
  1245. <None Include="..\..\JuceLibraryCode\modules\juce_core\juce_module_info"/>
  1246. <None Include="..\..\JuceLibraryCode\modules\juce_data_structures\juce_module_info"/>
  1247. <None Include="..\..\JuceLibraryCode\modules\juce_events\juce_module_info"/>
  1248. <None Include="..\..\JuceLibraryCode\modules\juce_graphics\juce_module_info"/>
  1249. <None Include="..\..\JuceLibraryCode\modules\juce_gui_basics\juce_module_info"/>
  1250. </ItemGroup>
  1251. <ItemGroup>
  1252. <ResourceCompile Include=".\resources.rc"/>
  1253. </ItemGroup>
  1254. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  1255. <ImportGroup Label="ExtensionTargets"/>
  1256. </Project>