int6kdetect.vcproj 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="int6kdetect"
  6. ProjectGUID="{F446C556-F308-4CD6-83F2-CA34DBAA15E3}"
  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"
  23. RuntimeLibrary="4"
  24. UsePrecompiledHeader="0"
  25. WarningLevel="3"
  26. Detect64BitPortabilityProblems="TRUE"
  27. DebugInformationFormat="3"
  28. CompileAs="1"
  29. DisableSpecificWarnings="4996"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. OutputFile="$(OutDir)/int6kdetect.exe"
  35. LinkIncremental="1"
  36. GenerateDebugInformation="FALSE"
  37. SubSystem="1"
  38. OptimizeReferences="2"
  39. EnableCOMDATFolding="2"
  40. TargetMachine="1"/>
  41. <Tool
  42. Name="VCMIDLTool"/>
  43. <Tool
  44. Name="VCPostBuildEventTool"/>
  45. <Tool
  46. Name="VCPreBuildEventTool"/>
  47. <Tool
  48. Name="VCPreLinkEventTool"/>
  49. <Tool
  50. Name="VCResourceCompilerTool"/>
  51. <Tool
  52. Name="VCWebServiceProxyGeneratorTool"/>
  53. <Tool
  54. Name="VCXMLDataGeneratorTool"/>
  55. <Tool
  56. Name="VCWebDeploymentTool"/>
  57. <Tool
  58. Name="VCManagedWrapperGeneratorTool"/>
  59. <Tool
  60. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  61. </Configuration>
  62. </Configurations>
  63. <References>
  64. </References>
  65. <Files>
  66. <Filter
  67. Name="Source Files"
  68. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  69. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  70. <File
  71. RelativePath="..\..\tools\error.c">
  72. </File>
  73. <File
  74. RelativePath="..\..\tools\getoptv.c">
  75. </File>
  76. <File
  77. RelativePath="..\..\serial\int6kdetect.c">
  78. </File>
  79. <File
  80. RelativePath="..\..\tools\putoptv.c">
  81. </File>
  82. <File
  83. RelativePath="..\..\tools\version.c">
  84. </File>
  85. </Filter>
  86. <Filter
  87. Name="Header Files"
  88. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  89. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  90. </Filter>
  91. <Filter
  92. Name="Resource Files"
  93. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  94. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  95. </Filter>
  96. </Files>
  97. <Globals>
  98. </Globals>
  99. </VisualStudioProject>