UAS_Tools_HY.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{6AE2A83F-1461-4536-8EA4-9BE65D9EF01F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>UAS_Tools_HY</RootNamespace>
  10. <AssemblyName>UAS_Tools_HY</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <ApplicationIcon>Resources\U_Icon.ico</ApplicationIcon>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <NoWin32Manifest>true</NoWin32Manifest>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="Microsoft.Office.Interop.Excel, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  59. <HintPath>packages\Microsoft.Office.Interop.Excel.16.0.18925.20022\lib\net40\Microsoft.Office.Interop.Excel.dll</HintPath>
  60. <EmbedInteropTypes>True</EmbedInteropTypes>
  61. </Reference>
  62. <Reference Include="Oracle.ManagedDataAccess">
  63. <HintPath>Packages\Oracle.ManagedDataAccess.dll</HintPath>
  64. </Reference>
  65. <Reference Include="PresentationCore" />
  66. <Reference Include="System" />
  67. <Reference Include="System.configuration" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.IO.Compression" />
  70. <Reference Include="System.IO.Compression.FileSystem" />
  71. <Reference Include="System.Numerics" />
  72. <Reference Include="System.Security" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Deployment" />
  78. <Reference Include="System.Drawing" />
  79. <Reference Include="System.Net.Http" />
  80. <Reference Include="System.Windows.Forms" />
  81. <Reference Include="System.Xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="Login.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="Login.Designer.cs">
  88. <DependentUpon>Login.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="Main.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="Main.Designer.cs">
  94. <DependentUpon>Main.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="Program.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. <Compile Include="PublicMethods\ConnectDB.cs" />
  99. <Compile Include="PublicMethods\BaseUtil.cs" />
  100. <Compile Include="PublicMethods\FormMethods.cs" />
  101. <Compile Include="PublicMethods\LogManager.cs" />
  102. <Compile Include="PublicMethods\SystemCacheClass.cs" />
  103. <Compile Include="RulesList.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="RulesList.Designer.cs">
  107. <DependentUpon>RulesList.cs</DependentUpon>
  108. </Compile>
  109. <EmbeddedResource Include="Login.resx">
  110. <DependentUpon>Login.cs</DependentUpon>
  111. </EmbeddedResource>
  112. <EmbeddedResource Include="Main.resx">
  113. <DependentUpon>Main.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="Properties\Resources.resx">
  116. <Generator>ResXFileCodeGenerator</Generator>
  117. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  118. <SubType>Designer</SubType>
  119. </EmbeddedResource>
  120. <Compile Include="Properties\Resources.Designer.cs">
  121. <AutoGen>True</AutoGen>
  122. <DependentUpon>Resources.resx</DependentUpon>
  123. <DesignTime>True</DesignTime>
  124. </Compile>
  125. <EmbeddedResource Include="RulesList.resx">
  126. <DependentUpon>RulesList.cs</DependentUpon>
  127. </EmbeddedResource>
  128. <None Include="packages.config" />
  129. <None Include="Properties\Settings.settings">
  130. <Generator>SettingsSingleFileGenerator</Generator>
  131. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  132. </None>
  133. <Compile Include="Properties\Settings.Designer.cs">
  134. <AutoGen>True</AutoGen>
  135. <DependentUpon>Settings.settings</DependentUpon>
  136. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  137. </Compile>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <None Include="App.config" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  144. <Visible>False</Visible>
  145. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  146. <Install>true</Install>
  147. </BootstrapperPackage>
  148. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  149. <Visible>False</Visible>
  150. <ProductName>.NET Framework 3.5 SP1</ProductName>
  151. <Install>false</Install>
  152. </BootstrapperPackage>
  153. </ItemGroup>
  154. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  155. </Project>