CustomControls.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>7.10.3077</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{DA14869F-BA45-4192-A9A2-DAD99A44C996}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>App.ico</ApplicationIcon>
  11. <AssemblyKeyContainerName />
  12. <AssemblyName>CustomControls</AssemblyName>
  13. <AssemblyOriginatorKeyFile />
  14. <DefaultClientScript>JScript</DefaultClientScript>
  15. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  16. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  17. <DelaySign>false</DelaySign>
  18. <OutputType>Library</OutputType>
  19. <RootNamespace>CustomControls</RootNamespace>
  20. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  21. <StartupObject />
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  25. <UpgradeBackupLocation>
  26. </UpgradeBackupLocation>
  27. <OldToolsVersion>0.0</OldToolsVersion>
  28. <TargetFrameworkProfile />
  29. <PublishUrl>发布\</PublishUrl>
  30. <Install>true</Install>
  31. <InstallFrom>Disk</InstallFrom>
  32. <UpdateEnabled>false</UpdateEnabled>
  33. <UpdateMode>Foreground</UpdateMode>
  34. <UpdateInterval>7</UpdateInterval>
  35. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36. <UpdatePeriodically>false</UpdatePeriodically>
  37. <UpdateRequired>false</UpdateRequired>
  38. <MapFileExtensions>true</MapFileExtensions>
  39. <ApplicationRevision>0</ApplicationRevision>
  40. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41. <IsWebBootstrapper>false</IsWebBootstrapper>
  42. <UseApplicationTrust>false</UseApplicationTrust>
  43. <BootstrapperEnabled>true</BootstrapperEnabled>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  46. <OutputPath>bin\Debug\</OutputPath>
  47. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  48. <BaseAddress>285212672</BaseAddress>
  49. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  50. <ConfigurationOverrideFile />
  51. <DefineConstants>DEBUG;TRACE</DefineConstants>
  52. <DocumentationFile />
  53. <DebugSymbols>true</DebugSymbols>
  54. <FileAlignment>4096</FileAlignment>
  55. <NoStdLib>false</NoStdLib>
  56. <NoWarn />
  57. <Optimize>false</Optimize>
  58. <RegisterForComInterop>false</RegisterForComInterop>
  59. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  60. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  61. <WarningLevel>4</WarningLevel>
  62. <DebugType>full</DebugType>
  63. <ErrorReport>prompt</ErrorReport>
  64. </PropertyGroup>
  65. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  66. <OutputPath>bin\Release\</OutputPath>
  67. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  68. <BaseAddress>285212672</BaseAddress>
  69. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  70. <ConfigurationOverrideFile />
  71. <DefineConstants>TRACE</DefineConstants>
  72. <DocumentationFile />
  73. <DebugSymbols>false</DebugSymbols>
  74. <FileAlignment>4096</FileAlignment>
  75. <NoStdLib>false</NoStdLib>
  76. <NoWarn />
  77. <Optimize>true</Optimize>
  78. <RegisterForComInterop>false</RegisterForComInterop>
  79. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  80. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  81. <WarningLevel>4</WarningLevel>
  82. <DebugType>none</DebugType>
  83. <ErrorReport>prompt</ErrorReport>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <Reference Include="System">
  87. <Name>System</Name>
  88. </Reference>
  89. <Reference Include="System.Data">
  90. <Name>System.Data</Name>
  91. </Reference>
  92. <Reference Include="System.Drawing">
  93. <Name>System.Drawing</Name>
  94. </Reference>
  95. <Reference Include="System.Windows.Forms">
  96. <Name>System.Windows.Forms</Name>
  97. </Reference>
  98. <Reference Include="System.Xml">
  99. <Name>System.XML</Name>
  100. </Reference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="AppColors.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="AssemblyInfo.cs">
  107. <SubType>Code</SubType>
  108. </Compile>
  109. <Compile Include="ColorListBox.cs">
  110. <SubType>Component</SubType>
  111. </Compile>
  112. <Compile Include="CTextBox.cs">
  113. <SubType>Component</SubType>
  114. </Compile>
  115. <Compile Include="CustomCollectionEditor.cs">
  116. <SubType>Code</SubType>
  117. </Compile>
  118. <Compile Include="CustomCollectionEditorForm.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="DropDownBool.cs">
  122. <SubType>Component</SubType>
  123. </Compile>
  124. <Compile Include="DropDownButtonBase.cs">
  125. <SubType>Component</SubType>
  126. </Compile>
  127. <Compile Include="DropDownCalendar.cs">
  128. <SubType>Component</SubType>
  129. </Compile>
  130. <Compile Include="DropDownColorPicker.cs">
  131. <SubType>Component</SubType>
  132. </Compile>
  133. <Compile Include="DropdownFormBase.cs">
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="DropDownListBase.cs">
  137. <SubType>Component</SubType>
  138. </Compile>
  139. <Compile Include="DropDownListBox.cs">
  140. <SubType>Component</SubType>
  141. </Compile>
  142. <Compile Include="DropDownListBoxButton.cs">
  143. <SubType>Component</SubType>
  144. </Compile>
  145. <Compile Include="EditControl.cs">
  146. <SubType>Component</SubType>
  147. </Compile>
  148. <Compile Include="Enums.cs">
  149. <SubType>Code</SubType>
  150. </Compile>
  151. <Compile Include="PushButton.cs">
  152. <SubType>Component</SubType>
  153. </Compile>
  154. <Compile Include="ToggleButton.cs">
  155. <SubType>Component</SubType>
  156. </Compile>
  157. <Content Include="App.ico" />
  158. <EmbeddedResource Include="CustomCollectionEditorForm.resx">
  159. <DependentUpon>CustomCollectionEditorForm.cs</DependentUpon>
  160. </EmbeddedResource>
  161. </ItemGroup>
  162. <ItemGroup>
  163. <Folder Include="bin\Debug\" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  167. <Visible>False</Visible>
  168. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  169. <Install>false</Install>
  170. </BootstrapperPackage>
  171. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  172. <Visible>False</Visible>
  173. <ProductName>.NET Framework 3.5 SP1</ProductName>
  174. <Install>true</Install>
  175. </BootstrapperPackage>
  176. </ItemGroup>
  177. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  178. <PropertyGroup>
  179. <PreBuildEvent />
  180. <PostBuildEvent />
  181. </PropertyGroup>
  182. </Project>