Lqnet.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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>{98F57028-AF22-4FE1-8A58-F52A626D4D50}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>lqnet</RootNamespace>
  10. <AssemblyName>lqnet</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <TargetFrameworkProfile>
  16. </TargetFrameworkProfile>
  17. <PublishUrl>G:\lqnet\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>6</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <PublishWizardCompleted>true</PublishWizardCompleted>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>x86</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>x86</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ManifestCertificateThumbprint>4D89DEF7EBC9AE0384C9D94FDF90EF2C181DD108</ManifestCertificateThumbprint>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ManifestKeyFile>Lqnet_TemporaryKey.pfx</ManifestKeyFile>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <GenerateManifests>true</GenerateManifests>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <SignManifests>false</SignManifests>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <ApplicationManifest>app.manifest</ApplicationManifest>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <ApplicationIcon>icon.ico</ApplicationIcon>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
  74. <HintPath>..\packages\BouncyCastle.Cryptography.2.2.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Enums.NET, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7ea1c1650d506225, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Enums.NET.4.0.1\lib\net45\Enums.NET.dll</HintPath>
  78. </Reference>
  79. <Reference Include="ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  80. <HintPath>..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  81. </Reference>
  82. <Reference Include="MathNet.Numerics, Version=4.15.0.0, Culture=neutral, PublicKeyToken=cd8b63ad3d691a37, processorArchitecture=MSIL">
  83. <HintPath>..\packages\MathNet.Numerics.Signed.4.15.0\lib\net461\MathNet.Numerics.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=2.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.2.3.2\lib\net462\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.VisualBasic" />
  89. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  90. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  91. </Reference>
  92. <Reference Include="NPOI.Core, Version=2.6.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  93. <HintPath>..\packages\NPOI.2.6.1\lib\netstandard2.0\NPOI.Core.dll</HintPath>
  94. </Reference>
  95. <Reference Include="NPOI.OOXML, Version=2.6.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  96. <HintPath>..\packages\NPOI.2.6.1\lib\netstandard2.0\NPOI.OOXML.dll</HintPath>
  97. </Reference>
  98. <Reference Include="NPOI.OpenXml4Net, Version=2.6.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  99. <HintPath>..\packages\NPOI.2.6.1\lib\netstandard2.0\NPOI.OpenXml4Net.dll</HintPath>
  100. </Reference>
  101. <Reference Include="NPOI.OpenXmlFormats, Version=2.6.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  102. <HintPath>..\packages\NPOI.2.6.1\lib\netstandard2.0\NPOI.OpenXmlFormats.dll</HintPath>
  103. </Reference>
  104. <Reference Include="SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  105. <HintPath>..\packages\SixLabors.Fonts.1.0.0\lib\netstandard2.0\SixLabors.Fonts.dll</HintPath>
  106. </Reference>
  107. <Reference Include="SixLabors.ImageSharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  108. <HintPath>..\packages\SixLabors.ImageSharp.2.1.4\lib\netstandard2.0\SixLabors.ImageSharp.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System" />
  111. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  112. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.ComponentModel.DataAnnotations" />
  115. <Reference Include="System.Configuration" />
  116. <Reference Include="System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  117. <HintPath>..\packages\System.Configuration.ConfigurationManager.6.0.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Configuration.Install" />
  120. <Reference Include="System.Data.OracleClient" />
  121. <Reference Include="System.DirectoryServices" />
  122. <Reference Include="System.Data" />
  123. <Reference Include="System.Deployment" />
  124. <Reference Include="System.Drawing" />
  125. <Reference Include="System.Management" />
  126. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  127. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.Net" />
  130. <Reference Include="System.Numerics" />
  131. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  132. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  135. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Runtime.Serialization" />
  138. <Reference Include="System.Security" />
  139. <Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  140. <HintPath>..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System.Security.Cryptography.Xml, Version=6.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  143. <HintPath>..\packages\System.Security.Cryptography.Xml.6.0.1\lib\net461\System.Security.Cryptography.Xml.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System.Security.Permissions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  146. <HintPath>..\packages\System.Security.Permissions.6.0.0\lib\net461\System.Security.Permissions.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  149. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  150. </Reference>
  151. <Reference Include="System.ServiceProcess" />
  152. <Reference Include="System.Text.Encoding.CodePages, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  153. <HintPath>..\packages\System.Text.Encoding.CodePages.6.0.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Transactions" />
  156. <Reference Include="System.Windows.Forms" />
  157. <Reference Include="System.Xml" />
  158. <Reference Include="WindowsBase" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Compile Include="Api\CommonApi.cs" />
  162. <Compile Include="Api\CallApi.cs" />
  163. <Compile Include="Api\MyConstants.cs" />
  164. <Compile Include="Entities\CheckItemConfig.cs" />
  165. <Compile Include="Entities\DeviceConfigs.cs" />
  166. <Compile Include="Entities\DeviceConfigContext.cs" />
  167. <Compile Include="Entities\DeviceInfo.cs" />
  168. <Compile Include="Entities\DevicePage.cs" />
  169. <Compile Include="Entities\Dto\DeviceQueryDTO.cs" />
  170. <Compile Include="Entities\ItemIndx.cs" />
  171. <Compile Include="Entities\ReportCol.cs" />
  172. <Compile Include="Entities\Dto\CheckItemsDTO.cs" />
  173. <Compile Include="Entities\Dto\DataFileSubmitDTO.cs" />
  174. <Compile Include="Entities\R.cs" />
  175. <Compile Include="Entities\Checkitem.cs" />
  176. <Compile Include="Entities\TaskPage.cs" />
  177. <Compile Include="Entities\Tasks.cs" />
  178. <Compile Include="Entities\Dto\TaskSelectDTO.cs" />
  179. <Compile Include="Entities\To\CheckItemToList.cs" />
  180. <Compile Include="Entities\To\ReportColList.cs" />
  181. <Compile Include="Entities\To\TaskToList.cs" />
  182. <Compile Include="Entities\User.cs" />
  183. <Compile Include="Forms\BaseForm.cs">
  184. <SubType>Form</SubType>
  185. </Compile>
  186. <Compile Include="Forms\DevicePopupForm.cs">
  187. <SubType>Form</SubType>
  188. </Compile>
  189. <Compile Include="Forms\LoginForm.cs">
  190. <SubType>Form</SubType>
  191. </Compile>
  192. <Compile Include="Forms\LoginForm.Designer.cs">
  193. <DependentUpon>LoginForm.cs</DependentUpon>
  194. </Compile>
  195. <Compile Include="Application.cs" />
  196. <Compile Include="Forms\MainForm.cs">
  197. <SubType>Form</SubType>
  198. </Compile>
  199. <Compile Include="Forms\MainForm.Designer.cs">
  200. <DependentUpon>MainForm.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="Properties\AssemblyInfo.cs" />
  203. <Compile Include="Utils\Base64.cs" />
  204. <Compile Include="Utils\ExcelHelper.cs" />
  205. <Compile Include="Utils\InputBox.cs" />
  206. <Compile Include="Utils\OShelper.cs" />
  207. <Compile Include="Utils\PageHelper2.cs">
  208. <SubType>UserControl</SubType>
  209. </Compile>
  210. <Compile Include="Utils\PageHelper2.Designer.cs">
  211. <DependentUpon>PageHelper2.cs</DependentUpon>
  212. </Compile>
  213. <Compile Include="Utils\PageHelper.cs">
  214. <SubType>UserControl</SubType>
  215. </Compile>
  216. <Compile Include="Utils\PageHelper.Designer.cs">
  217. <DependentUpon>PageHelper.cs</DependentUpon>
  218. </Compile>
  219. <EmbeddedResource Include="Forms\DevicePopupForm.resx">
  220. <DependentUpon>DevicePopupForm.cs</DependentUpon>
  221. </EmbeddedResource>
  222. <EmbeddedResource Include="Forms\LoginForm.resx">
  223. <DependentUpon>LoginForm.cs</DependentUpon>
  224. </EmbeddedResource>
  225. <EmbeddedResource Include="Forms\MainForm.resx">
  226. <DependentUpon>MainForm.cs</DependentUpon>
  227. </EmbeddedResource>
  228. <EmbeddedResource Include="Properties\Resources.resx">
  229. <Generator>ResXFileCodeGenerator</Generator>
  230. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  231. <SubType>Designer</SubType>
  232. </EmbeddedResource>
  233. <Compile Include="Properties\Resources.Designer.cs">
  234. <AutoGen>True</AutoGen>
  235. <DependentUpon>Resources.resx</DependentUpon>
  236. <DesignTime>True</DesignTime>
  237. </Compile>
  238. <EmbeddedResource Include="Utils\PageHelper2.resx">
  239. <DependentUpon>PageHelper2.cs</DependentUpon>
  240. </EmbeddedResource>
  241. <EmbeddedResource Include="Utils\PageHelper.resx">
  242. <DependentUpon>PageHelper.cs</DependentUpon>
  243. </EmbeddedResource>
  244. <None Include="app.config" />
  245. <None Include="app.manifest" />
  246. <None Include="Lqnet_TemporaryKey.pfx" />
  247. <None Include="packages.config" />
  248. <None Include="Properties\DataSources\lqnet.Entities.TaskList.datasource" />
  249. <None Include="Properties\DataSources\lqnet.Entities.TaskPage.datasource" />
  250. <None Include="Properties\Settings.settings">
  251. <Generator>SettingsSingleFileGenerator</Generator>
  252. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  253. </None>
  254. <Compile Include="Properties\Settings.Designer.cs">
  255. <AutoGen>True</AutoGen>
  256. <DependentUpon>Settings.settings</DependentUpon>
  257. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  258. </Compile>
  259. </ItemGroup>
  260. <ItemGroup>
  261. <None Include="Resources\backgroundImg.jpg" />
  262. </ItemGroup>
  263. <ItemGroup>
  264. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  265. <Visible>False</Visible>
  266. <ProductName>.NET Framework 3.5 SP1</ProductName>
  267. <Install>false</Install>
  268. </BootstrapperPackage>
  269. </ItemGroup>
  270. <ItemGroup>
  271. <WCFMetadata Include="Connected Services\" />
  272. </ItemGroup>
  273. <ItemGroup>
  274. <Content Include="icon.ico" />
  275. <Content Include="Resources\16px.ico" />
  276. <None Include="Resources\favicon.ico" />
  277. </ItemGroup>
  278. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  279. </Project>