-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathRandom.Services.sln
More file actions
48 lines (48 loc) · 2.93 KB
/
Random.Services.sln
File metadata and controls
48 lines (48 loc) · 2.93 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31815.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Random.Services.Infrastructure.Build", "Random.Services.Infrastructure.Build\Random.Services.Infrastructure.Build.csproj", "{C3725D7D-BEA1-4920-9426-D0BAEC80ECF9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D463D5E-90B0-4752-B47B-56084C8C973D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Random.Services.Api", "Random.Services.Api\Random.Services.Api.csproj", "{28ADD1B1-BCD0-493C-BF11-B5368CDF9077}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Random.Services.Tests.Unit", "Random.Services.Tests.Unit\Random.Services.Tests.Unit.csproj", "{208B3C54-8B30-4F1F-BACE-A8FCC3ED82DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Random.Services.Tests.Acceptance", "Random.Services.Tests.Acceptance\Random.Services.Tests.Acceptance.csproj", "{FF2E5A8A-F4A4-4BA9-A3D4-0E1C2C92CEFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3725D7D-BEA1-4920-9426-D0BAEC80ECF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3725D7D-BEA1-4920-9426-D0BAEC80ECF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3725D7D-BEA1-4920-9426-D0BAEC80ECF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3725D7D-BEA1-4920-9426-D0BAEC80ECF9}.Release|Any CPU.Build.0 = Release|Any CPU
{28ADD1B1-BCD0-493C-BF11-B5368CDF9077}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28ADD1B1-BCD0-493C-BF11-B5368CDF9077}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28ADD1B1-BCD0-493C-BF11-B5368CDF9077}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28ADD1B1-BCD0-493C-BF11-B5368CDF9077}.Release|Any CPU.Build.0 = Release|Any CPU
{208B3C54-8B30-4F1F-BACE-A8FCC3ED82DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{208B3C54-8B30-4F1F-BACE-A8FCC3ED82DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{208B3C54-8B30-4F1F-BACE-A8FCC3ED82DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{208B3C54-8B30-4F1F-BACE-A8FCC3ED82DD}.Release|Any CPU.Build.0 = Release|Any CPU
{FF2E5A8A-F4A4-4BA9-A3D4-0E1C2C92CEFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF2E5A8A-F4A4-4BA9-A3D4-0E1C2C92CEFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF2E5A8A-F4A4-4BA9-A3D4-0E1C2C92CEFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF2E5A8A-F4A4-4BA9-A3D4-0E1C2C92CEFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAD8A9A2-4674-4789-BD63-7904F960298F}
EndGlobalSection
EndGlobal