Browse Source

untracked files

Савиных Виталий Николаевич 3 years ago
parent
commit
6646fd4ab1
100 changed files with 7218 additions and 0 deletions
  1. BIN
      .vs/WpfApp1/DesignTimeBuild/.dtbcache.v2
  2. BIN
      .vs/WpfApp1/v16/.suo
  3. 25 0
      WpfApp1.sln
  4. 6 0
      WpfApp1/App.config
  5. 9 0
      WpfApp1/App.xaml
  6. 17 0
      WpfApp1/App.xaml.cs
  7. 10 0
      WpfApp1/AssemblyInfo.cs
  8. 15 0
      WpfApp1/Book.cs
  9. 21 0
      WpfApp1/BookStoreContext.cs
  10. 51 0
      WpfApp1/MainWindow.xaml
  11. 88 0
      WpfApp1/MainWindow.xaml.cs
  12. 14 0
      WpfApp1/WpfApp1.csproj
  13. 14 0
      WpfApp1/WpfApp1.csproj.user
  14. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Data.SqlClient.dll
  15. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.EntityFrameworkCore.Abstractions.dll
  16. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.EntityFrameworkCore.Relational.dll
  17. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.EntityFrameworkCore.SqlServer.dll
  18. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.EntityFrameworkCore.dll
  19. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Caching.Abstractions.dll
  20. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Caching.Memory.dll
  21. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll
  22. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll
  23. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.DependencyInjection.dll
  24. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Logging.Abstractions.dll
  25. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Logging.dll
  26. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Options.dll
  27. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Primitives.dll
  28. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.Identity.Client.dll
  29. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll
  30. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.IdentityModel.Logging.dll
  31. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
  32. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.IdentityModel.Protocols.dll
  33. BIN
      WpfApp1/bin/Debug/net5.0-windows/Microsoft.IdentityModel.Tokens.dll
  34. BIN
      WpfApp1/bin/Debug/net5.0-windows/Newtonsoft.Json.dll
  35. BIN
      WpfApp1/bin/Debug/net5.0-windows/System.Diagnostics.DiagnosticSource.dll
  36. BIN
      WpfApp1/bin/Debug/net5.0-windows/System.IdentityModel.Tokens.Jwt.dll
  37. BIN
      WpfApp1/bin/Debug/net5.0-windows/System.Runtime.Caching.dll
  38. 1635 0
      WpfApp1/bin/Debug/net5.0-windows/WpfApp1.deps.json
  39. BIN
      WpfApp1/bin/Debug/net5.0-windows/WpfApp1.dll
  40. 6 0
      WpfApp1/bin/Debug/net5.0-windows/WpfApp1.dll.config
  41. BIN
      WpfApp1/bin/Debug/net5.0-windows/WpfApp1.exe
  42. BIN
      WpfApp1/bin/Debug/net5.0-windows/WpfApp1.pdb
  43. 10 0
      WpfApp1/bin/Debug/net5.0-windows/WpfApp1.runtimeconfig.dev.json
  44. 9 0
      WpfApp1/bin/Debug/net5.0-windows/WpfApp1.runtimeconfig.json
  45. BIN
      WpfApp1/bin/Debug/net5.0-windows/ref/WpfApp1.dll
  46. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll
  47. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll
  48. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.pdb
  49. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll
  50. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.pdb
  51. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll
  52. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.pdb
  53. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll
  54. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.pdb
  55. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll
  56. BIN
      WpfApp1/bin/Debug/net5.0-windows/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll
  57. 4 0
      WpfApp1/obj/Debug/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
  58. 71 0
      WpfApp1/obj/Debug/net5.0-windows/App.g.cs
  59. 71 0
      WpfApp1/obj/Debug/net5.0-windows/App.g.i.cs
  60. BIN
      WpfApp1/obj/Debug/net5.0-windows/MainWindow.baml
  61. 191 0
      WpfApp1/obj/Debug/net5.0-windows/MainWindow.g.cs
  62. 191 0
      WpfApp1/obj/Debug/net5.0-windows/MainWindow.g.i.cs
  63. 25 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.AssemblyInfo.cs
  64. 1 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.AssemblyInfoInputs.cache
  65. 10 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.GeneratedMSBuildEditorConfig.editorconfig
  66. BIN
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.assets.cache
  67. BIN
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.csproj.AssemblyReference.cache
  68. 0 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.csproj.CopyComplete
  69. 1 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.csproj.CoreCompileInputs.cache
  70. 177 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.csproj.FileListAbsolute.txt
  71. BIN
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.csprojAssemblyReference.cache
  72. 2004 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.designer.deps.json
  73. 18 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.designer.runtimeconfig.json
  74. BIN
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.dll
  75. BIN
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.g.resources
  76. 1 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.genruntimeconfig.cache
  77. BIN
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1.pdb
  78. 20 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1_MarkupCompile.cache
  79. 20 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1_MarkupCompile.i.cache
  80. 4 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1_MarkupCompile.i.lref
  81. 4 0
      WpfApp1/obj/Debug/net5.0-windows/WpfApp1_MarkupCompile.lref
  82. BIN
      WpfApp1/obj/Debug/net5.0-windows/apphost.exe
  83. BIN
      WpfApp1/obj/Debug/net5.0-windows/ref/WpfApp1.dll
  84. 4 0
      WpfApp1/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
  85. 71 0
      WpfApp1/obj/Debug/netcoreapp3.1/App.g.cs
  86. 71 0
      WpfApp1/obj/Debug/netcoreapp3.1/App.g.i.cs
  87. 76 0
      WpfApp1/obj/Debug/netcoreapp3.1/MainWindow.g.cs
  88. 76 0
      WpfApp1/obj/Debug/netcoreapp3.1/MainWindow.g.i.cs
  89. 23 0
      WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.AssemblyInfo.cs
  90. 1 0
      WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.AssemblyInfoInputs.cache
  91. BIN
      WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.assets.cache
  92. 5 0
      WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.csproj.FileListAbsolute.txt
  93. BIN
      WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.csprojAssemblyReference.cache
  94. 2005 0
      WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.designer.deps.json
  95. 18 0
      WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.designer.runtimeconfig.json
  96. 20 0
      WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1_MarkupCompile.cache
  97. 20 0
      WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1_MarkupCompile.i.cache
  98. 4 0
      WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1_MarkupCompile.lref
  99. 81 0
      WpfApp1/obj/WpfApp1.csproj.nuget.dgspec.json
  100. 0 0
      WpfApp1/obj/WpfApp1.csproj.nuget.g.props

BIN
.vs/WpfApp1/DesignTimeBuild/.dtbcache.v2


BIN
.vs/WpfApp1/v16/.suo


+ 25 - 0
WpfApp1.sln

@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31019.35
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp1", "WpfApp1\WpfApp1.csproj", "{7424C665-06AB-44B7-8B0C-E2CC9E6FF9EB}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{7424C665-06AB-44B7-8B0C-E2CC9E6FF9EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{7424C665-06AB-44B7-8B0C-E2CC9E6FF9EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{7424C665-06AB-44B7-8B0C-E2CC9E6FF9EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{7424C665-06AB-44B7-8B0C-E2CC9E6FF9EB}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {CECBD654-41FD-4C23-ADC0-10F99E7BEF7B}
+	EndGlobalSection
+EndGlobal

+ 6 - 0
WpfApp1/App.config

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+	<connectionStrings>
+		<add name ="gr604_savni" connectionString="Server = MSSQL; Database = gr604_savni; Trusted_Connection = True"/>
+	</connectionStrings>
+</configuration>

+ 9 - 0
WpfApp1/App.xaml

@@ -0,0 +1,9 @@
+<Application x:Class="WpfApp1.App"
+             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+             xmlns:local="clr-namespace:WpfApp1"
+             StartupUri="MainWindow.xaml">
+    <Application.Resources>
+         
+    </Application.Resources>
+</Application>

+ 17 - 0
WpfApp1/App.xaml.cs

@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Data;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows;
+
+namespace WpfApp1
+{
+    /// <summary>
+    /// Interaction logic for App.xaml
+    /// </summary>
+    public partial class App : Application
+    {
+    }
+}

+ 10 - 0
WpfApp1/AssemblyInfo.cs

@@ -0,0 +1,10 @@
+using System.Windows;
+
+[assembly: ThemeInfo(
+    ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
+                                     //(used if a resource is not found in the page,
+                                     // or application resource dictionaries)
+    ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
+                                              //(used if a resource is not found in the page,
+                                              // app, or any theme specific resource dictionaries)
+)]

+ 15 - 0
WpfApp1/Book.cs

@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace WpfApp1
+{
+    public class Book
+    {
+        public int Id { get; set; }
+        public string Name { get; set; }
+        public decimal Price { get; set; }
+        public string Category { get; set; }
+        public string Author { get; set; }
+    }
+}

+ 21 - 0
WpfApp1/BookStoreContext.cs

@@ -0,0 +1,21 @@
+using Microsoft.EntityFrameworkCore;
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Text;
+
+namespace WpfApp1
+{
+    public class BookStoreContext : DbContext 
+    {
+        public DbSet<Book> Books { get; set; }
+        public BookStoreContext()
+        {
+
+        }
+        protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
+        {
+            optionsBuilder.UseSqlServer(ConfigurationManager.ConnectionStrings["gr604_savni"].ConnectionString);
+        }
+    }
+}

+ 51 - 0
WpfApp1/MainWindow.xaml

@@ -0,0 +1,51 @@
+<Window x:Class="WpfApp1.MainWindow"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        xmlns:local="clr-namespace:WpfApp1"
+        mc:Ignorable="d"
+        Title="MainWindow" Height="450" Width="800">
+    <Grid>
+        <Grid.ColumnDefinitions>
+            <ColumnDefinition/>
+            <ColumnDefinition/>
+        </Grid.ColumnDefinitions>
+        <Grid.RowDefinitions>
+            <RowDefinition Height="50"/>
+            <RowDefinition/>
+        </Grid.RowDefinitions>
+        <DataGrid Grid.Row ="1" SelectionChanged="BooksGrid_SelectionChanged" Name="BooksGrid" AutoGenerateColumns="False" IsReadOnly="True" ColumnWidth="*">
+            <DataGrid.Columns>
+                <DataGridTextColumn Header="Наименование" Binding="{Binding Name}"></DataGridTextColumn>
+                <DataGridTextColumn Header="Цена" Binding="{Binding Price}"></DataGridTextColumn>
+                <DataGridTextColumn Header="Категория" Binding="{Binding Category}"></DataGridTextColumn>
+                <DataGridTextColumn Header="Автор" Binding="{Binding Author}"></DataGridTextColumn>
+            </DataGrid.Columns>
+        </DataGrid>
+        <Button Height="30" Width="150" Name="BtnDelete" Click="BtnDelete_Click" HorizontalAlignment="Left" Content="Удалить" Margin="0,10,0,10"></Button>
+        <Grid Grid.Column="1" Grid.Row="1">
+            <Grid.ColumnDefinitions>
+                <ColumnDefinition/>
+                <ColumnDefinition/>
+            </Grid.ColumnDefinitions>
+            <Grid.RowDefinitions>
+                <RowDefinition/>
+                <RowDefinition/>
+                <RowDefinition/>
+                <RowDefinition/>
+                <RowDefinition/>
+            </Grid.RowDefinitions>
+            <TextBlock Text="Наименование" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,33,107,0"></TextBlock>
+            <TextBlock Text="Цена" HorizontalAlignment="Left" VerticalAlignment="Center" Grid.Row="1" Margin="10,0,0,0"></TextBlock>
+            <TextBlock Text="Категория" HorizontalAlignment="Left" VerticalAlignment="Center" Grid.Row="2" Margin="10,0,0,0"></TextBlock>
+            <TextBlock Text="Автор" HorizontalAlignment="Right" VerticalAlignment="Top" Grid.Row="3" Margin="0,34,157,0"></TextBlock>
+            <TextBox VerticalAlignment="Top" Name="TbName" Text="" Grid.ColumnSpan="2" Margin="100,38,100,0"/>
+            <TextBox VerticalAlignment="Top" Name="TbPrice" Grid.Row="1" Grid.ColumnSpan="2" Margin="100,28,100,0"/>
+            <TextBox VerticalAlignment="Top" Name="TbCategory" Grid.Row="2" Grid.ColumnSpan="2" Margin="100,28,100,0"/>
+            <TextBox VerticalAlignment="Center" Name="TbAuthor" Grid.Row="3" Grid.ColumnSpan="2" Margin="100,0,100,0"/>
+            <Button Grid.Row="4" Name="BtnInsert" Click="BtnInsert_Click" Height="30" Width="150" Content="Добавить"></Button>
+            <Button Grid.Column="1" Grid.Row="4" Name="BtnUpdate" Click="BtnUpdate_Click" Height="30" Width="150" Content="Обновить"></Button>
+        </Grid>
+    </Grid>
+</Window>

+ 88 - 0
WpfApp1/MainWindow.xaml.cs

@@ -0,0 +1,88 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+namespace WpfApp1
+{
+    /// <summary>
+    /// Interaction logic for MainWindow.xaml
+    /// </summary>
+    public partial class MainWindow : Window
+    {
+        private BookStoreContext _context;
+        public MainWindow()
+        {
+            InitializeComponent();
+            _context = new BookStoreContext();
+            Load();
+        }
+
+        private void Load()
+        {
+            BooksGrid.ItemsSource = _context.Books.ToList();
+        }
+
+        private void BtnInsert_Click(object sender, RoutedEventArgs e)
+        {
+            if(!decimal.TryParse(TbPrice.Text, out decimal price))
+                return;
+            Book book = new()
+            {
+                Name = TbName.Text,
+                Price = price,
+                Author = TbAuthor.Text,
+                Category = TbCategory.Text,
+            };
+            _context.Books.Add(book);
+            _context.SaveChanges();
+            Load();
+        }
+
+        private void BtnUpdate_Click(object sender, RoutedEventArgs e)
+        {
+            if(BooksGrid.SelectedItem is Book selectedBook)
+            {
+                if (!decimal.TryParse(TbPrice.Text, out decimal price))
+                    return;
+                selectedBook.Name = TbName.Text;
+                selectedBook.Price = price;
+                selectedBook.Author = TbAuthor.Text;
+                selectedBook.Category = TbCategory.Text;
+                _context.SaveChanges();
+                Load();
+            }
+        }
+
+        private void BtnDelete_Click(object sender, RoutedEventArgs e)
+        {
+            if(BooksGrid.SelectedItem is Book selectedBook)
+            {
+                _context.Books.Remove(selectedBook);
+                _context.SaveChanges();
+                Load();
+            }
+        }
+
+        private void BooksGrid_SelectionChanged(object sender, SelectionChangedEventArgs e)
+        {
+            if(BooksGrid.SelectedItem is Book selectedBook)
+            {
+                TbName.Text = selectedBook.Name;
+                TbPrice.Text = selectedBook.Price.ToString();
+                TbAuthor.Text = selectedBook.Author;
+                TbCategory.Text = selectedBook.Category;
+            }
+        }
+    }
+}

+ 14 - 0
WpfApp1/WpfApp1.csproj

@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
+
+  <PropertyGroup>
+    <OutputType>WinExe</OutputType>
+    <TargetFramework>net5.0-windows</TargetFramework>
+    <UseWPF>true</UseWPF>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.11" />
+    <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.11" />
+  </ItemGroup>
+
+</Project>

+ 14 - 0
WpfApp1/WpfApp1.csproj.user

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup />
+  <ItemGroup>
+    <ApplicationDefinition Update="App.xaml">
+      <SubType>Designer</SubType>
+    </ApplicationDefinition>
+  </ItemGroup>
+  <ItemGroup>
+    <Page Update="MainWindow.xaml">
+      <SubType>Designer</SubType>
+    </Page>
+  </ItemGroup>
+</Project>

BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Data.SqlClient.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.EntityFrameworkCore.Abstractions.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.EntityFrameworkCore.Relational.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.EntityFrameworkCore.SqlServer.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.EntityFrameworkCore.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Caching.Abstractions.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Caching.Memory.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.DependencyInjection.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Logging.Abstractions.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Logging.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Options.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Extensions.Primitives.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.Identity.Client.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.IdentityModel.Logging.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.IdentityModel.Protocols.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Microsoft.IdentityModel.Tokens.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/Newtonsoft.Json.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/System.Diagnostics.DiagnosticSource.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/System.IdentityModel.Tokens.Jwt.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/System.Runtime.Caching.dll


File diff suppressed because it is too large
+ 1635 - 0
WpfApp1/bin/Debug/net5.0-windows/WpfApp1.deps.json


BIN
WpfApp1/bin/Debug/net5.0-windows/WpfApp1.dll


+ 6 - 0
WpfApp1/bin/Debug/net5.0-windows/WpfApp1.dll.config

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+	<connectionStrings>
+		<add name ="gr604_savni" connectionString="Server = MSSQL; Database = gr604_savni; Trusted_Connection = True"/>
+	</connectionStrings>
+</configuration>

BIN
WpfApp1/bin/Debug/net5.0-windows/WpfApp1.exe


BIN
WpfApp1/bin/Debug/net5.0-windows/WpfApp1.pdb


+ 10 - 0
WpfApp1/bin/Debug/net5.0-windows/WpfApp1.runtimeconfig.dev.json

@@ -0,0 +1,10 @@
+{
+  "runtimeOptions": {
+    "additionalProbingPaths": [
+      "C:\\Users\\gr604_savni\\.dotnet\\store\\|arch|\\|tfm|",
+      "C:\\Users\\gr604_savni\\.nuget\\packages",
+      "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+      "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet"
+    ]
+  }
+}

+ 9 - 0
WpfApp1/bin/Debug/net5.0-windows/WpfApp1.runtimeconfig.json

@@ -0,0 +1,9 @@
+{
+  "runtimeOptions": {
+    "tfm": "net5.0",
+    "framework": {
+      "name": "Microsoft.WindowsDesktop.App",
+      "version": "5.0.0"
+    }
+  }
+}

BIN
WpfApp1/bin/Debug/net5.0-windows/ref/WpfApp1.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.pdb


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.pdb


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.pdb


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.pdb


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll


BIN
WpfApp1/bin/Debug/net5.0-windows/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll


+ 4 - 0
WpfApp1/obj/Debug/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs

@@ -0,0 +1,4 @@
+// <autogenerated />
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

+ 71 - 0
WpfApp1/obj/Debug/net5.0-windows/App.g.cs

@@ -0,0 +1,71 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DCC59813AB95D23CF72F07367E2D9621042BF6D9"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp1;
+
+
+namespace WpfApp1 {
+    
+    
+    /// <summary>
+    /// App
+    /// </summary>
+    public partial class App : System.Windows.Application {
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.9.0")]
+        public void InitializeComponent() {
+            
+            #line 5 "..\..\..\App.xaml"
+            this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+            
+            #line default
+            #line hidden
+        }
+        
+        /// <summary>
+        /// Application Entry Point.
+        /// </summary>
+        [System.STAThreadAttribute()]
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.9.0")]
+        public static void Main() {
+            WpfApp1.App app = new WpfApp1.App();
+            app.InitializeComponent();
+            app.Run();
+        }
+    }
+}
+

+ 71 - 0
WpfApp1/obj/Debug/net5.0-windows/App.g.i.cs

@@ -0,0 +1,71 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DCC59813AB95D23CF72F07367E2D9621042BF6D9"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp1;
+
+
+namespace WpfApp1 {
+    
+    
+    /// <summary>
+    /// App
+    /// </summary>
+    public partial class App : System.Windows.Application {
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.9.0")]
+        public void InitializeComponent() {
+            
+            #line 5 "..\..\..\App.xaml"
+            this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+            
+            #line default
+            #line hidden
+        }
+        
+        /// <summary>
+        /// Application Entry Point.
+        /// </summary>
+        [System.STAThreadAttribute()]
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.9.0")]
+        public static void Main() {
+            WpfApp1.App app = new WpfApp1.App();
+            app.InitializeComponent();
+            app.Run();
+        }
+    }
+}
+

BIN
WpfApp1/obj/Debug/net5.0-windows/MainWindow.baml


+ 191 - 0
WpfApp1/obj/Debug/net5.0-windows/MainWindow.g.cs

@@ -0,0 +1,191 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "00F96A68D1EB58BCD6E8D6467062492A9A339B37"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp1;
+
+
+namespace WpfApp1 {
+    
+    
+    /// <summary>
+    /// MainWindow
+    /// </summary>
+    public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        
+        #line 18 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.DataGrid BooksGrid;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 26 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.Button BtnDelete;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 43 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.TextBox TbName;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 44 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.TextBox TbPrice;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 45 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.TextBox TbCategory;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 46 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.TextBox TbAuthor;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 47 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.Button BtnInsert;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 48 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.Button BtnUpdate;
+        
+        #line default
+        #line hidden
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.9.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/WpfApp1;component/mainwindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\..\MainWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.9.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            switch (connectionId)
+            {
+            case 1:
+            this.BooksGrid = ((System.Windows.Controls.DataGrid)(target));
+            
+            #line 18 "..\..\..\MainWindow.xaml"
+            this.BooksGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.BooksGrid_SelectionChanged);
+            
+            #line default
+            #line hidden
+            return;
+            case 2:
+            this.BtnDelete = ((System.Windows.Controls.Button)(target));
+            
+            #line 26 "..\..\..\MainWindow.xaml"
+            this.BtnDelete.Click += new System.Windows.RoutedEventHandler(this.BtnDelete_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 3:
+            this.TbName = ((System.Windows.Controls.TextBox)(target));
+            return;
+            case 4:
+            this.TbPrice = ((System.Windows.Controls.TextBox)(target));
+            return;
+            case 5:
+            this.TbCategory = ((System.Windows.Controls.TextBox)(target));
+            return;
+            case 6:
+            this.TbAuthor = ((System.Windows.Controls.TextBox)(target));
+            return;
+            case 7:
+            this.BtnInsert = ((System.Windows.Controls.Button)(target));
+            
+            #line 47 "..\..\..\MainWindow.xaml"
+            this.BtnInsert.Click += new System.Windows.RoutedEventHandler(this.BtnInsert_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 8:
+            this.BtnUpdate = ((System.Windows.Controls.Button)(target));
+            
+            #line 48 "..\..\..\MainWindow.xaml"
+            this.BtnUpdate.Click += new System.Windows.RoutedEventHandler(this.BtnUpdate_Click);
+            
+            #line default
+            #line hidden
+            return;
+            }
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 191 - 0
WpfApp1/obj/Debug/net5.0-windows/MainWindow.g.i.cs

@@ -0,0 +1,191 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "00F96A68D1EB58BCD6E8D6467062492A9A339B37"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp1;
+
+
+namespace WpfApp1 {
+    
+    
+    /// <summary>
+    /// MainWindow
+    /// </summary>
+    public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        
+        #line 18 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.DataGrid BooksGrid;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 26 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.Button BtnDelete;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 43 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.TextBox TbName;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 44 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.TextBox TbPrice;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 45 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.TextBox TbCategory;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 46 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.TextBox TbAuthor;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 47 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.Button BtnInsert;
+        
+        #line default
+        #line hidden
+        
+        
+        #line 48 "..\..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.Button BtnUpdate;
+        
+        #line default
+        #line hidden
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.9.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/WpfApp1;component/mainwindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\..\MainWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.9.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            switch (connectionId)
+            {
+            case 1:
+            this.BooksGrid = ((System.Windows.Controls.DataGrid)(target));
+            
+            #line 18 "..\..\..\MainWindow.xaml"
+            this.BooksGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.BooksGrid_SelectionChanged);
+            
+            #line default
+            #line hidden
+            return;
+            case 2:
+            this.BtnDelete = ((System.Windows.Controls.Button)(target));
+            
+            #line 26 "..\..\..\MainWindow.xaml"
+            this.BtnDelete.Click += new System.Windows.RoutedEventHandler(this.BtnDelete_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 3:
+            this.TbName = ((System.Windows.Controls.TextBox)(target));
+            return;
+            case 4:
+            this.TbPrice = ((System.Windows.Controls.TextBox)(target));
+            return;
+            case 5:
+            this.TbCategory = ((System.Windows.Controls.TextBox)(target));
+            return;
+            case 6:
+            this.TbAuthor = ((System.Windows.Controls.TextBox)(target));
+            return;
+            case 7:
+            this.BtnInsert = ((System.Windows.Controls.Button)(target));
+            
+            #line 47 "..\..\..\MainWindow.xaml"
+            this.BtnInsert.Click += new System.Windows.RoutedEventHandler(this.BtnInsert_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 8:
+            this.BtnUpdate = ((System.Windows.Controls.Button)(target));
+            
+            #line 48 "..\..\..\MainWindow.xaml"
+            this.BtnUpdate.Click += new System.Windows.RoutedEventHandler(this.BtnUpdate_Click);
+            
+            #line default
+            #line hidden
+            return;
+            }
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 25 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.AssemblyInfo.cs

@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp1")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp1")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp1")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Создано классом WriteCodeFragment MSBuild.
+

+ 1 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.AssemblyInfoInputs.cache

@@ -0,0 +1 @@
+d604ad24407ce953817be2036da374ec3791f6f9

+ 10 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.GeneratedMSBuildEditorConfig.editorconfig

@@ -0,0 +1,10 @@
+is_global = true
+build_property.TargetFramework = net5.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb = 
+build_property.ProjectTypeGuids = 
+build_property.PublishSingleFile = 
+build_property.IncludeAllContentForSelfExtract = 
+build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
+build_property.RootNamespace = WpfApp1
+build_property.ProjectDir = Z:\УИФИС\WpfApp1\WpfApp1\

BIN
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.assets.cache


BIN
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.csproj.AssemblyReference.cache


+ 0 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.csproj.CopyComplete


+ 1 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.csproj.CoreCompileInputs.cache

@@ -0,0 +1 @@
+e72d2bd6456a51491d7ba0a9db74c704cf5a0aeb

+ 177 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.csproj.FileListAbsolute.txt

@@ -0,0 +1,177 @@
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.exe
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.dll.config
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.deps.json
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.runtimeconfig.json
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.runtimeconfig.dev.json
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\ref\WpfApp1.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.pdb
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Data.SqlClient.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.Abstractions.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.Relational.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.SqlServer.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Caching.Abstractions.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Caching.Memory.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Configuration.Abstractions.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.DependencyInjection.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.DependencyInjection.Abstractions.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Logging.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Logging.Abstractions.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Options.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Primitives.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Identity.Client.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.JsonWebTokens.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Logging.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Protocols.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Tokens.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Newtonsoft.Json.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\System.Diagnostics.DiagnosticSource.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\System.IdentityModel.Tokens.Jwt.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\System.Runtime.Caching.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.pdb
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.pdb
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.pdb
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.pdb
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.csprojAssemblyReference.cache
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\MainWindow.g.cs
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\App.g.cs
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1_MarkupCompile.cache
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1_MarkupCompile.lref
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\MainWindow.baml
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.g.resources
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.AssemblyInfoInputs.cache
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.AssemblyInfo.cs
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.csproj.CoreCompileInputs.cache
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.csproj.CopyComplete
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\ref\WpfApp1.dll
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.pdb
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.genruntimeconfig.cache
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.exe
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.dll.config
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.deps.json
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.runtimeconfig.json
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.runtimeconfig.dev.json
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\ref\WpfApp1.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.pdb
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Data.SqlClient.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.Abstractions.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.Relational.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.SqlServer.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Caching.Abstractions.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Caching.Memory.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Configuration.Abstractions.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.DependencyInjection.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.DependencyInjection.Abstractions.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Logging.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Logging.Abstractions.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Options.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Primitives.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Identity.Client.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.JsonWebTokens.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Logging.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Protocols.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Tokens.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Newtonsoft.Json.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\System.Diagnostics.DiagnosticSource.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\System.IdentityModel.Tokens.Jwt.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\System.Runtime.Caching.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.pdb
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.pdb
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.pdb
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.pdb
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.csproj.AssemblyReference.cache
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\MainWindow.g.cs
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\App.g.cs
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1_MarkupCompile.cache
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1_MarkupCompile.lref
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\MainWindow.baml
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.g.resources
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.GeneratedMSBuildEditorConfig.editorconfig
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.AssemblyInfoInputs.cache
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.AssemblyInfo.cs
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.csproj.CoreCompileInputs.cache
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.csproj.CopyComplete
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\ref\WpfApp1.dll
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.pdb
+Z:\Задание по УИФиС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.genruntimeconfig.cache
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.exe
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.dll.config
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.deps.json
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.runtimeconfig.json
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.runtimeconfig.dev.json
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\ref\WpfApp1.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\WpfApp1.pdb
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Data.SqlClient.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.Abstractions.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.Relational.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.EntityFrameworkCore.SqlServer.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Caching.Abstractions.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Caching.Memory.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Configuration.Abstractions.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.DependencyInjection.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.DependencyInjection.Abstractions.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Logging.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Logging.Abstractions.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Options.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Extensions.Primitives.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.Identity.Client.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.JsonWebTokens.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Logging.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Protocols.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Microsoft.IdentityModel.Tokens.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\Newtonsoft.Json.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\System.Diagnostics.DiagnosticSource.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\System.IdentityModel.Tokens.Jwt.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\System.Runtime.Caching.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.pdb
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.pdb
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.pdb
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.pdb
+Z:\УИФИС\WpfApp1\WpfApp1\bin\Debug\net5.0-windows\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.csproj.AssemblyReference.cache
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\MainWindow.g.cs
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\App.g.cs
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1_MarkupCompile.cache
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1_MarkupCompile.lref
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\MainWindow.baml
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.g.resources
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.GeneratedMSBuildEditorConfig.editorconfig
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.AssemblyInfoInputs.cache
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.AssemblyInfo.cs
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.csproj.CoreCompileInputs.cache
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.csproj.CopyComplete
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.dll
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\ref\WpfApp1.dll
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.pdb
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\WpfApp1.genruntimeconfig.cache

BIN
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.csprojAssemblyReference.cache


File diff suppressed because it is too large
+ 2004 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.designer.deps.json


+ 18 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.designer.runtimeconfig.json

@@ -0,0 +1,18 @@
+{
+  "runtimeOptions": {
+    "tfm": "net5.0",
+    "framework": {
+      "name": "Microsoft.WindowsDesktop.App",
+      "version": "5.0.0"
+    },
+    "additionalProbingPaths": [
+      "C:\\Users\\gr604_savni\\.dotnet\\store\\|arch|\\|tfm|",
+      "C:\\Users\\gr604_savni\\.nuget\\packages",
+      "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+      "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet"
+    ],
+    "configProperties": {
+      "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+    }
+  }
+}

BIN
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.dll


BIN
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.g.resources


+ 1 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.genruntimeconfig.cache

@@ -0,0 +1 @@
+a7663a0c2696396f0eacf001a764cc9e9b41ffb3

BIN
WpfApp1/obj/Debug/net5.0-windows/WpfApp1.pdb


+ 20 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1_MarkupCompile.cache

@@ -0,0 +1,20 @@
+WpfApp1
+
+
+winexe
+C#
+.cs
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\
+WpfApp1
+none
+false
+TRACE;DEBUG;NET;NET5_0;NETCOREAPP
+Z:\УИФИС\WpfApp1\WpfApp1\App.xaml
+11407045341
+
+5-1592641807
+214-2139010470
+MainWindow.xaml;
+
+False
+

+ 20 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1_MarkupCompile.i.cache

@@ -0,0 +1,20 @@
+WpfApp1
+1.0.0.0
+
+winexe
+C#
+.cs
+Z:\УИФИС\WpfApp1\WpfApp1\obj\Debug\net5.0-windows\
+WpfApp1
+none
+false
+TRACE;DEBUG;NET;NET5_0;NETCOREAPP
+Z:\УИФИС\WpfApp1\WpfApp1\App.xaml
+11407045341
+
+7-2032960362
+214-2139010470
+MainWindow.xaml;
+
+True
+

+ 4 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1_MarkupCompile.i.lref

@@ -0,0 +1,4 @@
+
+
+FZ:\УИФИС\WpfApp1\WpfApp1\MainWindow.xaml;;
+

+ 4 - 0
WpfApp1/obj/Debug/net5.0-windows/WpfApp1_MarkupCompile.lref

@@ -0,0 +1,4 @@
+
+
+FZ:\УИФИС\WpfApp1\WpfApp1\MainWindow.xaml;;
+

BIN
WpfApp1/obj/Debug/net5.0-windows/apphost.exe


BIN
WpfApp1/obj/Debug/net5.0-windows/ref/WpfApp1.dll


+ 4 - 0
WpfApp1/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs

@@ -0,0 +1,4 @@
+// <autogenerated />
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]

+ 71 - 0
WpfApp1/obj/Debug/netcoreapp3.1/App.g.cs

@@ -0,0 +1,71 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DCC59813AB95D23CF72F07367E2D9621042BF6D9"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp1;
+
+
+namespace WpfApp1 {
+    
+    
+    /// <summary>
+    /// App
+    /// </summary>
+    public partial class App : System.Windows.Application {
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.3.0")]
+        public void InitializeComponent() {
+            
+            #line 5 "..\..\..\App.xaml"
+            this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+            
+            #line default
+            #line hidden
+        }
+        
+        /// <summary>
+        /// Application Entry Point.
+        /// </summary>
+        [System.STAThreadAttribute()]
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.3.0")]
+        public static void Main() {
+            WpfApp1.App app = new WpfApp1.App();
+            app.InitializeComponent();
+            app.Run();
+        }
+    }
+}
+

+ 71 - 0
WpfApp1/obj/Debug/netcoreapp3.1/App.g.i.cs

@@ -0,0 +1,71 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DCC59813AB95D23CF72F07367E2D9621042BF6D9"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp1;
+
+
+namespace WpfApp1 {
+    
+    
+    /// <summary>
+    /// App
+    /// </summary>
+    public partial class App : System.Windows.Application {
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.3.0")]
+        public void InitializeComponent() {
+            
+            #line 5 "..\..\..\App.xaml"
+            this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+            
+            #line default
+            #line hidden
+        }
+        
+        /// <summary>
+        /// Application Entry Point.
+        /// </summary>
+        [System.STAThreadAttribute()]
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.3.0")]
+        public static void Main() {
+            WpfApp1.App app = new WpfApp1.App();
+            app.InitializeComponent();
+            app.Run();
+        }
+    }
+}
+

+ 76 - 0
WpfApp1/obj/Debug/netcoreapp3.1/MainWindow.g.cs

@@ -0,0 +1,76 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7FA5E26BFC15BF5CE7CC8E140A3B90C7EE25F21F"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp1;
+
+
+namespace WpfApp1 {
+    
+    
+    /// <summary>
+    /// MainWindow
+    /// </summary>
+    public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.3.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/WpfApp1;component/mainwindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\..\MainWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.3.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 76 - 0
WpfApp1/obj/Debug/netcoreapp3.1/MainWindow.g.i.cs

@@ -0,0 +1,76 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7FA5E26BFC15BF5CE7CC8E140A3B90C7EE25F21F"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp1;
+
+
+namespace WpfApp1 {
+    
+    
+    /// <summary>
+    /// MainWindow
+    /// </summary>
+    public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.3.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/WpfApp1;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\..\MainWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.3.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 23 - 0
WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.AssemblyInfo.cs

@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp1")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp1")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp1")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Создано классом WriteCodeFragment MSBuild.
+

+ 1 - 0
WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.AssemblyInfoInputs.cache

@@ -0,0 +1 @@
+c2feedc5a3c8d815bdc58b12ed196dbee7cb2e0d

BIN
WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.assets.cache


+ 5 - 0
WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.csproj.FileListAbsolute.txt

@@ -0,0 +1,5 @@
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\netcoreapp3.1\WpfApp1.csprojAssemblyReference.cache
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\netcoreapp3.1\MainWindow.g.cs
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\netcoreapp3.1\App.g.cs
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\netcoreapp3.1\WpfApp1_MarkupCompile.cache
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\netcoreapp3.1\WpfApp1_MarkupCompile.lref

BIN
WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.csprojAssemblyReference.cache


File diff suppressed because it is too large
+ 2005 - 0
WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.designer.deps.json


+ 18 - 0
WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1.designer.runtimeconfig.json

@@ -0,0 +1,18 @@
+{
+  "runtimeOptions": {
+    "tfm": "netcoreapp3.1",
+    "framework": {
+      "name": "Microsoft.WindowsDesktop.App",
+      "version": "3.1.0"
+    },
+    "additionalProbingPaths": [
+      "C:\\Users\\gr604_buami\\.dotnet\\store\\|arch|\\|tfm|",
+      "C:\\Users\\gr604_buami\\.nuget\\packages",
+      "C:\\Microsoft\\Xamarin\\NuGet",
+      "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
+    ],
+    "configProperties": {
+      "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+    }
+  }
+}

+ 20 - 0
WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1_MarkupCompile.cache

@@ -0,0 +1,20 @@
+WpfApp1
+
+
+winexe
+C#
+.cs
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\netcoreapp3.1\
+WpfApp1_mc41bie4_wpftmp
+none
+false
+TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\App.xaml
+11151548125
+
+51053732403
+2021158764570
+MainWindow.xaml;
+
+True
+

+ 20 - 0
WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1_MarkupCompile.i.cache

@@ -0,0 +1,20 @@
+WpfApp1
+1.0.0.0
+
+winexe
+C#
+.cs
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\obj\Debug\netcoreapp3.1\
+WpfApp1
+none
+false
+TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;
+C:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\App.xaml
+11151548125
+
+7-2066355953
+213-1612168497
+MainWindow.xaml;
+
+False
+

+ 4 - 0
WpfApp1/obj/Debug/netcoreapp3.1/WpfApp1_MarkupCompile.lref

@@ -0,0 +1,4 @@
+
+
+FC:\Users\gr604_buami\source\repos\WpfApp1\WpfApp1\MainWindow.xaml;;
+

+ 81 - 0
WpfApp1/obj/WpfApp1.csproj.nuget.dgspec.json

@@ -0,0 +1,81 @@
+{
+  "format": 1,
+  "restore": {
+    "Z:\\УИФИС\\WpfApp1\\WpfApp1\\WpfApp1.csproj": {}
+  },
+  "projects": {
+    "Z:\\УИФИС\\WpfApp1\\WpfApp1\\WpfApp1.csproj": {
+      "version": "1.0.0",
+      "restore": {
+        "projectUniqueName": "Z:\\УИФИС\\WpfApp1\\WpfApp1\\WpfApp1.csproj",
+        "projectName": "WpfApp1",
+        "projectPath": "Z:\\УИФИС\\WpfApp1\\WpfApp1\\WpfApp1.csproj",
+        "packagesPath": "C:\\Users\\gr604_savni\\.nuget\\packages\\",
+        "outputPath": "Z:\\УИФИС\\WpfApp1\\WpfApp1\\obj\\",
+        "projectStyle": "PackageReference",
+        "fallbackFolders": [
+          "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+          "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
+        ],
+        "configFilePaths": [
+          "C:\\Users\\gr604_savni\\AppData\\Roaming\\NuGet\\NuGet.Config",
+          "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+          "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
+          "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
+        ],
+        "originalTargetFrameworks": [
+          "net5.0-windows7.0"
+        ],
+        "sources": {
+          "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+          "https://api.nuget.org/v3/index.json": {}
+        },
+        "frameworks": {
+          "net5.0-windows7.0": {
+            "targetAlias": "net5.0-windows",
+            "projectReferences": {}
+          }
+        },
+        "warningProperties": {
+          "warnAsError": [
+            "NU1605"
+          ]
+        }
+      },
+      "frameworks": {
+        "net5.0-windows7.0": {
+          "targetAlias": "net5.0-windows",
+          "dependencies": {
+            "Microsoft.EntityFrameworkCore": {
+              "target": "Package",
+              "version": "[5.0.11, )"
+            },
+            "Microsoft.EntityFrameworkCore.SqlServer": {
+              "target": "Package",
+              "version": "[5.0.11, )"
+            }
+          },
+          "imports": [
+            "net461",
+            "net462",
+            "net47",
+            "net471",
+            "net472",
+            "net48"
+          ],
+          "assetTargetFallback": true,
+          "warn": true,
+          "frameworkReferences": {
+            "Microsoft.NETCore.App": {
+              "privateAssets": "all"
+            },
+            "Microsoft.WindowsDesktop.App.WPF": {
+              "privateAssets": "none"
+            }
+          },
+          "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
+        }
+      }
+    }
+  }
+}

+ 0 - 0
WpfApp1/obj/WpfApp1.csproj.nuget.g.props


Some files were not shown because too many files changed in this diff