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.

97 lines
3.7 KiB

  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.0.9396"
  5. SchemaVersion = "1.0"
  6. ProjectGuid = "{00F15768-A3A5-4C5E-9CCD-ED53851CFD98}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = "App.ico"
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "Proctest"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Exe"
  19. RootNamespace = "Proctest"
  20. StartupObject = ""
  21. >
  22. <Config
  23. Name = "Debug"
  24. AllowUnsafeBlocks = "false"
  25. BaseAddress = "285212672"
  26. CheckForOverflowUnderflow = "false"
  27. ConfigurationOverrideFile = ""
  28. DefineConstants = "DEBUG;TRACE"
  29. DocumentationFile = ""
  30. DebugSymbols = "true"
  31. FileAlignment = "4096"
  32. IncrementalBuild = "true"
  33. Optimize = "false"
  34. OutputPath = "bin\Debug\"
  35. RegisterForComInterop = "false"
  36. RemoveIntegerChecks = "false"
  37. TreatWarningsAsErrors = "false"
  38. WarningLevel = "4"
  39. />
  40. <Config
  41. Name = "Release"
  42. AllowUnsafeBlocks = "false"
  43. BaseAddress = "285212672"
  44. CheckForOverflowUnderflow = "false"
  45. ConfigurationOverrideFile = ""
  46. DefineConstants = "TRACE"
  47. DocumentationFile = ""
  48. DebugSymbols = "false"
  49. FileAlignment = "4096"
  50. IncrementalBuild = "false"
  51. Optimize = "true"
  52. OutputPath = "bin\Release\"
  53. RegisterForComInterop = "false"
  54. RemoveIntegerChecks = "false"
  55. TreatWarningsAsErrors = "false"
  56. WarningLevel = "4"
  57. />
  58. </Settings>
  59. <References>
  60. <Reference
  61. Name = "System"
  62. AssemblyName = "System"
  63. HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3427\System.dll"
  64. />
  65. <Reference
  66. Name = "System.Data"
  67. AssemblyName = "System.Data"
  68. HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3427\System.Data.dll"
  69. />
  70. <Reference
  71. Name = "System.XML"
  72. AssemblyName = "System.XML"
  73. HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3427\System.XML.dll"
  74. />
  75. </References>
  76. </Build>
  77. <Files>
  78. <Include>
  79. <File
  80. RelPath = "App.ico"
  81. BuildAction = "Content"
  82. />
  83. <File
  84. RelPath = "AssemblyInfo.cs"
  85. SubType = "Code"
  86. BuildAction = "Compile"
  87. />
  88. <File
  89. RelPath = "Class1.cs"
  90. SubType = "Code"
  91. BuildAction = "Compile"
  92. />
  93. </Include>
  94. </Files>
  95. </CSHARP>
  96. </VisualStudioProject>