UAS_KanBan.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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/Xml/</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Web</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <InstallUrl>http://218.17.158.219:8888/Xml/</InstallUrl>
  28. <ProductName>XML解析器</ProductName>
  29. <PublisherName>深圳市优软科技有限公司</PublisherName>
  30. <SuiteName>XML解析器</SuiteName>
  31. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  32. <WebPage>publish.htm</WebPage>
  33. <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
  34. <ApplicationRevision>4</ApplicationRevision>
  35. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <PublishWizardCompleted>true</PublishWizardCompleted>
  38. <BootstrapperEnabled>true</BootstrapperEnabled>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestCertificateThumbprint>911D66F74235D00A4F790AB74409F1B112717490</ManifestCertificateThumbprint>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <ManifestKeyFile>UAS_KanBan_TemporaryKey.pfx</ManifestKeyFile>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <GenerateManifests>true</GenerateManifests>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <SignManifests>true</SignManifests>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="CSkin">
  73. <HintPath>tool\CSkin.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Oracle.ManagedDataAccess">
  76. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Deployment" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Xml" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="AutoSizeFormClass.cs" />
  92. <Compile Include="DataHelper.cs" />
  93. <Compile Include="Process.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="Process.Designer.cs">
  97. <DependentUpon>Process.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="Setting.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="Setting.Designer.cs">
  103. <DependentUpon>Setting.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <EmbeddedResource Include="Process.resx">
  108. <DependentUpon>Process.cs</DependentUpon>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="Setting.resx">
  111. <DependentUpon>Setting.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="Properties\Resources.resx">
  114. <Generator>ResXFileCodeGenerator</Generator>
  115. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  116. <SubType>Designer</SubType>
  117. </EmbeddedResource>
  118. <Compile Include="Properties\Resources.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DependentUpon>Resources.resx</DependentUpon>
  121. <DesignTime>True</DesignTime>
  122. </Compile>
  123. <None Include="Properties\Settings.settings">
  124. <Generator>SettingsSingleFileGenerator</Generator>
  125. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  126. </None>
  127. <Compile Include="Properties\Settings.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DependentUpon>Settings.settings</DependentUpon>
  130. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  131. </Compile>
  132. <None Include="UAS_KanBan_TemporaryKey.pfx" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="App.config" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="Resources\malata_logo.png" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  142. <Visible>False</Visible>
  143. <ProductName>.NET Framework 3.5 SP1</ProductName>
  144. <Install>false</Install>
  145. </BootstrapperPackage>
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. </Project>