pract.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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>{3D75B344-3880-4AB3-920A-E17E10F1F03B}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>pract</RootNamespace>
  10. <AssemblyName>pract</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <PublishUrl>C:\Users\Nastya\OneDrive\Рабочий стол\c#\практика2026\www\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <AutorunEnabled>true</AutorunEnabled>
  27. <ApplicationRevision>0</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>AnyCPU</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. </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. <ManifestCertificateThumbprint>E3D5AE1BF9381B87CC9B729EA1269806ABB5735A</ManifestCertificateThumbprint>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ManifestKeyFile>pract_TemporaryKey.pfx</ManifestKeyFile>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <GenerateManifests>true</GenerateManifests>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <SignManifests>true</SignManifests>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  66. <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  69. <HintPath>packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  72. <HintPath>packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  75. <HintPath>packages\Microsoft.Extensions.Logging.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Npgsql, Version=8.0.9.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  78. <HintPath>packages\Npgsql.8.0.9\lib\netstandard2.0\Npgsql.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System" />
  81. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  82. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  85. <HintPath>packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  89. <HintPath>packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  92. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Numerics" />
  95. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  96. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  99. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  102. <HintPath>packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  105. <HintPath>packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  108. <HintPath>packages\System.Threading.Channels.8.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  111. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  114. <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Xml.Linq" />
  117. <Reference Include="System.Data.DataSetExtensions" />
  118. <Reference Include="Microsoft.CSharp" />
  119. <Reference Include="System.Data" />
  120. <Reference Include="System.Deployment" />
  121. <Reference Include="System.Drawing" />
  122. <Reference Include="System.Net.Http" />
  123. <Reference Include="System.Windows.Forms" />
  124. <Reference Include="System.Xml" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Compile Include="Form1.cs">
  128. <SubType>Form</SubType>
  129. </Compile>
  130. <Compile Include="Form1.Designer.cs">
  131. <DependentUpon>Form1.cs</DependentUpon>
  132. </Compile>
  133. <Compile Include="Form2.cs">
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="Form2.Designer.cs">
  137. <DependentUpon>Form2.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="Form3.cs">
  140. <SubType>Form</SubType>
  141. </Compile>
  142. <Compile Include="Form3.Designer.cs">
  143. <DependentUpon>Form3.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="Form4.cs">
  146. <SubType>Form</SubType>
  147. </Compile>
  148. <Compile Include="Form4.Designer.cs">
  149. <DependentUpon>Form4.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="Program.cs" />
  152. <Compile Include="Properties\AssemblyInfo.cs" />
  153. <EmbeddedResource Include="Form1.resx">
  154. <DependentUpon>Form1.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="Form2.resx">
  157. <DependentUpon>Form2.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="Form3.resx">
  160. <DependentUpon>Form3.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="Form4.resx">
  163. <DependentUpon>Form4.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <EmbeddedResource Include="Properties\Resources.resx">
  166. <Generator>ResXFileCodeGenerator</Generator>
  167. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  168. <SubType>Designer</SubType>
  169. </EmbeddedResource>
  170. <Compile Include="Properties\Resources.Designer.cs">
  171. <AutoGen>True</AutoGen>
  172. <DependentUpon>Resources.resx</DependentUpon>
  173. </Compile>
  174. <None Include="packages.config" />
  175. <None Include="pract_TemporaryKey.pfx" />
  176. <None Include="Properties\Settings.settings">
  177. <Generator>SettingsSingleFileGenerator</Generator>
  178. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  179. </None>
  180. <Compile Include="Properties\Settings.Designer.cs">
  181. <AutoGen>True</AutoGen>
  182. <DependentUpon>Settings.settings</DependentUpon>
  183. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  184. </Compile>
  185. </ItemGroup>
  186. <ItemGroup>
  187. <None Include="App.config" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  191. <Visible>False</Visible>
  192. <ProductName>Microsoft .NET Framework 4.8 %28x86 и x64%29</ProductName>
  193. <Install>true</Install>
  194. </BootstrapperPackage>
  195. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  196. <Visible>False</Visible>
  197. <ProductName>.NET Framework 3.5 SP1</ProductName>
  198. <Install>false</Install>
  199. </BootstrapperPackage>
  200. </ItemGroup>
  201. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  202. </Project>