commit ba6cce30064ada3f4ae51778c26060f72c89263f Author: Leon Hoppe Date: Sun Jan 19 18:51:01 2025 +0100 Initialized solution diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd5ad01 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +bin/ +obj/ +/packages/ +riderModule.iml +/_ReSharper.Caches/ +/.idea \ No newline at end of file diff --git a/Portfolio.sln b/Portfolio.sln new file mode 100644 index 0000000..a55ff74 --- /dev/null +++ b/Portfolio.sln @@ -0,0 +1,8 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection +EndGlobal