slac.vcproj 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="slac"
  6. ProjectGUID="{7581A8EF-8CF2-440C-AD3B-30E43D202486}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory="$(SolutionDir)\Programs\2003"
  16. IntermediateDirectory="$(SolutionDir)\Objects\2003"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. AdditionalIncludeDirectories="..\include"
  22. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;MAKEFILE;WINPCAP"
  23. RuntimeLibrary="4"
  24. UsePrecompiledHeader="0"
  25. WarningLevel="3"
  26. Detect64BitPortabilityProblems="TRUE"
  27. DebugInformationFormat="3"
  28. CompileAs="1"/>
  29. <Tool
  30. Name="VCCustomBuildTool"/>
  31. <Tool
  32. Name="VCLinkerTool"
  33. AdditionalDependencies="ws2_32.lib "
  34. OutputFile="$(OutDir)/slac.exe"
  35. LinkIncremental="1"
  36. AdditionalLibraryDirectories="..\library"
  37. GenerateDebugInformation="FALSE"
  38. SubSystem="1"
  39. OptimizeReferences="2"
  40. EnableCOMDATFolding="2"
  41. TargetMachine="1"/>
  42. <Tool
  43. Name="VCMIDLTool"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"/>
  52. <Tool
  53. Name="VCWebServiceProxyGeneratorTool"/>
  54. <Tool
  55. Name="VCXMLDataGeneratorTool"/>
  56. <Tool
  57. Name="VCWebDeploymentTool"/>
  58. <Tool
  59. Name="VCManagedWrapperGeneratorTool"/>
  60. <Tool
  61. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  62. </Configuration>
  63. </Configurations>
  64. <References>
  65. </References>
  66. <Files>
  67. <Filter
  68. Name="Source Files"
  69. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  70. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  71. <File
  72. RelativePath="..\..\tools\error.c">
  73. </File>
  74. <File
  75. RelativePath="..\..\tools\getoptv.c">
  76. </File>
  77. <File
  78. RelativePath="..\..\tools\hexdecode.c">
  79. </File>
  80. <File
  81. RelativePath="..\..\tools\hexstring.c">
  82. </File>
  83. <File
  84. RelativePath="..\..\tools\putoptv.c">
  85. </File>
  86. <File
  87. RelativePath="..\..\qca\slac.c">
  88. </File>
  89. <File
  90. RelativePath="..\..\tools\version.c">
  91. </File>
  92. </Filter>
  93. <Filter
  94. Name="Header Files"
  95. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  96. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  97. <File
  98. RelativePath="..\..\tools\error.h">
  99. </File>
  100. <File
  101. RelativePath="..\..\tools\getoptv.h">
  102. </File>
  103. <File
  104. RelativePath="..\..\tools\putoptv.h">
  105. </File>
  106. <File
  107. RelativePath="..\..\tools\version.h">
  108. </File>
  109. </Filter>
  110. <Filter
  111. Name="Resource Files"
  112. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  113. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  114. </Filter>
  115. <File
  116. RelativePath=".\ReadMe.txt">
  117. </File>
  118. </Files>
  119. <Globals>
  120. </Globals>
  121. </VisualStudioProject>