SWFTest.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.10.2292"
  5. SchemaVersion = "2.0"
  6. ProjectGuid = "{CC2EFED3-199D-48A1-BA05-A7093A6B4C07}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = "App.ico"
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "SWFTest"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "WinExe"
  19. PreBuildEvent = ""
  20. PostBuildEvent = ""
  21. RootNamespace = "SWFTest"
  22. RunPostBuildEvent = "OnBuildSuccess"
  23. StartupObject = ""
  24. >
  25. <Config
  26. Name = "Debug"
  27. AllowUnsafeBlocks = "false"
  28. BaseAddress = "285212672"
  29. CheckForOverflowUnderflow = "false"
  30. ConfigurationOverrideFile = ""
  31. DefineConstants = "DEBUG;TRACE"
  32. DocumentationFile = ""
  33. DebugSymbols = "true"
  34. FileAlignment = "4096"
  35. IncrementalBuild = "true"
  36. NoStdLib = "false"
  37. NoWarn = ""
  38. Optimize = "false"
  39. OutputPath = "bin\Debug\"
  40. RegisterForComInterop = "false"
  41. RemoveIntegerChecks = "false"
  42. TreatWarningsAsErrors = "false"
  43. WarningLevel = "4"
  44. />
  45. <Config
  46. Name = "Release"
  47. AllowUnsafeBlocks = "false"
  48. BaseAddress = "285212672"
  49. CheckForOverflowUnderflow = "false"
  50. ConfigurationOverrideFile = ""
  51. DefineConstants = "TRACE"
  52. DocumentationFile = ""
  53. DebugSymbols = "false"
  54. FileAlignment = "4096"
  55. IncrementalBuild = "false"
  56. NoStdLib = "false"
  57. NoWarn = ""
  58. Optimize = "true"
  59. OutputPath = "bin\Release\"
  60. RegisterForComInterop = "false"
  61. RemoveIntegerChecks = "false"
  62. TreatWarningsAsErrors = "false"
  63. WarningLevel = "4"
  64. />
  65. </Settings>
  66. <References>
  67. <Reference
  68. Name = "System"
  69. AssemblyName = "System"
  70. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
  71. />
  72. <Reference
  73. Name = "System.Data"
  74. AssemblyName = "System.Data"
  75. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
  76. />
  77. <Reference
  78. Name = "System.Drawing"
  79. AssemblyName = "System.Drawing"
  80. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
  81. />
  82. <Reference
  83. Name = "System.XML"
  84. AssemblyName = "System.Xml"
  85. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
  86. />
  87. <Reference
  88. Name = "Accessibility"
  89. AssemblyName = "Accessibility"
  90. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\Accessibility.dll"
  91. />
  92. <Reference
  93. Name = "System.Runtime.Serialization.Formatters.Soap"
  94. AssemblyName = "System.Runtime.Serialization.Formatters.Soap"
  95. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Runtime.Serialization.Formatters.Soap.dll"
  96. />
  97. <Reference
  98. Name = "System.Windows.Forms"
  99. Project = "{E0B52BB7-B244-4724-9A63-9616B6FAA5E8}"
  100. Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  101. />
  102. </References>
  103. </Build>
  104. <Files>
  105. <Include>
  106. <File
  107. RelPath = "App.ico"
  108. BuildAction = "Content"
  109. />
  110. <File
  111. RelPath = "AssemblyInfo.cs"
  112. SubType = "Code"
  113. BuildAction = "Compile"
  114. />
  115. <File
  116. RelPath = "Form1.cs"
  117. SubType = "Component"
  118. BuildAction = "Compile"
  119. />
  120. <File
  121. RelPath = "Form1.resx"
  122. DependentUpon = "Form1.cs"
  123. BuildAction = "EmbeddedResource"
  124. />
  125. </Include>
  126. </Files>
  127. </CSHARP>
  128. </VisualStudioProject>