forked from versionone/VersionOne.Provisioning.LDAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
VersionOne.Provisioning.sln
67 lines (67 loc) · 4.26 KB
/
VersionOne.Provisioning.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.Provisioning", "VersionOne.Provisioning\VersionOne.Provisioning.csproj", "{9D08EB2C-E06D-424C-8CC2-EEAEA3FC5497}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.Provisioning.LDAP", "VersionOne.Provisioning.LDAP\VersionOne.Provisioning.LDAP.csproj", "{D347843E-F5DE-42BB-9D5D-86237495ECBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.Provisioning.LDAP.Tests", "VersionOne.Provisioning.LDAP.Tests\VersionOne.Provisioning.LDAP.Tests.csproj", "{8A308519-2BFC-4606-A878-3E8B72D97A60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.Provisioning.Tests", "VersionOne.Provisioning.Tests\VersionOne.Provisioning.Tests.csproj", "{01DB3028-5AA9-49CC-8FAF-889C01A755C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.Provisioning.Console", "VersionOne.Provisioning.Console\VersionOne.Provisioning.Console.csproj", "{B9DD1BE8-111D-4E13-AF19-B4655B8290D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.Provisioning.Tests.Email", "VersionOne.Provisioning.Tests.Email\VersionOne.Provisioning.Tests.Email.csproj", "{89C87223-B87F-426A-B624-C4BDEC421EA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{27A1E83C-7323-4AA8-9CAC-E84AC778D833}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20A98406-A09A-4BBE-8423-E12D34848338}"
ProjectSection(SolutionItems) = preProject
ACKNOWLEDGEMENTS.md = ACKNOWLEDGEMENTS.md
build.properties = build.properties
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.md = LICENSE.md
product.json = product.json
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
{9D08EB2C-E06D-424C-8CC2-EEAEA3FC5497}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D08EB2C-E06D-424C-8CC2-EEAEA3FC5497}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D08EB2C-E06D-424C-8CC2-EEAEA3FC5497}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D08EB2C-E06D-424C-8CC2-EEAEA3FC5497}.Release|Any CPU.Build.0 = Release|Any CPU
{D347843E-F5DE-42BB-9D5D-86237495ECBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D347843E-F5DE-42BB-9D5D-86237495ECBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D347843E-F5DE-42BB-9D5D-86237495ECBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D347843E-F5DE-42BB-9D5D-86237495ECBD}.Release|Any CPU.Build.0 = Release|Any CPU
{8A308519-2BFC-4606-A878-3E8B72D97A60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A308519-2BFC-4606-A878-3E8B72D97A60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A308519-2BFC-4606-A878-3E8B72D97A60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A308519-2BFC-4606-A878-3E8B72D97A60}.Release|Any CPU.Build.0 = Release|Any CPU
{01DB3028-5AA9-49CC-8FAF-889C01A755C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01DB3028-5AA9-49CC-8FAF-889C01A755C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01DB3028-5AA9-49CC-8FAF-889C01A755C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01DB3028-5AA9-49CC-8FAF-889C01A755C3}.Release|Any CPU.Build.0 = Release|Any CPU
{B9DD1BE8-111D-4E13-AF19-B4655B8290D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9DD1BE8-111D-4E13-AF19-B4655B8290D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9DD1BE8-111D-4E13-AF19-B4655B8290D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9DD1BE8-111D-4E13-AF19-B4655B8290D0}.Release|Any CPU.Build.0 = Release|Any CPU
{89C87223-B87F-426A-B624-C4BDEC421EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89C87223-B87F-426A-B624-C4BDEC421EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89C87223-B87F-426A-B624-C4BDEC421EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89C87223-B87F-426A-B624-C4BDEC421EA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal