KursachMukha692gr.csproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{29A8E664-BE83-4920-B461-BAC2C08E0150}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>KursachMukha692gr</RootNamespace>
  11. <AssemblyName>KursachMukha692gr</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. <IsWebBootstrapper>false</IsWebBootstrapper>
  21. <TargetFrameworkProfile />
  22. <PublishUrl>publish\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>0</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  58. <HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  59. <EmbedInteropTypes>False</EmbedInteropTypes>
  60. </Reference>
  61. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  62. <HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  63. </Reference>
  64. <Reference Include="MaterialDesignColors, Version=2.0.3.2, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  65. <HintPath>packages\MaterialDesignColors.2.0.3\lib\net452\MaterialDesignColors.dll</HintPath>
  66. </Reference>
  67. <Reference Include="MaterialDesignThemes.Wpf, Version=4.2.1.2, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  68. <HintPath>packages\MaterialDesignThemes.4.2.1\lib\net452\MaterialDesignThemes.Wpf.dll</HintPath>
  69. </Reference>
  70. <Reference Include="MySql.Data, Version=8.0.27.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\..\..\..\Program Files (x86)\MySQL\MySQL Connector Net 8.0.27\Assemblies\v4.5.2\MySql.Data.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.ComponentModel.DataAnnotations" />
  76. <Reference Include="System.Configuration" />
  77. <Reference Include="System.Configuration.ConfigurationManager, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <HintPath>packages\System.Configuration.ConfigurationManager.5.0.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Data.OracleClient" />
  82. <Reference Include="System.Data.SQLite, Version=1.0.115.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  83. <HintPath>packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.0\lib\net46\System.Data.SQLite.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Data.SQLite.EF6, Version=1.0.115.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  86. <HintPath>packages\System.Data.SQLite.EF6.1.0.115.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Data.SQLite.Linq, Version=1.0.115.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  89. <HintPath>packages\System.Data.SQLite.Linq.1.0.115.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Drawing" />
  92. <Reference Include="System.Net" />
  93. <Reference Include="System.Runtime.Serialization" />
  94. <Reference Include="System.Security" />
  95. <Reference Include="System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  96. <HintPath>packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Security.Permissions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  99. <HintPath>packages\System.Security.Permissions.5.0.0\lib\net461\System.Security.Permissions.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  102. <HintPath>packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.ServiceProcess" />
  105. <Reference Include="System.Transactions" />
  106. <Reference Include="System.Xml" />
  107. <Reference Include="Microsoft.CSharp" />
  108. <Reference Include="System.Core" />
  109. <Reference Include="System.Xml.Linq" />
  110. <Reference Include="System.Data.DataSetExtensions" />
  111. <Reference Include="System.Net.Http" />
  112. <Reference Include="System.Xaml">
  113. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  114. </Reference>
  115. <Reference Include="WindowsBase" />
  116. <Reference Include="PresentationCore" />
  117. <Reference Include="PresentationFramework" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <ApplicationDefinition Include="App.xaml">
  121. <Generator>MSBuild:Compile</Generator>
  122. <SubType>Designer</SubType>
  123. </ApplicationDefinition>
  124. <Compile Include="AddRaspisaniye.xaml.cs">
  125. <DependentUpon>AddRaspisaniye.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="AddTournment.xaml.cs">
  128. <DependentUpon>AddTournment.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="AddTrener.xaml.cs">
  131. <DependentUpon>AddTrener.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="AddUchenik.xaml.cs">
  134. <DependentUpon>AddUchenik.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="AppContext.cs" />
  137. <Compile Include="Book.cs">
  138. <DependentUpon>Model1.tt</DependentUpon>
  139. </Compile>
  140. <Compile Include="CatTrenerUpdate.xaml.cs">
  141. <DependentUpon>CatTrenerUpdate.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="corpus.cs">
  144. <DependentUpon>Model1.tt</DependentUpon>
  145. </Compile>
  146. <Compile Include="DataUpdateTrener.xaml.cs">
  147. <DependentUpon>DataUpdateTrener.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="DataUpdateUchenik.xaml.cs">
  150. <DependentUpon>DataUpdateUchenik.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="DeleteRaspisaniye.xaml.cs">
  153. <DependentUpon>DeleteRaspisaniye.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="DeleteSpisokTrenerov.xaml.cs">
  156. <DependentUpon>DeleteSpisokTrenerov.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="DeleteSpisokUchenikov.xaml.cs">
  159. <DependentUpon>DeleteSpisokUchenikov.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="DeleteTournment.xaml.cs">
  162. <DependentUpon>DeleteTournment.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="den_nedeli.cs">
  165. <DependentUpon>Model1.tt</DependentUpon>
  166. </Compile>
  167. <Compile Include="disciplina.cs">
  168. <DependentUpon>Model1.tt</DependentUpon>
  169. </Compile>
  170. <Compile Include="DisUpdateTrener.xaml.cs">
  171. <DependentUpon>DisUpdateTrener.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="gruppa.cs">
  174. <DependentUpon>Model1.tt</DependentUpon>
  175. </Compile>
  176. <Compile Include="IdCorpusUpdateRaspisaniye.xaml.cs">
  177. <DependentUpon>IdCorpusUpdateRaspisaniye.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="IdDenUpdateRaspisaniye.xaml.cs">
  180. <DependentUpon>IdDenUpdateRaspisaniye.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="IdDisUpdateRaspisaniye.xaml.cs">
  183. <DependentUpon>IdDisUpdateRaspisaniye.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="IdDisUpdateUchenik.xaml.cs">
  186. <DependentUpon>IdDisUpdateUchenik.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="IdTrenerUpdateRaspisaniye.xaml.cs">
  189. <DependentUpon>IdTrenerUpdateRaspisaniye.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="IdVremyaUpdateRaspisaniye.xaml.cs">
  192. <DependentUpon>IdVremyaUpdateRaspisaniye.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="IdZalUpdateRaspisaniye.xaml.cs">
  195. <DependentUpon>IdZalUpdateRaspisaniye.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="infoadmin.cs">
  198. <DependentUpon>Model1.tt</DependentUpon>
  199. </Compile>
  200. <Compile Include="infotrener.cs">
  201. <DependentUpon>Model1.tt</DependentUpon>
  202. </Compile>
  203. <Compile Include="infouchenik.cs">
  204. <DependentUpon>Model1.tt</DependentUpon>
  205. </Compile>
  206. <Compile Include="KabinetAdmina.xaml.cs">
  207. <DependentUpon>KabinetAdmina.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Model1.Context.cs">
  210. <AutoGen>True</AutoGen>
  211. <DesignTime>True</DesignTime>
  212. <DependentUpon>Model1.Context.tt</DependentUpon>
  213. </Compile>
  214. <Compile Include="Model1.cs">
  215. <AutoGen>True</AutoGen>
  216. <DesignTime>True</DesignTime>
  217. <DependentUpon>Model1.tt</DependentUpon>
  218. </Compile>
  219. <Compile Include="Model1.Designer.cs">
  220. <AutoGen>True</AutoGen>
  221. <DesignTime>True</DesignTime>
  222. <DependentUpon>Model1.edmx</DependentUpon>
  223. </Compile>
  224. <Compile Include="NumberUpdateTrener.xaml.cs">
  225. <DependentUpon>NumberUpdateTrener.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="NumberUpdateUchenik.xaml.cs">
  228. <DependentUpon>NumberUpdateUchenik.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="pol.cs">
  231. <DependentUpon>Model1.tt</DependentUpon>
  232. </Compile>
  233. <Compile Include="PolUpdateTrener.xaml.cs">
  234. <DependentUpon>PolUpdateTrener.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="RASPISANIYE.cs">
  237. <DependentUpon>Model1.tt</DependentUpon>
  238. </Compile>
  239. <Compile Include="Raspisaniye.xaml.cs">
  240. <DependentUpon>Raspisaniye.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Registration.xaml.cs">
  243. <DependentUpon>Registration.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="RegistrationTEST.xaml.cs">
  246. <DependentUpon>RegistrationTEST.xaml</DependentUpon>
  247. </Compile>
  248. <Compile Include="RegUch.xaml.cs">
  249. <DependentUpon>RegUch.xaml</DependentUpon>
  250. </Compile>
  251. <Compile Include="SmenaPassword.xaml.cs">
  252. <DependentUpon>SmenaPassword.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="sorevnovaniya.cs">
  255. <DependentUpon>Model1.tt</DependentUpon>
  256. </Compile>
  257. <Compile Include="SpisokTrenerov.xaml.cs">
  258. <DependentUpon>SpisokTrenerov.xaml</DependentUpon>
  259. </Compile>
  260. <Compile Include="SpisokUchenikov.xaml.cs">
  261. <DependentUpon>SpisokUchenikov.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="sysdiagram.cs">
  264. <DependentUpon>Model1.tt</DependentUpon>
  265. </Compile>
  266. <Compile Include="Tournments.xaml.cs">
  267. <DependentUpon>Tournments.xaml</DependentUpon>
  268. </Compile>
  269. <Compile Include="UpdateFamiliyaTrener.xaml.cs">
  270. <DependentUpon>UpdateFamiliyaTrener.xaml</DependentUpon>
  271. </Compile>
  272. <Compile Include="UpdateFamiliyaUchenik.xaml.cs">
  273. <DependentUpon>UpdateFamiliyaUchenik.xaml</DependentUpon>
  274. </Compile>
  275. <Compile Include="UpdateGruppaRaspisaniye.xaml.cs">
  276. <DependentUpon>UpdateGruppaRaspisaniye.xaml</DependentUpon>
  277. </Compile>
  278. <Compile Include="UpdateGruppaTournment.xaml.cs">
  279. <DependentUpon>UpdateGruppaTournment.xaml</DependentUpon>
  280. </Compile>
  281. <Compile Include="UpdateGruppaUchenik.xaml.cs">
  282. <DependentUpon>UpdateGruppaUchenik.xaml</DependentUpon>
  283. </Compile>
  284. <Compile Include="UpdateIdDiscipliniTournment.xaml.cs">
  285. <DependentUpon>UpdateIdDiscipliniTournment.xaml</DependentUpon>
  286. </Compile>
  287. <Compile Include="UpdateIdTrenerTournment.xaml.cs">
  288. <DependentUpon>UpdateIdTrenerTournment.xaml</DependentUpon>
  289. </Compile>
  290. <Compile Include="UpdateImyaTrener.xaml.cs">
  291. <DependentUpon>UpdateImyaTrener.xaml</DependentUpon>
  292. </Compile>
  293. <Compile Include="UpdateImyaUchenik.xaml.cs">
  294. <DependentUpon>UpdateImyaUchenik.xaml</DependentUpon>
  295. </Compile>
  296. <Compile Include="UpdateMestoTournment.xaml.cs">
  297. <DependentUpon>UpdateMestoTournment.xaml</DependentUpon>
  298. </Compile>
  299. <Compile Include="UpdateNameTournment.xaml.cs">
  300. <DependentUpon>UpdateNameTournment.xaml</DependentUpon>
  301. </Compile>
  302. <Compile Include="UpdateOtchTrener.xaml.cs">
  303. <DependentUpon>UpdateOtchTrener.xaml</DependentUpon>
  304. </Compile>
  305. <Compile Include="UpdateOtchUchenik.xaml.cs">
  306. <DependentUpon>UpdateOtchUchenik.xaml</DependentUpon>
  307. </Compile>
  308. <Compile Include="UpdatePolUchenik.xaml.cs">
  309. <DependentUpon>UpdatePolUchenik.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="ViborTrenerUpdate.xaml.cs">
  312. <DependentUpon>ViborTrenerUpdate.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="ViborUchenikUpdate.xaml.cs">
  315. <DependentUpon>ViborUchenikUpdate.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="ViborUpdateRaspisaniye.xaml.cs">
  318. <DependentUpon>ViborUpdateRaspisaniye.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="ViborUpdateTournments.xaml.cs">
  321. <DependentUpon>ViborUpdateTournments.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="vremya_zanyatiya.cs">
  324. <DependentUpon>Model1.tt</DependentUpon>
  325. </Compile>
  326. <Compile Include="zal_trenerovki.cs">
  327. <DependentUpon>Model1.tt</DependentUpon>
  328. </Compile>
  329. <Page Include="AddRaspisaniye.xaml">
  330. <SubType>Designer</SubType>
  331. <Generator>MSBuild:Compile</Generator>
  332. </Page>
  333. <Page Include="AddTournment.xaml">
  334. <SubType>Designer</SubType>
  335. <Generator>MSBuild:Compile</Generator>
  336. </Page>
  337. <Page Include="AddTrener.xaml">
  338. <SubType>Designer</SubType>
  339. <Generator>MSBuild:Compile</Generator>
  340. </Page>
  341. <Page Include="AddUchenik.xaml">
  342. <SubType>Designer</SubType>
  343. <Generator>MSBuild:Compile</Generator>
  344. </Page>
  345. <Page Include="CatTrenerUpdate.xaml">
  346. <SubType>Designer</SubType>
  347. <Generator>MSBuild:Compile</Generator>
  348. </Page>
  349. <Page Include="DataUpdateTrener.xaml">
  350. <SubType>Designer</SubType>
  351. <Generator>MSBuild:Compile</Generator>
  352. </Page>
  353. <Page Include="DataUpdateUchenik.xaml">
  354. <SubType>Designer</SubType>
  355. <Generator>MSBuild:Compile</Generator>
  356. </Page>
  357. <Page Include="DeleteRaspisaniye.xaml">
  358. <SubType>Designer</SubType>
  359. <Generator>MSBuild:Compile</Generator>
  360. </Page>
  361. <Page Include="DeleteSpisokTrenerov.xaml">
  362. <SubType>Designer</SubType>
  363. <Generator>MSBuild:Compile</Generator>
  364. </Page>
  365. <Page Include="DeleteSpisokUchenikov.xaml">
  366. <SubType>Designer</SubType>
  367. <Generator>MSBuild:Compile</Generator>
  368. </Page>
  369. <Page Include="DeleteTournment.xaml">
  370. <SubType>Designer</SubType>
  371. <Generator>MSBuild:Compile</Generator>
  372. </Page>
  373. <Page Include="DisUpdateTrener.xaml">
  374. <SubType>Designer</SubType>
  375. <Generator>MSBuild:Compile</Generator>
  376. </Page>
  377. <Page Include="IdCorpusUpdateRaspisaniye.xaml">
  378. <SubType>Designer</SubType>
  379. <Generator>MSBuild:Compile</Generator>
  380. </Page>
  381. <Page Include="IdDenUpdateRaspisaniye.xaml">
  382. <SubType>Designer</SubType>
  383. <Generator>MSBuild:Compile</Generator>
  384. </Page>
  385. <Page Include="IdDisUpdateRaspisaniye.xaml">
  386. <SubType>Designer</SubType>
  387. <Generator>MSBuild:Compile</Generator>
  388. </Page>
  389. <Page Include="IdDisUpdateUchenik.xaml">
  390. <SubType>Designer</SubType>
  391. <Generator>MSBuild:Compile</Generator>
  392. </Page>
  393. <Page Include="IdTrenerUpdateRaspisaniye.xaml">
  394. <SubType>Designer</SubType>
  395. <Generator>MSBuild:Compile</Generator>
  396. </Page>
  397. <Page Include="IdVremyaUpdateRaspisaniye.xaml">
  398. <SubType>Designer</SubType>
  399. <Generator>MSBuild:Compile</Generator>
  400. </Page>
  401. <Page Include="IdZalUpdateRaspisaniye.xaml">
  402. <SubType>Designer</SubType>
  403. <Generator>MSBuild:Compile</Generator>
  404. </Page>
  405. <Page Include="KabinetAdmina.xaml">
  406. <SubType>Designer</SubType>
  407. <Generator>MSBuild:Compile</Generator>
  408. </Page>
  409. <Page Include="MainWindow.xaml">
  410. <Generator>MSBuild:Compile</Generator>
  411. <SubType>Designer</SubType>
  412. </Page>
  413. <Compile Include="App.xaml.cs">
  414. <DependentUpon>App.xaml</DependentUpon>
  415. <SubType>Code</SubType>
  416. </Compile>
  417. <Compile Include="MainWindow.xaml.cs">
  418. <DependentUpon>MainWindow.xaml</DependentUpon>
  419. <SubType>Code</SubType>
  420. </Compile>
  421. <Page Include="NumberUpdateTrener.xaml">
  422. <SubType>Designer</SubType>
  423. <Generator>MSBuild:Compile</Generator>
  424. </Page>
  425. <Page Include="NumberUpdateUchenik.xaml">
  426. <SubType>Designer</SubType>
  427. <Generator>MSBuild:Compile</Generator>
  428. </Page>
  429. <Page Include="PolUpdateTrener.xaml">
  430. <SubType>Designer</SubType>
  431. <Generator>MSBuild:Compile</Generator>
  432. </Page>
  433. <Page Include="Raspisaniye.xaml">
  434. <SubType>Designer</SubType>
  435. <Generator>MSBuild:Compile</Generator>
  436. </Page>
  437. <Page Include="Registration.xaml">
  438. <SubType>Designer</SubType>
  439. <Generator>MSBuild:Compile</Generator>
  440. </Page>
  441. <Page Include="RegistrationTEST.xaml">
  442. <SubType>Designer</SubType>
  443. <Generator>MSBuild:Compile</Generator>
  444. </Page>
  445. <Page Include="RegUch.xaml">
  446. <SubType>Designer</SubType>
  447. <Generator>MSBuild:Compile</Generator>
  448. </Page>
  449. <Page Include="SmenaPassword.xaml">
  450. <SubType>Designer</SubType>
  451. <Generator>MSBuild:Compile</Generator>
  452. </Page>
  453. <Page Include="SpisokTrenerov.xaml">
  454. <SubType>Designer</SubType>
  455. <Generator>MSBuild:Compile</Generator>
  456. </Page>
  457. <Page Include="SpisokUchenikov.xaml">
  458. <SubType>Designer</SubType>
  459. <Generator>MSBuild:Compile</Generator>
  460. </Page>
  461. <Page Include="Tournments.xaml">
  462. <SubType>Designer</SubType>
  463. <Generator>MSBuild:Compile</Generator>
  464. </Page>
  465. <Page Include="UpdateFamiliyaTrener.xaml">
  466. <SubType>Designer</SubType>
  467. <Generator>MSBuild:Compile</Generator>
  468. </Page>
  469. <Page Include="UpdateFamiliyaUchenik.xaml">
  470. <SubType>Designer</SubType>
  471. <Generator>MSBuild:Compile</Generator>
  472. </Page>
  473. <Page Include="UpdateGruppaRaspisaniye.xaml">
  474. <SubType>Designer</SubType>
  475. <Generator>MSBuild:Compile</Generator>
  476. </Page>
  477. <Page Include="UpdateGruppaTournment.xaml">
  478. <SubType>Designer</SubType>
  479. <Generator>MSBuild:Compile</Generator>
  480. </Page>
  481. <Page Include="UpdateGruppaUchenik.xaml">
  482. <SubType>Designer</SubType>
  483. <Generator>MSBuild:Compile</Generator>
  484. </Page>
  485. <Page Include="UpdateIdDiscipliniTournment.xaml">
  486. <SubType>Designer</SubType>
  487. <Generator>MSBuild:Compile</Generator>
  488. </Page>
  489. <Page Include="UpdateIdTrenerTournment.xaml">
  490. <SubType>Designer</SubType>
  491. <Generator>MSBuild:Compile</Generator>
  492. </Page>
  493. <Page Include="UpdateImyaTrener.xaml">
  494. <SubType>Designer</SubType>
  495. <Generator>MSBuild:Compile</Generator>
  496. </Page>
  497. <Page Include="UpdateImyaUchenik.xaml">
  498. <SubType>Designer</SubType>
  499. <Generator>MSBuild:Compile</Generator>
  500. </Page>
  501. <Page Include="UpdateMestoTournment.xaml">
  502. <SubType>Designer</SubType>
  503. <Generator>MSBuild:Compile</Generator>
  504. </Page>
  505. <Page Include="UpdateNameTournment.xaml">
  506. <SubType>Designer</SubType>
  507. <Generator>MSBuild:Compile</Generator>
  508. </Page>
  509. <Page Include="UpdateOtchTrener.xaml">
  510. <SubType>Designer</SubType>
  511. <Generator>MSBuild:Compile</Generator>
  512. </Page>
  513. <Page Include="UpdateOtchUchenik.xaml">
  514. <SubType>Designer</SubType>
  515. <Generator>MSBuild:Compile</Generator>
  516. </Page>
  517. <Page Include="UpdatePolUchenik.xaml">
  518. <SubType>Designer</SubType>
  519. <Generator>MSBuild:Compile</Generator>
  520. </Page>
  521. <Page Include="ViborTrenerUpdate.xaml">
  522. <SubType>Designer</SubType>
  523. <Generator>MSBuild:Compile</Generator>
  524. </Page>
  525. <Page Include="ViborUchenikUpdate.xaml">
  526. <SubType>Designer</SubType>
  527. <Generator>MSBuild:Compile</Generator>
  528. </Page>
  529. <Page Include="ViborUpdateRaspisaniye.xaml">
  530. <SubType>Designer</SubType>
  531. <Generator>MSBuild:Compile</Generator>
  532. </Page>
  533. <Page Include="ViborUpdateTournments.xaml">
  534. <SubType>Designer</SubType>
  535. <Generator>MSBuild:Compile</Generator>
  536. </Page>
  537. </ItemGroup>
  538. <ItemGroup>
  539. <Compile Include="Properties\AssemblyInfo.cs">
  540. <SubType>Code</SubType>
  541. </Compile>
  542. <Compile Include="Properties\Resources.Designer.cs">
  543. <AutoGen>True</AutoGen>
  544. <DesignTime>True</DesignTime>
  545. <DependentUpon>Resources.resx</DependentUpon>
  546. </Compile>
  547. <Compile Include="Properties\Settings.Designer.cs">
  548. <AutoGen>True</AutoGen>
  549. <DependentUpon>Settings.settings</DependentUpon>
  550. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  551. </Compile>
  552. <EmbeddedResource Include="Properties\Resources.resx">
  553. <Generator>ResXFileCodeGenerator</Generator>
  554. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  555. </EmbeddedResource>
  556. <EntityDeploy Include="Model1.edmx">
  557. <Generator>EntityModelCodeGenerator</Generator>
  558. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  559. </EntityDeploy>
  560. <None Include="Model1.edmx.diagram">
  561. <DependentUpon>Model1.edmx</DependentUpon>
  562. </None>
  563. <None Include="packages.config" />
  564. <None Include="Properties\Settings.settings">
  565. <Generator>SettingsSingleFileGenerator</Generator>
  566. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  567. </None>
  568. </ItemGroup>
  569. <ItemGroup>
  570. <None Include="App.config" />
  571. </ItemGroup>
  572. <ItemGroup>
  573. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  574. <Visible>False</Visible>
  575. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
  576. <Install>true</Install>
  577. </BootstrapperPackage>
  578. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  579. <Visible>False</Visible>
  580. <ProductName>.NET Framework 3.5 SP1</ProductName>
  581. <Install>false</Install>
  582. </BootstrapperPackage>
  583. </ItemGroup>
  584. <ItemGroup>
  585. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  586. </ItemGroup>
  587. <ItemGroup>
  588. <Content Include="Model1.Context.tt">
  589. <Generator>TextTemplatingFileGenerator</Generator>
  590. <DependentUpon>Model1.edmx</DependentUpon>
  591. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  592. </Content>
  593. <Content Include="Model1.tt">
  594. <Generator>TextTemplatingFileGenerator</Generator>
  595. <DependentUpon>Model1.edmx</DependentUpon>
  596. <LastGenOutput>Model1.cs</LastGenOutput>
  597. </Content>
  598. </ItemGroup>
  599. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  600. <Import Project="packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets" Condition="Exists('packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets')" />
  601. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  602. <PropertyGroup>
  603. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  604. </PropertyGroup>
  605. <Error Condition="!Exists('packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\MaterialDesignThemes.4.2.1\build\MaterialDesignThemes.targets'))" />
  606. <Error Condition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  607. <Error Condition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  608. <Error Condition="!Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  609. </Target>
  610. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  611. <Import Project="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  612. </Project>