sdram.vcproj 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="sdram"
  6. ProjectGUID="{761723DB-A7B8-48DF-9872-E39ACEE30F28}"
  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)/sdram.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\checksum32.c">
  73. </File>
  74. <File
  75. RelativePath="..\..\ram\sdram.c">
  76. </File>
  77. </Filter>
  78. <Filter
  79. Name="Header Files"
  80. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  81. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  82. <File
  83. RelativePath="..\..\sdram\sdram.h">
  84. </File>
  85. <File
  86. RelativePath="..\..\tools\tools.h">
  87. </File>
  88. </Filter>
  89. <Filter
  90. Name="Resource Files"
  91. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  92. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  93. </Filter>
  94. <File
  95. RelativePath=".\ReadMe.txt">
  96. </File>
  97. </Files>
  98. <Globals>
  99. </Globals>
  100. </VisualStudioProject>