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.

130 lines
2.7KB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="BinaryBuilder"
  6. ProjectGUID="{27423CD3-4ECF-4378-9408-17E01DD339C2}"
  7. >
  8. <Platforms>
  9. <Platform
  10. Name="Win32"
  11. />
  12. </Platforms>
  13. <ToolFiles>
  14. </ToolFiles>
  15. <Configurations>
  16. <Configuration
  17. Name="Release|Win32"
  18. OutputDirectory=".\Release"
  19. IntermediateDirectory=".\Release"
  20. ConfigurationType="1"
  21. UseOfMFC="0"
  22. ATLMinimizesCRunTimeLibraryUsage="false"
  23. CharacterSet="2"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. TypeLibraryName=".\Release/BinaryBuilder.tlb"
  40. HeaderFileName=""
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="1"
  45. InlineFunctionExpansion="0"
  46. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  47. StringPooling="true"
  48. UsePrecompiledHeader="0"
  49. PrecompiledHeaderFile=".\Release/BinaryBuilder.pch"
  50. AssemblerListingLocation=".\Release/"
  51. ObjectFile=".\Release/"
  52. ProgramDataBaseFileName=".\Release/"
  53. WarningLevel="3"
  54. SuppressStartupBanner="true"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="NDEBUG"
  62. Culture="1033"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. LinkIncremental="1"
  70. SuppressStartupBanner="true"
  71. AdditionalLibraryDirectories="../../juce/bin"
  72. ProgramDatabaseFile=".\Release/BinaryBuilder.pdb"
  73. SubSystem="1"
  74. OptimizeReferences="2"
  75. LinkTimeCodeGeneration="1"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. SuppressStartupBanner="true"
  90. OutputFile=".\Release/BinaryBuilder.bsc"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCWebDeploymentTool"
  100. />
  101. <Tool
  102. Name="VCPostBuildEventTool"
  103. />
  104. </Configuration>
  105. </Configurations>
  106. <References>
  107. </References>
  108. <Files>
  109. <Filter
  110. Name="Source Files"
  111. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  112. >
  113. <File
  114. RelativePath="..\BinaryBuilder.cpp"
  115. >
  116. </File>
  117. <File
  118. RelativePath="..\juce_AppConfig.h"
  119. >
  120. </File>
  121. <File
  122. RelativePath="..\juce_LibrarySource.cpp"
  123. >
  124. </File>
  125. </Filter>
  126. </Files>
  127. <Globals>
  128. </Globals>
  129. </VisualStudioProject>