Cyan.vcproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="Cyan"
  6. ProjectGUID="{FAEA86F3-327D-47B5-838B-307B885B3113}"
  7. RootNamespace="Cyan"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory=".\Build\Cyan\Debug"
  20. IntermediateDirectory=".\Build\Cyan\Debug"
  21. ConfigurationType="4"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  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=".\SDL2\include;.\RSPiX\c\Win32\WinG\Inc;.\RSPiX\c\Win32\DirectX\Inc;.\RSPiX\Src;.\RSPiX\Src\Blue;.\RSPiX\Inc;."
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;NOSHMALLOC;WITH_STEAMWORKS=1"
  46. RuntimeLibrary="1"
  47. UsePrecompiledHeader="0"
  48. PrecompiledHeaderFile=".\Build\Cyan\Debug/Cyan.pch"
  49. AssemblerListingLocation=".\Build\Cyan\Debug/"
  50. ObjectFile=".\Build\Cyan\Debug/"
  51. ProgramDataBaseFileName=".\Build\Cyan\Debug/"
  52. WarningLevel="3"
  53. SuppressStartupBanner="true"
  54. DebugInformationFormat="4"
  55. CompileAs="0"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. Culture="1033"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLibrarianTool"
  69. OutputFile=".\Build\Cyan\Debug\Cyan.lib"
  70. SuppressStartupBanner="true"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCPostBuildEventTool"
  86. />
  87. </Configuration>
  88. <Configuration
  89. Name="Release|Win32"
  90. OutputDirectory=".\Build\Cyan\Release"
  91. IntermediateDirectory=".\Build\Cyan\Release"
  92. ConfigurationType="4"
  93. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  94. UseOfMFC="0"
  95. ATLMinimizesCRunTimeLibraryUsage="false"
  96. >
  97. <Tool
  98. Name="VCPreBuildEventTool"
  99. />
  100. <Tool
  101. Name="VCCustomBuildTool"
  102. />
  103. <Tool
  104. Name="VCXMLDataGeneratorTool"
  105. />
  106. <Tool
  107. Name="VCWebServiceProxyGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCMIDLTool"
  111. />
  112. <Tool
  113. Name="VCCLCompilerTool"
  114. Optimization="2"
  115. InlineFunctionExpansion="1"
  116. AdditionalIncludeDirectories=".\SDL2\include;.\RSPiX\c\Win32\WinG\Inc;.\RSPiX\c\Win32\DirectX\Inc;.\RSPiX\Src;.\RSPiX\Src\Blue;.\RSPiX\Inc;."
  117. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WITH_STEAMWORKS=0"
  118. StringPooling="true"
  119. RuntimeLibrary="0"
  120. EnableFunctionLevelLinking="true"
  121. UsePrecompiledHeader="0"
  122. PrecompiledHeaderFile=".\Build\Cyan\Release/Cyan.pch"
  123. AssemblerListingLocation=".\Build\Cyan\Release/"
  124. ObjectFile=".\Build\Cyan\Release/"
  125. ProgramDataBaseFileName=".\Build\Cyan\Release/"
  126. WarningLevel="3"
  127. SuppressStartupBanner="true"
  128. CompileAs="0"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. Culture="1033"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLibrarianTool"
  142. OutputFile=".\Build\Cyan\Release\Cyan.lib"
  143. SuppressStartupBanner="true"
  144. />
  145. <Tool
  146. Name="VCALinkTool"
  147. />
  148. <Tool
  149. Name="VCXDCMakeTool"
  150. />
  151. <Tool
  152. Name="VCBscMakeTool"
  153. />
  154. <Tool
  155. Name="VCFxCopTool"
  156. />
  157. <Tool
  158. Name="VCPostBuildEventTool"
  159. />
  160. </Configuration>
  161. <Configuration
  162. Name="Optimized Debug|Win32"
  163. OutputDirectory=".\Build\Cyan\Optimized Debug"
  164. IntermediateDirectory=".\Build\Cyan\Optimized Debug"
  165. ConfigurationType="4"
  166. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  167. UseOfMFC="0"
  168. ATLMinimizesCRunTimeLibraryUsage="false"
  169. >
  170. <Tool
  171. Name="VCPreBuildEventTool"
  172. />
  173. <Tool
  174. Name="VCCustomBuildTool"
  175. />
  176. <Tool
  177. Name="VCXMLDataGeneratorTool"
  178. />
  179. <Tool
  180. Name="VCWebServiceProxyGeneratorTool"
  181. />
  182. <Tool
  183. Name="VCMIDLTool"
  184. />
  185. <Tool
  186. Name="VCCLCompilerTool"
  187. Optimization="2"
  188. InlineFunctionExpansion="1"
  189. AdditionalIncludeDirectories=".\RSPiX\c\Win32\WinG\Inc,.\RSPiX\c\Win32\SmartHeap\Include,.\RSPiX\c\Win32\DirectX\Inc,.\RSPiX\Src,.\RSPiX\Src\Blue,.\RSPiX\Inc,."
  190. PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;TRACENASSERT"
  191. StringPooling="true"
  192. RuntimeLibrary="0"
  193. EnableFunctionLevelLinking="true"
  194. UsePrecompiledHeader="0"
  195. PrecompiledHeaderFile=".\Build\Cyan\Optimized Debug/Cyan.pch"
  196. AssemblerListingLocation=".\Build\Cyan\Optimized Debug/"
  197. ObjectFile=".\Build\Cyan\Optimized Debug/"
  198. ProgramDataBaseFileName=".\Build\Cyan\Optimized Debug/"
  199. WarningLevel="3"
  200. SuppressStartupBanner="true"
  201. DebugInformationFormat="3"
  202. CompileAs="0"
  203. />
  204. <Tool
  205. Name="VCManagedResourceCompilerTool"
  206. />
  207. <Tool
  208. Name="VCResourceCompilerTool"
  209. Culture="1033"
  210. />
  211. <Tool
  212. Name="VCPreLinkEventTool"
  213. />
  214. <Tool
  215. Name="VCLibrarianTool"
  216. OutputFile=".\Build\Cyan\Optimized Debug\Cyan.lib"
  217. SuppressStartupBanner="true"
  218. />
  219. <Tool
  220. Name="VCALinkTool"
  221. />
  222. <Tool
  223. Name="VCXDCMakeTool"
  224. />
  225. <Tool
  226. Name="VCBscMakeTool"
  227. />
  228. <Tool
  229. Name="VCFxCopTool"
  230. />
  231. <Tool
  232. Name="VCPostBuildEventTool"
  233. />
  234. </Configuration>
  235. </Configurations>
  236. <References>
  237. </References>
  238. <Files>
  239. <File
  240. RelativePath=".\RSPiX\Src\Cyan\Unix\uColors.cpp"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\RSPiX\Src\Cyan\Unix\uDialog.cpp"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\RSPiX\Src\Cyan\Unix\uPath.cpp"
  249. >
  250. </File>
  251. </Files>
  252. <Globals>
  253. </Globals>
  254. </VisualStudioProject>