From 771b949618bb4e07c09c2fb94a7f92e13f471b9e Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 25 Dec 2025 19:59:26 +0100 Subject: Initial commit --- ShareGuard.sln | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ShareGuard.sln (limited to 'ShareGuard.sln') diff --git a/ShareGuard.sln b/ShareGuard.sln new file mode 100644 index 0000000..d1c513d --- /dev/null +++ b/ShareGuard.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShareGuard.Web", "ShareGuard.Web\ShareGuard.Web.csproj", "{0D999063-9CC8-4279-B299-35E49818887B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShareGuard.Web.Client", "ShareGuard.Web.Client\ShareGuard.Web.Client.csproj", "{E1A15FC5-B83D-4E83-8BF8-8FDA6B955F11}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0D999063-9CC8-4279-B299-35E49818887B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0D999063-9CC8-4279-B299-35E49818887B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0D999063-9CC8-4279-B299-35E49818887B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0D999063-9CC8-4279-B299-35E49818887B}.Release|Any CPU.Build.0 = Release|Any CPU + {E1A15FC5-B83D-4E83-8BF8-8FDA6B955F11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E1A15FC5-B83D-4E83-8BF8-8FDA6B955F11}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E1A15FC5-B83D-4E83-8BF8-8FDA6B955F11}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E1A15FC5-B83D-4E83-8BF8-8FDA6B955F11}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal -- cgit v1.2.3