-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDataProtection.sln
39 lines (39 loc) · 2.1 KB
/
DataProtection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataProtectionExtensions", "src\DataProtectionExtensions\DataProtectionExtensions.csproj", "{2EBCD6F3-401D-4588-83B2-A202EA97D610}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataProtectionExtensions.Test", "test\DataProtectionExtensions.Test\DataProtectionExtensions.Test.csproj", "{23FF9E5A-C681-45FC-92CC-E892C7B7EFD0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{21C9FD54-9CD8-4DE8-A8FA-F00303FF5344}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2CDC5141-323F-4379-A866-58D910FE0DE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EBCD6F3-401D-4588-83B2-A202EA97D610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EBCD6F3-401D-4588-83B2-A202EA97D610}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EBCD6F3-401D-4588-83B2-A202EA97D610}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EBCD6F3-401D-4588-83B2-A202EA97D610}.Release|Any CPU.Build.0 = Release|Any CPU
{23FF9E5A-C681-45FC-92CC-E892C7B7EFD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23FF9E5A-C681-45FC-92CC-E892C7B7EFD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23FF9E5A-C681-45FC-92CC-E892C7B7EFD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23FF9E5A-C681-45FC-92CC-E892C7B7EFD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2EBCD6F3-401D-4588-83B2-A202EA97D610} = {21C9FD54-9CD8-4DE8-A8FA-F00303FF5344}
{23FF9E5A-C681-45FC-92CC-E892C7B7EFD0} = {2CDC5141-323F-4379-A866-58D910FE0DE9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06EA5576-CCA2-4423-851F-48F701DFDE35}
EndGlobalSection
EndGlobal