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.

233 lines
4.9KB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="JuceBrowserPluginDemo"
  6. ProjectGUID="{865C6463-5BC7-4F36-8667-FF9221C32797}"
  7. RootNamespace="JuceBrowserPluginDemo"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="../../src"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JUCEBROWSERPLUGINDEMO_EXPORTS"
  46. MinimalRebuild="false"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. AdditionalIncludeDirectories="../../src"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. OutputFile="$(OutDir)\np$(ProjectName).dll"
  66. LinkIncremental="2"
  67. GenerateDebugInformation="true"
  68. SubSystem="2"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;C:\Program Files\Mozilla Firefox\plugins&quot;"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="2"
  99. CharacterSet="1"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="2"
  120. EnableIntrinsicFunctions="true"
  121. AdditionalIncludeDirectories="../../src"
  122. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JUCEBROWSERPLUGINDEMO_EXPORTS"
  123. RuntimeLibrary="0"
  124. EnableFunctionLevelLinking="true"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. DebugInformationFormat="3"
  128. />
  129. <Tool
  130. Name="VCManagedResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. AdditionalIncludeDirectories="../../src"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. OutputFile="$(OutDir)\np$(ProjectName).dll"
  142. LinkIncremental="1"
  143. GenerateDebugInformation="true"
  144. SubSystem="2"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. TargetMachine="1"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCPostBuildEventTool"
  169. />
  170. </Configuration>
  171. </Configurations>
  172. <References>
  173. </References>
  174. <Files>
  175. <Filter
  176. Name="Source Files"
  177. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  178. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  179. >
  180. <File
  181. RelativePath="..\..\src\BrowserPluginCharacteristics.h"
  182. >
  183. </File>
  184. <File
  185. RelativePath="..\..\src\JuceBrowserPluginDemo.cpp"
  186. >
  187. </File>
  188. <File
  189. RelativePath="..\..\src\JuceHeader.h"
  190. >
  191. </File>
  192. <Filter
  193. Name="wrapper"
  194. >
  195. <File
  196. RelativePath="..\..\src\AppConfig.h"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\..\src\juce_browser_plugin_wrapper.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\..\src\juce_core_wrapper.cpp"
  205. >
  206. </File>
  207. <File
  208. RelativePath="..\..\src\juce_data_structures_wrapper.cpp"
  209. >
  210. </File>
  211. <File
  212. RelativePath="..\..\src\juce_events_wrapper.cpp"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\..\src\juce_graphics_wrapper.cpp"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\..\src\juce_gui_basics_wrapper.cpp"
  221. >
  222. </File>
  223. <File
  224. RelativePath="..\..\..\..\modules\juce_browser_plugin_client\wrapper\juce_NPAPI_WinResource.rc"
  225. >
  226. </File>
  227. </Filter>
  228. </Filter>
  229. </Files>
  230. <Globals>
  231. </Globals>
  232. </VisualStudioProject>