UAS_KanBan.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{13FB3DAF-E684-4B04-9F35-710F925A64C3}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_KanBan</RootNamespace>
  11. <AssemblyName>UAS_KanBan</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. <IsWebBootstrapper>true</IsWebBootstrapper>
  17. <PublishUrl>E:\s_user_site\KanBan\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Web</InstallFrom>
  20. <UpdateEnabled>true</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>true</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <InstallUrl>http://172.16.11.99/KanBan/</InstallUrl>
  28. <ProductName>UAS看板</ProductName>
  29. <PublisherName>深圳市优软科技有限公司</PublisherName>
  30. <SuiteName>UAS看板</SuiteName>
  31. <MinimumRequiredVersion>1.0.0.28</MinimumRequiredVersion>
  32. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  33. <WebPage>publish.htm</WebPage>
  34. <ApplicationRevision>29</ApplicationRevision>
  35. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  38. <PublishWizardCompleted>true</PublishWizardCompleted>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>bin\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <PlatformTarget>AnyCPU</PlatformTarget>
  53. <DebugType>pdbonly</DebugType>
  54. <Optimize>true</Optimize>
  55. <OutputPath>bin\Release\</OutputPath>
  56. <DefineConstants>TRACE</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <ManifestCertificateThumbprint>911D66F74235D00A4F790AB74409F1B112717490</ManifestCertificateThumbprint>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <ManifestKeyFile>UAS_KanBan_TemporaryKey.pfx</ManifestKeyFile>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <GenerateManifests>true</GenerateManifests>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <SignManifests>false</SignManifests>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <ApplicationIcon>Resources\board_windows_48px_14504_easyicon.net.ico</ApplicationIcon>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="CSkin">
  77. <HintPath>tool\CSkin.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Oracle.ManagedDataAccess">
  80. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Deployment" />
  89. <Reference Include="System.Drawing" />
  90. <Reference Include="System.Windows.Forms" />
  91. <Reference Include="System.Xml" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Compile Include="AutoSizeControl.cs" />
  95. <Compile Include="AutoSizeFormClass.cs" />
  96. <Compile Include="BaseForm.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="BaseForm.Designer.cs">
  100. <DependentUpon>BaseForm.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="CustomControl\ValueLabel.cs">
  103. <SubType>Component</SubType>
  104. </Compile>
  105. <Compile Include="CustomControl\ValueLabel.Designer.cs">
  106. <DependentUpon>ValueLabel.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="DataHelper.cs" />
  109. <Compile Include="Process.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="Process.Designer.cs">
  113. <DependentUpon>Process.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="Setting.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="Setting.Designer.cs">
  119. <DependentUpon>Setting.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Program.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. <EmbeddedResource Include="CustomControl\ValueLabel.resx">
  124. <DependentUpon>ValueLabel.cs</DependentUpon>
  125. </EmbeddedResource>
  126. <EmbeddedResource Include="Process.resx">
  127. <DependentUpon>Process.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="Setting.resx">
  130. <DependentUpon>Setting.cs</DependentUpon>
  131. </EmbeddedResource>
  132. <EmbeddedResource Include="Properties\Resources.resx">
  133. <Generator>ResXFileCodeGenerator</Generator>
  134. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  135. <SubType>Designer</SubType>
  136. </EmbeddedResource>
  137. <Compile Include="Properties\Resources.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DependentUpon>Resources.resx</DependentUpon>
  140. <DesignTime>True</DesignTime>
  141. </Compile>
  142. <None Include="Properties\Settings.settings">
  143. <Generator>SettingsSingleFileGenerator</Generator>
  144. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  145. </None>
  146. <Compile Include="Properties\Settings.Designer.cs">
  147. <AutoGen>True</AutoGen>
  148. <DependentUpon>Settings.settings</DependentUpon>
  149. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  150. </Compile>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="App.config" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <None Include="Resources\malata_logo.png" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  160. <Visible>False</Visible>
  161. <ProductName>.NET Framework 3.5 SP1</ProductName>
  162. <Install>false</Install>
  163. </BootstrapperPackage>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <None Include="Resources\board_windows_48px_14504_easyicon.net.ico" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <None Include="Resources\U_Icon.ico" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="Resources\lo3.png" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <None Include="Resources\Cloud_Black_48px_1171885_easyicon.net.ico" />
  176. </ItemGroup>
  177. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  178. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  179. Other similar extension points exist, see Microsoft.Common.targets.
  180. <Target Name="BeforeBuild">
  181. </Target>
  182. <Target Name="AfterBuild">
  183. </Target>
  184. -->
  185. </Project>