Clone of Akilla's ac2d @ https://github.com/deregtd/AC2D

WindowLib.vcproj 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="WindowLib"
  6. ProjectGUID="{ABC2B432-26B5-4081-87A4-0B51A8F08BC8}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. ATLMinimizesCRunTimeLibraryUsage="TRUE"
  19. CharacterSet="2"
  20. WholeProgramOptimization="FALSE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. OptimizeForWindowsApplication="TRUE"
  25. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  26. MinimalRebuild="TRUE"
  27. ExceptionHandling="TRUE"
  28. BasicRuntimeChecks="3"
  29. RuntimeLibrary="1"
  30. UsePrecompiledHeader="0"
  31. PrecompiledHeaderThrough=""
  32. PrecompiledHeaderFile=""
  33. WarningLevel="3"
  34. Detect64BitPortabilityProblems="TRUE"
  35. DebugInformationFormat="4"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. OutputFile="$(OutDir)/WindowLib.exe"
  41. LinkIncremental="2"
  42. GenerateDebugInformation="TRUE"
  43. ProgramDatabaseFile="$(OutDir)/WindowLib.pdb"
  44. SubSystem="2"
  45. TargetMachine="1"/>
  46. <Tool
  47. Name="VCMIDLTool"/>
  48. <Tool
  49. Name="VCPostBuildEventTool"/>
  50. <Tool
  51. Name="VCPreBuildEventTool"/>
  52. <Tool
  53. Name="VCPreLinkEventTool"/>
  54. <Tool
  55. Name="VCResourceCompilerTool"/>
  56. <Tool
  57. Name="VCWebServiceProxyGeneratorTool"/>
  58. <Tool
  59. Name="VCXMLDataGeneratorTool"/>
  60. <Tool
  61. Name="VCWebDeploymentTool"/>
  62. <Tool
  63. Name="VCManagedWrapperGeneratorTool"/>
  64. <Tool
  65. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  66. </Configuration>
  67. <Configuration
  68. Name="Release|Win32"
  69. OutputDirectory="Release"
  70. IntermediateDirectory="Release"
  71. ConfigurationType="1"
  72. ATLMinimizesCRunTimeLibraryUsage="TRUE"
  73. CharacterSet="2"
  74. WholeProgramOptimization="TRUE">
  75. <Tool
  76. Name="VCCLCompilerTool"
  77. OptimizeForWindowsApplication="TRUE"
  78. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  79. ExceptionHandling="TRUE"
  80. RuntimeLibrary="0"
  81. UsePrecompiledHeader="3"
  82. WarningLevel="3"
  83. Detect64BitPortabilityProblems="TRUE"
  84. DebugInformationFormat="3"/>
  85. <Tool
  86. Name="VCCustomBuildTool"/>
  87. <Tool
  88. Name="VCLinkerTool"
  89. OutputFile="$(OutDir)/WindowLib.exe"
  90. LinkIncremental="1"
  91. GenerateDebugInformation="TRUE"
  92. SubSystem="2"
  93. OptimizeReferences="2"
  94. EnableCOMDATFolding="2"
  95. TargetMachine="1"/>
  96. <Tool
  97. Name="VCMIDLTool"/>
  98. <Tool
  99. Name="VCPostBuildEventTool"/>
  100. <Tool
  101. Name="VCPreBuildEventTool"/>
  102. <Tool
  103. Name="VCPreLinkEventTool"/>
  104. <Tool
  105. Name="VCResourceCompilerTool"/>
  106. <Tool
  107. Name="VCWebServiceProxyGeneratorTool"/>
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"/>
  110. <Tool
  111. Name="VCWebDeploymentTool"/>
  112. <Tool
  113. Name="VCManagedWrapperGeneratorTool"/>
  114. <Tool
  115. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  116. </Configuration>
  117. </Configurations>
  118. <References>
  119. </References>
  120. <Files>
  121. <Filter
  122. Name="Source Files"
  123. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  124. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  125. <File
  126. RelativePath=".\CButton.cpp">
  127. </File>
  128. <File
  129. RelativePath=".\CMessageBox.cpp">
  130. </File>
  131. <File
  132. RelativePath=".\CWindow.cpp">
  133. </File>
  134. <File
  135. RelativePath=".\CWindowManager.cpp">
  136. </File>
  137. <File
  138. RelativePath=".\IKeyboardEvents.cpp">
  139. </File>
  140. <File
  141. RelativePath=".\IMouseEvents.cpp">
  142. </File>
  143. <File
  144. RelativePath=".\IMoveEvent.cpp">
  145. </File>
  146. <File
  147. RelativePath=".\IRenderEvent.cpp">
  148. </File>
  149. <File
  150. RelativePath=".\IResizeEvent.cpp">
  151. </File>
  152. <File
  153. RelativePath=".\IWindow.cpp">
  154. </File>
  155. <File
  156. RelativePath=".\IWindowManager.cpp">
  157. </File>
  158. <File
  159. RelativePath=".\stdafx.cpp">
  160. <FileConfiguration
  161. Name="Debug|Win32">
  162. <Tool
  163. Name="VCCLCompilerTool"
  164. UsePrecompiledHeader="1"/>
  165. </FileConfiguration>
  166. <FileConfiguration
  167. Name="Release|Win32">
  168. <Tool
  169. Name="VCCLCompilerTool"
  170. UsePrecompiledHeader="1"/>
  171. </FileConfiguration>
  172. </File>
  173. <File
  174. RelativePath=".\WindowLib.cpp">
  175. </File>
  176. </Filter>
  177. <Filter
  178. Name="Header Files"
  179. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  180. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  181. <File
  182. RelativePath=".\CButton.h">
  183. </File>
  184. <File
  185. RelativePath=".\CMessageBox.h">
  186. </File>
  187. <File
  188. RelativePath=".\CWindow.h">
  189. </File>
  190. <File
  191. RelativePath=".\CWindowManager.h">
  192. </File>
  193. <File
  194. RelativePath=".\IKeyboardEvents.h">
  195. </File>
  196. <File
  197. RelativePath=".\IMouseEvents.h">
  198. </File>
  199. <File
  200. RelativePath=".\IMoveEvent.h">
  201. </File>
  202. <File
  203. RelativePath=".\IRenderEvent.h">
  204. </File>
  205. <File
  206. RelativePath=".\IResizeEvent.h">
  207. </File>
  208. <File
  209. RelativePath=".\IWindow.h">
  210. </File>
  211. <File
  212. RelativePath=".\IWindowManager.h">
  213. </File>
  214. <File
  215. RelativePath=".\Resource.h">
  216. </File>
  217. <File
  218. RelativePath=".\stdafx.h">
  219. </File>
  220. <File
  221. RelativePath=".\WindowLib.h">
  222. </File>
  223. </Filter>
  224. <Filter
  225. Name="Resource Files"
  226. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  227. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  228. <File
  229. RelativePath=".\small.ico">
  230. </File>
  231. <File
  232. RelativePath=".\WindowLib.ico">
  233. </File>
  234. <File
  235. RelativePath=".\WindowLib.rc">
  236. </File>
  237. </Filter>
  238. <File
  239. RelativePath=".\ReadMe.txt">
  240. </File>
  241. </Files>
  242. <Globals>
  243. </Globals>
  244. </VisualStudioProject>