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.

123 lines
2.5KB

  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. RuntimeLibrary="0"
  49. UsePrecompiledHeader="0"
  50. PrecompiledHeaderFile=".\Release/BinaryBuilder.pch"
  51. AssemblerListingLocation=".\Release/"
  52. ObjectFile=".\Release/"
  53. ProgramDataBaseFileName=".\Release/"
  54. WarningLevel="3"
  55. SuppressStartupBanner="true"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="NDEBUG"
  63. Culture="1033"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkIncremental="1"
  71. SuppressStartupBanner="true"
  72. AdditionalLibraryDirectories="../../juce/bin"
  73. ProgramDatabaseFile=".\Release/BinaryBuilder.pdb"
  74. SubSystem="1"
  75. OptimizeReferences="2"
  76. LinkTimeCodeGeneration="1"
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. SuppressStartupBanner="true"
  91. OutputFile=".\Release/BinaryBuilder.bsc"
  92. />
  93. <Tool
  94. Name="VCFxCopTool"
  95. />
  96. <Tool
  97. Name="VCAppVerifierTool"
  98. />
  99. <Tool
  100. Name="VCWebDeploymentTool"
  101. />
  102. <Tool
  103. Name="VCPostBuildEventTool"
  104. />
  105. </Configuration>
  106. </Configurations>
  107. <References>
  108. </References>
  109. <Files>
  110. <Filter
  111. Name="Source Files"
  112. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  113. >
  114. <File
  115. RelativePath="..\BinaryBuilder.cpp"
  116. >
  117. </File>
  118. </Filter>
  119. </Files>
  120. <Globals>
  121. </Globals>
  122. </VisualStudioProject>