WindowsFormsApp4.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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>{9DA8271B-CC24-4A80-8548-6DA0D76EA18E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WindowsFormsApp4</RootNamespace>
  10. <AssemblyName>WindowsFormsApp4</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="DocumentFormat.OpenXml.Framework, Version=3.3.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
  39. <HintPath>packages\DocumentFormat.OpenXml.Framework.3.3.0\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EPPlus, Version=8.4.0.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  42. <HintPath>packages\EPPlus.8.4.0\lib\net462\EPPlus.dll</HintPath>
  43. </Reference>
  44. <Reference Include="EPPlus.Interfaces, Version=8.4.0.0, Culture=neutral, PublicKeyToken=a694d7f3b0907a61, processorArchitecture=MSIL">
  45. <HintPath>packages\EPPlus.Interfaces.8.4.0\lib\net462\EPPlus.Interfaces.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  48. <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  51. <HintPath>packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  54. <HintPath>packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  57. <HintPath>packages\Microsoft.Extensions.Logging.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <HintPath>packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.VisualBasic" />
  63. <Reference Include="Npgsql, Version=8.0.8.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  64. <HintPath>packages\Npgsql.8.0.8\lib\netstandard2.0\Npgsql.dll</HintPath>
  65. </Reference>
  66. <Reference Include="PresentationCore" />
  67. <Reference Include="System" />
  68. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  69. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  72. <HintPath>packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  75. <HintPath>packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.ComponentModel.DataAnnotations" />
  78. <Reference Include="System.Configuration" />
  79. <Reference Include="System.Configuration.ConfigurationManager, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  80. <HintPath>packages\System.Configuration.ConfigurationManager.10.0.1\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Core" />
  83. <Reference Include="System.Data.SQLite, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  84. <HintPath>packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\lib\net46\System.Data.SQLite.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  87. <HintPath>packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  90. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Numerics" />
  93. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  94. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  97. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Security" />
  100. <Reference Include="System.Security.Cryptography.Xml, Version=8.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  101. <HintPath>packages\System.Security.Cryptography.Xml.8.0.2\lib\net462\System.Security.Cryptography.Xml.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  104. <HintPath>packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  107. <HintPath>packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  110. <HintPath>packages\System.Threading.Channels.8.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  113. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  116. <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Windows.Forms.DataVisualization" />
  119. <Reference Include="System.Xml.Linq" />
  120. <Reference Include="System.Data.DataSetExtensions" />
  121. <Reference Include="Microsoft.CSharp" />
  122. <Reference Include="System.Data" />
  123. <Reference Include="System.Deployment" />
  124. <Reference Include="System.Drawing" />
  125. <Reference Include="System.Net.Http" />
  126. <Reference Include="System.Windows.Forms" />
  127. <Reference Include="System.Xml" />
  128. <Reference Include="WindowsBase" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Compile Include="AddExemplarsForm.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="AddExemplarsForm.Designer.cs">
  135. <DependentUpon>AddExemplarsForm.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="AdminMainForm.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="AdminMainForm.Designer.cs">
  141. <DependentUpon>AdminMainForm.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="AdminUserEditForm.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="AdminUserEditForm.Designer.cs">
  147. <DependentUpon>AdminUserEditForm.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="Auth.cs">
  150. <SubType>Form</SubType>
  151. </Compile>
  152. <Compile Include="Auth.Designer.cs">
  153. <DependentUpon>Auth.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="bibliot.cs">
  156. <SubType>Form</SubType>
  157. </Compile>
  158. <Compile Include="bibliot.Designer.cs">
  159. <DependentUpon>bibliot.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="IssueBookForm.cs">
  162. <SubType>Form</SubType>
  163. </Compile>
  164. <Compile Include="IssueBookForm.Designer.cs">
  165. <DependentUpon>IssueBookForm.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="ReaderMainForm.cs">
  168. <SubType>Form</SubType>
  169. </Compile>
  170. <Compile Include="ReaderMainForm.Designer.cs">
  171. <DependentUpon>ReaderMainForm.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="ReturnBookForm .cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="ReturnBookForm .Designer.cs">
  177. <DependentUpon>ReturnBookForm .cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="Session.cs" />
  180. <Compile Include="Main.cs">
  181. <SubType>Form</SubType>
  182. </Compile>
  183. <Compile Include="Main.Designer.cs">
  184. <DependentUpon>Main.cs</DependentUpon>
  185. </Compile>
  186. <Compile Include="Register.cs">
  187. <SubType>Form</SubType>
  188. </Compile>
  189. <Compile Include="Register.Designer.cs">
  190. <DependentUpon>Register.cs</DependentUpon>
  191. </Compile>
  192. <Compile Include="Program.cs" />
  193. <Compile Include="Properties\AssemblyInfo.cs" />
  194. <EmbeddedResource Include="AddExemplarsForm.resx">
  195. <DependentUpon>AddExemplarsForm.cs</DependentUpon>
  196. </EmbeddedResource>
  197. <EmbeddedResource Include="AdminMainForm.resx">
  198. <DependentUpon>AdminMainForm.cs</DependentUpon>
  199. </EmbeddedResource>
  200. <EmbeddedResource Include="AdminUserEditForm.resx">
  201. <DependentUpon>AdminUserEditForm.cs</DependentUpon>
  202. </EmbeddedResource>
  203. <EmbeddedResource Include="Auth.resx">
  204. <DependentUpon>Auth.cs</DependentUpon>
  205. </EmbeddedResource>
  206. <EmbeddedResource Include="bibliot.resx">
  207. <DependentUpon>bibliot.cs</DependentUpon>
  208. </EmbeddedResource>
  209. <EmbeddedResource Include="IssueBookForm.resx">
  210. <DependentUpon>IssueBookForm.cs</DependentUpon>
  211. </EmbeddedResource>
  212. <EmbeddedResource Include="Main.resx">
  213. <DependentUpon>Main.cs</DependentUpon>
  214. </EmbeddedResource>
  215. <EmbeddedResource Include="Properties\Resources.resx">
  216. <Generator>ResXFileCodeGenerator</Generator>
  217. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  218. <SubType>Designer</SubType>
  219. </EmbeddedResource>
  220. <Compile Include="Properties\Resources.Designer.cs">
  221. <AutoGen>True</AutoGen>
  222. <DependentUpon>Resources.resx</DependentUpon>
  223. </Compile>
  224. <EmbeddedResource Include="ReaderMainForm.resx">
  225. <DependentUpon>ReaderMainForm.cs</DependentUpon>
  226. </EmbeddedResource>
  227. <EmbeddedResource Include="Register.resx">
  228. <DependentUpon>Register.cs</DependentUpon>
  229. </EmbeddedResource>
  230. <EmbeddedResource Include="ReturnBookForm .resx">
  231. <DependentUpon>ReturnBookForm .cs</DependentUpon>
  232. </EmbeddedResource>
  233. <None Include="packages.config" />
  234. <None Include="Properties\Settings.settings">
  235. <Generator>SettingsSingleFileGenerator</Generator>
  236. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  237. </None>
  238. <Compile Include="Properties\Settings.Designer.cs">
  239. <AutoGen>True</AutoGen>
  240. <DependentUpon>Settings.settings</DependentUpon>
  241. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  242. </Compile>
  243. </ItemGroup>
  244. <ItemGroup>
  245. <None Include="App.config" />
  246. </ItemGroup>
  247. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  248. <Import Project="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  249. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  250. <PropertyGroup>
  251. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  252. </PropertyGroup>
  253. <Error Condition="!Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  254. </Target>
  255. </Project>