-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSynercoding.Primitives.sln
65 lines (65 loc) · 3.34 KB
/
Synercoding.Primitives.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
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BE969D07-4BE6-4293-BBC6-C496F7D4A81C}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4FA81463-B64F-40F2-A3F1-226179796E09}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
tests\Directory.Build.targets = tests\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synercoding.Primitives", "src\Synercoding.Primitives\Synercoding.Primitives.csproj", "{F272A90A-0188-41E9-887A-B4C8299AE8B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Synercoding.Primitives.Tests", "tests\Synercoding.Primitives.Tests\Synercoding.Primitives.Tests.csproj", "{0E8393FB-4208-4FB9-8002-AF32060C54BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{6AAE343B-2D3D-4F7F-BC6D-6481428BECB2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{878E2A31-9463-4FB9-94DF-F8C98EADA813}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F272A90A-0188-41E9-887A-B4C8299AE8B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F272A90A-0188-41E9-887A-B4C8299AE8B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F272A90A-0188-41E9-887A-B4C8299AE8B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F272A90A-0188-41E9-887A-B4C8299AE8B8}.Release|Any CPU.Build.0 = Release|Any CPU
{0E8393FB-4208-4FB9-8002-AF32060C54BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E8393FB-4208-4FB9-8002-AF32060C54BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E8393FB-4208-4FB9-8002-AF32060C54BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E8393FB-4208-4FB9-8002-AF32060C54BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BE969D07-4BE6-4293-BBC6-C496F7D4A81C} = {6AAE343B-2D3D-4F7F-BC6D-6481428BECB2}
{4FA81463-B64F-40F2-A3F1-226179796E09} = {6AAE343B-2D3D-4F7F-BC6D-6481428BECB2}
{F272A90A-0188-41E9-887A-B4C8299AE8B8} = {BE969D07-4BE6-4293-BBC6-C496F7D4A81C}
{0E8393FB-4208-4FB9-8002-AF32060C54BD} = {4FA81463-B64F-40F2-A3F1-226179796E09}
{878E2A31-9463-4FB9-94DF-F8C98EADA813} = {6AAE343B-2D3D-4F7F-BC6D-6481428BECB2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DB7E905-EFFC-44B7-A5B5-3CC08E3F5AD9}
EndGlobalSection
EndGlobal