-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecurePages.sln
52 lines (52 loc) · 3.1 KB
/
SecurePages.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurePages", "SecurePages\SecurePages.csproj", "{0EA1A5C3-E06B-4000-8D10-76D1C53E6F0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurePages.Tests", "SecurePages.Tests\SecurePages.Tests.csproj", "{22417842-7DB3-477E-A0DD-A1B9875D65E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurePages.Mvc.Tests", "SecurePages.MVC.Tests\SecurePages.Mvc.Tests.csproj", "{316B9782-AFCF-4A46-B9FC-4A367C28645A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurePages.WebForms.Tests", "SecurePages.WebForms.Tests\SecurePages.WebForms.Tests.csproj", "{F3E32831-F6B0-4540-BEB5-593715A1C091}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{53028057-5EDD-4D6C-B1B5-8466833D9449}"
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}") = ".build", ".build", "{0B81FEE7-EC62-45EB-A9A1-343AC3B77EA5}"
ProjectSection(SolutionItems) = preProject
Build.proj = Build.proj
.build\MSBuild.Community.Tasks.dll = .build\MSBuild.Community.Tasks.dll
.build\MSBuild.Community.Tasks.targets = .build\MSBuild.Community.Tasks.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0EA1A5C3-E06B-4000-8D10-76D1C53E6F0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EA1A5C3-E06B-4000-8D10-76D1C53E6F0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EA1A5C3-E06B-4000-8D10-76D1C53E6F0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EA1A5C3-E06B-4000-8D10-76D1C53E6F0E}.Release|Any CPU.Build.0 = Release|Any CPU
{22417842-7DB3-477E-A0DD-A1B9875D65E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22417842-7DB3-477E-A0DD-A1B9875D65E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22417842-7DB3-477E-A0DD-A1B9875D65E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22417842-7DB3-477E-A0DD-A1B9875D65E4}.Release|Any CPU.Build.0 = Release|Any CPU
{316B9782-AFCF-4A46-B9FC-4A367C28645A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{316B9782-AFCF-4A46-B9FC-4A367C28645A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{316B9782-AFCF-4A46-B9FC-4A367C28645A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{316B9782-AFCF-4A46-B9FC-4A367C28645A}.Release|Any CPU.Build.0 = Release|Any CPU
{F3E32831-F6B0-4540-BEB5-593715A1C091}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3E32831-F6B0-4540-BEB5-593715A1C091}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3E32831-F6B0-4540-BEB5-593715A1C091}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3E32831-F6B0-4540-BEB5-593715A1C091}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal