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

209 lines
12KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Project DefaultTargets="Build"
  3. ToolsVersion="15.0"
  4. xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  5. <ItemGroup Label="ProjectConfigurations">
  6. <ProjectConfiguration Include="Debug|x64">
  7. <Configuration>Debug</Configuration>
  8. <Platform>x64</Platform>
  9. </ProjectConfiguration>
  10. <ProjectConfiguration Include="Release|x64">
  11. <Configuration>Release</Configuration>
  12. <Platform>x64</Platform>
  13. </ProjectConfiguration>
  14. </ItemGroup>
  15. <PropertyGroup Label="Globals">
  16. <ProjectGuid>{05F7128C-1654-E8D0-856F-98237CF1EBE4}</ProjectGuid>
  17. <PlatformToolset>v141</PlatformToolset>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"
  21. Label="Configuration">
  22. <ConfigurationType>Application</ConfigurationType>
  23. <UseOfMfc>false</UseOfMfc>
  24. <PlatformToolset>v141</PlatformToolset>
  25. <PlatformToolset>v141</PlatformToolset>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
  28. Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseOfMfc>false</UseOfMfc>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <PlatformToolset>v141</PlatformToolset>
  33. <PlatformToolset>v141</PlatformToolset>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
  36. <ImportGroup Label="ExtensionSettings"/>
  37. <ImportGroup Label="PropertySheets">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
  39. Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
  40. Label="LocalAppDataPlatform"/>
  41. </ImportGroup>
  42. <PropertyGroup Label="UserMacros">
  43. <PlatformToolset>v141</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  47. <TargetExt>.exe</TargetExt>
  48. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\App\</OutDir>
  49. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\App\</IntDir>
  50. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">JuceDemo</TargetName>
  51. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
  52. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\App\</OutDir>
  53. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\App\</IntDir>
  54. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">JuceDemo</TargetName>
  55. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
  56. <PlatformToolset>v141</PlatformToolset>
  57. </PropertyGroup>
  58. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  59. <Midl>
  60. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  61. <MkTypLibCompatible>true</MkTypLibCompatible>
  62. <SuppressStartupBanner>true</SuppressStartupBanner>
  63. <TargetEnvironment>Win32</TargetEnvironment>
  64. <HeaderFileName/>
  65. </Midl>
  66. <ClCompile>
  67. <Optimization>Disabled</Optimization>
  68. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  69. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  70. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCE_UNIT_TESTS=1;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=3.0.0;JUCE_APP_VERSION_HEX=0x30000;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  71. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  72. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  73. <PrecompiledHeader/>
  74. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  75. <ObjectFileName>$(IntDir)\</ObjectFileName>
  76. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  77. <WarningLevel>Level4</WarningLevel>
  78. <SuppressStartupBanner>true</SuppressStartupBanner>
  79. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  80. </ClCompile>
  81. <ResourceCompile>
  82. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  83. </ResourceCompile>
  84. <Link>
  85. <OutputFile>$(OutDir)\JuceDemo.exe</OutputFile>
  86. <SuppressStartupBanner>true</SuppressStartupBanner>
  87. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  88. <GenerateDebugInformation>true</GenerateDebugInformation>
  89. <ProgramDatabaseFile>$(IntDir)\JuceDemo.pdb</ProgramDatabaseFile>
  90. <SubSystem>Windows</SubSystem>
  91. <LargeAddressAware>true</LargeAddressAware>
  92. </Link>
  93. <Bscmake>
  94. <SuppressStartupBanner>true</SuppressStartupBanner>
  95. <OutputFile>$(IntDir)\JuceDemo.bsc</OutputFile>
  96. </Bscmake>
  97. </ItemDefinitionGroup>
  98. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  99. <Midl>
  100. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <MkTypLibCompatible>true</MkTypLibCompatible>
  102. <SuppressStartupBanner>true</SuppressStartupBanner>
  103. <TargetEnvironment>Win32</TargetEnvironment>
  104. <HeaderFileName/>
  105. </Midl>
  106. <ClCompile>
  107. <Optimization>Full</Optimization>
  108. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  109. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCE_UNIT_TESTS=1;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=3.0.0;JUCE_APP_VERSION_HEX=0x30000;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  111. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  112. <PrecompiledHeader/>
  113. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  114. <ObjectFileName>$(IntDir)\</ObjectFileName>
  115. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  116. <WarningLevel>Level4</WarningLevel>
  117. <SuppressStartupBanner>true</SuppressStartupBanner>
  118. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  119. </ClCompile>
  120. <ResourceCompile>
  121. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. </ResourceCompile>
  123. <Link>
  124. <OutputFile>$(OutDir)\JuceDemo.exe</OutputFile>
  125. <SuppressStartupBanner>true</SuppressStartupBanner>
  126. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  127. <GenerateDebugInformation>false</GenerateDebugInformation>
  128. <ProgramDatabaseFile>$(IntDir)\JuceDemo.pdb</ProgramDatabaseFile>
  129. <SubSystem>Windows</SubSystem>
  130. <OptimizeReferences>true</OptimizeReferences>
  131. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  132. <LargeAddressAware>true</LargeAddressAware>
  133. </Link>
  134. <Bscmake>
  135. <SuppressStartupBanner>true</SuppressStartupBanner>
  136. <OutputFile>$(IntDir)\JuceDemo.bsc</OutputFile>
  137. </Bscmake>
  138. </ItemDefinitionGroup>
  139. <ItemGroup>
  140. <ClCompile Include="..\..\Source\Main.cpp"/>
  141. <ClCompile Include="..\..\Source\MainWindow.cpp"/>
  142. <ClCompile Include="..\..\Source\IntroScreen.cpp"/>
  143. <ClCompile Include="..\..\Source\Demos\AnimationDemo.cpp"/>
  144. <ClCompile Include="..\..\Source\Demos\AudioLatencyDemo.cpp"/>
  145. <ClCompile Include="..\..\Source\Demos\AudioPlaybackDemo.cpp"/>
  146. <ClCompile Include="..\..\Source\Demos\AudioRecordingDemo.cpp"/>
  147. <ClCompile Include="..\..\Source\Demos\AudioSettingsDemo.cpp"/>
  148. <ClCompile Include="..\..\Source\Demos\AudioSynthesiserDemo.cpp"/>
  149. <ClCompile Include="..\..\Source\Demos\Box2DDemo.cpp"/>
  150. <ClCompile Include="..\..\Source\Demos\CameraDemo.cpp"/>
  151. <ClCompile Include="..\..\Source\Demos\ChildProcessDemo.cpp"/>
  152. <ClCompile Include="..\..\Source\Demos\CodeEditorDemo.cpp"/>
  153. <ClCompile Include="..\..\Source\Demos\ComponentTransformsDemo.cpp"/>
  154. <ClCompile Include="..\..\Source\Demos\CryptographyDemo.cpp"/>
  155. <ClCompile Include="..\..\Source\Demos\DialogsDemo.cpp"/>
  156. <ClCompile Include="..\..\Source\Demos\FlexBoxDemo.cpp"/>
  157. <ClCompile Include="..\..\Source\Demos\FontsDemo.cpp"/>
  158. <ClCompile Include="..\..\Source\Demos\GraphicsDemo.cpp"/>
  159. <ClCompile Include="..\..\Source\Demos\ImagesDemo.cpp"/>
  160. <ClCompile Include="..\..\Source\Demos\JavaScript.cpp"/>
  161. <ClCompile Include="..\..\Source\Demos\KeyMappingsDemo.cpp"/>
  162. <ClCompile Include="..\..\Source\Demos\LiveConstantDemo.cpp"/>
  163. <ClCompile Include="..\..\Source\Demos\LookAndFeelDemo.cpp"/>
  164. <ClCompile Include="..\..\Source\Demos\MDIDemo.cpp"/>
  165. <ClCompile Include="..\..\Source\Demos\MidiDemo.cpp"/>
  166. <ClCompile Include="..\..\Source\Demos\MultithreadingDemo.cpp"/>
  167. <ClCompile Include="..\..\Source\Demos\MultiTouch.cpp"/>
  168. <ClCompile Include="..\..\Source\Demos\NetworkingDemo.cpp"/>
  169. <ClCompile Include="..\..\Source\Demos\OpenGLDemo.cpp"/>
  170. <ClCompile Include="..\..\Source\Demos\OpenGLDemo2D.cpp"/>
  171. <ClCompile Include="..\..\Source\Demos\PropertiesDemo.cpp"/>
  172. <ClCompile Include="..\..\Source\Demos\SystemInfoDemo.cpp"/>
  173. <ClCompile Include="..\..\Source\Demos\TimersAndEventsDemo.cpp"/>
  174. <ClCompile Include="..\..\Source\Demos\UnitTestsDemo.cpp"/>
  175. <ClCompile Include="..\..\Source\Demos\ValueTreesDemo.cpp"/>
  176. <ClCompile Include="..\..\Source\Demos\VideoDemo.cpp"/>
  177. <ClCompile Include="..\..\Source\Demos\WebBrowserDemo.cpp"/>
  178. <ClCompile Include="..\..\Source\Demos\WidgetsDemo.cpp"/>
  179. <ClCompile Include="..\..\Source\Demos\WindowsDemo.cpp"/>
  180. <ClCompile Include="..\..\Source\Demos\XMLandJSONDemo.cpp"/>
  181. <ClCompile Include="..\..\JuceLibraryCode\BinaryData.cpp"/>
  182. <ClCompile Include="..\..\JuceLibraryCode\juce_audio_basics.cpp"/>
  183. <ClCompile Include="..\..\JuceLibraryCode\juce_audio_devices.cpp"/>
  184. <ClCompile Include="..\..\JuceLibraryCode\juce_audio_formats.cpp"/>
  185. <ClCompile Include="..\..\JuceLibraryCode\juce_audio_processors.cpp"/>
  186. <ClCompile Include="..\..\JuceLibraryCode\juce_audio_utils.cpp"/>
  187. <ClCompile Include="..\..\JuceLibraryCode\juce_box2d.cpp"/>
  188. <ClCompile Include="..\..\JuceLibraryCode\juce_core.cpp"/>
  189. <ClCompile Include="..\..\JuceLibraryCode\juce_cryptography.cpp"/>
  190. <ClCompile Include="..\..\JuceLibraryCode\juce_data_structures.cpp"/>
  191. <ClCompile Include="..\..\JuceLibraryCode\juce_events.cpp"/>
  192. <ClCompile Include="..\..\JuceLibraryCode\juce_graphics.cpp"/>
  193. <ClCompile Include="..\..\JuceLibraryCode\juce_gui_basics.cpp"/>
  194. <ClCompile Include="..\..\JuceLibraryCode\juce_gui_extra.cpp"/>
  195. <ClCompile Include="..\..\JuceLibraryCode\juce_opengl.cpp"/>
  196. <ClCompile Include="..\..\JuceLibraryCode\juce_video.cpp"/>
  197. </ItemGroup>
  198. <ItemGroup/>
  199. <ItemGroup>
  200. <None Include=".\icon.ico"/>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <ResourceCompile Include=".\resources.rc"/>
  204. </ItemGroup>
  205. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  206. <ImportGroup Label="ExtensionTargets"/>
  207. </Project>