-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ITfoxtec.Identity.sln
45 lines (45 loc) · 2.31 KB
/
ITfoxtec.Identity.sln
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
34
35
36
37
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ITfoxtec.Identity", "src\ITfoxtec.Identity.csproj", "{70C811AA-5034-4F5D-9A24-39326D1076FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CFA46973-0C9F-4002-928E-1A5132D50A6D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D6B63CEA-1175-408E-94B6-4F374097424B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ITfoxtec.Identity.UnitTest", "test\ITfoxtec.Identity.UnitTest\ITfoxtec.Identity.UnitTest.csproj", "{163DCB42-8DCC-4930-BB0C-C30B3BFEAEEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B80311BB-D49F-4952-B256-38F0EE5EF645}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70C811AA-5034-4F5D-9A24-39326D1076FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70C811AA-5034-4F5D-9A24-39326D1076FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70C811AA-5034-4F5D-9A24-39326D1076FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70C811AA-5034-4F5D-9A24-39326D1076FD}.Release|Any CPU.Build.0 = Release|Any CPU
{163DCB42-8DCC-4930-BB0C-C30B3BFEAEEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163DCB42-8DCC-4930-BB0C-C30B3BFEAEEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{163DCB42-8DCC-4930-BB0C-C30B3BFEAEEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{163DCB42-8DCC-4930-BB0C-C30B3BFEAEEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{70C811AA-5034-4F5D-9A24-39326D1076FD} = {CFA46973-0C9F-4002-928E-1A5132D50A6D}
{163DCB42-8DCC-4930-BB0C-C30B3BFEAEEB} = {D6B63CEA-1175-408E-94B6-4F374097424B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1521B9A-1F89-411B-8311-064B5F7F891F}
EndGlobalSection
EndGlobal