ptsctl.vcproj 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="ptsctl"
  6. ProjectGUID="{5747739D-2561-46BC-B43E-64BF42442696}"
  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)/ptsctl.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\basespec.c">
  72. </File>
  73. <File
  74. RelativePath="..\..\tools\error.c">
  75. </File>
  76. <File
  77. RelativePath="..\..\tools\getoptv.c">
  78. </File>
  79. <File
  80. RelativePath="..\..\serial\ptsctl.c">
  81. </File>
  82. <File
  83. RelativePath="..\..\tools\putoptv.c">
  84. </File>
  85. <File
  86. RelativePath="..\..\tools\synonym.c">
  87. </File>
  88. <File
  89. RelativePath="..\..\tools\todigit.c">
  90. </File>
  91. <File
  92. RelativePath="..\..\tools\uintspec.c">
  93. </File>
  94. <File
  95. RelativePath="..\..\tools\version.c">
  96. </File>
  97. </Filter>
  98. <Filter
  99. Name="Header Files"
  100. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  101. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  102. <File
  103. RelativePath="..\..\tools\error.h">
  104. </File>
  105. <File
  106. RelativePath="..\..\tools\getoptv.h">
  107. </File>
  108. <File
  109. RelativePath="..\..\tools\number.h">
  110. </File>
  111. <File
  112. RelativePath="..\..\tools\putoptv.h">
  113. </File>
  114. <File
  115. RelativePath="..\include\unistd.h">
  116. </File>
  117. <File
  118. RelativePath="..\..\tools\version.h">
  119. </File>
  120. </Filter>
  121. <Filter
  122. Name="Resource Files"
  123. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  124. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  125. </Filter>
  126. </Files>
  127. <Globals>
  128. </Globals>
  129. </VisualStudioProject>