diff --git a/Notepad/.vs/Notepad/v16/.suo b/Notepad/.vs/Notepad/v16/.suo
index 61af247..10d7726 100644
Binary files a/Notepad/.vs/Notepad/v16/.suo and b/Notepad/.vs/Notepad/v16/.suo differ
diff --git a/Notepad/Notepad.sln b/Notepad/Notepad.sln
index 750ae01..53d604d 100644
--- a/Notepad/Notepad.sln
+++ b/Notepad/Notepad.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notepad", "Notepad\Notepad.csproj", "{858EB545-153B-4FC2-828E-985AD0E10A2B}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notepad", "Notepad\Notepad.csproj", "{45429AA7-E85C-4024-A2AD-76A94E24CBFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,15 +11,15 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {858EB545-153B-4FC2-828E-985AD0E10A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {858EB545-153B-4FC2-828E-985AD0E10A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {858EB545-153B-4FC2-828E-985AD0E10A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {858EB545-153B-4FC2-828E-985AD0E10A2B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {45429AA7-E85C-4024-A2AD-76A94E24CBFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {45429AA7-E85C-4024-A2AD-76A94E24CBFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {45429AA7-E85C-4024-A2AD-76A94E24CBFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {45429AA7-E85C-4024-A2AD-76A94E24CBFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {6687A177-446B-4A9A-BC23-6603056435A0}
+ SolutionGuid = {1ECA7F07-0378-49CB-B1DA-084B0486FC38}
EndGlobalSection
EndGlobal
diff --git a/Notepad/Notepad/App.xaml b/Notepad/Notepad/App.xaml
new file mode 100644
index 0000000..878a24e
--- /dev/null
+++ b/Notepad/Notepad/App.xaml
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/Notepad/Notepad/App.xaml.cs b/Notepad/Notepad/App.xaml.cs
new file mode 100644
index 0000000..deb3fda
--- /dev/null
+++ b/Notepad/Notepad/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 Notepad
+{
+ ///
+ /// Logika interakcji dla klasy App.xaml
+ ///
+ public partial class App : Application
+ {
+ }
+}
diff --git a/Notepad/Notepad/Form1.Designer.cs b/Notepad/Notepad/Form1.Designer.cs
deleted file mode 100644
index 9d7d352..0000000
--- a/Notepad/Notepad/Form1.Designer.cs
+++ /dev/null
@@ -1,121 +0,0 @@
-
-namespace Notepad
-{
- partial class Form1
- {
- ///
- /// Wymagana zmienna projektanta.
- ///
- private System.ComponentModel.IContainer components = null;
-
- ///
- /// Wyczyść wszystkie używane zasoby.
- ///
- /// prawda, jeżeli zarządzane zasoby powinny zostać zlikwidowane; Fałsz w przeciwnym wypadku.
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Kod generowany przez Projektanta formularzy systemu Windows
-
- ///
- /// Metoda wymagana do obsługi projektanta — nie należy modyfikować
- /// jej zawartości w edytorze kodu.
- ///
- private void InitializeComponent()
- {
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.otwórzToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.zapiszToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.statusStrip1.SuspendLayout();
- this.menuStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel1});
- this.statusStrip1.Location = new System.Drawing.Point(0, 428);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(800, 22);
- this.statusStrip1.TabIndex = 0;
- this.statusStrip1.Text = "statusStrip1";
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
- this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.otwórzToolStripMenuItem,
- this.zapiszToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(800, 24);
- this.menuStrip1.TabIndex = 1;
- this.menuStrip1.Text = "menuStrip1";
- //
- // textBox1
- //
- this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox1.Location = new System.Drawing.Point(0, 24);
- this.textBox1.MaxLength = 0;
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(800, 404);
- this.textBox1.TabIndex = 2;
- this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
- //
- // otwórzToolStripMenuItem
- //
- this.otwórzToolStripMenuItem.Name = "otwórzToolStripMenuItem";
- this.otwórzToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
- this.otwórzToolStripMenuItem.Text = "Otwórz";
- //
- // zapiszToolStripMenuItem
- //
- this.zapiszToolStripMenuItem.Name = "zapiszToolStripMenuItem";
- this.zapiszToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
- this.zapiszToolStripMenuItem.Text = "Zapisz";
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.menuStrip1);
- this.Name = "Form1";
- this.Text = "Notecode";
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem otwórzToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem zapiszToolStripMenuItem;
- private System.Windows.Forms.TextBox textBox1;
- }
-}
-
diff --git a/Notepad/Notepad/Form1.cs b/Notepad/Notepad/Form1.cs
deleted file mode 100644
index d2d958e..0000000
--- a/Notepad/Notepad/Form1.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-
-namespace Notepad
-{
- public partial class Form1 : Form
- {
- public Form1()
- {
- InitializeComponent();
- }
-
- private void textBox1_TextChanged(object sender, EventArgs e)
- {
- }
- }
-}
diff --git a/Notepad/Notepad/Form1.resx b/Notepad/Notepad/Form1.resx
deleted file mode 100644
index 6beaffa..0000000
--- a/Notepad/Notepad/Form1.resx
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 17, 17
-
-
- 133, 17
-
-
\ No newline at end of file
diff --git a/Notepad/Notepad/MainWindow.xaml b/Notepad/Notepad/MainWindow.xaml
new file mode 100644
index 0000000..ed71474
--- /dev/null
+++ b/Notepad/Notepad/MainWindow.xaml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/Notepad/Notepad/MainWindow.xaml.cs b/Notepad/Notepad/MainWindow.xaml.cs
new file mode 100644
index 0000000..d89ef5d
--- /dev/null
+++ b/Notepad/Notepad/MainWindow.xaml.cs
@@ -0,0 +1,28 @@
+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 Notepad
+{
+ ///
+ /// Logika interakcji dla klasy MainWindow.xaml
+ ///
+ public partial class MainWindow : Window
+ {
+ public MainWindow()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/Notepad/Notepad/Notepad.csproj b/Notepad/Notepad/Notepad.csproj
index 0f25cc0..b31080a 100644
--- a/Notepad/Notepad/Notepad.csproj
+++ b/Notepad/Notepad/Notepad.csproj
@@ -4,12 +4,14 @@
Debug
AnyCPU
- {858EB545-153B-4FC2-828E-985AD0E10A2B}
+ {45429AA7-E85C-4024-A2AD-76A94E24CBFA}
WinExe
Notepad
Notepad
v4.5
512
+ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ 4
true
@@ -33,47 +35,60 @@
+
+
+
-
-
-
-
-
-
+
+ 4.0
+
+
+
+
-
- Form
-
-
- Form1.cs
-
-
-
-
- Form1.cs
-
-
- ResXFileCodeGenerator
- Resources.Designer.cs
+
+ MSBuild:Compile
Designer
-
+
+
+ MSBuild:Compile
+ Designer
+
+
+ App.xaml
+ Code
+
+
+ MainWindow.xaml
+ Code
+
+
+
+
+ Code
+
True
+ True
Resources.resx
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
True
Settings.settings
True
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
+
+ SettingsSingleFileGenerator
+ Settings.Designer.cs
+
diff --git a/Notepad/Notepad/Program.cs b/Notepad/Notepad/Program.cs
deleted file mode 100644
index 0551e31..0000000
--- a/Notepad/Notepad/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-
-namespace Notepad
-{
- static class Program
- {
- ///
- /// Główny punkt wejścia dla aplikacji.
- ///
- [STAThread]
- static void Main()
- {
- Application.EnableVisualStyles();
- Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new Form1());
- }
- }
-}
diff --git a/Notepad/Notepad/Properties/AssemblyInfo.cs b/Notepad/Notepad/Properties/AssemblyInfo.cs
index 36c3bf7..df3d500 100644
--- a/Notepad/Notepad/Properties/AssemblyInfo.cs
+++ b/Notepad/Notepad/Properties/AssemblyInfo.cs
@@ -1,6 +1,8 @@
using System.Reflection;
+using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
+using System.Windows;
// Ogólne informacje o zestawie są kontrolowane poprzez następujący
// zestaw atrybutów. Zmień wartości tych atrybutów, aby zmodyfikować informacje
@@ -19,8 +21,25 @@ using System.Runtime.InteropServices;
// COM, ustaw wartość true dla atrybutu ComVisible tego typu.
[assembly: ComVisible(false)]
-// Następujący identyfikator GUID jest identyfikatorem biblioteki typów w przypadku udostępnienia tego projektu w modelu COM
-[assembly: Guid("858eb545-153b-4fc2-828e-985ad0e10a2b")]
+//Aby rozpocząć kompilację aplikacji możliwych do zlokalizowania, ustaw
+//Kultura_używana_podczas_kodowania w pliku csproj
+//w grupie . Jeśli na przykład jest używany język angielski (USA)
+//w plikach źródłowych ustaw dla elementu wartość en-US. Następnie usuń komentarz dla
+//poniższego atrybutu NeutralResourceLanguage. Zaktualizuj wartość „en-US” w
+//poniższej linii tak, aby dopasować ustawienie UICulture w pliku projektu.
+
+//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
+
+
+[assembly: ThemeInfo(
+ ResourceDictionaryLocation.None, //gdzie znajdują się słowniki zasobów specyficznych dla motywów
+ //(używane, jeśli nie można odnaleźć zasobu na stronie,
+ // lub słowniki zasobów aplikacji)
+ ResourceDictionaryLocation.SourceAssembly //gdzie znajduje się słownik zasobów ogólnych
+ //(używane, jeśli nie można odnaleźć zasobu na stronie,
+ // aplikacji lub słowników zasobów specyficznych dla motywów)
+)]
+
// Informacje o wersji zestawu zawierają następujące cztery wartości:
//
diff --git a/Notepad/Notepad/Properties/Settings.settings b/Notepad/Notepad/Properties/Settings.settings
index 3964565..033d7a5 100644
--- a/Notepad/Notepad/Properties/Settings.settings
+++ b/Notepad/Notepad/Properties/Settings.settings
@@ -1,7 +1,7 @@
-
+
-
+
\ No newline at end of file
diff --git a/Notepad/Notepad/bin/Debug/Notepad.exe b/Notepad/Notepad/bin/Debug/Notepad.exe
index abfbf0e..23b32fe 100644
Binary files a/Notepad/Notepad/bin/Debug/Notepad.exe and b/Notepad/Notepad/bin/Debug/Notepad.exe differ
diff --git a/Notepad/Notepad/bin/Debug/Notepad.pdb b/Notepad/Notepad/bin/Debug/Notepad.pdb
index 0315f9b..4dd3217 100644
Binary files a/Notepad/Notepad/bin/Debug/Notepad.pdb and b/Notepad/Notepad/bin/Debug/Notepad.pdb differ
diff --git a/Notepad/Notepad/obj/Debug/App.g.cs b/Notepad/Notepad/obj/Debug/App.g.cs
new file mode 100644
index 0000000..411e5e0
--- /dev/null
+++ b/Notepad/Notepad/obj/Debug/App.g.cs
@@ -0,0 +1,70 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A6B5E35AEED43AEA2389F711235A937C0C59A746F69A4159310BDC51BDBB9C86"
+//------------------------------------------------------------------------------
+//
+// Ten kod został wygenerowany przez narzędzie.
+// Wersja wykonawcza:4.0.30319.42000
+//
+// Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli
+// kod zostanie ponownie wygenerowany.
+//
+//------------------------------------------------------------------------------
+
+using Notepad;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+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;
+
+
+namespace Notepad {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public static void Main() {
+ Notepad.App app = new Notepad.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/Notepad/Notepad/obj/Debug/App.g.i.cs b/Notepad/Notepad/obj/Debug/App.g.i.cs
new file mode 100644
index 0000000..411e5e0
--- /dev/null
+++ b/Notepad/Notepad/obj/Debug/App.g.i.cs
@@ -0,0 +1,70 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A6B5E35AEED43AEA2389F711235A937C0C59A746F69A4159310BDC51BDBB9C86"
+//------------------------------------------------------------------------------
+//
+// Ten kod został wygenerowany przez narzędzie.
+// Wersja wykonawcza:4.0.30319.42000
+//
+// Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli
+// kod zostanie ponownie wygenerowany.
+//
+//------------------------------------------------------------------------------
+
+using Notepad;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+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;
+
+
+namespace Notepad {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public static void Main() {
+ Notepad.App app = new Notepad.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/Notepad/Notepad/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Notepad/Notepad/obj/Debug/DesignTimeResolveAssemblyReferences.cache
index 241bdc3..e44977f 100644
Binary files a/Notepad/Notepad/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/Notepad/Notepad/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/Notepad/Notepad/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Notepad/Notepad/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 7dfe0ba..cd448f1 100644
Binary files a/Notepad/Notepad/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Notepad/Notepad/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Notepad/Notepad/obj/Debug/MainWindow.baml b/Notepad/Notepad/obj/Debug/MainWindow.baml
new file mode 100644
index 0000000..888b54a
Binary files /dev/null and b/Notepad/Notepad/obj/Debug/MainWindow.baml differ
diff --git a/Notepad/Notepad/obj/Debug/MainWindow.g.cs b/Notepad/Notepad/obj/Debug/MainWindow.g.cs
new file mode 100644
index 0000000..271770d
--- /dev/null
+++ b/Notepad/Notepad/obj/Debug/MainWindow.g.cs
@@ -0,0 +1,75 @@
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6965967BF75FEB31AACADADD250B73AE789AAB2D952F41D5DE9003EFAE7C3549"
+//------------------------------------------------------------------------------
+//
+// Ten kod został wygenerowany przez narzędzie.
+// Wersja wykonawcza:4.0.30319.42000
+//
+// Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli
+// kod zostanie ponownie wygenerowany.
+//
+//------------------------------------------------------------------------------
+
+using Notepad;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+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;
+
+
+namespace Notepad {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/Notepad;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", "4.0.0.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;
+ }
+ }
+}
+
diff --git a/Notepad/Notepad/obj/Debug/MainWindow.g.i.cs b/Notepad/Notepad/obj/Debug/MainWindow.g.i.cs
new file mode 100644
index 0000000..271770d
--- /dev/null
+++ b/Notepad/Notepad/obj/Debug/MainWindow.g.i.cs
@@ -0,0 +1,75 @@
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6965967BF75FEB31AACADADD250B73AE789AAB2D952F41D5DE9003EFAE7C3549"
+//------------------------------------------------------------------------------
+//
+// Ten kod został wygenerowany przez narzędzie.
+// Wersja wykonawcza:4.0.30319.42000
+//
+// Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli
+// kod zostanie ponownie wygenerowany.
+//
+//------------------------------------------------------------------------------
+
+using Notepad;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+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;
+
+
+namespace Notepad {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/Notepad;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", "4.0.0.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;
+ }
+ }
+}
+
diff --git a/Notepad/Notepad/obj/Debug/Notepad.Form1.resources b/Notepad/Notepad/obj/Debug/Notepad.Form1.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Notepad/Notepad/obj/Debug/Notepad.Form1.resources and /dev/null differ
diff --git a/Notepad/Notepad/obj/Debug/Notepad.csproj.CoreCompileInputs.cache b/Notepad/Notepad/obj/Debug/Notepad.csproj.CoreCompileInputs.cache
index f5b326d..adcfc92 100644
--- a/Notepad/Notepad/obj/Debug/Notepad.csproj.CoreCompileInputs.cache
+++ b/Notepad/Notepad/obj/Debug/Notepad.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-49ddf053a8af5d6e9369e6d3a8e96ccab85129ad
+1470e97796c8745e060ebe0a17ce61234c339d80
diff --git a/Notepad/Notepad/obj/Debug/Notepad.csproj.FileListAbsolute.txt b/Notepad/Notepad/obj/Debug/Notepad.csproj.FileListAbsolute.txt
index b472fff..e996773 100644
--- a/Notepad/Notepad/obj/Debug/Notepad.csproj.FileListAbsolute.txt
+++ b/Notepad/Notepad/obj/Debug/Notepad.csproj.FileListAbsolute.txt
@@ -2,7 +2,12 @@ C:\Users\Krzysiek\source\repos\Notepad\Notepad\bin\Debug\Notepad.exe.config
C:\Users\Krzysiek\source\repos\Notepad\Notepad\bin\Debug\Notepad.exe
C:\Users\Krzysiek\source\repos\Notepad\Notepad\bin\Debug\Notepad.pdb
C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\Notepad.csprojAssemblyReference.cache
-C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\Notepad.Form1.resources
+C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\MainWindow.g.cs
+C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\App.g.cs
+C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\Notepad_MarkupCompile.cache
+C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\Notepad_MarkupCompile.lref
+C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\MainWindow.baml
+C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\Notepad.g.resources
C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\Notepad.Properties.Resources.resources
C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\Notepad.csproj.GenerateResource.cache
C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\Notepad.csproj.CoreCompileInputs.cache
diff --git a/Notepad/Notepad/obj/Debug/Notepad.csproj.GenerateResource.cache b/Notepad/Notepad/obj/Debug/Notepad.csproj.GenerateResource.cache
index bcac11f..a3c56e7 100644
Binary files a/Notepad/Notepad/obj/Debug/Notepad.csproj.GenerateResource.cache and b/Notepad/Notepad/obj/Debug/Notepad.csproj.GenerateResource.cache differ
diff --git a/Notepad/Notepad/obj/Debug/Notepad.csprojAssemblyReference.cache b/Notepad/Notepad/obj/Debug/Notepad.csprojAssemblyReference.cache
index f81aff4..cb1f547 100644
Binary files a/Notepad/Notepad/obj/Debug/Notepad.csprojAssemblyReference.cache and b/Notepad/Notepad/obj/Debug/Notepad.csprojAssemblyReference.cache differ
diff --git a/Notepad/Notepad/obj/Debug/Notepad.exe b/Notepad/Notepad/obj/Debug/Notepad.exe
index abfbf0e..23b32fe 100644
Binary files a/Notepad/Notepad/obj/Debug/Notepad.exe and b/Notepad/Notepad/obj/Debug/Notepad.exe differ
diff --git a/Notepad/Notepad/obj/Debug/Notepad.g.resources b/Notepad/Notepad/obj/Debug/Notepad.g.resources
new file mode 100644
index 0000000..708f67c
Binary files /dev/null and b/Notepad/Notepad/obj/Debug/Notepad.g.resources differ
diff --git a/Notepad/Notepad/obj/Debug/Notepad.pdb b/Notepad/Notepad/obj/Debug/Notepad.pdb
index 0315f9b..4dd3217 100644
Binary files a/Notepad/Notepad/obj/Debug/Notepad.pdb and b/Notepad/Notepad/obj/Debug/Notepad.pdb differ
diff --git a/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.cache b/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.cache
new file mode 100644
index 0000000..dcfd9c2
--- /dev/null
+++ b/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.cache
@@ -0,0 +1,20 @@
+Notepad
+
+
+winexe
+C#
+.cs
+C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\
+Notepad
+none
+false
+DEBUG;TRACE
+C:\Users\Krzysiek\source\repos\Notepad\Notepad\App.xaml
+11151548125
+
+5-2017746502
+13-1142990016
+MainWindow.xaml;
+
+False
+
diff --git a/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.i.cache b/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.i.cache
new file mode 100644
index 0000000..227987e
--- /dev/null
+++ b/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.i.cache
@@ -0,0 +1,20 @@
+Notepad
+
+
+winexe
+C#
+.cs
+C:\Users\Krzysiek\source\repos\Notepad\Notepad\obj\Debug\
+Notepad
+none
+false
+DEBUG;TRACE
+C:\Users\Krzysiek\source\repos\Notepad\Notepad\App.xaml
+11151548125
+
+6-1465360305
+13-1142990016
+MainWindow.xaml;
+
+True
+
diff --git a/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.i.lref b/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.i.lref
new file mode 100644
index 0000000..8807556
--- /dev/null
+++ b/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.i.lref
@@ -0,0 +1,4 @@
+
+
+FC:\Users\Krzysiek\source\repos\Notepad\Notepad\MainWindow.xaml;;
+
diff --git a/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.lref b/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.lref
new file mode 100644
index 0000000..8807556
--- /dev/null
+++ b/Notepad/Notepad/obj/Debug/Notepad_MarkupCompile.lref
@@ -0,0 +1,4 @@
+
+
+FC:\Users\Krzysiek\source\repos\Notepad\Notepad\MainWindow.xaml;;
+