imageq3.vcproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="imageq3"
  6. ProjectGUID="{0A0D3519-2ADD-4B47-A890-746170B2CCD8}"
  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="2"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="../../include;../../libs;&quot;../../../STLPort-4.6/stlport&quot;;&quot;../../../gtk2-2.4/include/glib-2.0&quot;;&quot;../../../gtk2-2.4/lib/glib-2.0/include&quot;"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IMAGEQ3_EXPORTS"
  24. StringPooling="TRUE"
  25. MinimalRebuild="TRUE"
  26. ExceptionHandling="FALSE"
  27. BasicRuntimeChecks="0"
  28. RuntimeLibrary="3"
  29. BufferSecurityCheck="FALSE"
  30. ForceConformanceInForLoopScope="TRUE"
  31. UsePrecompiledHeader="0"
  32. BrowseInformation="0"
  33. WarningLevel="3"
  34. Detect64BitPortabilityProblems="TRUE"
  35. DebugInformationFormat="3"
  36. DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. OutputFile="$(OutDir)/imageq3.dll"
  42. LinkIncremental="1"
  43. AdditionalLibraryDirectories=""
  44. IgnoreDefaultLibraryNames="msvcprtd.lib"
  45. ModuleDefinitionFile="$(ProjectName).def"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile="$(OutDir)/imageq3.pdb"
  48. SubSystem="2"
  49. ImportLibrary="$(OutDir)/imageq3.lib"
  50. TargetMachine="1"/>
  51. <Tool
  52. Name="VCMIDLTool"/>
  53. <Tool
  54. Name="VCPostBuildEventTool"
  55. CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\modules&quot;
  56. copy &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;$(SolutionDir)install\modules&quot;"/>
  57. <Tool
  58. Name="VCPreBuildEventTool"/>
  59. <Tool
  60. Name="VCPreLinkEventTool"/>
  61. <Tool
  62. Name="VCResourceCompilerTool"/>
  63. <Tool
  64. Name="VCWebServiceProxyGeneratorTool"/>
  65. <Tool
  66. Name="VCXMLDataGeneratorTool"/>
  67. <Tool
  68. Name="VCWebDeploymentTool"/>
  69. <Tool
  70. Name="VCManagedWrapperGeneratorTool"/>
  71. <Tool
  72. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  73. </Configuration>
  74. <Configuration
  75. Name="Release|Win32"
  76. OutputDirectory="Release"
  77. IntermediateDirectory="Release"
  78. ConfigurationType="2"
  79. CharacterSet="2"
  80. WholeProgramOptimization="TRUE">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. GlobalOptimizations="TRUE"
  84. InlineFunctionExpansion="2"
  85. EnableIntrinsicFunctions="TRUE"
  86. FavorSizeOrSpeed="1"
  87. OptimizeForWindowsApplication="FALSE"
  88. AdditionalIncludeDirectories="../../include;../../libs;&quot;../../../STLPort-4.6/stlport&quot;;&quot;../../../gtk2-2.4/include/glib-2.0&quot;;&quot;../../../gtk2-2.4/lib/glib-2.0/include&quot;"
  89. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IMAGEQ3_EXPORTS"
  90. StringPooling="TRUE"
  91. ExceptionHandling="FALSE"
  92. RuntimeLibrary="2"
  93. BufferSecurityCheck="FALSE"
  94. ForceConformanceInForLoopScope="TRUE"
  95. UsePrecompiledHeader="0"
  96. WarningLevel="4"
  97. Detect64BitPortabilityProblems="TRUE"
  98. DebugInformationFormat="3"
  99. DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
  100. <Tool
  101. Name="VCCustomBuildTool"/>
  102. <Tool
  103. Name="VCLinkerTool"
  104. OutputFile="$(OutDir)/imageq3.dll"
  105. LinkIncremental="1"
  106. AdditionalLibraryDirectories=""
  107. IgnoreDefaultLibraryNames="msvcprt.lib"
  108. ModuleDefinitionFile="$(ProjectName).def"
  109. GenerateDebugInformation="TRUE"
  110. SubSystem="2"
  111. OptimizeReferences="2"
  112. EnableCOMDATFolding="2"
  113. ImportLibrary="$(OutDir)/imageq3.lib"
  114. TargetMachine="1"
  115. FixedBaseAddress="0"/>
  116. <Tool
  117. Name="VCMIDLTool"/>
  118. <Tool
  119. Name="VCPostBuildEventTool"
  120. CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\modules&quot;
  121. copy &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;$(SolutionDir)install\modules&quot;"/>
  122. <Tool
  123. Name="VCPreBuildEventTool"/>
  124. <Tool
  125. Name="VCPreLinkEventTool"/>
  126. <Tool
  127. Name="VCResourceCompilerTool"/>
  128. <Tool
  129. Name="VCWebServiceProxyGeneratorTool"/>
  130. <Tool
  131. Name="VCXMLDataGeneratorTool"/>
  132. <Tool
  133. Name="VCWebDeploymentTool"/>
  134. <Tool
  135. Name="VCManagedWrapperGeneratorTool"/>
  136. <Tool
  137. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  138. </Configuration>
  139. </Configurations>
  140. <References>
  141. </References>
  142. <Files>
  143. <Filter
  144. Name="src"
  145. Filter="">
  146. <File
  147. RelativePath=".\image.cpp">
  148. </File>
  149. <File
  150. RelativePath=".\image.h">
  151. </File>
  152. <Filter
  153. Name="modules"
  154. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  155. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  156. <File
  157. RelativePath=".\bmp.cpp">
  158. </File>
  159. <File
  160. RelativePath=".\bmp.h">
  161. </File>
  162. <File
  163. RelativePath=".\dds.cpp">
  164. </File>
  165. <File
  166. RelativePath=".\dds.h">
  167. </File>
  168. <File
  169. RelativePath=".\jpeg.cpp">
  170. </File>
  171. <File
  172. RelativePath=".\jpeg.h">
  173. </File>
  174. <File
  175. RelativePath=".\pcx.cpp">
  176. </File>
  177. <File
  178. RelativePath=".\pcx.h">
  179. </File>
  180. <File
  181. RelativePath=".\tga.cpp">
  182. </File>
  183. <File
  184. RelativePath=".\tga.h">
  185. </File>
  186. </Filter>
  187. </Filter>
  188. <File
  189. RelativePath="..\..\debug.py">
  190. <FileConfiguration
  191. Name="Debug|Win32">
  192. <Tool
  193. Name="VCCustomBuildTool"
  194. CommandLine="python &quot;$(SolutionDir)debug.py&quot;"
  195. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
  196. Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"/>
  197. </FileConfiguration>
  198. <FileConfiguration
  199. Name="Release|Win32">
  200. <Tool
  201. Name="VCCustomBuildTool"
  202. CommandLine="python &quot;$(SolutionDir)debug.py&quot;"
  203. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
  204. Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"/>
  205. </FileConfiguration>
  206. </File>
  207. <File
  208. RelativePath=".\imageq3.def">
  209. <FileConfiguration
  210. Name="Debug|Win32">
  211. <Tool
  212. Name="VCCustomBuildTool"
  213. CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;
  214. "
  215. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetFileName)&quot;"
  216. Outputs="&quot;$(TargetPath)&quot;"/>
  217. </FileConfiguration>
  218. <FileConfiguration
  219. Name="Release|Win32">
  220. <Tool
  221. Name="VCCustomBuildTool"
  222. CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;
  223. "
  224. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetFileName)&quot;"
  225. Outputs="&quot;$(TargetPath)&quot;"/>
  226. </FileConfiguration>
  227. </File>
  228. </Files>
  229. <Globals>
  230. </Globals>
  231. </VisualStudioProject>