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.

260 lines
5.7KB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="juce_application"
  6. ProjectGUID="{3FDA7E37-BC7B-4E95-9F8A-58857E2ACD2C}"
  7. >
  8. <Platforms>
  9. <Platform
  10. Name="Win32"
  11. />
  12. </Platforms>
  13. <ToolFiles>
  14. </ToolFiles>
  15. <Configurations>
  16. <Configuration
  17. Name="Debug|Win32"
  18. OutputDirectory=".\Debug"
  19. IntermediateDirectory=".\Debug"
  20. ConfigurationType="1"
  21. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  22. UseOfMFC="0"
  23. ATLMinimizesCRunTimeLibraryUsage="false"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. PreprocessorDefinitions="_DEBUG"
  41. MkTypLibCompatible="true"
  42. SuppressStartupBanner="true"
  43. TargetEnvironment="1"
  44. TypeLibraryName=".\Debug/juce_application.tlb"
  45. HeaderFileName=""
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="0"
  50. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  51. MinimalRebuild="true"
  52. BasicRuntimeChecks="3"
  53. RuntimeLibrary="1"
  54. RuntimeTypeInfo="true"
  55. PrecompiledHeaderFile=".\Debug/juce_application.pch"
  56. AssemblerListingLocation=".\Debug/"
  57. ObjectFile=".\Debug/"
  58. ProgramDataBaseFileName=".\Debug/"
  59. WarningLevel="3"
  60. SuppressStartupBanner="true"
  61. DebugInformationFormat="4"
  62. />
  63. <Tool
  64. Name="VCManagedResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="_DEBUG"
  69. Culture="2057"
  70. />
  71. <Tool
  72. Name="VCPreLinkEventTool"
  73. />
  74. <Tool
  75. Name="VCLinkerTool"
  76. OutputFile=".\Debug/juce_application.exe"
  77. LinkIncremental="2"
  78. SuppressStartupBanner="true"
  79. AdditionalLibraryDirectories="../../bin"
  80. GenerateDebugInformation="true"
  81. ProgramDatabaseFile=".\Debug/juce_application.pdb"
  82. SubSystem="2"
  83. TargetMachine="1"
  84. />
  85. <Tool
  86. Name="VCALinkTool"
  87. />
  88. <Tool
  89. Name="VCManifestTool"
  90. />
  91. <Tool
  92. Name="VCXDCMakeTool"
  93. />
  94. <Tool
  95. Name="VCBscMakeTool"
  96. SuppressStartupBanner="true"
  97. OutputFile=".\Debug/juce_application.bsc"
  98. />
  99. <Tool
  100. Name="VCFxCopTool"
  101. />
  102. <Tool
  103. Name="VCAppVerifierTool"
  104. />
  105. <Tool
  106. Name="VCWebDeploymentTool"
  107. />
  108. <Tool
  109. Name="VCPostBuildEventTool"
  110. />
  111. </Configuration>
  112. <Configuration
  113. Name="Release|Win32"
  114. OutputDirectory=".\Release"
  115. IntermediateDirectory=".\Release"
  116. ConfigurationType="1"
  117. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  118. UseOfMFC="0"
  119. ATLMinimizesCRunTimeLibraryUsage="false"
  120. CharacterSet="2"
  121. >
  122. <Tool
  123. Name="VCPreBuildEventTool"
  124. />
  125. <Tool
  126. Name="VCCustomBuildTool"
  127. />
  128. <Tool
  129. Name="VCXMLDataGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCWebServiceProxyGeneratorTool"
  133. />
  134. <Tool
  135. Name="VCMIDLTool"
  136. PreprocessorDefinitions="NDEBUG"
  137. MkTypLibCompatible="true"
  138. SuppressStartupBanner="true"
  139. TargetEnvironment="1"
  140. TypeLibraryName=".\Release/juce_application.tlb"
  141. HeaderFileName=""
  142. />
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. Optimization="2"
  146. InlineFunctionExpansion="1"
  147. WholeProgramOptimization="true"
  148. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  149. StringPooling="true"
  150. RuntimeLibrary="0"
  151. EnableFunctionLevelLinking="true"
  152. RuntimeTypeInfo="true"
  153. PrecompiledHeaderFile=".\Release/juce_application.pch"
  154. AssemblerListingLocation=".\Release/"
  155. ObjectFile=".\Release/"
  156. ProgramDataBaseFileName=".\Release/"
  157. WarningLevel="3"
  158. SuppressStartupBanner="true"
  159. />
  160. <Tool
  161. Name="VCManagedResourceCompilerTool"
  162. />
  163. <Tool
  164. Name="VCResourceCompilerTool"
  165. PreprocessorDefinitions="NDEBUG"
  166. Culture="2057"
  167. />
  168. <Tool
  169. Name="VCPreLinkEventTool"
  170. />
  171. <Tool
  172. Name="VCLinkerTool"
  173. OutputFile=".\Release/juce_application.exe"
  174. LinkIncremental="1"
  175. SuppressStartupBanner="true"
  176. AdditionalLibraryDirectories="../../bin"
  177. GenerateManifest="false"
  178. ProgramDatabaseFile=".\Release/juce_application.pdb"
  179. SubSystem="2"
  180. OptimizeReferences="2"
  181. EnableCOMDATFolding="2"
  182. OptimizeForWindows98="1"
  183. LinkTimeCodeGeneration="1"
  184. TargetMachine="1"
  185. />
  186. <Tool
  187. Name="VCALinkTool"
  188. />
  189. <Tool
  190. Name="VCManifestTool"
  191. />
  192. <Tool
  193. Name="VCXDCMakeTool"
  194. />
  195. <Tool
  196. Name="VCBscMakeTool"
  197. SuppressStartupBanner="true"
  198. OutputFile=".\Release/juce_application.bsc"
  199. />
  200. <Tool
  201. Name="VCFxCopTool"
  202. />
  203. <Tool
  204. Name="VCAppVerifierTool"
  205. />
  206. <Tool
  207. Name="VCWebDeploymentTool"
  208. />
  209. <Tool
  210. Name="VCPostBuildEventTool"
  211. />
  212. </Configuration>
  213. </Configurations>
  214. <References>
  215. </References>
  216. <Files>
  217. <Filter
  218. Name="Source Files"
  219. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  220. >
  221. <File
  222. RelativePath="..\common\includes.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\common\juce_AppConfig.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\common\juce_LibrarySource.cpp"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\common\Main.cpp"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\common\MainComponent.cpp"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\common\MainComponent.h"
  243. >
  244. </File>
  245. </Filter>
  246. <Filter
  247. Name="Header Files"
  248. Filter="h;hpp;hxx;hm;inl"
  249. >
  250. </Filter>
  251. <Filter
  252. Name="Resource Files"
  253. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  254. >
  255. </Filter>
  256. </Files>
  257. <Globals>
  258. </Globals>
  259. </VisualStudioProject>