UAS_CheckWork.csproj 6.7 KB

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