-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSotsera.Sources.Common.sln
63 lines (63 loc) · 3.41 KB
/
Sotsera.Sources.Common.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
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{F2FD18A2-3382-45D8-9F0B-8E94EFB2A0CE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
icon.png = icon.png
icon.svg = icon.svg
LICENSE = LICENSE
README.md = README.md
Sotsera.Sources.Common.sln.DotSettings = Sotsera.Sources.Common.sln.DotSettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B3030FA3-01FF-42F6-A449-1D8D960AE6D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sotsera.Sources.Common", "src\Sotsera.Sources.Common\Sotsera.Sources.Common.csproj", "{42618E66-214F-40CD-8D9A-E0FB593042A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2D9C9B3C-7907-4BE5-9FAC-49E4A04D9907}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sotsera.Sources.Common.Tests.Unit", "test\Sotsera.Sources.Common.Tests.Unit\Sotsera.Sources.Common.Tests.Unit.csproj", "{06F10E05-619C-4BEA-B5DA-8B30BAC9EA25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sotsera.Sources.Common.Tests.Integration", "test\Sotsera.Sources.Common.Tests.Integration\Sotsera.Sources.Common.Tests.Integration.csproj", "{7E83FA83-B12E-42F3-8D75-5D34AA3953C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42618E66-214F-40CD-8D9A-E0FB593042A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42618E66-214F-40CD-8D9A-E0FB593042A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42618E66-214F-40CD-8D9A-E0FB593042A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42618E66-214F-40CD-8D9A-E0FB593042A2}.Release|Any CPU.Build.0 = Release|Any CPU
{06F10E05-619C-4BEA-B5DA-8B30BAC9EA25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06F10E05-619C-4BEA-B5DA-8B30BAC9EA25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06F10E05-619C-4BEA-B5DA-8B30BAC9EA25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06F10E05-619C-4BEA-B5DA-8B30BAC9EA25}.Release|Any CPU.Build.0 = Release|Any CPU
{7E83FA83-B12E-42F3-8D75-5D34AA3953C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E83FA83-B12E-42F3-8D75-5D34AA3953C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E83FA83-B12E-42F3-8D75-5D34AA3953C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E83FA83-B12E-42F3-8D75-5D34AA3953C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{42618E66-214F-40CD-8D9A-E0FB593042A2} = {B3030FA3-01FF-42F6-A449-1D8D960AE6D1}
{06F10E05-619C-4BEA-B5DA-8B30BAC9EA25} = {2D9C9B3C-7907-4BE5-9FAC-49E4A04D9907}
{7E83FA83-B12E-42F3-8D75-5D34AA3953C7} = {2D9C9B3C-7907-4BE5-9FAC-49E4A04D9907}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65291AE5-25E8-40F9-A3FF-37165D3C14E0}
EndGlobalSection
EndGlobal