-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTAEM.sln
57 lines (57 loc) · 3.31 KB
/
TAEM.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TAEM.Domain", "TAEM.Domain\TAEM.Domain.csproj", "{95D61826-725A-4E74-8988-31DDE0095198}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TAEM.Business", "TAEM.Business\TAEM.Business.csproj", "{0980C5F2-C8D1-458B-ADF9-2559CF1E0AC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TAEM.Service", "TAEM.Service\TAEM.Service.csproj", "{7EADFF17-2F26-42B2-81BD-FCEE3DAC64C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSite", "WebSite\WebSite.csproj", "{59E287C9-F0FB-4EAF-B0E0-B9D5B48C8E2A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70E9FDB2-DF0E-41CD-A84A-770194348FF9}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
TAEM.vsmdi = TAEM.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TAEM.Business.Test", "TAEM.Business.Test\TAEM.Business.Test.csproj", "{3C65D86B-F99C-4E72-9B46-C4B7C4ABA6DF}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = TAEM.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95D61826-725A-4E74-8988-31DDE0095198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95D61826-725A-4E74-8988-31DDE0095198}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95D61826-725A-4E74-8988-31DDE0095198}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95D61826-725A-4E74-8988-31DDE0095198}.Release|Any CPU.Build.0 = Release|Any CPU
{0980C5F2-C8D1-458B-ADF9-2559CF1E0AC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0980C5F2-C8D1-458B-ADF9-2559CF1E0AC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0980C5F2-C8D1-458B-ADF9-2559CF1E0AC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0980C5F2-C8D1-458B-ADF9-2559CF1E0AC3}.Release|Any CPU.Build.0 = Release|Any CPU
{7EADFF17-2F26-42B2-81BD-FCEE3DAC64C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EADFF17-2F26-42B2-81BD-FCEE3DAC64C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EADFF17-2F26-42B2-81BD-FCEE3DAC64C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EADFF17-2F26-42B2-81BD-FCEE3DAC64C4}.Release|Any CPU.Build.0 = Release|Any CPU
{59E287C9-F0FB-4EAF-B0E0-B9D5B48C8E2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59E287C9-F0FB-4EAF-B0E0-B9D5B48C8E2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59E287C9-F0FB-4EAF-B0E0-B9D5B48C8E2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59E287C9-F0FB-4EAF-B0E0-B9D5B48C8E2A}.Release|Any CPU.Build.0 = Release|Any CPU
{3C65D86B-F99C-4E72-9B46-C4B7C4ABA6DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C65D86B-F99C-4E72-9B46-C4B7C4ABA6DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C65D86B-F99C-4E72-9B46-C4B7C4ABA6DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C65D86B-F99C-4E72-9B46-C4B7C4ABA6DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal