-
Notifications
You must be signed in to change notification settings - Fork 20
/
Active Directory Object Picker.sln
49 lines (49 loc) · 2.44 KB
/
Active Directory Object Picker.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
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ADPickerTester", "ADPickerTester\ADPickerTester.csproj", "{46550771-182F-4A29-9879-AD837D0A9D10}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tulpep.ActiveDirectoryObjectPicker", "Tulpep.ActiveDirectoryObjectPicker\Tulpep.ActiveDirectoryObjectPicker.csproj", "{AD25BE24-8A42-44E0-9588-3767F572C338}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution files", "Solution files", "{3CFB5347-F5F1-4097-B9F7-0880E1B1CA57}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Screenshots", "Screenshots", "{81FE7AEB-CEBA-425A-8CFA-B1AE18185813}"
ProjectSection(SolutionItems) = preProject
Screenshots\ADPickerTester.gif = Screenshots\ADPickerTester.gif
Screenshots\img01.png = Screenshots\img01.png
Screenshots\img02.png = Screenshots\img02.png
Screenshots\img03.png = Screenshots\img03.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46550771-182F-4A29-9879-AD837D0A9D10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46550771-182F-4A29-9879-AD837D0A9D10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46550771-182F-4A29-9879-AD837D0A9D10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46550771-182F-4A29-9879-AD837D0A9D10}.Release|Any CPU.Build.0 = Release|Any CPU
{AD25BE24-8A42-44E0-9588-3767F572C338}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD25BE24-8A42-44E0-9588-3767F572C338}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD25BE24-8A42-44E0-9588-3767F572C338}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD25BE24-8A42-44E0-9588-3767F572C338}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{81FE7AEB-CEBA-425A-8CFA-B1AE18185813} = {3CFB5347-F5F1-4097-B9F7-0880E1B1CA57}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAC3C911-4E73-492D-B434-3F7FDDC11C8F}
EndGlobalSection
EndGlobal