AvCaster.vcxproj 102 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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>{11C3E5F0-346C-7111-1206-A2C7ACC432C9}</ProjectGuid>
  15. <PlatformToolset>v140</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>v140</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>v140</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>v140</PlatformToolset>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  40. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AvCaster</TargetName>
  41. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
  42. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AvCaster</TargetName>
  43. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
  44. <PlatformToolset>v140</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;..\..\JuceLibraryCode\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  58. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=0.16.003;JUCE_APP_VERSION_HEX=0x1003;%(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)\AvCaster.exe</OutputFile>
  74. <SuppressStartupBanner>true</SuppressStartupBanner>
  75. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  76. <GenerateDebugInformation>true</GenerateDebugInformation>
  77. <ProgramDatabaseFile>$(IntDir)\AvCaster.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)\AvCaster.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>Full</Optimization>
  98. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  99. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=0.16.003;JUCE_APP_VERSION_HEX=0x1003;%(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)\AvCaster.exe</OutputFile>
  115. <SuppressStartupBanner>true</SuppressStartupBanner>
  116. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  117. <GenerateDebugInformation>false</GenerateDebugInformation>
  118. <ProgramDatabaseFile>$(IntDir)\AvCaster.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)\AvCaster.bsc</OutputFile>
  128. </Bscmake>
  129. </ItemDefinitionGroup>
  130. <ItemGroup>
  131. <ClCompile Include="..\..\Source\Constants\AppConstants.cpp"/>
  132. <ClCompile Include="..\..\Source\Constants\ConfigConstants.cpp"/>
  133. <ClCompile Include="..\..\Source\Constants\GstConstants.cpp"/>
  134. <ClCompile Include="..\..\Source\Constants\GuiConstants.cpp"/>
  135. <ClCompile Include="..\..\Source\Constants\IrcConstants.cpp"/>
  136. <ClCompile Include="..\..\Source\Controllers\AvCaster.cpp"/>
  137. <ClCompile Include="..\..\Source\Controllers\Gstreamer.cpp"/>
  138. <ClCompile Include="..\..\Source\Controllers\IrcClient.cpp"/>
  139. <ClCompile Include="..\..\Source\Models\AvCasterStore.cpp"/>
  140. <ClCompile Include="..\..\Source\Models\Seeds.cpp"/>
  141. <ClCompile Include="..\..\Source\Trace\Trace.cpp"/>
  142. <ClCompile Include="..\..\Source\Views\Background.cpp"/>
  143. <ClCompile Include="..\..\Source\Views\Chat.cpp"/>
  144. <ClCompile Include="..\..\Source\Views\ChatList.cpp"/>
  145. <ClCompile Include="..\..\Source\Views\ChatListItem.cpp"/>
  146. <ClCompile Include="..\..\Source\Views\Config.cpp"/>
  147. <ClCompile Include="..\..\Source\Views\ConfigAudio.cpp"/>
  148. <ClCompile Include="..\..\Source\Views\ConfigCamera.cpp"/>
  149. <ClCompile Include="..\..\Source\Views\ConfigChat.cpp"/>
  150. <ClCompile Include="..\..\Source\Views\ConfigImage.cpp"/>
  151. <ClCompile Include="..\..\Source\Views\ConfigOutput.cpp"/>
  152. <ClCompile Include="..\..\Source\Views\ConfigScreen.cpp"/>
  153. <ClCompile Include="..\..\Source\Views\ConfigText.cpp"/>
  154. <ClCompile Include="..\..\Source\Views\Controls.cpp"/>
  155. <ClCompile Include="..\..\Source\Views\MainContent.cpp"/>
  156. <ClCompile Include="..\..\Source\Views\Presets.cpp"/>
  157. <ClCompile Include="..\..\Source\Views\Preview.cpp"/>
  158. <ClCompile Include="..\..\Source\Views\Statusbar.cpp"/>
  159. <ClCompile Include="..\..\Source\Main.cpp"/>
  160. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_AbstractFifo.cpp">
  161. <ExcludedFromBuild>true</ExcludedFromBuild>
  162. </ClCompile>
  163. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_DynamicObject.cpp">
  164. <ExcludedFromBuild>true</ExcludedFromBuild>
  165. </ClCompile>
  166. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_NamedValueSet.cpp">
  167. <ExcludedFromBuild>true</ExcludedFromBuild>
  168. </ClCompile>
  169. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_PropertySet.cpp">
  170. <ExcludedFromBuild>true</ExcludedFromBuild>
  171. </ClCompile>
  172. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_Variant.cpp">
  173. <ExcludedFromBuild>true</ExcludedFromBuild>
  174. </ClCompile>
  175. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_DirectoryIterator.cpp">
  176. <ExcludedFromBuild>true</ExcludedFromBuild>
  177. </ClCompile>
  178. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_File.cpp">
  179. <ExcludedFromBuild>true</ExcludedFromBuild>
  180. </ClCompile>
  181. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileFilter.cpp">
  182. <ExcludedFromBuild>true</ExcludedFromBuild>
  183. </ClCompile>
  184. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileInputStream.cpp">
  185. <ExcludedFromBuild>true</ExcludedFromBuild>
  186. </ClCompile>
  187. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileOutputStream.cpp">
  188. <ExcludedFromBuild>true</ExcludedFromBuild>
  189. </ClCompile>
  190. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileSearchPath.cpp">
  191. <ExcludedFromBuild>true</ExcludedFromBuild>
  192. </ClCompile>
  193. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_TemporaryFile.cpp">
  194. <ExcludedFromBuild>true</ExcludedFromBuild>
  195. </ClCompile>
  196. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_WildcardFileFilter.cpp">
  197. <ExcludedFromBuild>true</ExcludedFromBuild>
  198. </ClCompile>
  199. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\javascript\juce_Javascript.cpp">
  200. <ExcludedFromBuild>true</ExcludedFromBuild>
  201. </ClCompile>
  202. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\javascript\juce_JSON.cpp">
  203. <ExcludedFromBuild>true</ExcludedFromBuild>
  204. </ClCompile>
  205. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\logging\juce_FileLogger.cpp">
  206. <ExcludedFromBuild>true</ExcludedFromBuild>
  207. </ClCompile>
  208. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\logging\juce_Logger.cpp">
  209. <ExcludedFromBuild>true</ExcludedFromBuild>
  210. </ClCompile>
  211. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_BigInteger.cpp">
  212. <ExcludedFromBuild>true</ExcludedFromBuild>
  213. </ClCompile>
  214. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_Expression.cpp">
  215. <ExcludedFromBuild>true</ExcludedFromBuild>
  216. </ClCompile>
  217. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_Random.cpp">
  218. <ExcludedFromBuild>true</ExcludedFromBuild>
  219. </ClCompile>
  220. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_MemoryBlock.cpp">
  221. <ExcludedFromBuild>true</ExcludedFromBuild>
  222. </ClCompile>
  223. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_Result.cpp">
  224. <ExcludedFromBuild>true</ExcludedFromBuild>
  225. </ClCompile>
  226. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_RuntimePermissions.cpp">
  227. <ExcludedFromBuild>true</ExcludedFromBuild>
  228. </ClCompile>
  229. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_Uuid.cpp">
  230. <ExcludedFromBuild>true</ExcludedFromBuild>
  231. </ClCompile>
  232. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_Files.cpp">
  233. <ExcludedFromBuild>true</ExcludedFromBuild>
  234. </ClCompile>
  235. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_Misc.cpp">
  236. <ExcludedFromBuild>true</ExcludedFromBuild>
  237. </ClCompile>
  238. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_Network.cpp">
  239. <ExcludedFromBuild>true</ExcludedFromBuild>
  240. </ClCompile>
  241. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_RuntimePermissions.cpp">
  242. <ExcludedFromBuild>true</ExcludedFromBuild>
  243. </ClCompile>
  244. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_SystemStats.cpp">
  245. <ExcludedFromBuild>true</ExcludedFromBuild>
  246. </ClCompile>
  247. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_Threads.cpp">
  248. <ExcludedFromBuild>true</ExcludedFromBuild>
  249. </ClCompile>
  250. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_curl_Network.cpp">
  251. <ExcludedFromBuild>true</ExcludedFromBuild>
  252. </ClCompile>
  253. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_CommonFile.cpp">
  254. <ExcludedFromBuild>true</ExcludedFromBuild>
  255. </ClCompile>
  256. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_Files.cpp">
  257. <ExcludedFromBuild>true</ExcludedFromBuild>
  258. </ClCompile>
  259. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_Network.cpp">
  260. <ExcludedFromBuild>true</ExcludedFromBuild>
  261. </ClCompile>
  262. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_SystemStats.cpp">
  263. <ExcludedFromBuild>true</ExcludedFromBuild>
  264. </ClCompile>
  265. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_linux_Threads.cpp">
  266. <ExcludedFromBuild>true</ExcludedFromBuild>
  267. </ClCompile>
  268. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_posix_NamedPipe.cpp">
  269. <ExcludedFromBuild>true</ExcludedFromBuild>
  270. </ClCompile>
  271. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_Files.cpp">
  272. <ExcludedFromBuild>true</ExcludedFromBuild>
  273. </ClCompile>
  274. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_Network.cpp">
  275. <ExcludedFromBuild>true</ExcludedFromBuild>
  276. </ClCompile>
  277. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_Registry.cpp">
  278. <ExcludedFromBuild>true</ExcludedFromBuild>
  279. </ClCompile>
  280. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_SystemStats.cpp">
  281. <ExcludedFromBuild>true</ExcludedFromBuild>
  282. </ClCompile>
  283. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_Threads.cpp">
  284. <ExcludedFromBuild>true</ExcludedFromBuild>
  285. </ClCompile>
  286. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_IPAddress.cpp">
  287. <ExcludedFromBuild>true</ExcludedFromBuild>
  288. </ClCompile>
  289. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_MACAddress.cpp">
  290. <ExcludedFromBuild>true</ExcludedFromBuild>
  291. </ClCompile>
  292. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_NamedPipe.cpp">
  293. <ExcludedFromBuild>true</ExcludedFromBuild>
  294. </ClCompile>
  295. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_Socket.cpp">
  296. <ExcludedFromBuild>true</ExcludedFromBuild>
  297. </ClCompile>
  298. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_URL.cpp">
  299. <ExcludedFromBuild>true</ExcludedFromBuild>
  300. </ClCompile>
  301. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_BufferedInputStream.cpp">
  302. <ExcludedFromBuild>true</ExcludedFromBuild>
  303. </ClCompile>
  304. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_FileInputSource.cpp">
  305. <ExcludedFromBuild>true</ExcludedFromBuild>
  306. </ClCompile>
  307. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_InputStream.cpp">
  308. <ExcludedFromBuild>true</ExcludedFromBuild>
  309. </ClCompile>
  310. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_MemoryInputStream.cpp">
  311. <ExcludedFromBuild>true</ExcludedFromBuild>
  312. </ClCompile>
  313. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_MemoryOutputStream.cpp">
  314. <ExcludedFromBuild>true</ExcludedFromBuild>
  315. </ClCompile>
  316. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_OutputStream.cpp">
  317. <ExcludedFromBuild>true</ExcludedFromBuild>
  318. </ClCompile>
  319. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_SubregionStream.cpp">
  320. <ExcludedFromBuild>true</ExcludedFromBuild>
  321. </ClCompile>
  322. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_SystemStats.cpp">
  323. <ExcludedFromBuild>true</ExcludedFromBuild>
  324. </ClCompile>
  325. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_Base64.cpp">
  326. <ExcludedFromBuild>true</ExcludedFromBuild>
  327. </ClCompile>
  328. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharacterFunctions.cpp">
  329. <ExcludedFromBuild>true</ExcludedFromBuild>
  330. </ClCompile>
  331. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_Identifier.cpp">
  332. <ExcludedFromBuild>true</ExcludedFromBuild>
  333. </ClCompile>
  334. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_LocalisedStrings.cpp">
  335. <ExcludedFromBuild>true</ExcludedFromBuild>
  336. </ClCompile>
  337. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_String.cpp">
  338. <ExcludedFromBuild>true</ExcludedFromBuild>
  339. </ClCompile>
  340. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringArray.cpp">
  341. <ExcludedFromBuild>true</ExcludedFromBuild>
  342. </ClCompile>
  343. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringPairArray.cpp">
  344. <ExcludedFromBuild>true</ExcludedFromBuild>
  345. </ClCompile>
  346. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringPool.cpp">
  347. <ExcludedFromBuild>true</ExcludedFromBuild>
  348. </ClCompile>
  349. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_TextDiff.cpp">
  350. <ExcludedFromBuild>true</ExcludedFromBuild>
  351. </ClCompile>
  352. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ChildProcess.cpp">
  353. <ExcludedFromBuild>true</ExcludedFromBuild>
  354. </ClCompile>
  355. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_HighResolutionTimer.cpp">
  356. <ExcludedFromBuild>true</ExcludedFromBuild>
  357. </ClCompile>
  358. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ReadWriteLock.cpp">
  359. <ExcludedFromBuild>true</ExcludedFromBuild>
  360. </ClCompile>
  361. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_Thread.cpp">
  362. <ExcludedFromBuild>true</ExcludedFromBuild>
  363. </ClCompile>
  364. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ThreadPool.cpp">
  365. <ExcludedFromBuild>true</ExcludedFromBuild>
  366. </ClCompile>
  367. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_TimeSliceThread.cpp">
  368. <ExcludedFromBuild>true</ExcludedFromBuild>
  369. </ClCompile>
  370. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_PerformanceCounter.cpp">
  371. <ExcludedFromBuild>true</ExcludedFromBuild>
  372. </ClCompile>
  373. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_RelativeTime.cpp">
  374. <ExcludedFromBuild>true</ExcludedFromBuild>
  375. </ClCompile>
  376. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_Time.cpp">
  377. <ExcludedFromBuild>true</ExcludedFromBuild>
  378. </ClCompile>
  379. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\unit_tests\juce_UnitTest.cpp">
  380. <ExcludedFromBuild>true</ExcludedFromBuild>
  381. </ClCompile>
  382. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\xml\juce_XmlDocument.cpp">
  383. <ExcludedFromBuild>true</ExcludedFromBuild>
  384. </ClCompile>
  385. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\xml\juce_XmlElement.cpp">
  386. <ExcludedFromBuild>true</ExcludedFromBuild>
  387. </ClCompile>
  388. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\adler32.c">
  389. <ExcludedFromBuild>true</ExcludedFromBuild>
  390. </ClCompile>
  391. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\compress.c">
  392. <ExcludedFromBuild>true</ExcludedFromBuild>
  393. </ClCompile>
  394. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\crc32.c">
  395. <ExcludedFromBuild>true</ExcludedFromBuild>
  396. </ClCompile>
  397. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\deflate.c">
  398. <ExcludedFromBuild>true</ExcludedFromBuild>
  399. </ClCompile>
  400. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\infback.c">
  401. <ExcludedFromBuild>true</ExcludedFromBuild>
  402. </ClCompile>
  403. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\inffast.c">
  404. <ExcludedFromBuild>true</ExcludedFromBuild>
  405. </ClCompile>
  406. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\inflate.c">
  407. <ExcludedFromBuild>true</ExcludedFromBuild>
  408. </ClCompile>
  409. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\inftrees.c">
  410. <ExcludedFromBuild>true</ExcludedFromBuild>
  411. </ClCompile>
  412. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\trees.c">
  413. <ExcludedFromBuild>true</ExcludedFromBuild>
  414. </ClCompile>
  415. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\uncompr.c">
  416. <ExcludedFromBuild>true</ExcludedFromBuild>
  417. </ClCompile>
  418. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\zutil.c">
  419. <ExcludedFromBuild>true</ExcludedFromBuild>
  420. </ClCompile>
  421. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_GZIPCompressorOutputStream.cpp">
  422. <ExcludedFromBuild>true</ExcludedFromBuild>
  423. </ClCompile>
  424. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_GZIPDecompressorInputStream.cpp">
  425. <ExcludedFromBuild>true</ExcludedFromBuild>
  426. </ClCompile>
  427. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_ZipFile.cpp">
  428. <ExcludedFromBuild>true</ExcludedFromBuild>
  429. </ClCompile>
  430. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_core\juce_core.cpp">
  431. <ExcludedFromBuild>true</ExcludedFromBuild>
  432. </ClCompile>
  433. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_ApplicationProperties.cpp">
  434. <ExcludedFromBuild>true</ExcludedFromBuild>
  435. </ClCompile>
  436. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_PropertiesFile.cpp">
  437. <ExcludedFromBuild>true</ExcludedFromBuild>
  438. </ClCompile>
  439. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoManager.cpp">
  440. <ExcludedFromBuild>true</ExcludedFromBuild>
  441. </ClCompile>
  442. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_CachedValue.cpp">
  443. <ExcludedFromBuild>true</ExcludedFromBuild>
  444. </ClCompile>
  445. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_Value.cpp">
  446. <ExcludedFromBuild>true</ExcludedFromBuild>
  447. </ClCompile>
  448. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTree.cpp">
  449. <ExcludedFromBuild>true</ExcludedFromBuild>
  450. </ClCompile>
  451. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.cpp">
  452. <ExcludedFromBuild>true</ExcludedFromBuild>
  453. </ClCompile>
  454. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_data_structures\juce_data_structures.cpp">
  455. <ExcludedFromBuild>true</ExcludedFromBuild>
  456. </ClCompile>
  457. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ActionBroadcaster.cpp">
  458. <ExcludedFromBuild>true</ExcludedFromBuild>
  459. </ClCompile>
  460. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp">
  461. <ExcludedFromBuild>true</ExcludedFromBuild>
  462. </ClCompile>
  463. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ChangeBroadcaster.cpp">
  464. <ExcludedFromBuild>true</ExcludedFromBuild>
  465. </ClCompile>
  466. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_ConnectedChildProcess.cpp">
  467. <ExcludedFromBuild>true</ExcludedFromBuild>
  468. </ClCompile>
  469. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_InterprocessConnection.cpp">
  470. <ExcludedFromBuild>true</ExcludedFromBuild>
  471. </ClCompile>
  472. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_InterprocessConnectionServer.cpp">
  473. <ExcludedFromBuild>true</ExcludedFromBuild>
  474. </ClCompile>
  475. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_ApplicationBase.cpp">
  476. <ExcludedFromBuild>true</ExcludedFromBuild>
  477. </ClCompile>
  478. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_DeletedAtShutdown.cpp">
  479. <ExcludedFromBuild>true</ExcludedFromBuild>
  480. </ClCompile>
  481. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_MessageListener.cpp">
  482. <ExcludedFromBuild>true</ExcludedFromBuild>
  483. </ClCompile>
  484. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_MessageManager.cpp">
  485. <ExcludedFromBuild>true</ExcludedFromBuild>
  486. </ClCompile>
  487. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_android_Messaging.cpp">
  488. <ExcludedFromBuild>true</ExcludedFromBuild>
  489. </ClCompile>
  490. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_linux_Messaging.cpp">
  491. <ExcludedFromBuild>true</ExcludedFromBuild>
  492. </ClCompile>
  493. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_win32_Messaging.cpp">
  494. <ExcludedFromBuild>true</ExcludedFromBuild>
  495. </ClCompile>
  496. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\timers\juce_MultiTimer.cpp">
  497. <ExcludedFromBuild>true</ExcludedFromBuild>
  498. </ClCompile>
  499. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\timers\juce_Timer.cpp">
  500. <ExcludedFromBuild>true</ExcludedFromBuild>
  501. </ClCompile>
  502. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_events\juce_events.cpp">
  503. <ExcludedFromBuild>true</ExcludedFromBuild>
  504. </ClCompile>
  505. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_Colour.cpp">
  506. <ExcludedFromBuild>true</ExcludedFromBuild>
  507. </ClCompile>
  508. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_ColourGradient.cpp">
  509. <ExcludedFromBuild>true</ExcludedFromBuild>
  510. </ClCompile>
  511. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_Colours.cpp">
  512. <ExcludedFromBuild>true</ExcludedFromBuild>
  513. </ClCompile>
  514. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_FillType.cpp">
  515. <ExcludedFromBuild>true</ExcludedFromBuild>
  516. </ClCompile>
  517. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_GraphicsContext.cpp">
  518. <ExcludedFromBuild>true</ExcludedFromBuild>
  519. </ClCompile>
  520. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_LowLevelGraphicsPostScriptRenderer.cpp">
  521. <ExcludedFromBuild>true</ExcludedFromBuild>
  522. </ClCompile>
  523. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_LowLevelGraphicsSoftwareRenderer.cpp">
  524. <ExcludedFromBuild>true</ExcludedFromBuild>
  525. </ClCompile>
  526. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\effects\juce_DropShadowEffect.cpp">
  527. <ExcludedFromBuild>true</ExcludedFromBuild>
  528. </ClCompile>
  529. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\effects\juce_GlowEffect.cpp">
  530. <ExcludedFromBuild>true</ExcludedFromBuild>
  531. </ClCompile>
  532. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_AttributedString.cpp">
  533. <ExcludedFromBuild>true</ExcludedFromBuild>
  534. </ClCompile>
  535. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_CustomTypeface.cpp">
  536. <ExcludedFromBuild>true</ExcludedFromBuild>
  537. </ClCompile>
  538. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_Font.cpp">
  539. <ExcludedFromBuild>true</ExcludedFromBuild>
  540. </ClCompile>
  541. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_GlyphArrangement.cpp">
  542. <ExcludedFromBuild>true</ExcludedFromBuild>
  543. </ClCompile>
  544. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_TextLayout.cpp">
  545. <ExcludedFromBuild>true</ExcludedFromBuild>
  546. </ClCompile>
  547. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_Typeface.cpp">
  548. <ExcludedFromBuild>true</ExcludedFromBuild>
  549. </ClCompile>
  550. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_AffineTransform.cpp">
  551. <ExcludedFromBuild>true</ExcludedFromBuild>
  552. </ClCompile>
  553. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_EdgeTable.cpp">
  554. <ExcludedFromBuild>true</ExcludedFromBuild>
  555. </ClCompile>
  556. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_Path.cpp">
  557. <ExcludedFromBuild>true</ExcludedFromBuild>
  558. </ClCompile>
  559. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_PathIterator.cpp">
  560. <ExcludedFromBuild>true</ExcludedFromBuild>
  561. </ClCompile>
  562. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_PathStrokeType.cpp">
  563. <ExcludedFromBuild>true</ExcludedFromBuild>
  564. </ClCompile>
  565. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcapimin.c">
  566. <ExcludedFromBuild>true</ExcludedFromBuild>
  567. </ClCompile>
  568. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcapistd.c">
  569. <ExcludedFromBuild>true</ExcludedFromBuild>
  570. </ClCompile>
  571. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jccoefct.c">
  572. <ExcludedFromBuild>true</ExcludedFromBuild>
  573. </ClCompile>
  574. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jccolor.c">
  575. <ExcludedFromBuild>true</ExcludedFromBuild>
  576. </ClCompile>
  577. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcdctmgr.c">
  578. <ExcludedFromBuild>true</ExcludedFromBuild>
  579. </ClCompile>
  580. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jchuff.c">
  581. <ExcludedFromBuild>true</ExcludedFromBuild>
  582. </ClCompile>
  583. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcinit.c">
  584. <ExcludedFromBuild>true</ExcludedFromBuild>
  585. </ClCompile>
  586. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcmainct.c">
  587. <ExcludedFromBuild>true</ExcludedFromBuild>
  588. </ClCompile>
  589. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcmarker.c">
  590. <ExcludedFromBuild>true</ExcludedFromBuild>
  591. </ClCompile>
  592. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcmaster.c">
  593. <ExcludedFromBuild>true</ExcludedFromBuild>
  594. </ClCompile>
  595. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcomapi.c">
  596. <ExcludedFromBuild>true</ExcludedFromBuild>
  597. </ClCompile>
  598. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcparam.c">
  599. <ExcludedFromBuild>true</ExcludedFromBuild>
  600. </ClCompile>
  601. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcphuff.c">
  602. <ExcludedFromBuild>true</ExcludedFromBuild>
  603. </ClCompile>
  604. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcprepct.c">
  605. <ExcludedFromBuild>true</ExcludedFromBuild>
  606. </ClCompile>
  607. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jcsample.c">
  608. <ExcludedFromBuild>true</ExcludedFromBuild>
  609. </ClCompile>
  610. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jctrans.c">
  611. <ExcludedFromBuild>true</ExcludedFromBuild>
  612. </ClCompile>
  613. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdapimin.c">
  614. <ExcludedFromBuild>true</ExcludedFromBuild>
  615. </ClCompile>
  616. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdapistd.c">
  617. <ExcludedFromBuild>true</ExcludedFromBuild>
  618. </ClCompile>
  619. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdatasrc.c">
  620. <ExcludedFromBuild>true</ExcludedFromBuild>
  621. </ClCompile>
  622. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdcoefct.c">
  623. <ExcludedFromBuild>true</ExcludedFromBuild>
  624. </ClCompile>
  625. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdcolor.c">
  626. <ExcludedFromBuild>true</ExcludedFromBuild>
  627. </ClCompile>
  628. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jddctmgr.c">
  629. <ExcludedFromBuild>true</ExcludedFromBuild>
  630. </ClCompile>
  631. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdhuff.c">
  632. <ExcludedFromBuild>true</ExcludedFromBuild>
  633. </ClCompile>
  634. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdinput.c">
  635. <ExcludedFromBuild>true</ExcludedFromBuild>
  636. </ClCompile>
  637. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdmainct.c">
  638. <ExcludedFromBuild>true</ExcludedFromBuild>
  639. </ClCompile>
  640. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdmarker.c">
  641. <ExcludedFromBuild>true</ExcludedFromBuild>
  642. </ClCompile>
  643. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdmaster.c">
  644. <ExcludedFromBuild>true</ExcludedFromBuild>
  645. </ClCompile>
  646. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdmerge.c">
  647. <ExcludedFromBuild>true</ExcludedFromBuild>
  648. </ClCompile>
  649. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdphuff.c">
  650. <ExcludedFromBuild>true</ExcludedFromBuild>
  651. </ClCompile>
  652. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdpostct.c">
  653. <ExcludedFromBuild>true</ExcludedFromBuild>
  654. </ClCompile>
  655. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdsample.c">
  656. <ExcludedFromBuild>true</ExcludedFromBuild>
  657. </ClCompile>
  658. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdtrans.c">
  659. <ExcludedFromBuild>true</ExcludedFromBuild>
  660. </ClCompile>
  661. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jerror.c">
  662. <ExcludedFromBuild>true</ExcludedFromBuild>
  663. </ClCompile>
  664. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jfdctflt.c">
  665. <ExcludedFromBuild>true</ExcludedFromBuild>
  666. </ClCompile>
  667. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jfdctfst.c">
  668. <ExcludedFromBuild>true</ExcludedFromBuild>
  669. </ClCompile>
  670. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jfdctint.c">
  671. <ExcludedFromBuild>true</ExcludedFromBuild>
  672. </ClCompile>
  673. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jidctflt.c">
  674. <ExcludedFromBuild>true</ExcludedFromBuild>
  675. </ClCompile>
  676. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jidctfst.c">
  677. <ExcludedFromBuild>true</ExcludedFromBuild>
  678. </ClCompile>
  679. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jidctint.c">
  680. <ExcludedFromBuild>true</ExcludedFromBuild>
  681. </ClCompile>
  682. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jidctred.c">
  683. <ExcludedFromBuild>true</ExcludedFromBuild>
  684. </ClCompile>
  685. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jmemmgr.c">
  686. <ExcludedFromBuild>true</ExcludedFromBuild>
  687. </ClCompile>
  688. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jmemnobs.c">
  689. <ExcludedFromBuild>true</ExcludedFromBuild>
  690. </ClCompile>
  691. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jquant1.c">
  692. <ExcludedFromBuild>true</ExcludedFromBuild>
  693. </ClCompile>
  694. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jquant2.c">
  695. <ExcludedFromBuild>true</ExcludedFromBuild>
  696. </ClCompile>
  697. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jutils.c">
  698. <ExcludedFromBuild>true</ExcludedFromBuild>
  699. </ClCompile>
  700. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\transupp.c">
  701. <ExcludedFromBuild>true</ExcludedFromBuild>
  702. </ClCompile>
  703. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\png.c">
  704. <ExcludedFromBuild>true</ExcludedFromBuild>
  705. </ClCompile>
  706. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngerror.c">
  707. <ExcludedFromBuild>true</ExcludedFromBuild>
  708. </ClCompile>
  709. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngget.c">
  710. <ExcludedFromBuild>true</ExcludedFromBuild>
  711. </ClCompile>
  712. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngmem.c">
  713. <ExcludedFromBuild>true</ExcludedFromBuild>
  714. </ClCompile>
  715. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngpread.c">
  716. <ExcludedFromBuild>true</ExcludedFromBuild>
  717. </ClCompile>
  718. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngread.c">
  719. <ExcludedFromBuild>true</ExcludedFromBuild>
  720. </ClCompile>
  721. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngrio.c">
  722. <ExcludedFromBuild>true</ExcludedFromBuild>
  723. </ClCompile>
  724. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngrtran.c">
  725. <ExcludedFromBuild>true</ExcludedFromBuild>
  726. </ClCompile>
  727. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngrutil.c">
  728. <ExcludedFromBuild>true</ExcludedFromBuild>
  729. </ClCompile>
  730. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngset.c">
  731. <ExcludedFromBuild>true</ExcludedFromBuild>
  732. </ClCompile>
  733. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngtrans.c">
  734. <ExcludedFromBuild>true</ExcludedFromBuild>
  735. </ClCompile>
  736. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngwio.c">
  737. <ExcludedFromBuild>true</ExcludedFromBuild>
  738. </ClCompile>
  739. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngwrite.c">
  740. <ExcludedFromBuild>true</ExcludedFromBuild>
  741. </ClCompile>
  742. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngwtran.c">
  743. <ExcludedFromBuild>true</ExcludedFromBuild>
  744. </ClCompile>
  745. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngwutil.c">
  746. <ExcludedFromBuild>true</ExcludedFromBuild>
  747. </ClCompile>
  748. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\juce_GIFLoader.cpp">
  749. <ExcludedFromBuild>true</ExcludedFromBuild>
  750. </ClCompile>
  751. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\juce_JPEGLoader.cpp">
  752. <ExcludedFromBuild>true</ExcludedFromBuild>
  753. </ClCompile>
  754. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\juce_PNGLoader.cpp">
  755. <ExcludedFromBuild>true</ExcludedFromBuild>
  756. </ClCompile>
  757. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_Image.cpp">
  758. <ExcludedFromBuild>true</ExcludedFromBuild>
  759. </ClCompile>
  760. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageCache.cpp">
  761. <ExcludedFromBuild>true</ExcludedFromBuild>
  762. </ClCompile>
  763. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageConvolutionKernel.cpp">
  764. <ExcludedFromBuild>true</ExcludedFromBuild>
  765. </ClCompile>
  766. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageFileFormat.cpp">
  767. <ExcludedFromBuild>true</ExcludedFromBuild>
  768. </ClCompile>
  769. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_android_Fonts.cpp">
  770. <ExcludedFromBuild>true</ExcludedFromBuild>
  771. </ClCompile>
  772. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_android_GraphicsContext.cpp">
  773. <ExcludedFromBuild>true</ExcludedFromBuild>
  774. </ClCompile>
  775. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_freetype_Fonts.cpp">
  776. <ExcludedFromBuild>true</ExcludedFromBuild>
  777. </ClCompile>
  778. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_linux_Fonts.cpp">
  779. <ExcludedFromBuild>true</ExcludedFromBuild>
  780. </ClCompile>
  781. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_win32_Direct2DGraphicsContext.cpp">
  782. <ExcludedFromBuild>true</ExcludedFromBuild>
  783. </ClCompile>
  784. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_win32_DirectWriteTypeface.cpp">
  785. <ExcludedFromBuild>true</ExcludedFromBuild>
  786. </ClCompile>
  787. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_win32_DirectWriteTypeLayout.cpp">
  788. <ExcludedFromBuild>true</ExcludedFromBuild>
  789. </ClCompile>
  790. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_win32_Fonts.cpp">
  791. <ExcludedFromBuild>true</ExcludedFromBuild>
  792. </ClCompile>
  793. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\placement\juce_RectanglePlacement.cpp">
  794. <ExcludedFromBuild>true</ExcludedFromBuild>
  795. </ClCompile>
  796. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_graphics\juce_graphics.cpp">
  797. <ExcludedFromBuild>true</ExcludedFromBuild>
  798. </ClCompile>
  799. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\application\juce_Application.cpp">
  800. <ExcludedFromBuild>true</ExcludedFromBuild>
  801. </ClCompile>
  802. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ArrowButton.cpp">
  803. <ExcludedFromBuild>true</ExcludedFromBuild>
  804. </ClCompile>
  805. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_Button.cpp">
  806. <ExcludedFromBuild>true</ExcludedFromBuild>
  807. </ClCompile>
  808. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_DrawableButton.cpp">
  809. <ExcludedFromBuild>true</ExcludedFromBuild>
  810. </ClCompile>
  811. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_HyperlinkButton.cpp">
  812. <ExcludedFromBuild>true</ExcludedFromBuild>
  813. </ClCompile>
  814. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ImageButton.cpp">
  815. <ExcludedFromBuild>true</ExcludedFromBuild>
  816. </ClCompile>
  817. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ShapeButton.cpp">
  818. <ExcludedFromBuild>true</ExcludedFromBuild>
  819. </ClCompile>
  820. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_TextButton.cpp">
  821. <ExcludedFromBuild>true</ExcludedFromBuild>
  822. </ClCompile>
  823. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ToggleButton.cpp">
  824. <ExcludedFromBuild>true</ExcludedFromBuild>
  825. </ClCompile>
  826. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ToolbarButton.cpp">
  827. <ExcludedFromBuild>true</ExcludedFromBuild>
  828. </ClCompile>
  829. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandInfo.cpp">
  830. <ExcludedFromBuild>true</ExcludedFromBuild>
  831. </ClCompile>
  832. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandManager.cpp">
  833. <ExcludedFromBuild>true</ExcludedFromBuild>
  834. </ClCompile>
  835. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandTarget.cpp">
  836. <ExcludedFromBuild>true</ExcludedFromBuild>
  837. </ClCompile>
  838. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_KeyPressMappingSet.cpp">
  839. <ExcludedFromBuild>true</ExcludedFromBuild>
  840. </ClCompile>
  841. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_Component.cpp">
  842. <ExcludedFromBuild>true</ExcludedFromBuild>
  843. </ClCompile>
  844. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_ComponentListener.cpp">
  845. <ExcludedFromBuild>true</ExcludedFromBuild>
  846. </ClCompile>
  847. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_Desktop.cpp">
  848. <ExcludedFromBuild>true</ExcludedFromBuild>
  849. </ClCompile>
  850. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_ModalComponentManager.cpp">
  851. <ExcludedFromBuild>true</ExcludedFromBuild>
  852. </ClCompile>
  853. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_Drawable.cpp">
  854. <ExcludedFromBuild>true</ExcludedFromBuild>
  855. </ClCompile>
  856. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableComposite.cpp">
  857. <ExcludedFromBuild>true</ExcludedFromBuild>
  858. </ClCompile>
  859. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableImage.cpp">
  860. <ExcludedFromBuild>true</ExcludedFromBuild>
  861. </ClCompile>
  862. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawablePath.cpp">
  863. <ExcludedFromBuild>true</ExcludedFromBuild>
  864. </ClCompile>
  865. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableRectangle.cpp">
  866. <ExcludedFromBuild>true</ExcludedFromBuild>
  867. </ClCompile>
  868. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableShape.cpp">
  869. <ExcludedFromBuild>true</ExcludedFromBuild>
  870. </ClCompile>
  871. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableText.cpp">
  872. <ExcludedFromBuild>true</ExcludedFromBuild>
  873. </ClCompile>
  874. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_SVGParser.cpp">
  875. <ExcludedFromBuild>true</ExcludedFromBuild>
  876. </ClCompile>
  877. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsDisplayComponent.cpp">
  878. <ExcludedFromBuild>true</ExcludedFromBuild>
  879. </ClCompile>
  880. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsList.cpp">
  881. <ExcludedFromBuild>true</ExcludedFromBuild>
  882. </ClCompile>
  883. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileBrowserComponent.cpp">
  884. <ExcludedFromBuild>true</ExcludedFromBuild>
  885. </ClCompile>
  886. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileChooser.cpp">
  887. <ExcludedFromBuild>true</ExcludedFromBuild>
  888. </ClCompile>
  889. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileChooserDialogBox.cpp">
  890. <ExcludedFromBuild>true</ExcludedFromBuild>
  891. </ClCompile>
  892. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileListComponent.cpp">
  893. <ExcludedFromBuild>true</ExcludedFromBuild>
  894. </ClCompile>
  895. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FilenameComponent.cpp">
  896. <ExcludedFromBuild>true</ExcludedFromBuild>
  897. </ClCompile>
  898. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileSearchPathListComponent.cpp">
  899. <ExcludedFromBuild>true</ExcludedFromBuild>
  900. </ClCompile>
  901. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileTreeComponent.cpp">
  902. <ExcludedFromBuild>true</ExcludedFromBuild>
  903. </ClCompile>
  904. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_ImagePreviewComponent.cpp">
  905. <ExcludedFromBuild>true</ExcludedFromBuild>
  906. </ClCompile>
  907. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_CaretComponent.cpp">
  908. <ExcludedFromBuild>true</ExcludedFromBuild>
  909. </ClCompile>
  910. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyboardFocusTraverser.cpp">
  911. <ExcludedFromBuild>true</ExcludedFromBuild>
  912. </ClCompile>
  913. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyListener.cpp">
  914. <ExcludedFromBuild>true</ExcludedFromBuild>
  915. </ClCompile>
  916. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyPress.cpp">
  917. <ExcludedFromBuild>true</ExcludedFromBuild>
  918. </ClCompile>
  919. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_ModifierKeys.cpp">
  920. <ExcludedFromBuild>true</ExcludedFromBuild>
  921. </ClCompile>
  922. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentAnimator.cpp">
  923. <ExcludedFromBuild>true</ExcludedFromBuild>
  924. </ClCompile>
  925. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentBoundsConstrainer.cpp">
  926. <ExcludedFromBuild>true</ExcludedFromBuild>
  927. </ClCompile>
  928. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentBuilder.cpp">
  929. <ExcludedFromBuild>true</ExcludedFromBuild>
  930. </ClCompile>
  931. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentMovementWatcher.cpp">
  932. <ExcludedFromBuild>true</ExcludedFromBuild>
  933. </ClCompile>
  934. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ConcertinaPanel.cpp">
  935. <ExcludedFromBuild>true</ExcludedFromBuild>
  936. </ClCompile>
  937. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_GroupComponent.cpp">
  938. <ExcludedFromBuild>true</ExcludedFromBuild>
  939. </ClCompile>
  940. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_MultiDocumentPanel.cpp">
  941. <ExcludedFromBuild>true</ExcludedFromBuild>
  942. </ClCompile>
  943. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableBorderComponent.cpp">
  944. <ExcludedFromBuild>true</ExcludedFromBuild>
  945. </ClCompile>
  946. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableCornerComponent.cpp">
  947. <ExcludedFromBuild>true</ExcludedFromBuild>
  948. </ClCompile>
  949. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableEdgeComponent.cpp">
  950. <ExcludedFromBuild>true</ExcludedFromBuild>
  951. </ClCompile>
  952. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ScrollBar.cpp">
  953. <ExcludedFromBuild>true</ExcludedFromBuild>
  954. </ClCompile>
  955. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableLayoutManager.cpp">
  956. <ExcludedFromBuild>true</ExcludedFromBuild>
  957. </ClCompile>
  958. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableLayoutResizerBar.cpp">
  959. <ExcludedFromBuild>true</ExcludedFromBuild>
  960. </ClCompile>
  961. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableObjectResizer.cpp">
  962. <ExcludedFromBuild>true</ExcludedFromBuild>
  963. </ClCompile>
  964. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_TabbedButtonBar.cpp">
  965. <ExcludedFromBuild>true</ExcludedFromBuild>
  966. </ClCompile>
  967. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_TabbedComponent.cpp">
  968. <ExcludedFromBuild>true</ExcludedFromBuild>
  969. </ClCompile>
  970. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_Viewport.cpp">
  971. <ExcludedFromBuild>true</ExcludedFromBuild>
  972. </ClCompile>
  973. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel.cpp">
  974. <ExcludedFromBuild>true</ExcludedFromBuild>
  975. </ClCompile>
  976. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V1.cpp">
  977. <ExcludedFromBuild>true</ExcludedFromBuild>
  978. </ClCompile>
  979. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V2.cpp">
  980. <ExcludedFromBuild>true</ExcludedFromBuild>
  981. </ClCompile>
  982. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V3.cpp">
  983. <ExcludedFromBuild>true</ExcludedFromBuild>
  984. </ClCompile>
  985. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_MenuBarComponent.cpp">
  986. <ExcludedFromBuild>true</ExcludedFromBuild>
  987. </ClCompile>
  988. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_MenuBarModel.cpp">
  989. <ExcludedFromBuild>true</ExcludedFromBuild>
  990. </ClCompile>
  991. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_PopupMenu.cpp">
  992. <ExcludedFromBuild>true</ExcludedFromBuild>
  993. </ClCompile>
  994. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\misc\juce_BubbleComponent.cpp">
  995. <ExcludedFromBuild>true</ExcludedFromBuild>
  996. </ClCompile>
  997. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\misc\juce_DropShadower.cpp">
  998. <ExcludedFromBuild>true</ExcludedFromBuild>
  999. </ClCompile>
  1000. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_ComponentDragger.cpp">
  1001. <ExcludedFromBuild>true</ExcludedFromBuild>
  1002. </ClCompile>
  1003. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_DragAndDropContainer.cpp">
  1004. <ExcludedFromBuild>true</ExcludedFromBuild>
  1005. </ClCompile>
  1006. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseCursor.cpp">
  1007. <ExcludedFromBuild>true</ExcludedFromBuild>
  1008. </ClCompile>
  1009. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseEvent.cpp">
  1010. <ExcludedFromBuild>true</ExcludedFromBuild>
  1011. </ClCompile>
  1012. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseInactivityDetector.cpp">
  1013. <ExcludedFromBuild>true</ExcludedFromBuild>
  1014. </ClCompile>
  1015. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseInputSource.cpp">
  1016. <ExcludedFromBuild>true</ExcludedFromBuild>
  1017. </ClCompile>
  1018. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseListener.cpp">
  1019. <ExcludedFromBuild>true</ExcludedFromBuild>
  1020. </ClCompile>
  1021. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
  1022. <ExcludedFromBuild>true</ExcludedFromBuild>
  1023. </ClCompile>
  1024. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
  1025. <ExcludedFromBuild>true</ExcludedFromBuild>
  1026. </ClCompile>
  1027. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_linux_Clipboard.cpp">
  1028. <ExcludedFromBuild>true</ExcludedFromBuild>
  1029. </ClCompile>
  1030. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
  1031. <ExcludedFromBuild>true</ExcludedFromBuild>
  1032. </ClCompile>
  1033. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
  1034. <ExcludedFromBuild>true</ExcludedFromBuild>
  1035. </ClCompile>
  1036. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_win32_DragAndDrop.cpp">
  1037. <ExcludedFromBuild>true</ExcludedFromBuild>
  1038. </ClCompile>
  1039. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
  1040. <ExcludedFromBuild>true</ExcludedFromBuild>
  1041. </ClCompile>
  1042. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
  1043. <ExcludedFromBuild>true</ExcludedFromBuild>
  1044. </ClCompile>
  1045. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_MarkerList.cpp">
  1046. <ExcludedFromBuild>true</ExcludedFromBuild>
  1047. </ClCompile>
  1048. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeCoordinate.cpp">
  1049. <ExcludedFromBuild>true</ExcludedFromBuild>
  1050. </ClCompile>
  1051. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeCoordinatePositioner.cpp">
  1052. <ExcludedFromBuild>true</ExcludedFromBuild>
  1053. </ClCompile>
  1054. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeParallelogram.cpp">
  1055. <ExcludedFromBuild>true</ExcludedFromBuild>
  1056. </ClCompile>
  1057. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativePoint.cpp">
  1058. <ExcludedFromBuild>true</ExcludedFromBuild>
  1059. </ClCompile>
  1060. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativePointPath.cpp">
  1061. <ExcludedFromBuild>true</ExcludedFromBuild>
  1062. </ClCompile>
  1063. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeRectangle.cpp">
  1064. <ExcludedFromBuild>true</ExcludedFromBuild>
  1065. </ClCompile>
  1066. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.cpp">
  1067. <ExcludedFromBuild>true</ExcludedFromBuild>
  1068. </ClCompile>
  1069. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.cpp">
  1070. <ExcludedFromBuild>true</ExcludedFromBuild>
  1071. </ClCompile>
  1072. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
  1073. <ExcludedFromBuild>true</ExcludedFromBuild>
  1074. </ClCompile>
  1075. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
  1076. <ExcludedFromBuild>true</ExcludedFromBuild>
  1077. </ClCompile>
  1078. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_PropertyPanel.cpp">
  1079. <ExcludedFromBuild>true</ExcludedFromBuild>
  1080. </ClCompile>
  1081. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.cpp">
  1082. <ExcludedFromBuild>true</ExcludedFromBuild>
  1083. </ClCompile>
  1084. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_TextPropertyComponent.cpp">
  1085. <ExcludedFromBuild>true</ExcludedFromBuild>
  1086. </ClCompile>
  1087. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ComboBox.cpp">
  1088. <ExcludedFromBuild>true</ExcludedFromBuild>
  1089. </ClCompile>
  1090. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ImageComponent.cpp">
  1091. <ExcludedFromBuild>true</ExcludedFromBuild>
  1092. </ClCompile>
  1093. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Label.cpp">
  1094. <ExcludedFromBuild>true</ExcludedFromBuild>
  1095. </ClCompile>
  1096. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ListBox.cpp">
  1097. <ExcludedFromBuild>true</ExcludedFromBuild>
  1098. </ClCompile>
  1099. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ProgressBar.cpp">
  1100. <ExcludedFromBuild>true</ExcludedFromBuild>
  1101. </ClCompile>
  1102. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Slider.cpp">
  1103. <ExcludedFromBuild>true</ExcludedFromBuild>
  1104. </ClCompile>
  1105. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TableHeaderComponent.cpp">
  1106. <ExcludedFromBuild>true</ExcludedFromBuild>
  1107. </ClCompile>
  1108. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TableListBox.cpp">
  1109. <ExcludedFromBuild>true</ExcludedFromBuild>
  1110. </ClCompile>
  1111. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TextEditor.cpp">
  1112. <ExcludedFromBuild>true</ExcludedFromBuild>
  1113. </ClCompile>
  1114. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Toolbar.cpp">
  1115. <ExcludedFromBuild>true</ExcludedFromBuild>
  1116. </ClCompile>
  1117. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ToolbarItemComponent.cpp">
  1118. <ExcludedFromBuild>true</ExcludedFromBuild>
  1119. </ClCompile>
  1120. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ToolbarItemPalette.cpp">
  1121. <ExcludedFromBuild>true</ExcludedFromBuild>
  1122. </ClCompile>
  1123. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TreeView.cpp">
  1124. <ExcludedFromBuild>true</ExcludedFromBuild>
  1125. </ClCompile>
  1126. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_AlertWindow.cpp">
  1127. <ExcludedFromBuild>true</ExcludedFromBuild>
  1128. </ClCompile>
  1129. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_CallOutBox.cpp">
  1130. <ExcludedFromBuild>true</ExcludedFromBuild>
  1131. </ClCompile>
  1132. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ComponentPeer.cpp">
  1133. <ExcludedFromBuild>true</ExcludedFromBuild>
  1134. </ClCompile>
  1135. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_DialogWindow.cpp">
  1136. <ExcludedFromBuild>true</ExcludedFromBuild>
  1137. </ClCompile>
  1138. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
  1139. <ExcludedFromBuild>true</ExcludedFromBuild>
  1140. </ClCompile>
  1141. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
  1142. <ExcludedFromBuild>true</ExcludedFromBuild>
  1143. </ClCompile>
  1144. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
  1145. <ExcludedFromBuild>true</ExcludedFromBuild>
  1146. </ClCompile>
  1147. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_TooltipWindow.cpp">
  1148. <ExcludedFromBuild>true</ExcludedFromBuild>
  1149. </ClCompile>
  1150. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_TopLevelWindow.cpp">
  1151. <ExcludedFromBuild>true</ExcludedFromBuild>
  1152. </ClCompile>
  1153. <ClCompile Include="..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp">
  1154. <ExcludedFromBuild>true</ExcludedFromBuild>
  1155. </ClCompile>
  1156. <ClCompile Include="..\..\JuceLibraryCode\BinaryData.cpp"/>
  1157. <ClCompile Include="..\..\JuceLibraryCode\juce_core.cpp"/>
  1158. <ClCompile Include="..\..\JuceLibraryCode\juce_data_structures.cpp"/>
  1159. <ClCompile Include="..\..\JuceLibraryCode\juce_events.cpp"/>
  1160. <ClCompile Include="..\..\JuceLibraryCode\juce_graphics.cpp"/>
  1161. <ClCompile Include="..\..\JuceLibraryCode\juce_gui_basics.cpp"/>
  1162. </ItemGroup>
  1163. <ItemGroup>
  1164. <ClInclude Include="..\..\Source\Constants\AppConstants.h"/>
  1165. <ClInclude Include="..\..\Source\Constants\ConfigConstants.h"/>
  1166. <ClInclude Include="..\..\Source\Constants\Constants.h"/>
  1167. <ClInclude Include="..\..\Source\Constants\GstConstants.h"/>
  1168. <ClInclude Include="..\..\Source\Constants\GuiConstants.h"/>
  1169. <ClInclude Include="..\..\Source\Constants\IrcConstants.h"/>
  1170. <ClInclude Include="..\..\Source\Controllers\AvCaster.h"/>
  1171. <ClInclude Include="..\..\Source\Controllers\Gstreamer.h"/>
  1172. <ClInclude Include="..\..\Source\Controllers\IrcClient.h"/>
  1173. <ClInclude Include="..\..\Source\Models\AvCasterStore.h"/>
  1174. <ClInclude Include="..\..\Source\Models\Seeds.h"/>
  1175. <ClInclude Include="..\..\Source\Trace\Trace.h"/>
  1176. <ClInclude Include="..\..\Source\Trace\TraceAvCaster.h"/>
  1177. <ClInclude Include="..\..\Source\Trace\TraceAvCasterStore.h"/>
  1178. <ClInclude Include="..\..\Source\Trace\TraceChat.h"/>
  1179. <ClInclude Include="..\..\Source\Trace\TraceConfig.h"/>
  1180. <ClInclude Include="..\..\Source\Trace\TraceGstreamer.h"/>
  1181. <ClInclude Include="..\..\Source\Trace\TraceIrcClient.h"/>
  1182. <ClInclude Include="..\..\Source\Trace\TraceMain.h"/>
  1183. <ClInclude Include="..\..\Source\Views\Background.h"/>
  1184. <ClInclude Include="..\..\Source\Views\Chat.h"/>
  1185. <ClInclude Include="..\..\Source\Views\ChatList.h"/>
  1186. <ClInclude Include="..\..\Source\Views\ChatListItem.h"/>
  1187. <ClInclude Include="..\..\Source\Views\Config.h"/>
  1188. <ClInclude Include="..\..\Source\Views\ConfigAudio.h"/>
  1189. <ClInclude Include="..\..\Source\Views\ConfigCamera.h"/>
  1190. <ClInclude Include="..\..\Source\Views\ConfigChat.h"/>
  1191. <ClInclude Include="..\..\Source\Views\ConfigImage.h"/>
  1192. <ClInclude Include="..\..\Source\Views\ConfigOutput.h"/>
  1193. <ClInclude Include="..\..\Source\Views\ConfigScreen.h"/>
  1194. <ClInclude Include="..\..\Source\Views\ConfigText.h"/>
  1195. <ClInclude Include="..\..\Source\Views\Controls.h"/>
  1196. <ClInclude Include="..\..\Source\Views\MainContent.h"/>
  1197. <ClInclude Include="..\..\Source\Views\Presets.h"/>
  1198. <ClInclude Include="..\..\Source\Views\Preview.h"/>
  1199. <ClInclude Include="..\..\Source\Views\Statusbar.h"/>
  1200. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_AbstractFifo.h"/>
  1201. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_Array.h"/>
  1202. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_ArrayAllocationBase.h"/>
  1203. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_DynamicObject.h"/>
  1204. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_ElementComparator.h"/>
  1205. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_HashMap.h"/>
  1206. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_LinkedListPointer.h"/>
  1207. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_ListenerList.h"/>
  1208. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_NamedValueSet.h"/>
  1209. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_OwnedArray.h"/>
  1210. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_PropertySet.h"/>
  1211. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_ReferenceCountedArray.h"/>
  1212. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_ScopedValueSetter.h"/>
  1213. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_SortedSet.h"/>
  1214. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_SparseSet.h"/>
  1215. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\containers\juce_Variant.h"/>
  1216. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_DirectoryIterator.h"/>
  1217. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_File.h"/>
  1218. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileFilter.h"/>
  1219. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileInputStream.h"/>
  1220. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileOutputStream.h"/>
  1221. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_FileSearchPath.h"/>
  1222. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_MemoryMappedFile.h"/>
  1223. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_TemporaryFile.h"/>
  1224. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\files\juce_WildcardFileFilter.h"/>
  1225. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\javascript\juce_Javascript.h"/>
  1226. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\javascript\juce_JSON.h"/>
  1227. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\logging\juce_FileLogger.h"/>
  1228. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\logging\juce_Logger.h"/>
  1229. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_BigInteger.h"/>
  1230. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_Expression.h"/>
  1231. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_MathsFunctions.h"/>
  1232. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_NormalisableRange.h"/>
  1233. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_Random.h"/>
  1234. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_Range.h"/>
  1235. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\maths\juce_StatisticsAccumulator.h"/>
  1236. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_Atomic.h"/>
  1237. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_ByteOrder.h"/>
  1238. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_ContainerDeletePolicy.h"/>
  1239. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_HeapBlock.h"/>
  1240. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_LeakedObjectDetector.h"/>
  1241. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_Memory.h"/>
  1242. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_MemoryBlock.h"/>
  1243. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_OptionalScopedPointer.h"/>
  1244. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_ReferenceCountedObject.h"/>
  1245. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_ScopedPointer.h"/>
  1246. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_SharedResourcePointer.h"/>
  1247. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_Singleton.h"/>
  1248. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\memory\juce_WeakReference.h"/>
  1249. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_Result.h"/>
  1250. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_RuntimePermissions.h"/>
  1251. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_Uuid.h"/>
  1252. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\misc\juce_WindowsRegistry.h"/>
  1253. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_android_JNIHelpers.h"/>
  1254. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_BasicNativeHeaders.h"/>
  1255. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_mac_ClangBugWorkaround.h"/>
  1256. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_osx_ObjCHelpers.h"/>
  1257. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_posix_SharedCode.h"/>
  1258. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\native\juce_win32_ComSmartPtr.h"/>
  1259. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_IPAddress.h"/>
  1260. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_MACAddress.h"/>
  1261. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_NamedPipe.h"/>
  1262. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_Socket.h"/>
  1263. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\network\juce_URL.h"/>
  1264. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_BufferedInputStream.h"/>
  1265. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_FileInputSource.h"/>
  1266. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_InputSource.h"/>
  1267. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_InputStream.h"/>
  1268. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_MemoryInputStream.h"/>
  1269. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_MemoryOutputStream.h"/>
  1270. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_OutputStream.h"/>
  1271. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\streams\juce_SubregionStream.h"/>
  1272. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_CompilerSupport.h"/>
  1273. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_PlatformDefs.h"/>
  1274. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_StandardHeader.h"/>
  1275. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_SystemStats.h"/>
  1276. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\system\juce_TargetPlatform.h"/>
  1277. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_Base64.h"/>
  1278. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharacterFunctions.h"/>
  1279. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharPointer_ASCII.h"/>
  1280. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharPointer_UTF8.h"/>
  1281. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharPointer_UTF16.h"/>
  1282. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_CharPointer_UTF32.h"/>
  1283. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_Identifier.h"/>
  1284. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_LocalisedStrings.h"/>
  1285. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_NewLine.h"/>
  1286. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_String.h"/>
  1287. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringArray.h"/>
  1288. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringPairArray.h"/>
  1289. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringPool.h"/>
  1290. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_StringRef.h"/>
  1291. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\text\juce_TextDiff.h"/>
  1292. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ChildProcess.h"/>
  1293. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_CriticalSection.h"/>
  1294. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_DynamicLibrary.h"/>
  1295. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_HighResolutionTimer.h"/>
  1296. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_InterProcessLock.h"/>
  1297. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_Process.h"/>
  1298. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ReadWriteLock.h"/>
  1299. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ScopedLock.h"/>
  1300. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ScopedReadLock.h"/>
  1301. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ScopedWriteLock.h"/>
  1302. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_SpinLock.h"/>
  1303. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_Thread.h"/>
  1304. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ThreadLocalValue.h"/>
  1305. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_ThreadPool.h"/>
  1306. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_TimeSliceThread.h"/>
  1307. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\threads\juce_WaitableEvent.h"/>
  1308. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_PerformanceCounter.h"/>
  1309. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_RelativeTime.h"/>
  1310. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\time\juce_Time.h"/>
  1311. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\unit_tests\juce_UnitTest.h"/>
  1312. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\xml\juce_XmlDocument.h"/>
  1313. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\xml\juce_XmlElement.h"/>
  1314. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\crc32.h"/>
  1315. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\deflate.h"/>
  1316. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\inffast.h"/>
  1317. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\inffixed.h"/>
  1318. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\inflate.h"/>
  1319. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\inftrees.h"/>
  1320. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\trees.h"/>
  1321. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\zconf.h"/>
  1322. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\zconf.in.h"/>
  1323. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\zlib.h"/>
  1324. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\zlib\zutil.h"/>
  1325. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_GZIPCompressorOutputStream.h"/>
  1326. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_GZIPDecompressorInputStream.h"/>
  1327. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\zip\juce_ZipFile.h"/>
  1328. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_core\juce_core.h"/>
  1329. <ClInclude Include="..\..\..\juce\modules\juce_core\juce_core.h"/>
  1330. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_ApplicationProperties.h"/>
  1331. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_PropertiesFile.h"/>
  1332. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoableAction.h"/>
  1333. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\undomanager\juce_UndoManager.h"/>
  1334. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_CachedValue.h"/>
  1335. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_Value.h"/>
  1336. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTree.h"/>
  1337. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.h"/>
  1338. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_data_structures\juce_data_structures.h"/>
  1339. <ClInclude Include="..\..\..\juce\modules\juce_data_structures\juce_data_structures.h"/>
  1340. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ActionBroadcaster.h"/>
  1341. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ActionListener.h"/>
  1342. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_AsyncUpdater.h"/>
  1343. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ChangeBroadcaster.h"/>
  1344. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\broadcasters\juce_ChangeListener.h"/>
  1345. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_ConnectedChildProcess.h"/>
  1346. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_InterprocessConnection.h"/>
  1347. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\interprocess\juce_InterprocessConnectionServer.h"/>
  1348. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_ApplicationBase.h"/>
  1349. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_CallbackMessage.h"/>
  1350. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_DeletedAtShutdown.h"/>
  1351. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_Initialisation.h"/>
  1352. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_Message.h"/>
  1353. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_MessageListener.h"/>
  1354. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_MessageManager.h"/>
  1355. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_MountedVolumeListChangeDetector.h"/>
  1356. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\messages\juce_NotificationType.h"/>
  1357. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_osx_MessageQueue.h"/>
  1358. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_ScopedXLock.h"/>
  1359. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\native\juce_win32_HiddenMessageWindow.h"/>
  1360. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\timers\juce_MultiTimer.h"/>
  1361. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\timers\juce_Timer.h"/>
  1362. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_events\juce_events.h"/>
  1363. <ClInclude Include="..\..\..\juce\modules\juce_events\juce_events.h"/>
  1364. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_Colour.h"/>
  1365. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_ColourGradient.h"/>
  1366. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_Colours.h"/>
  1367. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_FillType.h"/>
  1368. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\colour\juce_PixelFormats.h"/>
  1369. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_GraphicsContext.h"/>
  1370. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_LowLevelGraphicsContext.h"/>
  1371. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_LowLevelGraphicsPostScriptRenderer.h"/>
  1372. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\contexts\juce_LowLevelGraphicsSoftwareRenderer.h"/>
  1373. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\effects\juce_DropShadowEffect.h"/>
  1374. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\effects\juce_GlowEffect.h"/>
  1375. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\effects\juce_ImageEffectFilter.h"/>
  1376. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_AttributedString.h"/>
  1377. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_CustomTypeface.h"/>
  1378. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_Font.h"/>
  1379. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_GlyphArrangement.h"/>
  1380. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_TextLayout.h"/>
  1381. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\fonts\juce_Typeface.h"/>
  1382. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_AffineTransform.h"/>
  1383. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_BorderSize.h"/>
  1384. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_EdgeTable.h"/>
  1385. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_Line.h"/>
  1386. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_Path.h"/>
  1387. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_PathIterator.h"/>
  1388. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_PathStrokeType.h"/>
  1389. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_Point.h"/>
  1390. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_Rectangle.h"/>
  1391. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\geometry\juce_RectangleList.h"/>
  1392. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\cderror.h"/>
  1393. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jchuff.h"/>
  1394. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jconfig.h"/>
  1395. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdct.h"/>
  1396. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jdhuff.h"/>
  1397. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jerror.h"/>
  1398. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jinclude.h"/>
  1399. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jmemsys.h"/>
  1400. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jmorecfg.h"/>
  1401. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jpegint.h"/>
  1402. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jpeglib.h"/>
  1403. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\jversion.h"/>
  1404. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\transupp.h"/>
  1405. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\png.h"/>
  1406. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngconf.h"/>
  1407. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pnginfo.h"/>
  1408. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngpriv.h"/>
  1409. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\pngstruct.h"/>
  1410. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_Image.h"/>
  1411. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageCache.h"/>
  1412. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageConvolutionKernel.h"/>
  1413. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\images\juce_ImageFileFormat.h"/>
  1414. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_mac_CoreGraphicsContext.h"/>
  1415. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_mac_CoreGraphicsHelpers.h"/>
  1416. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\native\juce_RenderingHelpers.h"/>
  1417. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\placement\juce_Justification.h"/>
  1418. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\placement\juce_RectanglePlacement.h"/>
  1419. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_graphics\juce_graphics.h"/>
  1420. <ClInclude Include="..\..\..\juce\modules\juce_graphics\juce_graphics.h"/>
  1421. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\application\juce_Application.h"/>
  1422. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ArrowButton.h"/>
  1423. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_Button.h"/>
  1424. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_DrawableButton.h"/>
  1425. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_HyperlinkButton.h"/>
  1426. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ImageButton.h"/>
  1427. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ShapeButton.h"/>
  1428. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_TextButton.h"/>
  1429. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ToggleButton.h"/>
  1430. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\buttons\juce_ToolbarButton.h"/>
  1431. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandID.h"/>
  1432. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandInfo.h"/>
  1433. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandManager.h"/>
  1434. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_ApplicationCommandTarget.h"/>
  1435. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\commands\juce_KeyPressMappingSet.h"/>
  1436. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_CachedComponentImage.h"/>
  1437. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_Component.h"/>
  1438. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_ComponentListener.h"/>
  1439. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_Desktop.h"/>
  1440. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\components\juce_ModalComponentManager.h"/>
  1441. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_Drawable.h"/>
  1442. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableComposite.h"/>
  1443. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableImage.h"/>
  1444. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawablePath.h"/>
  1445. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableRectangle.h"/>
  1446. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableShape.h"/>
  1447. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\drawables\juce_DrawableText.h"/>
  1448. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsDisplayComponent.h"/>
  1449. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_DirectoryContentsList.h"/>
  1450. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileBrowserComponent.h"/>
  1451. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileBrowserListener.h"/>
  1452. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileChooser.h"/>
  1453. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileChooserDialogBox.h"/>
  1454. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileListComponent.h"/>
  1455. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FilenameComponent.h"/>
  1456. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FilePreviewComponent.h"/>
  1457. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileSearchPathListComponent.h"/>
  1458. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_FileTreeComponent.h"/>
  1459. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\filebrowser\juce_ImagePreviewComponent.h"/>
  1460. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_CaretComponent.h"/>
  1461. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyboardFocusTraverser.h"/>
  1462. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyListener.h"/>
  1463. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_KeyPress.h"/>
  1464. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_ModifierKeys.h"/>
  1465. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_SystemClipboard.h"/>
  1466. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_TextEditorKeyMapper.h"/>
  1467. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\keyboard\juce_TextInputTarget.h"/>
  1468. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_AnimatedPosition.h"/>
  1469. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_AnimatedPositionBehaviours.h"/>
  1470. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentAnimator.h"/>
  1471. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentBoundsConstrainer.h"/>
  1472. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentBuilder.h"/>
  1473. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ComponentMovementWatcher.h"/>
  1474. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ConcertinaPanel.h"/>
  1475. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_GroupComponent.h"/>
  1476. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_MultiDocumentPanel.h"/>
  1477. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableBorderComponent.h"/>
  1478. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableCornerComponent.h"/>
  1479. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ResizableEdgeComponent.h"/>
  1480. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_ScrollBar.h"/>
  1481. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableLayoutManager.h"/>
  1482. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableLayoutResizerBar.h"/>
  1483. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_StretchableObjectResizer.h"/>
  1484. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_TabbedButtonBar.h"/>
  1485. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_TabbedComponent.h"/>
  1486. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\layout\juce_Viewport.h"/>
  1487. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel.h"/>
  1488. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V1.h"/>
  1489. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V2.h"/>
  1490. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V3.h"/>
  1491. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_MenuBarComponent.h"/>
  1492. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_MenuBarModel.h"/>
  1493. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\menus\juce_PopupMenu.h"/>
  1494. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\misc\juce_BubbleComponent.h"/>
  1495. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\misc\juce_DropShadower.h"/>
  1496. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_ComponentDragger.h"/>
  1497. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_DragAndDropContainer.h"/>
  1498. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_DragAndDropTarget.h"/>
  1499. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_FileDragAndDropTarget.h"/>
  1500. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_LassoComponent.h"/>
  1501. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseCursor.h"/>
  1502. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseEvent.h"/>
  1503. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseInactivityDetector.h"/>
  1504. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseInputSource.h"/>
  1505. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_MouseListener.h"/>
  1506. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_SelectedItemSet.h"/>
  1507. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_TextDragAndDropTarget.h"/>
  1508. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\mouse\juce_TooltipClient.h"/>
  1509. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\native\juce_MultiTouchMapper.h"/>
  1510. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_MarkerList.h"/>
  1511. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeCoordinate.h"/>
  1512. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeCoordinatePositioner.h"/>
  1513. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeParallelogram.h"/>
  1514. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativePoint.h"/>
  1515. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativePointPath.h"/>
  1516. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\positioning\juce_RelativeRectangle.h"/>
  1517. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
  1518. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
  1519. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
  1520. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
  1521. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
  1522. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>
  1523. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\properties\juce_TextPropertyComponent.h"/>
  1524. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ComboBox.h"/>
  1525. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ImageComponent.h"/>
  1526. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Label.h"/>
  1527. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ListBox.h"/>
  1528. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ProgressBar.h"/>
  1529. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Slider.h"/>
  1530. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TableHeaderComponent.h"/>
  1531. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TableListBox.h"/>
  1532. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TextEditor.h"/>
  1533. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_Toolbar.h"/>
  1534. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ToolbarItemComponent.h"/>
  1535. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ToolbarItemFactory.h"/>
  1536. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_ToolbarItemPalette.h"/>
  1537. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\widgets\juce_TreeView.h"/>
  1538. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_AlertWindow.h"/>
  1539. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_CallOutBox.h"/>
  1540. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ComponentPeer.h"/>
  1541. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_DialogWindow.h"/>
  1542. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_DocumentWindow.h"/>
  1543. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
  1544. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
  1545. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
  1546. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
  1547. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
  1548. <ClInclude Include="..\..\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.h"/>
  1549. <ClInclude Include="..\..\..\juce\modules\juce_gui_basics\juce_gui_basics.h"/>
  1550. <ClInclude Include="..\..\JuceLibraryCode\AppConfig.h"/>
  1551. <ClInclude Include="..\..\JuceLibraryCode\BinaryData.h"/>
  1552. <ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/>
  1553. </ItemGroup>
  1554. <ItemGroup>
  1555. <None Include="..\..\Assets\avcaster-logo-48.png"/>
  1556. <None Include="..\..\Assets\avcaster-logo-128.png"/>
  1557. <None Include="..\..\Assets\config-hover.png"/>
  1558. <None Include="..\..\Assets\config-pushed.png"/>
  1559. <None Include="..\..\Assets\config.png"/>
  1560. <None Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\jpglib\changes to libjpeg for JUCE.txt"/>
  1561. <None Include="..\..\JuceLibraryCode\modules\juce_graphics\image_formats\pnglib\libpng_readme.txt"/>
  1562. </ItemGroup>
  1563. <ItemGroup>
  1564. <ResourceCompile Include=".\resources.rc"/>
  1565. </ItemGroup>
  1566. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  1567. <ImportGroup Label="ExtensionTargets"/>
  1568. </Project>