From a499107c06f165017faf910ed6be7e6f664d22a2 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:14:26 +0100 Subject: [PATCH] Move code to src directory --- InvLock.sln => src/InvLock.sln | 0 {InvLock => src/InvLock}/App.xaml | 0 {InvLock => src/InvLock}/App.xaml.cs | 0 {InvLock => src/InvLock}/AssemblyInfo.cs | 0 {InvLock => src/InvLock}/Assets/logo.ico | Bin .../InvLock}/Controls/OutlinedTextBlock.cs | 0 .../InvLock}/DataContexts/MainWindowDataContext.cs | 0 {InvLock => src/InvLock}/GlobalSuppressions.cs | 0 {InvLock => src/InvLock}/InvLock.csproj | 0 {InvLock => src/InvLock}/LockWindow.xaml | 0 {InvLock => src/InvLock}/LockWindow.xaml.cs | 0 {InvLock => src/InvLock}/MainWindow.xaml | 0 {InvLock => src/InvLock}/MainWindow.xaml.cs | 0 {InvLock => src/InvLock}/Settings.cs | 0 {InvLock => src/InvLock}/Utilities/WindowsApi.cs | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename InvLock.sln => src/InvLock.sln (100%) rename {InvLock => src/InvLock}/App.xaml (100%) rename {InvLock => src/InvLock}/App.xaml.cs (100%) rename {InvLock => src/InvLock}/AssemblyInfo.cs (100%) rename {InvLock => src/InvLock}/Assets/logo.ico (100%) rename {InvLock => src/InvLock}/Controls/OutlinedTextBlock.cs (100%) rename {InvLock => src/InvLock}/DataContexts/MainWindowDataContext.cs (100%) rename {InvLock => src/InvLock}/GlobalSuppressions.cs (100%) rename {InvLock => src/InvLock}/InvLock.csproj (100%) rename {InvLock => src/InvLock}/LockWindow.xaml (100%) rename {InvLock => src/InvLock}/LockWindow.xaml.cs (100%) rename {InvLock => src/InvLock}/MainWindow.xaml (100%) rename {InvLock => src/InvLock}/MainWindow.xaml.cs (100%) rename {InvLock => src/InvLock}/Settings.cs (100%) rename {InvLock => src/InvLock}/Utilities/WindowsApi.cs (100%) diff --git a/InvLock.sln b/src/InvLock.sln similarity index 100% rename from InvLock.sln rename to src/InvLock.sln diff --git a/InvLock/App.xaml b/src/InvLock/App.xaml similarity index 100% rename from InvLock/App.xaml rename to src/InvLock/App.xaml diff --git a/InvLock/App.xaml.cs b/src/InvLock/App.xaml.cs similarity index 100% rename from InvLock/App.xaml.cs rename to src/InvLock/App.xaml.cs diff --git a/InvLock/AssemblyInfo.cs b/src/InvLock/AssemblyInfo.cs similarity index 100% rename from InvLock/AssemblyInfo.cs rename to src/InvLock/AssemblyInfo.cs diff --git a/InvLock/Assets/logo.ico b/src/InvLock/Assets/logo.ico similarity index 100% rename from InvLock/Assets/logo.ico rename to src/InvLock/Assets/logo.ico diff --git a/InvLock/Controls/OutlinedTextBlock.cs b/src/InvLock/Controls/OutlinedTextBlock.cs similarity index 100% rename from InvLock/Controls/OutlinedTextBlock.cs rename to src/InvLock/Controls/OutlinedTextBlock.cs diff --git a/InvLock/DataContexts/MainWindowDataContext.cs b/src/InvLock/DataContexts/MainWindowDataContext.cs similarity index 100% rename from InvLock/DataContexts/MainWindowDataContext.cs rename to src/InvLock/DataContexts/MainWindowDataContext.cs diff --git a/InvLock/GlobalSuppressions.cs b/src/InvLock/GlobalSuppressions.cs similarity index 100% rename from InvLock/GlobalSuppressions.cs rename to src/InvLock/GlobalSuppressions.cs diff --git a/InvLock/InvLock.csproj b/src/InvLock/InvLock.csproj similarity index 100% rename from InvLock/InvLock.csproj rename to src/InvLock/InvLock.csproj diff --git a/InvLock/LockWindow.xaml b/src/InvLock/LockWindow.xaml similarity index 100% rename from InvLock/LockWindow.xaml rename to src/InvLock/LockWindow.xaml diff --git a/InvLock/LockWindow.xaml.cs b/src/InvLock/LockWindow.xaml.cs similarity index 100% rename from InvLock/LockWindow.xaml.cs rename to src/InvLock/LockWindow.xaml.cs diff --git a/InvLock/MainWindow.xaml b/src/InvLock/MainWindow.xaml similarity index 100% rename from InvLock/MainWindow.xaml rename to src/InvLock/MainWindow.xaml diff --git a/InvLock/MainWindow.xaml.cs b/src/InvLock/MainWindow.xaml.cs similarity index 100% rename from InvLock/MainWindow.xaml.cs rename to src/InvLock/MainWindow.xaml.cs diff --git a/InvLock/Settings.cs b/src/InvLock/Settings.cs similarity index 100% rename from InvLock/Settings.cs rename to src/InvLock/Settings.cs diff --git a/InvLock/Utilities/WindowsApi.cs b/src/InvLock/Utilities/WindowsApi.cs similarity index 100% rename from InvLock/Utilities/WindowsApi.cs rename to src/InvLock/Utilities/WindowsApi.cs