From a8a9e3f7156cb297b26bc31018727824f3204e9c Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Fri, 18 Jun 2021 15:42:37 +0200 Subject: [PATCH] sln --- .gitignore | 12 ++++-------- key4intranet.sln | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 key4intranet.sln diff --git a/.gitignore b/.gitignore index 365e9d6..bd33f4a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ *.suo *.user *.userosscache -*.sln.docstates # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs @@ -385,7 +384,7 @@ FodyWeavers.xsd # JetBrains Rider .idea/ -*.sln.iml + # The following command works for downloading when using Git for Windows: # curl -LOf http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore @@ -399,7 +398,7 @@ FodyWeavers.xsd # User-specific files *.suo *.user -*.sln.docstates + # Build results [Dd]ebug/ @@ -580,8 +579,7 @@ $RECYCLE.BIN/ # SASS Compiler cache .sass-cache -# Visual Studio 2014 CTP -**/*.sln.ide + # Visual Studio temp something .vs/ @@ -610,6 +608,4 @@ project.lock.json ##### # End of core ignore list, below put you custom 'per project' settings (patterns or path) -##### - -key4intranet.sln +##### \ No newline at end of file diff --git a/key4intranet.sln b/key4intranet.sln new file mode 100644 index 0000000..69ef905 --- /dev/null +++ b/key4intranet.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31129.286 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "key4intranet.Api", "key4intranet.Api\key4intranet.Api.csproj", "{35F01DAB-D5BA-40A4-84E8-1FE874A54FDC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "key4intranet.authentication", "key4intranet.authentication\key4intranet.authentication.csproj", "{D30BADD8-AFD8-4BC4-AB29-A5044687CB51}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {35F01DAB-D5BA-40A4-84E8-1FE874A54FDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {35F01DAB-D5BA-40A4-84E8-1FE874A54FDC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {35F01DAB-D5BA-40A4-84E8-1FE874A54FDC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {35F01DAB-D5BA-40A4-84E8-1FE874A54FDC}.Release|Any CPU.Build.0 = Release|Any CPU + {D30BADD8-AFD8-4BC4-AB29-A5044687CB51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D30BADD8-AFD8-4BC4-AB29-A5044687CB51}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D30BADD8-AFD8-4BC4-AB29-A5044687CB51}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D30BADD8-AFD8-4BC4-AB29-A5044687CB51}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BA79876E-7BF4-4E7B-8EB0-49B75818EFCE} + EndGlobalSection +EndGlobal