WindowsFormsApp4.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  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=4.5.3.3, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  42. <HintPath>packages\EPPlus.4.5.3.3\lib\net40\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="Raven.Abstractions, Version=3.5.9.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
  68. <HintPath>packages\RavenDB.Database.3.5.9\lib\net45\Raven.Abstractions.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Raven.Client.Lightweight, Version=3.5.9.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
  71. <HintPath>packages\RavenDB.Client.3.5.9\lib\net45\Raven.Client.Lightweight.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Raven.Database, Version=3.5.9.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
  74. <HintPath>packages\RavenDB.Database.3.5.9\lib\net45\Raven.Database.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  81. <HintPath>packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  84. <HintPath>packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.ComponentModel.Composition" />
  87. <Reference Include="System.ComponentModel.DataAnnotations" />
  88. <Reference Include="System.Configuration" />
  89. <Reference Include="System.Configuration.ConfigurationManager, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  90. <HintPath>packages\System.Configuration.ConfigurationManager.10.0.1\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Core" />
  93. <Reference Include="System.Data.SQLite, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  94. <HintPath>packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\lib\net46\System.Data.SQLite.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  97. <HintPath>packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  100. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Numerics" />
  103. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  104. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  107. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Security" />
  110. <Reference Include="System.Security.Cryptography.Xml, Version=8.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  111. <HintPath>packages\System.Security.Cryptography.Xml.8.0.2\lib\net462\System.Security.Cryptography.Xml.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  114. <HintPath>packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  117. <HintPath>packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  120. <HintPath>packages\System.Threading.Channels.8.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  123. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  126. <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Windows.Forms.DataVisualization" />
  129. <Reference Include="System.Xml.Linq" />
  130. <Reference Include="System.Data.DataSetExtensions" />
  131. <Reference Include="Microsoft.CSharp" />
  132. <Reference Include="System.Data" />
  133. <Reference Include="System.Deployment" />
  134. <Reference Include="System.Drawing" />
  135. <Reference Include="System.Net.Http" />
  136. <Reference Include="System.Windows.Forms" />
  137. <Reference Include="System.Xml" />
  138. <Reference Include="WindowsBase" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Compile Include="AddressEditForm.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="AddressEditForm.Designer.cs">
  145. <DependentUpon>AddressEditForm.cs</DependentUpon>
  146. </Compile>
  147. <Compile Include="AddressesForm.cs">
  148. <SubType>Form</SubType>
  149. </Compile>
  150. <Compile Include="AddressesForm.Designer.cs">
  151. <DependentUpon>AddressesForm.cs</DependentUpon>
  152. </Compile>
  153. <Compile Include="AssignManagerForm.cs">
  154. <SubType>Form</SubType>
  155. </Compile>
  156. <Compile Include="AssignManagerForm.Designer.cs">
  157. <DependentUpon>AssignManagerForm.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="ChangeStatusForm.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="ChangeStatusForm.Designer.cs">
  163. <DependentUpon>ChangeStatusForm.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="ClientEditForm.cs">
  166. <SubType>Form</SubType>
  167. </Compile>
  168. <Compile Include="ClientEditForm.Designer.cs">
  169. <DependentUpon>ClientEditForm.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="ClientsForm.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="ClientsForm.Designer.cs">
  175. <DependentUpon>ClientsForm.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="DatabaseHelper.cs" />
  178. <Compile Include="LoginForm.cs">
  179. <SubType>Form</SubType>
  180. </Compile>
  181. <Compile Include="LoginForm.Designer.cs">
  182. <DependentUpon>LoginForm.cs</DependentUpon>
  183. </Compile>
  184. <Compile Include="ManagerEditForm.cs">
  185. <SubType>Form</SubType>
  186. </Compile>
  187. <Compile Include="ManagerEditForm.Designer.cs">
  188. <DependentUpon>ManagerEditForm.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="ManagersForm.cs">
  191. <SubType>Form</SubType>
  192. </Compile>
  193. <Compile Include="ManagersForm.Designer.cs">
  194. <DependentUpon>ManagersForm.cs</DependentUpon>
  195. </Compile>
  196. <Compile Include="NewRequestForm.cs">
  197. <SubType>Form</SubType>
  198. </Compile>
  199. <Compile Include="NewRequestForm.Designer.cs">
  200. <DependentUpon>NewRequestForm.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="RegisterForm.cs">
  203. <SubType>Form</SubType>
  204. </Compile>
  205. <Compile Include="RegisterForm.Designer.cs">
  206. <DependentUpon>RegisterForm.cs</DependentUpon>
  207. </Compile>
  208. <Compile Include="ReportForm.cs">
  209. <SubType>Form</SubType>
  210. </Compile>
  211. <Compile Include="ReportForm.Designer.cs">
  212. <DependentUpon>ReportForm.cs</DependentUpon>
  213. </Compile>
  214. <Compile Include="RequestsForm.cs">
  215. <SubType>Form</SubType>
  216. </Compile>
  217. <Compile Include="RequestsForm.Designer.cs">
  218. <DependentUpon>RequestsForm.cs</DependentUpon>
  219. </Compile>
  220. <Compile Include="Session.cs" />
  221. <Compile Include="Main.cs">
  222. <SubType>Form</SubType>
  223. </Compile>
  224. <Compile Include="Main.Designer.cs">
  225. <DependentUpon>Main.cs</DependentUpon>
  226. </Compile>
  227. <Compile Include="Program.cs" />
  228. <Compile Include="Properties\AssemblyInfo.cs" />
  229. <Compile Include="StartForm.cs">
  230. <SubType>Form</SubType>
  231. </Compile>
  232. <Compile Include="StartForm.Designer.cs">
  233. <DependentUpon>StartForm.cs</DependentUpon>
  234. </Compile>
  235. <EmbeddedResource Include="AddressEditForm.resx">
  236. <DependentUpon>AddressEditForm.cs</DependentUpon>
  237. </EmbeddedResource>
  238. <EmbeddedResource Include="AddressesForm.resx">
  239. <DependentUpon>AddressesForm.cs</DependentUpon>
  240. </EmbeddedResource>
  241. <EmbeddedResource Include="AssignManagerForm.resx">
  242. <DependentUpon>AssignManagerForm.cs</DependentUpon>
  243. </EmbeddedResource>
  244. <EmbeddedResource Include="ChangeStatusForm.resx">
  245. <DependentUpon>ChangeStatusForm.cs</DependentUpon>
  246. </EmbeddedResource>
  247. <EmbeddedResource Include="ClientEditForm.resx">
  248. <DependentUpon>ClientEditForm.cs</DependentUpon>
  249. </EmbeddedResource>
  250. <EmbeddedResource Include="ClientsForm.resx">
  251. <DependentUpon>ClientsForm.cs</DependentUpon>
  252. </EmbeddedResource>
  253. <EmbeddedResource Include="LoginForm.resx">
  254. <DependentUpon>LoginForm.cs</DependentUpon>
  255. </EmbeddedResource>
  256. <EmbeddedResource Include="Main.resx">
  257. <DependentUpon>Main.cs</DependentUpon>
  258. </EmbeddedResource>
  259. <EmbeddedResource Include="ManagerEditForm.resx">
  260. <DependentUpon>ManagerEditForm.cs</DependentUpon>
  261. </EmbeddedResource>
  262. <EmbeddedResource Include="ManagersForm.resx">
  263. <DependentUpon>ManagersForm.cs</DependentUpon>
  264. </EmbeddedResource>
  265. <EmbeddedResource Include="Properties\Resources.resx">
  266. <Generator>ResXFileCodeGenerator</Generator>
  267. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  268. <SubType>Designer</SubType>
  269. </EmbeddedResource>
  270. <Compile Include="Properties\Resources.Designer.cs">
  271. <AutoGen>True</AutoGen>
  272. <DependentUpon>Resources.resx</DependentUpon>
  273. </Compile>
  274. <EmbeddedResource Include="RegisterForm.resx">
  275. <DependentUpon>RegisterForm.cs</DependentUpon>
  276. </EmbeddedResource>
  277. <EmbeddedResource Include="ReportForm.resx">
  278. <DependentUpon>ReportForm.cs</DependentUpon>
  279. </EmbeddedResource>
  280. <EmbeddedResource Include="RequestsForm.resx">
  281. <DependentUpon>RequestsForm.cs</DependentUpon>
  282. </EmbeddedResource>
  283. <EmbeddedResource Include="StartForm.resx">
  284. <DependentUpon>StartForm.cs</DependentUpon>
  285. </EmbeddedResource>
  286. <None Include="packages.config" />
  287. <None Include="packages\RavenDB.Database.3.5.9\tools\Raven.Studio.Html5.zip">
  288. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  289. </None>
  290. <None Include="Properties\Settings.settings">
  291. <Generator>SettingsSingleFileGenerator</Generator>
  292. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  293. </None>
  294. <Compile Include="Properties\Settings.Designer.cs">
  295. <AutoGen>True</AutoGen>
  296. <DependentUpon>Settings.settings</DependentUpon>
  297. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  298. </Compile>
  299. </ItemGroup>
  300. <ItemGroup>
  301. <None Include="App.config" />
  302. </ItemGroup>
  303. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  304. <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')" />
  305. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  306. <PropertyGroup>
  307. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  308. </PropertyGroup>
  309. <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'))" />
  310. </Target>
  311. </Project>