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.

150 lines
7.4KB

  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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClInclude Include="..\..\BlocksHeader.h" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <ClCompile Include="..\..\juce_audio_basics\juce_audio_basics.cpp" />
  26. <ClCompile Include="..\..\juce_audio_devices\juce_audio_devices.cpp" />
  27. <ClCompile Include="..\..\juce_blocks_basics\juce_blocks_basics.cpp" />
  28. <ClCompile Include="..\..\juce_core\juce_core.cpp" />
  29. <ClCompile Include="..\..\juce_events\juce_events.cpp" />
  30. </ItemGroup>
  31. <PropertyGroup Label="Globals">
  32. <ProjectGuid>{6EE7FF54-2573-4A5F-BF4A-9654DC2C580B}</ProjectGuid>
  33. <Keyword>Win32Proj</Keyword>
  34. <RootNamespace>BLOCKSSDK</RootNamespace>
  35. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  36. </PropertyGroup>
  37. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  39. <ConfigurationType>StaticLibrary</ConfigurationType>
  40. <UseDebugLibraries>true</UseDebugLibraries>
  41. <PlatformToolset>v140</PlatformToolset>
  42. <CharacterSet>Unicode</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. <UseDebugLibraries>false</UseDebugLibraries>
  47. <PlatformToolset>v140</PlatformToolset>
  48. <WholeProgramOptimization>true</WholeProgramOptimization>
  49. <CharacterSet>Unicode</CharacterSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  52. <ConfigurationType>StaticLibrary</ConfigurationType>
  53. <UseDebugLibraries>true</UseDebugLibraries>
  54. <PlatformToolset>v140</PlatformToolset>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  58. <ConfigurationType>StaticLibrary</ConfigurationType>
  59. <UseDebugLibraries>false</UseDebugLibraries>
  60. <PlatformToolset>v140</PlatformToolset>
  61. <WholeProgramOptimization>true</WholeProgramOptimization>
  62. <CharacterSet>Unicode</CharacterSet>
  63. </PropertyGroup>
  64. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  65. <ImportGroup Label="ExtensionSettings">
  66. </ImportGroup>
  67. <ImportGroup Label="Shared">
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  73. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  74. </ImportGroup>
  75. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  76. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  77. </ImportGroup>
  78. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. </ImportGroup>
  81. <PropertyGroup Label="UserMacros" />
  82. <PropertyGroup />
  83. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  84. <ClCompile>
  85. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  86. <WarningLevel>Level3</WarningLevel>
  87. <Optimization>Disabled</Optimization>
  88. <PreprocessorDefinitions>JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1;JUCE_STANDALONE_APPLICATION=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  89. <AdditionalIncludeDirectories>..\..</AdditionalIncludeDirectories>
  90. </ClCompile>
  91. <Link>
  92. <SubSystem>Windows</SubSystem>
  93. </Link>
  94. </ItemDefinitionGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  96. <ClCompile>
  97. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  98. <WarningLevel>Level3</WarningLevel>
  99. <Optimization>Disabled</Optimization>
  100. <PreprocessorDefinitions>JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1;JUCE_STANDALONE_APPLICATION=1;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <AdditionalIncludeDirectories>..\..</AdditionalIncludeDirectories>
  102. </ClCompile>
  103. <Link>
  104. <SubSystem>Windows</SubSystem>
  105. </Link>
  106. <PostBuildEvent>
  107. <Command>
  108. </Command>
  109. </PostBuildEvent>
  110. </ItemDefinitionGroup>
  111. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  112. <ClCompile>
  113. <WarningLevel>Level3</WarningLevel>
  114. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  115. <Optimization>MaxSpeed</Optimization>
  116. <FunctionLevelLinking>true</FunctionLevelLinking>
  117. <IntrinsicFunctions>true</IntrinsicFunctions>
  118. <PreprocessorDefinitions>JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1;JUCE_STANDALONE_APPLICATION=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <AdditionalIncludeDirectories>..\..</AdditionalIncludeDirectories>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Windows</SubSystem>
  123. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  124. <OptimizeReferences>true</OptimizeReferences>
  125. </Link>
  126. </ItemDefinitionGroup>
  127. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  128. <ClCompile>
  129. <WarningLevel>Level3</WarningLevel>
  130. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  131. <Optimization>MaxSpeed</Optimization>
  132. <FunctionLevelLinking>true</FunctionLevelLinking>
  133. <IntrinsicFunctions>true</IntrinsicFunctions>
  134. <PreprocessorDefinitions>JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED=1;JUCE_STANDALONE_APPLICATION=1;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. <AdditionalIncludeDirectories>..\..</AdditionalIncludeDirectories>
  136. </ClCompile>
  137. <Link>
  138. <SubSystem>Windows</SubSystem>
  139. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  140. <OptimizeReferences>true</OptimizeReferences>
  141. </Link>
  142. <PostBuildEvent>
  143. <Command>
  144. </Command>
  145. </PostBuildEvent>
  146. </ItemDefinitionGroup>
  147. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  148. <ImportGroup Label="ExtensionTargets">
  149. </ImportGroup>
  150. </Project>