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.

152 lines
8.3KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Project DefaultTargets="Build"
  3. ToolsVersion="4.0"
  4. xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  5. <ItemGroup Label="ProjectConfigurations">
  6. <ProjectConfiguration Include="Debug|Win32">
  7. <Configuration>Debug</Configuration>
  8. <Platform>Win32</Platform>
  9. </ProjectConfiguration>
  10. <ProjectConfiguration Include="Release|Win32">
  11. <Configuration>Release</Configuration>
  12. <Platform>Win32</Platform>
  13. </ProjectConfiguration>
  14. </ItemGroup>
  15. <PropertyGroup Label="Globals">
  16. <ProjectGuid>{2ACA5085-A5CC-255B-B79D-D8256B0C459C}</ProjectGuid>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"
  20. Label="Configuration">
  21. <ConfigurationType>Application</ConfigurationType>
  22. <UseOfMfc>false</UseOfMfc>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"
  25. Label="Configuration">
  26. <ConfigurationType>Application</ConfigurationType>
  27. <UseOfMfc>false</UseOfMfc>
  28. <WholeProgramOptimization>true</WholeProgramOptimization>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
  31. <ImportGroup Label="ExtensionSettings"/>
  32. <ImportGroup Label="PropertySheets">
  33. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
  34. Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
  35. Label="LocalAppDataPlatform"/>
  36. </ImportGroup>
  37. <PropertyGroup Label="UserMacros"/>
  38. <PropertyGroup>
  39. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  40. <TargetExt>.exe</TargetExt>
  41. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\App\</OutDir>
  42. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\App\</IntDir>
  43. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ComponentTutorialExample</TargetName>
  44. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
  45. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\App\</OutDir>
  46. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\App\</IntDir>
  47. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ComponentTutorialExample</TargetName>
  48. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
  49. </PropertyGroup>
  50. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <Midl>
  52. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  53. <MkTypLibCompatible>true</MkTypLibCompatible>
  54. <SuppressStartupBanner>true</SuppressStartupBanner>
  55. <TargetEnvironment>Win32</TargetEnvironment>
  56. <HeaderFileName/>
  57. </Midl>
  58. <ClCompile>
  59. <Optimization>Disabled</Optimization>
  60. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  61. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  62. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;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>
  63. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  64. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  65. <PrecompiledHeader/>
  66. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  67. <ObjectFileName>$(IntDir)\</ObjectFileName>
  68. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  69. <WarningLevel>Level4</WarningLevel>
  70. <SuppressStartupBanner>true</SuppressStartupBanner>
  71. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  72. </ClCompile>
  73. <ResourceCompile>
  74. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  75. </ResourceCompile>
  76. <Link>
  77. <OutputFile>$(OutDir)\ComponentTutorialExample.exe</OutputFile>
  78. <SuppressStartupBanner>true</SuppressStartupBanner>
  79. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  80. <GenerateDebugInformation>true</GenerateDebugInformation>
  81. <ProgramDatabaseFile>$(IntDir)\ComponentTutorialExample.pdb</ProgramDatabaseFile>
  82. <SubSystem>Windows</SubSystem>
  83. <TargetMachine>MachineX86</TargetMachine>
  84. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  85. <LargeAddressAware>true</LargeAddressAware>
  86. </Link>
  87. <Bscmake>
  88. <SuppressStartupBanner>true</SuppressStartupBanner>
  89. <OutputFile>$(IntDir)\ComponentTutorialExample.bsc</OutputFile>
  90. </Bscmake>
  91. </ItemDefinitionGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  93. <Midl>
  94. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <MkTypLibCompatible>true</MkTypLibCompatible>
  96. <SuppressStartupBanner>true</SuppressStartupBanner>
  97. <TargetEnvironment>Win32</TargetEnvironment>
  98. <HeaderFileName/>
  99. </Midl>
  100. <ClCompile>
  101. <Optimization>MinSpace</Optimization>
  102. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  103. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;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>
  104. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  105. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  106. <PrecompiledHeader/>
  107. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  108. <ObjectFileName>$(IntDir)\</ObjectFileName>
  109. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  110. <WarningLevel>Level4</WarningLevel>
  111. <SuppressStartupBanner>true</SuppressStartupBanner>
  112. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  113. </ClCompile>
  114. <ResourceCompile>
  115. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. </ResourceCompile>
  117. <Link>
  118. <OutputFile>$(OutDir)\ComponentTutorialExample.exe</OutputFile>
  119. <SuppressStartupBanner>true</SuppressStartupBanner>
  120. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  121. <GenerateDebugInformation>false</GenerateDebugInformation>
  122. <ProgramDatabaseFile>$(IntDir)\ComponentTutorialExample.pdb</ProgramDatabaseFile>
  123. <SubSystem>Windows</SubSystem>
  124. <TargetMachine>MachineX86</TargetMachine>
  125. <OptimizeReferences>true</OptimizeReferences>
  126. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  127. <LargeAddressAware>true</LargeAddressAware>
  128. </Link>
  129. <Bscmake>
  130. <SuppressStartupBanner>true</SuppressStartupBanner>
  131. <OutputFile>$(IntDir)\ComponentTutorialExample.bsc</OutputFile>
  132. </Bscmake>
  133. </ItemDefinitionGroup>
  134. <ItemGroup>
  135. <ClCompile Include="..\..\Source\MainComponent.cpp"/>
  136. <ClCompile Include="..\..\Source\Main.cpp"/>
  137. <ClCompile Include="..\..\JuceLibraryCode\juce_core.cpp"/>
  138. <ClCompile Include="..\..\JuceLibraryCode\juce_data_structures.cpp"/>
  139. <ClCompile Include="..\..\JuceLibraryCode\juce_events.cpp"/>
  140. <ClCompile Include="..\..\JuceLibraryCode\juce_graphics.cpp"/>
  141. <ClCompile Include="..\..\JuceLibraryCode\juce_gui_basics.cpp"/>
  142. <ClCompile Include="..\..\JuceLibraryCode\juce_gui_extra.cpp"/>
  143. </ItemGroup>
  144. <ItemGroup/>
  145. <ItemGroup>
  146. <ResourceCompile Include=".\resources.rc"/>
  147. </ItemGroup>
  148. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  149. <ImportGroup Label="ExtensionTargets"/>
  150. </Project>