-
Notifications
You must be signed in to change notification settings - Fork 0
/
JBSnorro.sln
55 lines (55 loc) · 3.23 KB
/
JBSnorro.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JBSnorro", "JBSnorro\JBSnorro.csproj", "{1CF2C242-DE8F-4AE3-905B-6B8ECD876ADF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JBSnorro.Tests", "JBSnorro.Tests\JBSnorro.Tests.csproj", "{DACC807A-A1D2-44CB-9629-D81A1A3E74EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6A96551-98DC-4787-B396-8BA81FD44C3B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\CI.Testing.yml = .github\workflows\CI.Testing.yml
.github\workflows\CI.yml = .github\workflows\CI.yml
.github\get_current_version.sh = .github\get_current_version.sh
.github\get_published_version.sh = .github\get_published_version.sh
.github\workflows\Publish.yml = .github\workflows\Publish.yml
test.runsettings = test.runsettings
test.runsettings.example = test.runsettings.example
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JBSnorro.Testing", "JBSnorro.Testing\JBSnorro.Testing.csproj", "{0B0745BD-9A38-4281-9504-2E316D18565E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JBSnorro.Testing.Tests", "JBSnorro.Testing.Tests\JBSnorro.Testing.Tests.csproj", "{0D359CD5-058C-4F2B-BA17-86D4CB925B85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CF2C242-DE8F-4AE3-905B-6B8ECD876ADF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CF2C242-DE8F-4AE3-905B-6B8ECD876ADF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CF2C242-DE8F-4AE3-905B-6B8ECD876ADF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CF2C242-DE8F-4AE3-905B-6B8ECD876ADF}.Release|Any CPU.Build.0 = Release|Any CPU
{DACC807A-A1D2-44CB-9629-D81A1A3E74EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DACC807A-A1D2-44CB-9629-D81A1A3E74EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DACC807A-A1D2-44CB-9629-D81A1A3E74EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DACC807A-A1D2-44CB-9629-D81A1A3E74EC}.Release|Any CPU.Build.0 = Release|Any CPU
{0B0745BD-9A38-4281-9504-2E316D18565E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B0745BD-9A38-4281-9504-2E316D18565E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B0745BD-9A38-4281-9504-2E316D18565E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B0745BD-9A38-4281-9504-2E316D18565E}.Release|Any CPU.Build.0 = Release|Any CPU
{0D359CD5-058C-4F2B-BA17-86D4CB925B85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D359CD5-058C-4F2B-BA17-86D4CB925B85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D359CD5-058C-4F2B-BA17-86D4CB925B85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D359CD5-058C-4F2B-BA17-86D4CB925B85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F27AF021-662C-4A30-BC83-1F02241C0481}
EndGlobalSection
EndGlobal