TestsManipulate.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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>{1B5408C6-0721-4D1F-8D36-31A7F03818DE}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>TestsManipulate</RootNamespace>
  10. <AssemblyName>TestsManipulate</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <PublishUrl>C:\Users\rusla\Downloads\</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. <ApplicationRevision>1</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <PublishWizardCompleted>true</PublishWizardCompleted>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <ManifestCertificateThumbprint>ECC007F3043E949B5F032AD22C38B863A36A2993</ManifestCertificateThumbprint>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ManifestKeyFile>TestsManipulate_TemporaryKey.pfx</ManifestKeyFile>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <GenerateManifests>true</GenerateManifests>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <SignManifests>true</SignManifests>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="ClosedXML, Version=0.105.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b, processorArchitecture=MSIL">
  65. <HintPath>..\packages\ClosedXML.0.105.0\lib\netstandard2.0\ClosedXML.dll</HintPath>
  66. </Reference>
  67. <Reference Include="ClosedXML.Parser, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1d5f7376574c51ec, processorArchitecture=MSIL">
  68. <HintPath>..\packages\ClosedXML.Parser.2.0.0\lib\netstandard2.0\ClosedXML.Parser.dll</HintPath>
  69. </Reference>
  70. <Reference Include="DocumentFormat.OpenXml, Version=3.1.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
  71. <HintPath>..\packages\DocumentFormat.OpenXml.3.1.1\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
  72. </Reference>
  73. <Reference Include="DocumentFormat.OpenXml.Framework, Version=3.1.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
  74. <HintPath>..\packages\DocumentFormat.OpenXml.Framework.3.1.1\lib\net46\DocumentFormat.OpenXml.Framework.dll</HintPath>
  75. </Reference>
  76. <Reference Include="ExcelNumberFormat, Version=1.1.0.0, Culture=neutral, PublicKeyToken=23c6f5d73be07eca, processorArchitecture=MSIL">
  77. <HintPath>..\packages\ExcelNumberFormat.1.1.0\lib\net20\ExcelNumberFormat.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Npgsql, Version=8.0.9.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Npgsql.8.0.9\lib\netstandard2.0\Npgsql.dll</HintPath>
  93. </Reference>
  94. <Reference Include="RBush, Version=4.0.0.0, Culture=neutral, PublicKeyToken=c77e27b81f4d0187, processorArchitecture=MSIL">
  95. <HintPath>..\packages\RBush.Signed.4.0.0\lib\net47\RBush.dll</HintPath>
  96. </Reference>
  97. <Reference Include="SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  98. <HintPath>..\packages\SixLabors.Fonts.1.0.0\lib\netstandard2.0\SixLabors.Fonts.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System" />
  101. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  102. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  105. <HintPath>..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.Core" />
  108. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  109. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  112. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Numerics" />
  115. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  116. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  119. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  122. <HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  125. <HintPath>..\packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
  126. </Reference>
  127. <Reference Include="System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  128. <HintPath>..\packages\System.Threading.Channels.8.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  131. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  134. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  135. </Reference>
  136. <Reference Include="System.Xml.Linq" />
  137. <Reference Include="System.Data.DataSetExtensions" />
  138. <Reference Include="Microsoft.CSharp" />
  139. <Reference Include="System.Data" />
  140. <Reference Include="System.Deployment" />
  141. <Reference Include="System.Drawing" />
  142. <Reference Include="System.Net.Http" />
  143. <Reference Include="System.Windows.Forms" />
  144. <Reference Include="System.Xml" />
  145. <Reference Include="WindowsBase" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Compile Include="AddResult.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="AddResult.Designer.cs">
  152. <DependentUpon>AddResult.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="AnswerOptionsPage.cs">
  155. <SubType>Form</SubType>
  156. </Compile>
  157. <Compile Include="AnswerOptionsPage.Designer.cs">
  158. <DependentUpon>AnswerOptionsPage.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="DifficultyLevelsPage.cs">
  161. <SubType>Form</SubType>
  162. </Compile>
  163. <Compile Include="DifficultyLevelsPage.Designer.cs">
  164. <DependentUpon>DifficultyLevelsPage.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="Form1.cs">
  167. <SubType>Form</SubType>
  168. </Compile>
  169. <Compile Include="Form1.Designer.cs">
  170. <DependentUpon>Form1.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="LogsPage.cs">
  173. <SubType>Form</SubType>
  174. </Compile>
  175. <Compile Include="LogsPage.Designer.cs">
  176. <DependentUpon>LogsPage.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="MainPage.cs">
  179. <SubType>Form</SubType>
  180. </Compile>
  181. <Compile Include="MainPage.Designer.cs">
  182. <DependentUpon>MainPage.cs</DependentUpon>
  183. </Compile>
  184. <Compile Include="Program.cs" />
  185. <Compile Include="Properties\AssemblyInfo.cs" />
  186. <Compile Include="QuestionsPage.cs">
  187. <SubType>Form</SubType>
  188. </Compile>
  189. <Compile Include="QuestionsPage.Designer.cs">
  190. <DependentUpon>QuestionsPage.cs</DependentUpon>
  191. </Compile>
  192. <Compile Include="TestQuestionsPage.cs">
  193. <SubType>Form</SubType>
  194. </Compile>
  195. <Compile Include="TestQuestionsPage.Designer.cs">
  196. <DependentUpon>TestQuestionsPage.cs</DependentUpon>
  197. </Compile>
  198. <Compile Include="TestsPage.cs">
  199. <SubType>Form</SubType>
  200. </Compile>
  201. <Compile Include="TestsPage.Designer.cs">
  202. <DependentUpon>TestsPage.cs</DependentUpon>
  203. </Compile>
  204. <Compile Include="TopicsPage.cs">
  205. <SubType>Form</SubType>
  206. </Compile>
  207. <Compile Include="TopicsPage.Designer.cs">
  208. <DependentUpon>TopicsPage.cs</DependentUpon>
  209. </Compile>
  210. <Compile Include="UsersPage.cs">
  211. <SubType>Form</SubType>
  212. </Compile>
  213. <Compile Include="UsersPage.Designer.cs">
  214. <DependentUpon>UsersPage.cs</DependentUpon>
  215. </Compile>
  216. <EmbeddedResource Include="AddResult.resx">
  217. <DependentUpon>AddResult.cs</DependentUpon>
  218. </EmbeddedResource>
  219. <EmbeddedResource Include="AnswerOptionsPage.resx">
  220. <DependentUpon>AnswerOptionsPage.cs</DependentUpon>
  221. </EmbeddedResource>
  222. <EmbeddedResource Include="DifficultyLevelsPage.resx">
  223. <DependentUpon>DifficultyLevelsPage.cs</DependentUpon>
  224. </EmbeddedResource>
  225. <EmbeddedResource Include="Form1.resx">
  226. <DependentUpon>Form1.cs</DependentUpon>
  227. </EmbeddedResource>
  228. <EmbeddedResource Include="LogsPage.resx">
  229. <DependentUpon>LogsPage.cs</DependentUpon>
  230. </EmbeddedResource>
  231. <EmbeddedResource Include="MainPage.resx">
  232. <DependentUpon>MainPage.cs</DependentUpon>
  233. </EmbeddedResource>
  234. <EmbeddedResource Include="Properties\Resources.resx">
  235. <Generator>ResXFileCodeGenerator</Generator>
  236. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  237. <SubType>Designer</SubType>
  238. </EmbeddedResource>
  239. <Compile Include="Properties\Resources.Designer.cs">
  240. <AutoGen>True</AutoGen>
  241. <DependentUpon>Resources.resx</DependentUpon>
  242. </Compile>
  243. <EmbeddedResource Include="QuestionsPage.resx">
  244. <DependentUpon>QuestionsPage.cs</DependentUpon>
  245. </EmbeddedResource>
  246. <EmbeddedResource Include="TestQuestionsPage.resx">
  247. <DependentUpon>TestQuestionsPage.cs</DependentUpon>
  248. </EmbeddedResource>
  249. <EmbeddedResource Include="TestsPage.resx">
  250. <DependentUpon>TestsPage.cs</DependentUpon>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="TopicsPage.resx">
  253. <DependentUpon>TopicsPage.cs</DependentUpon>
  254. </EmbeddedResource>
  255. <EmbeddedResource Include="UsersPage.resx">
  256. <DependentUpon>UsersPage.cs</DependentUpon>
  257. </EmbeddedResource>
  258. <None Include="packages.config" />
  259. <None Include="Properties\Settings.settings">
  260. <Generator>SettingsSingleFileGenerator</Generator>
  261. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  262. </None>
  263. <Compile Include="Properties\Settings.Designer.cs">
  264. <AutoGen>True</AutoGen>
  265. <DependentUpon>Settings.settings</DependentUpon>
  266. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  267. </Compile>
  268. <None Include="TestsManipulate_TemporaryKey.pfx" />
  269. </ItemGroup>
  270. <ItemGroup>
  271. <None Include="App.config" />
  272. </ItemGroup>
  273. <ItemGroup>
  274. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  275. <Visible>False</Visible>
  276. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
  277. <Install>true</Install>
  278. </BootstrapperPackage>
  279. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  280. <Visible>False</Visible>
  281. <ProductName>.NET Framework 3.5 SP1</ProductName>
  282. <Install>false</Install>
  283. </BootstrapperPackage>
  284. </ItemGroup>
  285. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  286. </Project>