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.

143 lines
5.6KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <VisualStudioProject ProjectType="Visual C++"
  3. Version="9.00"
  4. Name="BinaryBuilder"
  5. ProjectGUID="{07A3F0B4-D234-EC23-96A2-85290D0A0775}"
  6. TargetFrameworkVersion="131072">
  7. <Platforms>
  8. <Platform Name="Win32"/>
  9. </Platforms>
  10. <ToolFiles/>
  11. <Configurations>
  12. <Configuration Name="Debug|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\BinaryBuilder.tlb"
  29. HeaderFileName=""/>
  30. <Tool Name="VCCLCompilerTool"
  31. Optimization="0"
  32. BufferSecurityCheck=""
  33. DebugInformationFormat="4"
  34. AdditionalIncludeDirectories=""
  35. PreprocessorDefinitions="WIN32;_WINDOWS;DEBUG;_DEBUG;_CONSOLE;JUCER_VS2008_78A5006=1"
  36. RuntimeLibrary="1"
  37. RuntimeTypeInfo="true"
  38. UsePrecompiledHeader="0"
  39. PrecompiledHeaderFile=".\Debug\BinaryBuilder.pch"
  40. AssemblerListingLocation=".\Debug\"
  41. ObjectFile=".\Debug\"
  42. ProgramDataBaseFileName=".\Debug\"
  43. WarningLevel="4"
  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\BinaryBuilder.exe"
  51. SuppressStartupBanner="true"
  52. IgnoreDefaultLibraryNames="libcmt.lib, msvcrt.lib"
  53. GenerateDebugInformation="true"
  54. ProgramDatabaseFile=".\Debug\BinaryBuilder.pdb"
  55. SubSystem="1"
  56. TargetMachine="1"/>
  57. <Tool Name="VCALinkTool"/>
  58. <Tool Name="VCManifestTool"/>
  59. <Tool Name="VCXDCMakeTool"/>
  60. <Tool Name="VCBscMakeTool"
  61. SuppressStartupBanner="true"
  62. OutputFile=".\Debug\BinaryBuilder.bsc"/>
  63. <Tool Name="VCFxCopTool"/>
  64. <Tool Name="VCAppVerifierTool"/>
  65. <Tool Name="VCPostBuildEventTool"/>
  66. </Configuration>
  67. <Configuration Name="Release|Win32"
  68. OutputDirectory=".\Release"
  69. IntermediateDirectory=".\Release"
  70. ConfigurationType="1"
  71. UseOfMFC="0"
  72. ATLMinimizesCRunTimeLibraryUsage="false"
  73. CharacterSet="2"
  74. WholeProgramOptimization="1">
  75. <Tool Name="VCPreBuildEventTool"/>
  76. <Tool Name="VCCustomBuildTool"/>
  77. <Tool Name="VCXMLDataGeneratorTool"/>
  78. <Tool Name="VCWebServiceProxyGeneratorTool"/>
  79. <Tool Name="VCMIDLTool"
  80. PreprocessorDefinitions="NDEBUG"
  81. MkTypLibCompatible="true"
  82. SuppressStartupBanner="true"
  83. TargetEnvironment="1"
  84. TypeLibraryName=".\Release\BinaryBuilder.tlb"
  85. HeaderFileName=""/>
  86. <Tool Name="VCCLCompilerTool"
  87. Optimization="2"
  88. InlineFunctionExpansion="1"
  89. StringPooling="true"
  90. AdditionalIncludeDirectories=""
  91. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CONSOLE;JUCER_VS2008_78A5006=1"
  92. RuntimeLibrary="0"
  93. RuntimeTypeInfo="true"
  94. UsePrecompiledHeader="0"
  95. PrecompiledHeaderFile=".\Release\BinaryBuilder.pch"
  96. AssemblerListingLocation=".\Release\"
  97. ObjectFile=".\Release\"
  98. ProgramDataBaseFileName=".\Release\"
  99. WarningLevel="4"
  100. SuppressStartupBanner="true"/>
  101. <Tool Name="VCManagedResourceCompilerTool"/>
  102. <Tool Name="VCResourceCompilerTool"
  103. PreprocessorDefinitions="NDEBUG"/>
  104. <Tool Name="VCPreLinkEventTool"/>
  105. <Tool Name="VCLinkerTool"
  106. OutputFile=".\Release\BinaryBuilder.exe"
  107. SuppressStartupBanner="true"
  108. IgnoreDefaultLibraryNames=""
  109. GenerateDebugInformation="false"
  110. ProgramDatabaseFile=".\Release\BinaryBuilder.pdb"
  111. SubSystem="1"
  112. GenerateManifest="false"
  113. OptimizeReferences="2"
  114. EnableCOMDATFolding="2"
  115. TargetMachine="1"/>
  116. <Tool Name="VCALinkTool"/>
  117. <Tool Name="VCManifestTool"/>
  118. <Tool Name="VCXDCMakeTool"/>
  119. <Tool Name="VCBscMakeTool"
  120. SuppressStartupBanner="true"
  121. OutputFile=".\Release\BinaryBuilder.bsc"/>
  122. <Tool Name="VCFxCopTool"/>
  123. <Tool Name="VCAppVerifierTool"/>
  124. <Tool Name="VCPostBuildEventTool"/>
  125. </Configuration>
  126. </Configurations>
  127. <References/>
  128. <Files>
  129. <Filter Name="BinaryBuilder">
  130. <Filter Name="Source">
  131. <File RelativePath="..\..\Source\Main.cpp"/>
  132. </Filter>
  133. </Filter>
  134. <Filter Name="Juce Library Code">
  135. <File RelativePath="..\..\JuceLibraryCode\AppConfig.h"/>
  136. <File RelativePath="..\..\JuceLibraryCode\JuceHeader.h"/>
  137. <File RelativePath="..\..\JuceLibraryCode\JuceLibraryCode.cpp"/>
  138. </Filter>
  139. </Files>
  140. <Globals/>
  141. </VisualStudioProject>