diff --git a/.vs/Przepisy/v15/.suo b/.vs/Przepisy/v15/.suo new file mode 100644 index 0000000..7fde8a1 Binary files /dev/null and b/.vs/Przepisy/v15/.suo differ diff --git a/.vs/Przepisy/v15/Server/sqlite3/db.lock b/.vs/Przepisy/v15/Server/sqlite3/db.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/Przepisy/v15/Server/sqlite3/storage.ide b/.vs/Przepisy/v15/Server/sqlite3/storage.ide new file mode 100644 index 0000000..5fb09e1 Binary files /dev/null and b/.vs/Przepisy/v15/Server/sqlite3/storage.ide differ diff --git a/.vs/Przepisy/v15/Server/sqlite3/storage.ide-shm b/.vs/Przepisy/v15/Server/sqlite3/storage.ide-shm new file mode 100644 index 0000000..12f3be4 Binary files /dev/null and b/.vs/Przepisy/v15/Server/sqlite3/storage.ide-shm differ diff --git a/.vs/Przepisy/v15/Server/sqlite3/storage.ide-wal b/.vs/Przepisy/v15/Server/sqlite3/storage.ide-wal new file mode 100644 index 0000000..8f81e7e Binary files /dev/null and b/.vs/Przepisy/v15/Server/sqlite3/storage.ide-wal differ diff --git a/Przepisy.sln b/Przepisy.sln new file mode 100644 index 0000000..7943bdf --- /dev/null +++ b/Przepisy.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.645 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Przepisy", "Przepisy\Przepisy.csproj", "{A3CB8102-DE02-4B45-A6BD-D3B055B43FA3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A3CB8102-DE02-4B45-A6BD-D3B055B43FA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A3CB8102-DE02-4B45-A6BD-D3B055B43FA3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A3CB8102-DE02-4B45-A6BD-D3B055B43FA3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A3CB8102-DE02-4B45-A6BD-D3B055B43FA3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {501011C8-72C3-4C57-B03F-28B2421BB362} + EndGlobalSection +EndGlobal diff --git a/Przepisy/App.config b/Przepisy/App.config new file mode 100644 index 0000000..00bfd11 --- /dev/null +++ b/Przepisy/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Przepisy/App.xaml b/Przepisy/App.xaml new file mode 100644 index 0000000..0c83f95 --- /dev/null +++ b/Przepisy/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Przepisy/App.xaml.cs b/Przepisy/App.xaml.cs new file mode 100644 index 0000000..4e2e1c2 --- /dev/null +++ b/Przepisy/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 Przepisy +{ + /// + /// Logika interakcji dla klasy App.xaml + /// + public partial class App : Application + { + } +} diff --git a/Przepisy/MainWindow.xaml b/Przepisy/MainWindow.xaml new file mode 100644 index 0000000..88b9b74 --- /dev/null +++ b/Przepisy/MainWindow.xaml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +