-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScim.sln
More file actions
33 lines (33 loc) · 1.7 KB
/
Scim.sln
File metadata and controls
33 lines (33 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{448BB71B-1081-4B9D-9CB4-5E432A341651}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScimAPI.Core", "ScimAPI.Core\ScimAPI.Core.csproj", "{D1102DB1-71D3-4DEB-A29B-46B1975DAA0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScimAPI.Demo", "ScimAPI.Demo\ScimAPI.Demo.csproj", "{DFA0F091-42AF-44D5-AF9A-4D0870166C05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1102DB1-71D3-4DEB-A29B-46B1975DAA0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1102DB1-71D3-4DEB-A29B-46B1975DAA0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1102DB1-71D3-4DEB-A29B-46B1975DAA0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1102DB1-71D3-4DEB-A29B-46B1975DAA0F}.Release|Any CPU.Build.0 = Release|Any CPU
{DFA0F091-42AF-44D5-AF9A-4D0870166C05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFA0F091-42AF-44D5-AF9A-4D0870166C05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFA0F091-42AF-44D5-AF9A-4D0870166C05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFA0F091-42AF-44D5-AF9A-4D0870166C05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal