sln
This commit is contained in:
parent
d1b38d5408
commit
a8a9e3f715
12
.gitignore
vendored
12
.gitignore
vendored
@ -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
|
||||
#####
|
31
key4intranet.sln
Normal file
31
key4intranet.sln
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user