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.

158 lines
8.5KB

  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. <PlatformToolset>v110</PlatformToolset>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"
  21. Label="Configuration">
  22. <ConfigurationType>Application</ConfigurationType>
  23. <UseOfMfc>false</UseOfMfc>
  24. <PlatformToolset>v110</PlatformToolset>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"
  27. Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseOfMfc>false</UseOfMfc>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <PlatformToolset>v110</PlatformToolset>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
  34. <ImportGroup Label="ExtensionSettings"/>
  35. <ImportGroup Label="PropertySheets">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
  37. Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
  38. Label="LocalAppDataPlatform"/>
  39. </ImportGroup>
  40. <PropertyGroup Label="UserMacros">
  41. <PlatformToolset>v110</PlatformToolset>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  45. <TargetExt>.exe</TargetExt>
  46. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\App\</OutDir>
  47. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\App\</IntDir>
  48. <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ComponentTutorialExample</TargetName>
  49. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
  50. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\App\</OutDir>
  51. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\App\</IntDir>
  52. <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ComponentTutorialExample</TargetName>
  53. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
  54. <PlatformToolset>v110</PlatformToolset>
  55. </PropertyGroup>
  56. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  57. <Midl>
  58. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  59. <MkTypLibCompatible>true</MkTypLibCompatible>
  60. <SuppressStartupBanner>true</SuppressStartupBanner>
  61. <TargetEnvironment>Win32</TargetEnvironment>
  62. <HeaderFileName/>
  63. </Midl>
  64. <ClCompile>
  65. <Optimization>Disabled</Optimization>
  66. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  67. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  68. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2012_78A501F=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>
  69. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  70. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  71. <PrecompiledHeader/>
  72. <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
  73. <ObjectFileName>$(IntDir)\</ObjectFileName>
  74. <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
  75. <WarningLevel>Level4</WarningLevel>
  76. <SuppressStartupBanner>true</SuppressStartupBanner>
  77. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  78. </ClCompile>
  79. <ResourceCompile>
  80. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  81. </ResourceCompile>
  82. <Link>
  83. <OutputFile>$(OutDir)\ComponentTutorialExample.exe</OutputFile>
  84. <SuppressStartupBanner>true</SuppressStartupBanner>
  85. <IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  86. <GenerateDebugInformation>true</GenerateDebugInformation>
  87. <ProgramDatabaseFile>$(IntDir)\ComponentTutorialExample.pdb</ProgramDatabaseFile>
  88. <SubSystem>Windows</SubSystem>
  89. <TargetMachine>MachineX86</TargetMachine>
  90. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  91. <LargeAddressAware>true</LargeAddressAware>
  92. </Link>
  93. <Bscmake>
  94. <SuppressStartupBanner>true</SuppressStartupBanner>
  95. <OutputFile>$(IntDir)\ComponentTutorialExample.bsc</OutputFile>
  96. </Bscmake>
  97. </ItemDefinitionGroup>
  98. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  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>MinSpace</Optimization>
  108. <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  109. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2012_78A501F=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>
  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)\ComponentTutorialExample.exe</OutputFile>
  125. <SuppressStartupBanner>true</SuppressStartupBanner>
  126. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  127. <GenerateDebugInformation>false</GenerateDebugInformation>
  128. <ProgramDatabaseFile>$(IntDir)\ComponentTutorialExample.pdb</ProgramDatabaseFile>
  129. <SubSystem>Windows</SubSystem>
  130. <TargetMachine>MachineX86</TargetMachine>
  131. <OptimizeReferences>true</OptimizeReferences>
  132. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  133. <LargeAddressAware>true</LargeAddressAware>
  134. </Link>
  135. <Bscmake>
  136. <SuppressStartupBanner>true</SuppressStartupBanner>
  137. <OutputFile>$(IntDir)\ComponentTutorialExample.bsc</OutputFile>
  138. </Bscmake>
  139. </ItemDefinitionGroup>
  140. <ItemGroup>
  141. <ClCompile Include="..\..\Source\MainComponent.cpp"/>
  142. <ClCompile Include="..\..\Source\Main.cpp"/>
  143. <ClCompile Include="..\..\JuceLibraryCode\juce_core.cpp"/>
  144. <ClCompile Include="..\..\JuceLibraryCode\juce_data_structures.cpp"/>
  145. <ClCompile Include="..\..\JuceLibraryCode\juce_events.cpp"/>
  146. <ClCompile Include="..\..\JuceLibraryCode\juce_graphics.cpp"/>
  147. <ClCompile Include="..\..\JuceLibraryCode\juce_gui_basics.cpp"/>
  148. <ClCompile Include="..\..\JuceLibraryCode\juce_gui_extra.cpp"/>
  149. </ItemGroup>
  150. <ItemGroup/>
  151. <ItemGroup>
  152. <ResourceCompile Include=".\resources.rc"/>
  153. </ItemGroup>
  154. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  155. <ImportGroup Label="ExtensionTargets"/>
  156. </Project>