-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hidentity.Web.sln
42 lines (42 loc) · 2.29 KB
/
Hidentity.Web.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hidentity.Web", "Hidentity.Web\Hidentity.Web.csproj", "{00B81238-5205-4EA3-93E9-63C9ACAE2899}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hidentity", "Hidentity\Hidentity.csproj", "{4E9B8BB7-5B8E-40E2-9973-63602225CAD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hidentity.Test", "Hidentity.Test\Hidentity.Test.csproj", "{024A2D74-5721-410E-B13A-9B1C7B65DFDB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B11595BA-0F1C-4C9C-B698-7EF0C01BED4E}"
ProjectSection(SolutionItems) = preProject
Hidentity.Web.vsmdi = Hidentity.Web.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Hidentity.Web.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00B81238-5205-4EA3-93E9-63C9ACAE2899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00B81238-5205-4EA3-93E9-63C9ACAE2899}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00B81238-5205-4EA3-93E9-63C9ACAE2899}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00B81238-5205-4EA3-93E9-63C9ACAE2899}.Release|Any CPU.Build.0 = Release|Any CPU
{4E9B8BB7-5B8E-40E2-9973-63602225CAD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E9B8BB7-5B8E-40E2-9973-63602225CAD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E9B8BB7-5B8E-40E2-9973-63602225CAD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E9B8BB7-5B8E-40E2-9973-63602225CAD4}.Release|Any CPU.Build.0 = Release|Any CPU
{024A2D74-5721-410E-B13A-9B1C7B65DFDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{024A2D74-5721-410E-B13A-9B1C7B65DFDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{024A2D74-5721-410E-B13A-9B1C7B65DFDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{024A2D74-5721-410E-B13A-9B1C7B65DFDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal