TestApp.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.0.9466"
  5. SchemaVersion = "1.0"
  6. ProjectGuid = "{9C1ECC6B-16C7-42B3-BF7C-8BA8D81BA980}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = "App.ico"
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "TestApp"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "WinExe"
  19. RootNamespace = "TestApp"
  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 = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
  64. />
  65. <Reference
  66. Name = "System.Data"
  67. AssemblyName = "System.Data"
  68. HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
  69. />
  70. <Reference
  71. Name = "System.Drawing"
  72. AssemblyName = "System.Drawing"
  73. HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
  74. />
  75. <Reference
  76. Name = "System.Windows.Forms"
  77. AssemblyName = "System.Windows.Forms"
  78. HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
  79. />
  80. <Reference
  81. Name = "System.XML"
  82. AssemblyName = "System.Xml"
  83. HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
  84. />
  85. <Reference
  86. Name = "PhysFS.NET"
  87. Project = "{C6205A43-3D4D-41E6-872C-96CD7BE55230}"
  88. Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  89. />
  90. </References>
  91. </Build>
  92. <Files>
  93. <Include>
  94. <File
  95. RelPath = "App.ico"
  96. BuildAction = "Content"
  97. />
  98. <File
  99. RelPath = "AssemblyInfo.cs"
  100. BuildAction = "Compile"
  101. />
  102. <File
  103. RelPath = "TestAppForm.cs"
  104. SubType = "Form"
  105. BuildAction = "Compile"
  106. />
  107. <File
  108. RelPath = "TestAppForm.resx"
  109. DependentUpon = "TestAppForm.cs"
  110. BuildAction = "EmbeddedResource"
  111. />
  112. </Include>
  113. </Files>
  114. </CSHARP>
  115. </VisualStudioProject>