UAS_KanBan.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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>ftp://192.168.253.9/MESSetting/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://218.17.158.219:8888/KanBan/</InstallUrl>
  28. <ProductName>UAS看板</ProductName>
  29. <PublisherName>深圳市优软科技有限公司</PublisherName>
  30. <SuiteName>UAS看板</SuiteName>
  31. <MinimumRequiredVersion>1.0.0.16</MinimumRequiredVersion>
  32. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  33. <WebPage>publish.htm</WebPage>
  34. <ApplicationRevision>19</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.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Deployment" />
  90. <Reference Include="System.Drawing" />
  91. <Reference Include="System.Net.Http" />
  92. <Reference Include="System.Windows.Forms" />
  93. <Reference Include="System.Xml" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="AutoSizeControl.cs" />
  97. <Compile Include="AutoSizeFormClass.cs" />
  98. <Compile Include="BaseForm.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="BaseForm.Designer.cs">
  102. <DependentUpon>BaseForm.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="CustomControl\ValueLabel.cs">
  105. <SubType>Component</SubType>
  106. </Compile>
  107. <Compile Include="CustomControl\ValueLabel.Designer.cs">
  108. <DependentUpon>ValueLabel.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="DataHelper.cs" />
  111. <Compile Include="Process.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="Process.Designer.cs">
  115. <DependentUpon>Process.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="Setting.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="Setting.Designer.cs">
  121. <DependentUpon>Setting.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="Program.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <EmbeddedResource Include="CustomControl\ValueLabel.resx">
  126. <DependentUpon>ValueLabel.cs</DependentUpon>
  127. </EmbeddedResource>
  128. <EmbeddedResource Include="Process.resx">
  129. <DependentUpon>Process.cs</DependentUpon>
  130. </EmbeddedResource>
  131. <EmbeddedResource Include="Setting.resx">
  132. <DependentUpon>Setting.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="Properties\Resources.resx">
  135. <Generator>ResXFileCodeGenerator</Generator>
  136. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  137. <SubType>Designer</SubType>
  138. </EmbeddedResource>
  139. <Compile Include="Properties\Resources.Designer.cs">
  140. <AutoGen>True</AutoGen>
  141. <DependentUpon>Resources.resx</DependentUpon>
  142. <DesignTime>True</DesignTime>
  143. </Compile>
  144. <None Include="Properties\Settings.settings">
  145. <Generator>SettingsSingleFileGenerator</Generator>
  146. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  147. </None>
  148. <Compile Include="Properties\Settings.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DependentUpon>Settings.settings</DependentUpon>
  151. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  152. </Compile>
  153. <None Include="UAS_KanBan_TemporaryKey.pfx" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <None Include="App.config" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <None Include="Resources\malata_logo.png" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5 SP1</ProductName>
  165. <Install>false</Install>
  166. </BootstrapperPackage>
  167. </ItemGroup>
  168. <ItemGroup>
  169. <None Include="Resources\board_windows_48px_14504_easyicon.net.ico" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="Resources\U_Icon.ico" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <None Include="Resources\lo3.png" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <None Include="Resources\Cloud_Black_48px_1171885_easyicon.net.ico" />
  179. </ItemGroup>
  180. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  181. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  182. Other similar extension points exist, see Microsoft.Common.targets.
  183. <Target Name="BeforeBuild">
  184. </Target>
  185. <Target Name="AfterBuild">
  186. </Target>
  187. -->
  188. </Project>