diff --git a/02_Windows_App/Perun_v1/App.config b/02_Windows_App/Perun_v1/00_Config/App.config
similarity index 100%
rename from 02_Windows_App/Perun_v1/App.config
rename to 02_Windows_App/Perun_v1/00_Config/App.config
diff --git a/02_Windows_App/Perun_v1/packages.config b/02_Windows_App/Perun_v1/00_Config/packages.config
similarity index 100%
rename from 02_Windows_App/Perun_v1/packages.config
rename to 02_Windows_App/Perun_v1/00_Config/packages.config
diff --git a/02_Windows_App/Perun_v1/Program.cs b/02_Windows_App/Perun_v1/01_Classes/Program.cs
similarity index 100%
rename from 02_Windows_App/Perun_v1/Program.cs
rename to 02_Windows_App/Perun_v1/01_Classes/Program.cs
diff --git a/02_Windows_App/Perun_v1/form_Main.Designer.cs b/02_Windows_App/Perun_v1/02_Forms/form_Main.Designer.cs
similarity index 100%
rename from 02_Windows_App/Perun_v1/form_Main.Designer.cs
rename to 02_Windows_App/Perun_v1/02_Forms/form_Main.Designer.cs
diff --git a/02_Windows_App/Perun_v1/form_Main.cs b/02_Windows_App/Perun_v1/02_Forms/form_Main.cs
similarity index 99%
rename from 02_Windows_App/Perun_v1/form_Main.cs
rename to 02_Windows_App/Perun_v1/02_Forms/form_Main.cs
index ccd5477..22d062b 100644
--- a/02_Windows_App/Perun_v1/form_Main.cs
+++ b/02_Windows_App/Perun_v1/02_Forms/form_Main.cs
@@ -210,7 +210,7 @@ namespace Perun_v1
private void form_Main_Load(object sender, EventArgs e)
{
// Form loaded - fill controls with default values
- LogHistory[0] = DateTime.Now.ToString("HH:mm:ss") + " > " + "Perun loaded...";
+ LogHistory[0] = DateTime.Now.ToString("HH:mm:ss") + " > " + "Perun loaded";
// Load settings
con_txt_mysql_database.Text = Properties.Settings.Default.MYSQL_DB;
diff --git a/02_Windows_App/Perun_v1/form_Main.resx b/02_Windows_App/Perun_v1/02_Forms/form_Main.resx
similarity index 100%
rename from 02_Windows_App/Perun_v1/form_Main.resx
rename to 02_Windows_App/Perun_v1/02_Forms/form_Main.resx
diff --git a/02_Windows_App/Perun_v1/perun_logo.ico b/02_Windows_App/Perun_v1/03_Resources/perun_logo.ico
similarity index 100%
rename from 02_Windows_App/Perun_v1/perun_logo.ico
rename to 02_Windows_App/Perun_v1/03_Resources/perun_logo.ico
diff --git a/02_Windows_App/Perun_v1/Perun_v1.csproj b/02_Windows_App/Perun_v1/Perun_v1.csproj
index c9f34f2..f867364 100644
--- a/02_Windows_App/Perun_v1/Perun_v1.csproj
+++ b/02_Windows_App/Perun_v1/Perun_v1.csproj
@@ -61,7 +61,7 @@
- perun_logo.ico
+ 03_Resources\perun_logo.ico
2ACE4C8C2C325A04CA5986B1CD76744B4B03755D
@@ -116,15 +116,15 @@
-
+
Form
-
+
form_Main.cs
-
+
-
+
form_Main.cs
@@ -137,8 +137,8 @@
Resources.resx
True
-
-
+
+
SettingsSingleFileGenerator
@@ -151,7 +151,7 @@
-
+
@@ -166,10 +166,8 @@
-
-
-
-
+
+
\ No newline at end of file