WindowsFormsApp6.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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>{A3E8A077-88C9-48F0-A591-AF6AD5FC350C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WindowsFormsApp6</RootNamespace>
  10. <AssemblyName>WindowsFormsApp6</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="EPPlus, Version=8.4.0.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EPPlus.8.4.0\lib\net462\EPPlus.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EPPlus.Interfaces, Version=8.4.0.0, Culture=neutral, PublicKeyToken=a694d7f3b0907a61, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EPPlus.Interfaces.8.4.0\lib\net462\EPPlus.Interfaces.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.Office.Interop.Excel, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Microsoft.Office.Interop.Excel.16.0.18925.20022\lib\net40\Microsoft.Office.Interop.Excel.dll</HintPath>
  55. <EmbedInteropTypes>True</EmbedInteropTypes>
  56. </Reference>
  57. <Reference Include="Npgsql, Version=6.0.10.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Npgsql.6.0.10\lib\netstandard2.0\Npgsql.dll</HintPath>
  59. </Reference>
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="System" />
  62. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  63. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Collections.Immutable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  66. <HintPath>..\packages\System.Collections.Immutable.6.0.0\lib\net461\System.Collections.Immutable.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  69. <HintPath>..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.ComponentModel.DataAnnotations" />
  72. <Reference Include="System.configuration" />
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Diagnostics.DiagnosticSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  75. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Numerics" />
  81. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  85. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Security" />
  88. <Reference Include="System.Security.Cryptography.Xml, Version=8.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  89. <HintPath>..\packages\System.Security.Cryptography.Xml.8.0.2\lib\net462\System.Security.Cryptography.Xml.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Text.Encodings.Web, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  92. <HintPath>..\packages\System.Text.Encodings.Web.6.0.0\lib\net461\System.Text.Encodings.Web.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  95. <HintPath>..\packages\System.Text.Json.6.0.0\lib\net461\System.Text.Json.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Threading.Channels, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  98. <HintPath>..\packages\System.Threading.Channels.6.0.0\lib\net461\System.Threading.Channels.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  101. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Xml.Linq" />
  107. <Reference Include="System.Data.DataSetExtensions" />
  108. <Reference Include="Microsoft.CSharp" />
  109. <Reference Include="System.Data" />
  110. <Reference Include="System.Deployment" />
  111. <Reference Include="System.Drawing" />
  112. <Reference Include="System.Net.Http" />
  113. <Reference Include="System.Windows.Forms" />
  114. <Reference Include="System.Xml" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="LoginForm.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="LoginForm.Designer.cs">
  121. <DependentUpon>LoginForm.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="MainForm.cs">
  124. <SubType>Form</SubType>
  125. </Compile>
  126. <Compile Include="MainForm.Designer.cs">
  127. <DependentUpon>MainForm.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="Program.cs" />
  130. <Compile Include="RecordEditForm.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="RecordEditForm.Designer.cs">
  134. <DependentUpon>RecordEditForm.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="Properties\AssemblyInfo.cs" />
  137. <EmbeddedResource Include="LoginForm.resx">
  138. <DependentUpon>LoginForm.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="RecordEditForm.resx">
  141. <DependentUpon>RecordEditForm.cs</DependentUpon>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="MainForm.resx">
  144. <DependentUpon>MainForm.cs</DependentUpon>
  145. </EmbeddedResource>
  146. <EmbeddedResource Include="Properties\Resources.resx">
  147. <Generator>ResXFileCodeGenerator</Generator>
  148. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  149. <SubType>Designer</SubType>
  150. </EmbeddedResource>
  151. <Compile Include="Properties\Resources.Designer.cs">
  152. <AutoGen>True</AutoGen>
  153. <DependentUpon>Resources.resx</DependentUpon>
  154. </Compile>
  155. <None Include="packages.config" />
  156. <None Include="Properties\Settings.settings">
  157. <Generator>SettingsSingleFileGenerator</Generator>
  158. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  159. </None>
  160. <Compile Include="Properties\Settings.Designer.cs">
  161. <AutoGen>True</AutoGen>
  162. <DependentUpon>Settings.settings</DependentUpon>
  163. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  164. </Compile>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <None Include="App.config" />
  168. </ItemGroup>
  169. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  170. <Import Project="..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets" Condition="Exists('..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets')" />
  171. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  172. <PropertyGroup>
  173. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  174. </PropertyGroup>
  175. <Error Condition="!Exists('..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets'))" />
  176. </Target>
  177. </Project>