UAS_CheckWork.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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="NPOI">
  60. <HintPath>tool\NPOI.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Oracle.ManagedDataAccess">
  63. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Deployment" />
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="ChooseAllButton.cs">
  77. <SubType>Component</SubType>
  78. </Compile>
  79. <Compile Include="ChooseAllButton.Designer.cs">
  80. <DependentUpon>ChooseAllButton.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="Form1.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="Form1.Designer.cs">
  86. <DependentUpon>Form1.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="Form2.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Form2.Designer.cs">
  92. <DependentUpon>Form2.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="LoadingCircle.cs">
  95. <SubType>Component</SubType>
  96. </Compile>
  97. <Compile Include="LoadingCircle.Designer.cs">
  98. <DependentUpon>LoadingCircle.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Program.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <Compile Include="SetLoadingWindow.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="SetLoadingWindow.Designer.cs">
  106. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="Tools\DataHelper.cs" />
  109. <Compile Include="Tools\ExcelHandler.cs" />
  110. <EmbeddedResource Include="Form1.resx">
  111. <DependentUpon>Form1.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="Form2.resx">
  114. <DependentUpon>Form2.cs</DependentUpon>
  115. </EmbeddedResource>
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. <SubType>Designer</SubType>
  120. </EmbeddedResource>
  121. <Compile Include="Properties\Resources.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DependentUpon>Resources.resx</DependentUpon>
  124. <DesignTime>True</DesignTime>
  125. </Compile>
  126. <EmbeddedResource Include="SetLoadingWindow.resx">
  127. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  128. </EmbeddedResource>
  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. <SubType>Designer</SubType>
  142. </None>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  146. <Visible>False</Visible>
  147. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  148. <Install>true</Install>
  149. </BootstrapperPackage>
  150. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  151. <Visible>False</Visible>
  152. <ProductName>.NET Framework 3.5 SP1</ProductName>
  153. <Install>false</Install>
  154. </BootstrapperPackage>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <COMReference Include="zkemkeeper">
  158. <Guid>{FE9DED34-E159-408E-8490-B720A5E632C7}</Guid>
  159. <VersionMajor>1</VersionMajor>
  160. <VersionMinor>0</VersionMinor>
  161. <Lcid>0</Lcid>
  162. <WrapperTool>tlbimp</WrapperTool>
  163. <Isolated>False</Isolated>
  164. <EmbedInteropTypes>False</EmbedInteropTypes>
  165. </COMReference>
  166. </ItemGroup>
  167. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  168. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  169. Other similar extension points exist, see Microsoft.Common.targets.
  170. <Target Name="BeforeBuild">
  171. </Target>
  172. <Target Name="AfterBuild">
  173. </Target>
  174. -->
  175. </Project>