Handcrafted.vcproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Handcrafted"
  6. ProjectGUID="{155DB9E1-28AC-4671-8248-5FD03E8FCDAD}"
  7. RootNamespace="Handcrafted"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  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="Debug"
  22. IntermediateDirectory="Debug"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. AdditionalOptions="/Zm300"
  45. Optimization="0"
  46. AdditionalIncludeDirectories="..\..\..\.."
  47. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. BufferSecurityCheck="true"
  52. DisableLanguageExtensions="true"
  53. TreatWChar_tAsBuiltInType="true"
  54. ForceConformanceInForLoopScope="true"
  55. UsePrecompiledHeader="0"
  56. WarningLevel="4"
  57. WarnAsError="true"
  58. Detect64BitPortabilityProblems="false"
  59. DebugInformationFormat="4"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. />
  67. <Tool
  68. Name="VCPreLinkEventTool"
  69. />
  70. <Tool
  71. Name="VCLinkerTool"
  72. OutputFile="$(OutDir)/Handcrafted.exe"
  73. LinkIncremental="2"
  74. GenerateDebugInformation="true"
  75. ProgramDatabaseFile="$(OutDir)/Handcrafted.pdb"
  76. SubSystem="1"
  77. RandomizedBaseAddress="1"
  78. DataExecutionPrevention="0"
  79. TargetMachine="1"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. />
  87. <Tool
  88. Name="VCXDCMakeTool"
  89. />
  90. <Tool
  91. Name="VCBscMakeTool"
  92. />
  93. <Tool
  94. Name="VCFxCopTool"
  95. />
  96. <Tool
  97. Name="VCAppVerifierTool"
  98. />
  99. <Tool
  100. Name="VCPostBuildEventTool"
  101. />
  102. </Configuration>
  103. <Configuration
  104. Name="Release|Win32"
  105. OutputDirectory="Release"
  106. IntermediateDirectory="Release"
  107. ConfigurationType="1"
  108. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  109. CharacterSet="2"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. AdditionalOptions="/Zm300"
  129. Optimization="3"
  130. InlineFunctionExpansion="2"
  131. AdditionalIncludeDirectories="..\..\..\.."
  132. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  133. StringPooling="true"
  134. RuntimeLibrary="2"
  135. BufferSecurityCheck="false"
  136. EnableFunctionLevelLinking="true"
  137. DisableLanguageExtensions="true"
  138. TreatWChar_tAsBuiltInType="true"
  139. ForceConformanceInForLoopScope="true"
  140. UsePrecompiledHeader="0"
  141. WarningLevel="4"
  142. WarnAsError="true"
  143. Detect64BitPortabilityProblems="false"
  144. DebugInformationFormat="0"
  145. />
  146. <Tool
  147. Name="VCManagedResourceCompilerTool"
  148. />
  149. <Tool
  150. Name="VCResourceCompilerTool"
  151. />
  152. <Tool
  153. Name="VCPreLinkEventTool"
  154. />
  155. <Tool
  156. Name="VCLinkerTool"
  157. OutputFile="$(OutDir)/Handcrafted.exe"
  158. LinkIncremental="1"
  159. GenerateDebugInformation="false"
  160. SubSystem="1"
  161. OptimizeReferences="2"
  162. EnableCOMDATFolding="2"
  163. RandomizedBaseAddress="1"
  164. DataExecutionPrevention="0"
  165. TargetMachine="1"
  166. />
  167. <Tool
  168. Name="VCALinkTool"
  169. />
  170. <Tool
  171. Name="VCManifestTool"
  172. />
  173. <Tool
  174. Name="VCXDCMakeTool"
  175. />
  176. <Tool
  177. Name="VCBscMakeTool"
  178. />
  179. <Tool
  180. Name="VCFxCopTool"
  181. />
  182. <Tool
  183. Name="VCAppVerifierTool"
  184. />
  185. <Tool
  186. Name="VCPostBuildEventTool"
  187. />
  188. </Configuration>
  189. </Configurations>
  190. <References>
  191. </References>
  192. <Files>
  193. <Filter
  194. Name="Source Files"
  195. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
  196. >
  197. <File
  198. RelativePath="Handcrafted.cpp"
  199. >
  200. </File>
  201. </Filter>
  202. </Files>
  203. <Globals>
  204. </Globals>
  205. </VisualStudioProject>