sln
This commit is contained in:
parent
d1b38d5408
commit
a8a9e3f715
10
.gitignore
vendored
10
.gitignore
vendored
@ -8,7 +8,6 @@
|
|||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
*.userosscache
|
*.userosscache
|
||||||
*.sln.docstates
|
|
||||||
|
|
||||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||||
*.userprefs
|
*.userprefs
|
||||||
@ -385,7 +384,7 @@ FodyWeavers.xsd
|
|||||||
|
|
||||||
# JetBrains Rider
|
# JetBrains Rider
|
||||||
.idea/
|
.idea/
|
||||||
*.sln.iml
|
|
||||||
|
|
||||||
# The following command works for downloading when using Git for Windows:
|
# The following command works for downloading when using Git for Windows:
|
||||||
# curl -LOf http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
|
# curl -LOf http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
|
||||||
@ -399,7 +398,7 @@ FodyWeavers.xsd
|
|||||||
# User-specific files
|
# User-specific files
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
*.sln.docstates
|
|
||||||
|
|
||||||
# Build results
|
# Build results
|
||||||
[Dd]ebug/
|
[Dd]ebug/
|
||||||
@ -580,8 +579,7 @@ $RECYCLE.BIN/
|
|||||||
# SASS Compiler cache
|
# SASS Compiler cache
|
||||||
.sass-cache
|
.sass-cache
|
||||||
|
|
||||||
# Visual Studio 2014 CTP
|
|
||||||
**/*.sln.ide
|
|
||||||
|
|
||||||
# Visual Studio temp something
|
# Visual Studio temp something
|
||||||
.vs/
|
.vs/
|
||||||
@ -611,5 +609,3 @@ project.lock.json
|
|||||||
#####
|
#####
|
||||||
# End of core ignore list, below put you custom 'per project' settings (patterns or path)
|
# 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