-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTheOfficeAPI.sln
More file actions
59 lines (59 loc) · 4.7 KB
/
TheOfficeAPI.sln
File metadata and controls
59 lines (59 loc) · 4.7 KB
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
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
#
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI", "src/TheOfficeAPI/TheOfficeAPI.csproj", "{B1D1A596-0809-4313-8A9F-AFBC87A87458}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI.Level0.Tests.Unit", "tests/TheOfficeAPI.Level0.Tests.Unit/TheOfficeAPI.Level0.Tests.Unit.csproj", "{A5E7B66A-B577-446F-A18B-A140EC26EC8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI.Level0.Tests.Integration", "tests/TheOfficeAPI.Level0.Tests.Integration/TheOfficeAPI.Level0.Tests.Integration.csproj", "{8060649B-A00C-4865-97A9-21B2A3007FE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI.Level1.Tests.Unit", "tests/TheOfficeAPI.Level1.Tests.Unit/TheOfficeAPI.Level1.Tests.Unit.csproj", "{C1E8D791-1234-5678-9012-B140EC26EC8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI.Level1.Tests.Integration", "tests/TheOfficeAPI.Level1.Tests.Integration/TheOfficeAPI.Level1.Tests.Integration.csproj", "{D2F9E802-2345-6789-0123-C251FD37FD9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI.Level2.Tests.Unit", "tests/TheOfficeAPI.Level2.Tests.Unit/TheOfficeAPI.Level2.Tests.Unit.csproj", "{E3FA0913-3456-7890-1234-D362FE48FE0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI.Level2.Tests.Integration", "tests/TheOfficeAPI.Level2.Tests.Integration/TheOfficeAPI.Level2.Tests.Integration.csproj", "{00000000-0000-0000-0000-000000000000}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI.Level3.Tests.Unit", "tests/TheOfficeAPI.Level3.Tests.Unit/TheOfficeAPI.Level3.Tests.Unit.csproj", "{00000000-0000-0000-0000-000000000000}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI.Level3.Tests.Integration", "tests/TheOfficeAPI.Level3.Tests.Integration/TheOfficeAPI.Level3.Tests.Integration.csproj", "{00000000-0000-0000-0000-000000000000}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI.Tests.E2E", "tests/TheOfficeAPI.Tests.E2E/TheOfficeAPI.Tests.E2E.csproj", "{00000000-0000-0000-0000-000000000000}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheOfficeAPI.Common.Tests.Unit", "tests/TheOfficeAPI.Common.Tests.Unit/TheOfficeAPI.Common.Tests.Unit.csproj", "{00000000-0000-0000-0000-000000000000}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1D1A596-0809-4313-8A9F-AFBC87A87458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1D1A596-0809-4313-8A9F-AFBC87A87458}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1D1A596-0809-4313-8A9F-AFBC87A87458}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1D1A596-0809-4313-8A9F-AFBC87A87458}.Release|Any CPU.Build.0 = Release|Any CPU
{A5E7B66A-B577-446F-A18B-A140EC26EC8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5E7B66A-B577-446F-A18B-A140EC26EC8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5E7B66A-B577-446F-A18B-A140EC26EC8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5E7B66A-B577-446F-A18B-A140EC26EC8A}.Release|Any CPU.Build.0 = Release|Any CPU
{8060649B-A00C-4865-97A9-21B2A3007FE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8060649B-A00C-4865-97A9-21B2A3007FE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8060649B-A00C-4865-97A9-21B2A3007FE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8060649B-A00C-4865-97A9-21B2A3007FE3}.Release|Any CPU.Build.0 = Release|Any CPU
{C1E8D791-1234-5678-9012-B140EC26EC8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1E8D791-1234-5678-9012-B140EC26EC8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1E8D791-1234-5678-9012-B140EC26EC8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1E8D791-1234-5678-9012-B140EC26EC8B}.Release|Any CPU.Build.0 = Release|Any CPU
{D2F9E802-2345-6789-0123-C251FD37FD9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2F9E802-2345-6789-0123-C251FD37FD9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2F9E802-2345-6789-0123-C251FD37FD9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2F9E802-2345-6789-0123-C251FD37FD9C}.Release|Any CPU.Build.0 = Release|Any CPU
{E3FA0913-3456-7890-1234-D362FE48FE0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3FA0913-3456-7890-1234-D362FE48FE0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3FA0913-3456-7890-1234-D362FE48FE0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3FA0913-3456-7890-1234-D362FE48FE0D}.Release|Any CPU.Build.0 = Release|Any CPU
{00000000-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00000000-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal