CustomControls.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.10.3077"
  5. SchemaVersion = "2.0"
  6. ProjectGuid = "{DA14869F-BA45-4192-A9A2-DAD99A44C996}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = "App.ico"
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "CustomControls"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. PreBuildEvent = ""
  20. PostBuildEvent = ""
  21. RootNamespace = "CustomControls"
  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 = "false"
  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.1.4322\System.dll"
  71. />
  72. <Reference
  73. Name = "System.Data"
  74. AssemblyName = "System.Data"
  75. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
  76. />
  77. <Reference
  78. Name = "System.Drawing"
  79. AssemblyName = "System.Drawing"
  80. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
  81. />
  82. <Reference
  83. Name = "System.Windows.Forms"
  84. AssemblyName = "System.Windows.Forms"
  85. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
  86. />
  87. <Reference
  88. Name = "System.XML"
  89. AssemblyName = "System.Xml"
  90. HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
  91. />
  92. </References>
  93. </Build>
  94. <Files>
  95. <Include>
  96. <File
  97. RelPath = "App.ico"
  98. BuildAction = "Content"
  99. />
  100. <File
  101. RelPath = "AppColors.cs"
  102. SubType = "Code"
  103. BuildAction = "Compile"
  104. />
  105. <File
  106. RelPath = "AssemblyInfo.cs"
  107. SubType = "Code"
  108. BuildAction = "Compile"
  109. />
  110. <File
  111. RelPath = "ColorListBox.cs"
  112. SubType = "Component"
  113. BuildAction = "Compile"
  114. />
  115. <File
  116. RelPath = "CTextBox.cs"
  117. SubType = "Component"
  118. BuildAction = "Compile"
  119. />
  120. <File
  121. RelPath = "CustomCollectionEditor.cs"
  122. SubType = "Code"
  123. BuildAction = "Compile"
  124. />
  125. <File
  126. RelPath = "CustomCollectionEditorForm.cs"
  127. SubType = "Form"
  128. BuildAction = "Compile"
  129. />
  130. <File
  131. RelPath = "CustomCollectionEditorForm.resx"
  132. DependentUpon = "CustomCollectionEditorForm.cs"
  133. BuildAction = "EmbeddedResource"
  134. />
  135. <File
  136. RelPath = "DropDownBool.cs"
  137. SubType = "Component"
  138. BuildAction = "Compile"
  139. />
  140. <File
  141. RelPath = "DropDownButtonBase.cs"
  142. SubType = "Component"
  143. BuildAction = "Compile"
  144. />
  145. <File
  146. RelPath = "DropDownCalendar.cs"
  147. SubType = "Component"
  148. BuildAction = "Compile"
  149. />
  150. <File
  151. RelPath = "DropDownColorPicker.cs"
  152. SubType = "Component"
  153. BuildAction = "Compile"
  154. />
  155. <File
  156. RelPath = "DropdownFormBase.cs"
  157. SubType = "Form"
  158. BuildAction = "Compile"
  159. />
  160. <File
  161. RelPath = "DropDownListBase.cs"
  162. SubType = "Component"
  163. BuildAction = "Compile"
  164. />
  165. <File
  166. RelPath = "DropDownListBox.cs"
  167. SubType = "Component"
  168. BuildAction = "Compile"
  169. />
  170. <File
  171. RelPath = "DropDownListBoxButton.cs"
  172. SubType = "Component"
  173. BuildAction = "Compile"
  174. />
  175. <File
  176. RelPath = "EditControl.cs"
  177. SubType = "Component"
  178. BuildAction = "Compile"
  179. />
  180. <File
  181. RelPath = "Enums.cs"
  182. SubType = "Code"
  183. BuildAction = "Compile"
  184. />
  185. <File
  186. RelPath = "PushButton.cs"
  187. SubType = "Component"
  188. BuildAction = "Compile"
  189. />
  190. <File
  191. RelPath = "ToggleButton.cs"
  192. SubType = "Component"
  193. BuildAction = "Compile"
  194. />
  195. <Folder RelPath = "bin\Debug\" />
  196. </Include>
  197. </Files>
  198. </CSHARP>
  199. </VisualStudioProject>