Leaked source code of windows server 2003
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.

169 lines
4.1 KiB

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="MetaExp"
  6. SccProjectName="SAK"
  7. SccAuxPath="SAK"
  8. SccLocalPath="SAK"
  9. SccProvider="SAK">
  10. <Platforms>
  11. <Platform
  12. Name="Win32"/>
  13. </Platforms>
  14. <Configurations>
  15. <Configuration
  16. Name="Debug|Win32"
  17. OutputDirectory=".\Debug"
  18. IntermediateDirectory=".\Debug"
  19. ConfigurationType="1"
  20. UseOfMFC="0"
  21. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  22. CharacterSet="2">
  23. <Tool
  24. Name="VCCLCompilerTool"
  25. Optimization="0"
  26. PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="5"
  29. PrecompiledHeaderFile=".\Debug/MetaExp.pch"
  30. AssemblerListingLocation=".\Debug/"
  31. ObjectFile=".\Debug/"
  32. ProgramDataBaseFileName=".\Debug/"
  33. WarningLevel="3"
  34. SuppressStartupBanner="TRUE"
  35. DebugInformationFormat="4"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. AdditionalOptions="/MACHINE:I386"
  41. AdditionalDependencies="odbc32.lib odbccp32.lib"
  42. OutputFile=".\Debug\movesite.exe"
  43. LinkIncremental="2"
  44. SuppressStartupBanner="TRUE"
  45. GenerateDebugInformation="TRUE"
  46. ProgramDatabaseFile=".\Debug/MetaExp.pdb"
  47. SubSystem="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. TypeLibraryName="f:\Transfer\Scratch/MetaExp.tlb"/>
  51. <Tool
  52. Name="VCPostBuildEventTool"/>
  53. <Tool
  54. Name="VCPreBuildEventTool"/>
  55. <Tool
  56. Name="VCPreLinkEventTool"/>
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. PreprocessorDefinitions="_DEBUG"
  60. Culture="1033"/>
  61. <Tool
  62. Name="VCWebServiceProxyGeneratorTool"/>
  63. <Tool
  64. Name="VCWebDeploymentTool"/>
  65. </Configuration>
  66. <Configuration
  67. Name="Release|Win32"
  68. OutputDirectory=".\Release"
  69. IntermediateDirectory=".\Release"
  70. ConfigurationType="1"
  71. UseOfMFC="0"
  72. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  73. CharacterSet="2">
  74. <Tool
  75. Name="VCCLCompilerTool"
  76. InlineFunctionExpansion="1"
  77. PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,WIN32_LEAN_AND_MEAN"
  78. StringPooling="TRUE"
  79. RuntimeLibrary="4"
  80. EnableFunctionLevelLinking="TRUE"
  81. PrecompiledHeaderFile=".\Release/MetaExp.pch"
  82. AssemblerListingLocation=".\Release/"
  83. ObjectFile=".\Release/"
  84. ProgramDataBaseFileName=".\Release/"
  85. WarningLevel="3"
  86. SuppressStartupBanner="TRUE"/>
  87. <Tool
  88. Name="VCCustomBuildTool"/>
  89. <Tool
  90. Name="VCLinkerTool"
  91. AdditionalOptions="/MACHINE:I386"
  92. AdditionalDependencies="odbc32.lib odbccp32.lib"
  93. OutputFile=".\Release/movesite.exe"
  94. LinkIncremental="1"
  95. SuppressStartupBanner="TRUE"
  96. ProgramDatabaseFile=".\Release/MetaExp.pdb"
  97. SubSystem="1"/>
  98. <Tool
  99. Name="VCMIDLTool"
  100. TypeLibraryName=".\Release/MetaExp.tlb"/>
  101. <Tool
  102. Name="VCPostBuildEventTool"/>
  103. <Tool
  104. Name="VCPreBuildEventTool"/>
  105. <Tool
  106. Name="VCPreLinkEventTool"/>
  107. <Tool
  108. Name="VCResourceCompilerTool"
  109. PreprocessorDefinitions="NDEBUG"
  110. Culture="1033"/>
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"/>
  113. <Tool
  114. Name="VCWebDeploymentTool"/>
  115. </Configuration>
  116. </Configurations>
  117. <Files>
  118. <Filter
  119. Name="Source Files"
  120. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  121. <File
  122. RelativePath=".\MetaExp.cpp">
  123. </File>
  124. <File
  125. RelativePath="auth.cpp">
  126. </File>
  127. <File
  128. RelativePath="common.cpp">
  129. </File>
  130. <File
  131. RelativePath="filecopy.cpp">
  132. </File>
  133. <File
  134. RelativePath="mbase.cpp">
  135. </File>
  136. <File
  137. RelativePath=".\util.cpp">
  138. </File>
  139. </Filter>
  140. <Filter
  141. Name="Header Files"
  142. Filter="h;hpp;hxx;hm;inl">
  143. <File
  144. RelativePath="auth.h">
  145. </File>
  146. <File
  147. RelativePath="common.h">
  148. </File>
  149. <File
  150. RelativePath="filecopy.h">
  151. </File>
  152. <File
  153. RelativePath="mbase.h">
  154. </File>
  155. <File
  156. RelativePath=".\util.h">
  157. </File>
  158. </Filter>
  159. <Filter
  160. Name="Resource Files"
  161. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  162. </Filter>
  163. <File
  164. RelativePath=".\ReadMe.txt">
  165. </File>
  166. </Files>
  167. <Globals>
  168. </Globals>
  169. </VisualStudioProject>