-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNjhLib.sln
49 lines (49 loc) · 2.8 KB
/
NjhLib.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Web Developer Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NjhLib.Web.Mvc", "NjhLib.Web.Mvc\NjhLib.Web.Mvc.csproj", "{62B9EE69-5B14-475D-8B9F-5886AAB3DC0B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NjhLib.Utils", "NjhLib.Utils\NjhLib.Utils.csproj", "{2E0AC632-A26D-40C0-AC86-1CFFB7C1E9A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{353DB09E-24B4-4D0E-AB99-32946F4BA6FF}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
NjhLib.vsmdi = NjhLib.vsmdi
Performance1.psess = Performance1.psess
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestUtils", "TestUtils\TestUtils.csproj", "{BB7BBC26-EEEA-4C9F-8F7C-C8158A0884DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication2", "WebApplication2\WebApplication2.csproj", "{8EC4E295-62E0-4283-A43E-FFDC28956CAE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62B9EE69-5B14-475D-8B9F-5886AAB3DC0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62B9EE69-5B14-475D-8B9F-5886AAB3DC0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62B9EE69-5B14-475D-8B9F-5886AAB3DC0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62B9EE69-5B14-475D-8B9F-5886AAB3DC0B}.Release|Any CPU.Build.0 = Release|Any CPU
{2E0AC632-A26D-40C0-AC86-1CFFB7C1E9A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E0AC632-A26D-40C0-AC86-1CFFB7C1E9A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E0AC632-A26D-40C0-AC86-1CFFB7C1E9A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E0AC632-A26D-40C0-AC86-1CFFB7C1E9A7}.Release|Any CPU.Build.0 = Release|Any CPU
{BB7BBC26-EEEA-4C9F-8F7C-C8158A0884DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB7BBC26-EEEA-4C9F-8F7C-C8158A0884DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB7BBC26-EEEA-4C9F-8F7C-C8158A0884DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB7BBC26-EEEA-4C9F-8F7C-C8158A0884DC}.Release|Any CPU.Build.0 = Release|Any CPU
{8EC4E295-62E0-4283-A43E-FFDC28956CAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EC4E295-62E0-4283-A43E-FFDC28956CAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EC4E295-62E0-4283-A43E-FFDC28956CAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EC4E295-62E0-4283-A43E-FFDC28956CAE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = NjhLib.vsmdi
EndGlobalSection
EndGlobal