-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathActiveDirectory.sln
47 lines (47 loc) · 2.33 KB
/
ActiveDirectory.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
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ActiveDirectory", "src\ActiveDirectory.csproj", "{990C30E7-F5A2-4AD8-9F80-BD0D18E9AD4C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C62A591C-F4B1-47B6-B078-A19D84A196C8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ActiveDirectoryTests", "tests\ActiveDirectoryTests.csproj", "{CD1C03A0-B83C-43A9-89F5-9A7806DA07AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{07DFBE97-2847-4ACD-A5E9-D30AC8F658AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{160D6BB5-37D0-4AB9-85F0-512683DA35E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{990C30E7-F5A2-4AD8-9F80-BD0D18E9AD4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{990C30E7-F5A2-4AD8-9F80-BD0D18E9AD4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{990C30E7-F5A2-4AD8-9F80-BD0D18E9AD4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{990C30E7-F5A2-4AD8-9F80-BD0D18E9AD4C}.Release|Any CPU.Build.0 = Release|Any CPU
{CD1C03A0-B83C-43A9-89F5-9A7806DA07AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD1C03A0-B83C-43A9-89F5-9A7806DA07AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD1C03A0-B83C-43A9-89F5-9A7806DA07AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD1C03A0-B83C-43A9-89F5-9A7806DA07AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{990C30E7-F5A2-4AD8-9F80-BD0D18E9AD4C} = {07DFBE97-2847-4ACD-A5E9-D30AC8F658AD}
{CD1C03A0-B83C-43A9-89F5-9A7806DA07AF} = {160D6BB5-37D0-4AB9-85F0-512683DA35E3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {653B66AD-7081-4DE7-9750-EC8A869AB7F9}
EndGlobalSection
EndGlobal