moving source to src

alphons <alphons@heijden.com> 31 Aug 2025, 10:10
545ae66cbbc90dac3644ebcf4951b8e6a16895a8
49 files changed
  • WireGuardConfigGenerator.sln
  • WireGuardConfigGenerator/DataModel/AppSettings.cs
  • WireGuardConfigGenerator/DataModel/Root.cs
  • WireGuardConfigGenerator/Form1.Designer.cs
  • WireGuardConfigGenerator/Form1.cs
  • WireGuardConfigGenerator/Form1.resx
  • WireGuardConfigGenerator/FormPassword.Designer.cs
  • WireGuardConfigGenerator/FormPassword.cs
  • WireGuardConfigGenerator/FormPassword.resx
  • WireGuardConfigGenerator/Helpers/CryptoUtils.cs
  • WireGuardConfigGenerator/Helpers/TreeHelpers.cs
  • WireGuardConfigGenerator/Helpers/WireGuard.cs
  • WireGuardConfigGenerator/Program.cs
  • WireGuardConfigGenerator/Properties/PublishProfiles/FolderProfile.pubxml
  • WireGuardConfigGenerator/UserControlPeer.Designer.cs
  • WireGuardConfigGenerator/UserControlPeer.cs
  • WireGuardConfigGenerator/UserControlPeer.resx
  • WireGuardConfigGenerator/UserControlServer.Designer.cs
  • WireGuardConfigGenerator/UserControlServer.cs
  • WireGuardConfigGenerator/UserControlServer.resx
  • WireGuardConfigGenerator/UserControlTree.Designer.cs
  • WireGuardConfigGenerator/UserControlTree.cs
  • WireGuardConfigGenerator/UserControlTree.resx
  • WireGuardConfigGenerator/WireGuardConfigGenerator.csproj
  • WireGuardConfigGenerator/config.json
  • src/WireGuardConfigGenerator.sln
  • src/WireGuardConfigGenerator/DataModel/AppSettings.cs
  • src/WireGuardConfigGenerator/DataModel/Root.cs
  • src/WireGuardConfigGenerator/Form1.Designer.cs
  • src/WireGuardConfigGenerator/Form1.cs
  • src/WireGuardConfigGenerator/Form1.resx
  • src/WireGuardConfigGenerator/FormPassword.Designer.cs
  • src/WireGuardConfigGenerator/FormPassword.cs
  • src/WireGuardConfigGenerator/FormPassword.resx
  • src/WireGuardConfigGenerator/Helpers/CryptoUtils.cs
  • src/WireGuardConfigGenerator/Helpers/TreeHelpers.cs
  • src/WireGuardConfigGenerator/Helpers/WireGuard.cs
  • src/WireGuardConfigGenerator/Program.cs
  • src/WireGuardConfigGenerator/UserControlPeer.Designer.cs
  • src/WireGuardConfigGenerator/UserControlPeer.cs
  • src/WireGuardConfigGenerator/UserControlPeer.resx
  • src/WireGuardConfigGenerator/UserControlServer.Designer.cs
  • src/WireGuardConfigGenerator/UserControlServer.cs
  • src/WireGuardConfigGenerator/UserControlServer.resx
  • src/WireGuardConfigGenerator/UserControlTree.Designer.cs
  • src/WireGuardConfigGenerator/UserControlTree.cs
  • src/WireGuardConfigGenerator/UserControlTree.resx
  • src/WireGuardConfigGenerator/WireGuardConfigGenerator.csproj
  • src/WireGuardConfigGenerator/config.json
diff --git a/WireGuardConfigGenerator/Properties/PublishProfiles/FolderProfile.pubxml b/WireGuardConfigGenerator/Properties/PublishProfiles/FolderProfile.pubxml
deleted file mode 100644
index 9f2526b..0000000
--- a/WireGuardConfigGenerator/Properties/PublishProfiles/FolderProfile.pubxml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
-<Project>
- <PropertyGroup>
- <Configuration>Release</Configuration>
- <Platform>Any CPU</Platform>
- <PublishDir>bin\Release\net8.0-windows\publish\win-x64\</PublishDir>
- <PublishProtocol>FileSystem</PublishProtocol>
- <_TargetId>Folder</_TargetId>
- <TargetFramework>net8.0-windows</TargetFramework>
- <RuntimeIdentifier>win-x64</RuntimeIdentifier>
- <SelfContained>false</SelfContained>
- <PublishSingleFile>true</PublishSingleFile>
- <PublishReadyToRun>false</PublishReadyToRun>
- </PropertyGroup>
-</Project>
\ No newline at end of file
diff --git a/WireGuardConfigGenerator.sln b/src/WireGuardConfigGenerator.sln
similarity index 100%
rename from WireGuardConfigGenerator.sln
rename to src/WireGuardConfigGenerator.sln
diff --git a/WireGuardConfigGenerator/DataModel/AppSettings.cs b/src/WireGuardConfigGenerator/DataModel/AppSettings.cs
similarity index 100%
rename from WireGuardConfigGenerator/DataModel/AppSettings.cs
rename to src/WireGuardConfigGenerator/DataModel/AppSettings.cs
diff --git a/WireGuardConfigGenerator/DataModel/Root.cs b/src/WireGuardConfigGenerator/DataModel/Root.cs
similarity index 100%
rename from WireGuardConfigGenerator/DataModel/Root.cs
rename to src/WireGuardConfigGenerator/DataModel/Root.cs
diff --git a/WireGuardConfigGenerator/Form1.Designer.cs b/src/WireGuardConfigGenerator/Form1.Designer.cs
similarity index 100%
rename from WireGuardConfigGenerator/Form1.Designer.cs
rename to src/WireGuardConfigGenerator/Form1.Designer.cs
diff --git a/WireGuardConfigGenerator/Form1.cs b/src/WireGuardConfigGenerator/Form1.cs
similarity index 100%
rename from WireGuardConfigGenerator/Form1.cs
rename to src/WireGuardConfigGenerator/Form1.cs
diff --git a/WireGuardConfigGenerator/Form1.resx b/src/WireGuardConfigGenerator/Form1.resx
similarity index 100%
rename from WireGuardConfigGenerator/Form1.resx
rename to src/WireGuardConfigGenerator/Form1.resx
diff --git a/WireGuardConfigGenerator/FormPassword.Designer.cs b/src/WireGuardConfigGenerator/FormPassword.Designer.cs
similarity index 100%
rename from WireGuardConfigGenerator/FormPassword.Designer.cs
rename to src/WireGuardConfigGenerator/FormPassword.Designer.cs
diff --git a/WireGuardConfigGenerator/FormPassword.cs b/src/WireGuardConfigGenerator/FormPassword.cs
similarity index 100%
rename from WireGuardConfigGenerator/FormPassword.cs
rename to src/WireGuardConfigGenerator/FormPassword.cs
diff --git a/WireGuardConfigGenerator/FormPassword.resx b/src/WireGuardConfigGenerator/FormPassword.resx
similarity index 100%
rename from WireGuardConfigGenerator/FormPassword.resx
rename to src/WireGuardConfigGenerator/FormPassword.resx
diff --git a/WireGuardConfigGenerator/Helpers/CryptoUtils.cs b/src/WireGuardConfigGenerator/Helpers/CryptoUtils.cs
similarity index 100%
rename from WireGuardConfigGenerator/Helpers/CryptoUtils.cs
rename to src/WireGuardConfigGenerator/Helpers/CryptoUtils.cs
diff --git a/WireGuardConfigGenerator/Helpers/TreeHelpers.cs b/src/WireGuardConfigGenerator/Helpers/TreeHelpers.cs
similarity index 100%
rename from WireGuardConfigGenerator/Helpers/TreeHelpers.cs
rename to src/WireGuardConfigGenerator/Helpers/TreeHelpers.cs
diff --git a/WireGuardConfigGenerator/Helpers/WireGuard.cs b/src/WireGuardConfigGenerator/Helpers/WireGuard.cs
similarity index 100%
rename from WireGuardConfigGenerator/Helpers/WireGuard.cs
rename to src/WireGuardConfigGenerator/Helpers/WireGuard.cs
diff --git a/WireGuardConfigGenerator/Program.cs b/src/WireGuardConfigGenerator/Program.cs
similarity index 100%
rename from WireGuardConfigGenerator/Program.cs
rename to src/WireGuardConfigGenerator/Program.cs
diff --git a/WireGuardConfigGenerator/UserControlPeer.Designer.cs b/src/WireGuardConfigGenerator/UserControlPeer.Designer.cs
similarity index 100%
rename from WireGuardConfigGenerator/UserControlPeer.Designer.cs
rename to src/WireGuardConfigGenerator/UserControlPeer.Designer.cs
diff --git a/WireGuardConfigGenerator/UserControlPeer.cs b/src/WireGuardConfigGenerator/UserControlPeer.cs
similarity index 100%
rename from WireGuardConfigGenerator/UserControlPeer.cs
rename to src/WireGuardConfigGenerator/UserControlPeer.cs
diff --git a/WireGuardConfigGenerator/UserControlPeer.resx b/src/WireGuardConfigGenerator/UserControlPeer.resx
similarity index 100%
rename from WireGuardConfigGenerator/UserControlPeer.resx
rename to src/WireGuardConfigGenerator/UserControlPeer.resx
diff --git a/WireGuardConfigGenerator/UserControlServer.Designer.cs b/src/WireGuardConfigGenerator/UserControlServer.Designer.cs
similarity index 100%
rename from WireGuardConfigGenerator/UserControlServer.Designer.cs
rename to src/WireGuardConfigGenerator/UserControlServer.Designer.cs
diff --git a/WireGuardConfigGenerator/UserControlServer.cs b/src/WireGuardConfigGenerator/UserControlServer.cs
similarity index 100%
rename from WireGuardConfigGenerator/UserControlServer.cs
rename to src/WireGuardConfigGenerator/UserControlServer.cs
diff --git a/WireGuardConfigGenerator/UserControlServer.resx b/src/WireGuardConfigGenerator/UserControlServer.resx
similarity index 100%
rename from WireGuardConfigGenerator/UserControlServer.resx
rename to src/WireGuardConfigGenerator/UserControlServer.resx
diff --git a/WireGuardConfigGenerator/UserControlTree.Designer.cs b/src/WireGuardConfigGenerator/UserControlTree.Designer.cs
similarity index 100%
rename from WireGuardConfigGenerator/UserControlTree.Designer.cs
rename to src/WireGuardConfigGenerator/UserControlTree.Designer.cs
diff --git a/WireGuardConfigGenerator/UserControlTree.cs b/src/WireGuardConfigGenerator/UserControlTree.cs
similarity index 100%
rename from WireGuardConfigGenerator/UserControlTree.cs
rename to src/WireGuardConfigGenerator/UserControlTree.cs
diff --git a/WireGuardConfigGenerator/UserControlTree.resx b/src/WireGuardConfigGenerator/UserControlTree.resx
similarity index 100%
rename from WireGuardConfigGenerator/UserControlTree.resx
rename to src/WireGuardConfigGenerator/UserControlTree.resx
diff --git a/WireGuardConfigGenerator/WireGuardConfigGenerator.csproj b/src/WireGuardConfigGenerator/WireGuardConfigGenerator.csproj
similarity index 100%
rename from WireGuardConfigGenerator/WireGuardConfigGenerator.csproj
rename to src/WireGuardConfigGenerator/WireGuardConfigGenerator.csproj
diff --git a/WireGuardConfigGenerator/config.json b/src/WireGuardConfigGenerator/config.json
similarity index 100%
rename from WireGuardConfigGenerator/config.json
rename to src/WireGuardConfigGenerator/config.json