UAS_CheckWork.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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>{28F8D16E-0332-4430-B0DC-E1E4C7DA0BD1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_CheckWork</RootNamespace>
  11. <AssemblyName>UAS_CheckWork</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</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. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>x64</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <StartupObject>UAS_CheckWork.Program</StartupObject>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <NoWin32Manifest>true</NoWin32Manifest>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="Interop.zkemkeeper">
  60. <HintPath>Tools\Interop.zkemkeeper.dll</HintPath>
  61. <EmbedInteropTypes>False</EmbedInteropTypes>
  62. </Reference>
  63. <Reference Include="NPOI">
  64. <HintPath>tool\NPOI.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Oracle.ManagedDataAccess">
  67. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Deployment" />
  75. <Reference Include="System.Drawing" />
  76. <Reference Include="System.Windows.Forms" />
  77. <Reference Include="System.Xml" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="ChooseAllButton.cs">
  81. <SubType>Component</SubType>
  82. </Compile>
  83. <Compile Include="ChooseAllButton.Designer.cs">
  84. <DependentUpon>ChooseAllButton.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="Form1.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="Form1.Designer.cs">
  90. <DependentUpon>Form1.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Form2.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Form2.Designer.cs">
  96. <DependentUpon>Form2.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="LoadingCircle.cs">
  99. <SubType>Component</SubType>
  100. </Compile>
  101. <Compile Include="LoadingCircle.Designer.cs">
  102. <DependentUpon>LoadingCircle.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="Program.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. <Compile Include="SetLoadingWindow.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="SetLoadingWindow.Designer.cs">
  110. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="Tools\DataHelper.cs" />
  113. <Compile Include="Tools\ExcelHandler.cs" />
  114. <EmbeddedResource Include="Form1.resx">
  115. <DependentUpon>Form1.cs</DependentUpon>
  116. </EmbeddedResource>
  117. <EmbeddedResource Include="Form2.resx">
  118. <DependentUpon>Form2.cs</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="Properties\Resources.resx">
  121. <Generator>ResXFileCodeGenerator</Generator>
  122. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  123. <SubType>Designer</SubType>
  124. </EmbeddedResource>
  125. <Compile Include="Properties\Resources.Designer.cs">
  126. <AutoGen>True</AutoGen>
  127. <DependentUpon>Resources.resx</DependentUpon>
  128. <DesignTime>True</DesignTime>
  129. </Compile>
  130. <EmbeddedResource Include="SetLoadingWindow.resx">
  131. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  132. </EmbeddedResource>
  133. <None Include="Properties\Settings.settings">
  134. <Generator>SettingsSingleFileGenerator</Generator>
  135. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  136. </None>
  137. <Compile Include="Properties\Settings.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DependentUpon>Settings.settings</DependentUpon>
  140. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  141. </Compile>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="App.config">
  145. <SubType>Designer</SubType>
  146. </None>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  150. <Visible>False</Visible>
  151. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  152. <Install>true</Install>
  153. </BootstrapperPackage>
  154. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  155. <Visible>False</Visible>
  156. <ProductName>.NET Framework 3.5 SP1</ProductName>
  157. <Install>false</Install>
  158. </BootstrapperPackage>
  159. </ItemGroup>
  160. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  161. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  162. Other similar extension points exist, see Microsoft.Common.targets.
  163. <Target Name="BeforeBuild">
  164. </Target>
  165. <Target Name="AfterBuild">
  166. </Target>
  167. -->
  168. </Project>