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.

161 lines
6.4KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <VisualStudioProject ProjectType="Visual C++"
  3. Version="9.00"
  4. Name="HelloWorld"
  5. ProjectGUID="{E29E0A3E-FB4C-D74C-B035-BEF5617409AB}"
  6. TargetFrameworkVersion="131072">
  7. <Platforms>
  8. <Platform Name="Win32"/>
  9. </Platforms>
  10. <ToolFiles/>
  11. <Configurations>
  12. <Configuration Name="Debug&#124;Win32"
  13. OutputDirectory=".\Debug"
  14. IntermediateDirectory=".\Debug"
  15. ConfigurationType="1"
  16. UseOfMFC="0"
  17. ATLMinimizesCRunTimeLibraryUsage="false"
  18. CharacterSet="2">
  19. <Tool Name="VCPreBuildEventTool"/>
  20. <Tool Name="VCCustomBuildTool"/>
  21. <Tool Name="VCXMLDataGeneratorTool"/>
  22. <Tool Name="VCWebServiceProxyGeneratorTool"/>
  23. <Tool Name="VCMIDLTool"
  24. PreprocessorDefinitions="_DEBUG"
  25. MkTypLibCompatible="true"
  26. SuppressStartupBanner="true"
  27. TargetEnvironment="1"
  28. TypeLibraryName=".\Debug\HelloWorld.tlb"
  29. HeaderFileName=""/>
  30. <Tool Name="VCCLCompilerTool"
  31. Optimization="0"
  32. BufferSecurityCheck=""
  33. DebugInformationFormat="4"
  34. AdditionalIncludeDirectories=""
  35. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  36. RuntimeLibrary="1"
  37. RuntimeTypeInfo="true"
  38. UsePrecompiledHeader="0"
  39. PrecompiledHeaderFile=".\Debug\HelloWorld.pch"
  40. AssemblerListingLocation=".\Debug\"
  41. ObjectFile=".\Debug\"
  42. ProgramDataBaseFileName=".\Debug\"
  43. WarningLevel="3"
  44. SuppressStartupBanner="true"/>
  45. <Tool Name="VCManagedResourceCompilerTool"/>
  46. <Tool Name="VCResourceCompilerTool"
  47. PreprocessorDefinitions="_DEBUG"/>
  48. <Tool Name="VCPreLinkEventTool"/>
  49. <Tool Name="VCLinkerTool"
  50. OutputFile=".\Debug\HelloWorld.exe"
  51. SuppressStartupBanner="true"
  52. IgnoreDefaultLibraryNames="libcmt.lib, msvcrt.lib"
  53. GenerateDebugInformation="true"
  54. ProgramDatabaseFile=".\Debug\HelloWorld.pdb"
  55. SubSystem="2"
  56. RandomizedBaseAddress="1"
  57. DataExecutionPrevention="0"
  58. TargetMachine="1"/>
  59. <Tool Name="VCALinkTool"/>
  60. <Tool Name="VCManifestTool"/>
  61. <Tool Name="VCXDCMakeTool"/>
  62. <Tool Name="VCBscMakeTool"
  63. SuppressStartupBanner="true"
  64. OutputFile=".\Debug\HelloWorld.bsc"/>
  65. <Tool Name="VCFxCopTool"/>
  66. <Tool Name="VCAppVerifierTool"/>
  67. <Tool Name="VCPostBuildEventTool"/>
  68. </Configuration>
  69. <Configuration Name="Release&#124;Win32"
  70. OutputDirectory=".\Release"
  71. IntermediateDirectory=".\Release"
  72. ConfigurationType="1"
  73. UseOfMFC="0"
  74. ATLMinimizesCRunTimeLibraryUsage="false"
  75. CharacterSet="2"
  76. WholeProgramOptimization="1">
  77. <Tool Name="VCPreBuildEventTool"/>
  78. <Tool Name="VCCustomBuildTool"/>
  79. <Tool Name="VCXMLDataGeneratorTool"/>
  80. <Tool Name="VCWebServiceProxyGeneratorTool"/>
  81. <Tool Name="VCMIDLTool"
  82. PreprocessorDefinitions="NDEBUG"
  83. MkTypLibCompatible="true"
  84. SuppressStartupBanner="true"
  85. TargetEnvironment="1"
  86. TypeLibraryName=".\Release\HelloWorld.tlb"
  87. HeaderFileName=""/>
  88. <Tool Name="VCCLCompilerTool"
  89. Optimization="2"
  90. InlineFunctionExpansion="1"
  91. StringPooling="true"
  92. AdditionalIncludeDirectories=""
  93. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  94. RuntimeLibrary="0"
  95. RuntimeTypeInfo="true"
  96. UsePrecompiledHeader="0"
  97. PrecompiledHeaderFile=".\Release\HelloWorld.pch"
  98. AssemblerListingLocation=".\Release\"
  99. ObjectFile=".\Release\"
  100. ProgramDataBaseFileName=".\Release\"
  101. WarningLevel="3"
  102. SuppressStartupBanner="true"/>
  103. <Tool Name="VCManagedResourceCompilerTool"/>
  104. <Tool Name="VCResourceCompilerTool"
  105. PreprocessorDefinitions="NDEBUG"/>
  106. <Tool Name="VCPreLinkEventTool"/>
  107. <Tool Name="VCLinkerTool"
  108. OutputFile=".\Release\HelloWorld.exe"
  109. SuppressStartupBanner="true"
  110. IgnoreDefaultLibraryNames=""
  111. GenerateDebugInformation="false"
  112. ProgramDatabaseFile=".\Release\HelloWorld.pdb"
  113. SubSystem="2"
  114. GenerateManifest="false"
  115. OptimizeReferences="2"
  116. EnableCOMDATFolding="2"
  117. RandomizedBaseAddress="1"
  118. DataExecutionPrevention="0"
  119. TargetMachine="1"/>
  120. <Tool Name="VCALinkTool"/>
  121. <Tool Name="VCManifestTool"/>
  122. <Tool Name="VCXDCMakeTool"/>
  123. <Tool Name="VCBscMakeTool"
  124. SuppressStartupBanner="true"
  125. OutputFile=".\Release\HelloWorld.bsc"/>
  126. <Tool Name="VCFxCopTool"/>
  127. <Tool Name="VCAppVerifierTool"/>
  128. <Tool Name="VCPostBuildEventTool"/>
  129. </Configuration>
  130. </Configurations>
  131. <References/>
  132. <Files>
  133. <Filter Name="HelloWorld">
  134. <Filter Name="Source">
  135. <File RelativePath="..\..\Source\Main.cpp"/>
  136. <File RelativePath="..\..\Source\MainComponent.cpp"/>
  137. <File RelativePath="..\..\Source\MainComponent.h"/>
  138. <File RelativePath="..\..\readme.txt">
  139. <FileConfiguration Name="Debug&#124;Win32"
  140. ExcludedFromBuild="true">
  141. <Tool Name="VCCLCompilerTool"/>
  142. </FileConfiguration>
  143. <FileConfiguration Name="Release&#124;Win32"
  144. ExcludedFromBuild="true">
  145. <Tool Name="VCCLCompilerTool"/>
  146. </FileConfiguration>
  147. </File>
  148. </Filter>
  149. </Filter>
  150. <Filter Name="Juce Library Code">
  151. <File RelativePath="..\..\JuceLibraryCode\AppConfig.h"/>
  152. <File RelativePath="..\..\JuceLibraryCode\JuceHeader.h"/>
  153. <File RelativePath="..\..\JuceLibraryCode\BinaryData.cpp"/>
  154. <File RelativePath="..\..\JuceLibraryCode\BinaryData.h"/>
  155. <File RelativePath="..\..\JuceLibraryCode\JuceLibraryCode.cpp"/>
  156. </Filter>
  157. </Files>
  158. <Globals/>
  159. </VisualStudioProject>