This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathFluentSecurity.sln
64 lines (64 loc) · 4.37 KB
/
FluentSecurity.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample Application", "Sample Application", "{635F70A6-95DD-47D6-B815-BF7D8592D9CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSecurity", "FluentSecurity\FluentSecurity.csproj", "{673F02AC-EEAF-4D65-9B0B-15D534AD7E82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSecurity.Specification", "FluentSecurity.Specification\FluentSecurity.Specification.csproj", "{2CB0499B-C0F7-4207-B5BC-1EDB207D9308}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSecurity.TestHelper", "FluentSecurity.TestHelper\FluentSecurity.TestHelper.csproj", "{F8E43851-6455-48F4-96DE-C3CB3E189123}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSecurity.TestHelper.Specification", "FluentSecurity.TestHelper.Specification\FluentSecurity.TestHelper.Specification.csproj", "{2C5E08EC-362A-4A9F-BC7E-AA44B4589995}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSecurity.SampleApplication", "SampleApplication\FluentSecurity.SampleApplication\FluentSecurity.SampleApplication.csproj", "{C061FCA0-BF28-4803-B55B-F8725DAF3EA1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSecurity.SampleApplication.Tests", "SampleApplication\FluentSecurity.SampleApplication.Tests\FluentSecurity.SampleApplication.Tests.csproj", "{56EB339E-9C71-4374-B8DF-5B7AC80DC97A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0B7B892C-DE97-4EC3-8D1A-A27EE7D8E23F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{673F02AC-EEAF-4D65-9B0B-15D534AD7E82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{673F02AC-EEAF-4D65-9B0B-15D534AD7E82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{673F02AC-EEAF-4D65-9B0B-15D534AD7E82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{673F02AC-EEAF-4D65-9B0B-15D534AD7E82}.Release|Any CPU.Build.0 = Release|Any CPU
{2CB0499B-C0F7-4207-B5BC-1EDB207D9308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CB0499B-C0F7-4207-B5BC-1EDB207D9308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CB0499B-C0F7-4207-B5BC-1EDB207D9308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CB0499B-C0F7-4207-B5BC-1EDB207D9308}.Release|Any CPU.Build.0 = Release|Any CPU
{F8E43851-6455-48F4-96DE-C3CB3E189123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8E43851-6455-48F4-96DE-C3CB3E189123}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8E43851-6455-48F4-96DE-C3CB3E189123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8E43851-6455-48F4-96DE-C3CB3E189123}.Release|Any CPU.Build.0 = Release|Any CPU
{2C5E08EC-362A-4A9F-BC7E-AA44B4589995}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C5E08EC-362A-4A9F-BC7E-AA44B4589995}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C5E08EC-362A-4A9F-BC7E-AA44B4589995}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C5E08EC-362A-4A9F-BC7E-AA44B4589995}.Release|Any CPU.Build.0 = Release|Any CPU
{C061FCA0-BF28-4803-B55B-F8725DAF3EA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C061FCA0-BF28-4803-B55B-F8725DAF3EA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C061FCA0-BF28-4803-B55B-F8725DAF3EA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C061FCA0-BF28-4803-B55B-F8725DAF3EA1}.Release|Any CPU.Build.0 = Release|Any CPU
{56EB339E-9C71-4374-B8DF-5B7AC80DC97A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56EB339E-9C71-4374-B8DF-5B7AC80DC97A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56EB339E-9C71-4374-B8DF-5B7AC80DC97A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56EB339E-9C71-4374-B8DF-5B7AC80DC97A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C061FCA0-BF28-4803-B55B-F8725DAF3EA1} = {635F70A6-95DD-47D6-B815-BF7D8592D9CB}
{56EB339E-9C71-4374-B8DF-5B7AC80DC97A} = {635F70A6-95DD-47D6-B815-BF7D8592D9CB}
EndGlobalSection
EndGlobal