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.

140 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="{673F5875-DC2B-BECE-2E7C-55B3B1D0E91D}"
  6. TargetFrameworkVersion="131072">
  7. <Platforms>
  8. <Platform Name="Win32"/>
  9. </Platforms>
  10. <ToolFiles/>
  11. <Configurations>
  12. <Configuration Name="Debug|Win32"
  13. ConfigurationType="1"
  14. UseOfMFC="0"
  15. ATLMinimizesCRunTimeLibraryUsage="false"
  16. CharacterSet="2">
  17. <Tool Name="VCPreBuildEventTool"/>
  18. <Tool Name="VCCustomBuildTool"/>
  19. <Tool Name="VCXMLDataGeneratorTool"/>
  20. <Tool Name="VCWebServiceProxyGeneratorTool"/>
  21. <Tool Name="VCMIDLTool"
  22. PreprocessorDefinitions="_DEBUG"
  23. MkTypLibCompatible="true"
  24. SuppressStartupBanner="true"
  25. TargetEnvironment="1"
  26. TypeLibraryName="$(IntDir)\BinaryBuilder.tlb"
  27. HeaderFileName=""/>
  28. <Tool Name="VCCLCompilerTool"
  29. Optimization="0"
  30. BufferSecurityCheck=""
  31. DebugInformationFormat="4"
  32. AdditionalIncludeDirectories="..\..\JuceLibraryCode"
  33. PreprocessorDefinitions="_CONSOLE;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2008_78A5006=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000"
  34. RuntimeLibrary="1"
  35. RuntimeTypeInfo="true"
  36. UsePrecompiledHeader="0"
  37. PrecompiledHeaderFile="$(IntDir)\BinaryBuilder.pch"
  38. AssemblerListingLocation="$(IntDir)\"
  39. ObjectFile="$(IntDir)\"
  40. ProgramDataBaseFileName="$(IntDir)\"
  41. WarningLevel="4"
  42. SuppressStartupBanner="true"/>
  43. <Tool Name="VCManagedResourceCompilerTool"/>
  44. <Tool Name="VCResourceCompilerTool"
  45. PreprocessorDefinitions="_DEBUG"/>
  46. <Tool Name="VCPreLinkEventTool"/>
  47. <Tool Name="VCLinkerTool"
  48. OutputFile="$(OutDir)\BinaryBuilder.exe"
  49. SuppressStartupBanner="true"
  50. IgnoreDefaultLibraryNames="libcmt.lib, msvcrt.lib"
  51. GenerateDebugInformation="true"
  52. ProgramDatabaseFile="$(IntDir)\BinaryBuilder.pdb"
  53. SubSystem="1"
  54. GenerateManifest="true"
  55. TargetMachine="1"/>
  56. <Tool Name="VCALinkTool"/>
  57. <Tool Name="VCManifestTool"/>
  58. <Tool Name="VCXDCMakeTool"/>
  59. <Tool Name="VCBscMakeTool"
  60. SuppressStartupBanner="true"
  61. OutputFile="$(IntDir)\BinaryBuilder.bsc"/>
  62. <Tool Name="VCFxCopTool"/>
  63. <Tool Name="VCAppVerifierTool"/>
  64. <Tool Name="VCPostBuildEventTool"/>
  65. </Configuration>
  66. <Configuration Name="Release|Win32"
  67. ConfigurationType="1"
  68. UseOfMFC="0"
  69. ATLMinimizesCRunTimeLibraryUsage="false"
  70. CharacterSet="2"
  71. WholeProgramOptimization="1">
  72. <Tool Name="VCPreBuildEventTool"/>
  73. <Tool Name="VCCustomBuildTool"/>
  74. <Tool Name="VCXMLDataGeneratorTool"/>
  75. <Tool Name="VCWebServiceProxyGeneratorTool"/>
  76. <Tool Name="VCMIDLTool"
  77. PreprocessorDefinitions="NDEBUG"
  78. MkTypLibCompatible="true"
  79. SuppressStartupBanner="true"
  80. TargetEnvironment="1"
  81. TypeLibraryName="$(IntDir)\BinaryBuilder.tlb"
  82. HeaderFileName=""/>
  83. <Tool Name="VCCLCompilerTool"
  84. Optimization="1"
  85. InlineFunctionExpansion="1"
  86. StringPooling="true"
  87. AdditionalIncludeDirectories="..\..\JuceLibraryCode"
  88. PreprocessorDefinitions="_CONSOLE;WIN32;_WINDOWS;NDEBUG;JUCER_VS2008_78A5006=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000"
  89. RuntimeLibrary="0"
  90. RuntimeTypeInfo="true"
  91. UsePrecompiledHeader="0"
  92. PrecompiledHeaderFile="$(IntDir)\BinaryBuilder.pch"
  93. AssemblerListingLocation="$(IntDir)\"
  94. ObjectFile="$(IntDir)\"
  95. ProgramDataBaseFileName="$(IntDir)\"
  96. WarningLevel="4"
  97. SuppressStartupBanner="true"/>
  98. <Tool Name="VCManagedResourceCompilerTool"/>
  99. <Tool Name="VCResourceCompilerTool"
  100. PreprocessorDefinitions="NDEBUG"/>
  101. <Tool Name="VCPreLinkEventTool"/>
  102. <Tool Name="VCLinkerTool"
  103. OutputFile="$(OutDir)\BinaryBuilder.exe"
  104. SuppressStartupBanner="true"
  105. IgnoreDefaultLibraryNames=""
  106. GenerateDebugInformation="false"
  107. ProgramDatabaseFile="$(IntDir)\BinaryBuilder.pdb"
  108. SubSystem="1"
  109. GenerateManifest="true"
  110. OptimizeReferences="2"
  111. EnableCOMDATFolding="2"
  112. TargetMachine="1"/>
  113. <Tool Name="VCALinkTool"/>
  114. <Tool Name="VCManifestTool"/>
  115. <Tool Name="VCXDCMakeTool"/>
  116. <Tool Name="VCBscMakeTool"
  117. SuppressStartupBanner="true"
  118. OutputFile="$(IntDir)\BinaryBuilder.bsc"/>
  119. <Tool Name="VCFxCopTool"/>
  120. <Tool Name="VCAppVerifierTool"/>
  121. <Tool Name="VCPostBuildEventTool"/>
  122. </Configuration>
  123. </Configurations>
  124. <References/>
  125. <Files>
  126. <Filter Name="BinaryBuilder">
  127. <Filter Name="Source">
  128. <File RelativePath="..\..\Source\Main.cpp"/>
  129. </Filter>
  130. </Filter>
  131. <Filter Name="Juce Library Code">
  132. <File RelativePath="..\..\JuceLibraryCode\AppConfig.h"/>
  133. <File RelativePath="..\..\JuceLibraryCode\JuceHeader.h"/>
  134. <File RelativePath="resources.rc"/>
  135. </Filter>
  136. </Files>
  137. <Globals/>
  138. </VisualStudioProject>