-
Notifications
You must be signed in to change notification settings - Fork 16
/
SchwabenCode.QuickIO.sln
68 lines (68 loc) · 3.61 KB
/
SchwabenCode.QuickIO.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
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35208.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickIO", "src\QuickIO\QuickIO.csproj", "{435893FD-03CF-460F-B7DC-A18FEC7526A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickIO.IntegrationTests", "tests\QuickIO.IntegrationTests\QuickIO.IntegrationTests.csproj", "{7E7A00FE-15A7-434E-8AEB-553DF26FF0A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickIO.UnitTests", "tests\QuickIO.UnitTests\QuickIO.UnitTests.csproj", "{755CFD84-D67D-48FA-AF91-BB45ADFF6489}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F5111071-EFEB-49A9-B17F-388541B168CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B206207E-EEC5-4F1B-BDF5-1D225EF10679}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{B8A157F1-0014-4125-824F-D476951DC63A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{8B8B57B5-3460-4C92-BD4F-6E65D7E34113}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{CAF5E435-D245-4166-9A75-6A2E941C5CE7}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{435893FD-03CF-460F-B7DC-A18FEC7526A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{435893FD-03CF-460F-B7DC-A18FEC7526A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{435893FD-03CF-460F-B7DC-A18FEC7526A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{435893FD-03CF-460F-B7DC-A18FEC7526A7}.Release|Any CPU.Build.0 = Release|Any CPU
{7E7A00FE-15A7-434E-8AEB-553DF26FF0A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E7A00FE-15A7-434E-8AEB-553DF26FF0A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E7A00FE-15A7-434E-8AEB-553DF26FF0A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E7A00FE-15A7-434E-8AEB-553DF26FF0A4}.Release|Any CPU.Build.0 = Release|Any CPU
{755CFD84-D67D-48FA-AF91-BB45ADFF6489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{755CFD84-D67D-48FA-AF91-BB45ADFF6489}.Debug|Any CPU.Build.0 = Debug|Any CPU
{755CFD84-D67D-48FA-AF91-BB45ADFF6489}.Release|Any CPU.ActiveCfg = Release|Any CPU
{755CFD84-D67D-48FA-AF91-BB45ADFF6489}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{435893FD-03CF-460F-B7DC-A18FEC7526A7} = {F5111071-EFEB-49A9-B17F-388541B168CA}
{7E7A00FE-15A7-434E-8AEB-553DF26FF0A4} = {B206207E-EEC5-4F1B-BDF5-1D225EF10679}
{755CFD84-D67D-48FA-AF91-BB45ADFF6489} = {B206207E-EEC5-4F1B-BDF5-1D225EF10679}
{8B8B57B5-3460-4C92-BD4F-6E65D7E34113} = {B8A157F1-0014-4125-824F-D476951DC63A}
{CAF5E435-D245-4166-9A75-6A2E941C5CE7} = {8B8B57B5-3460-4C92-BD4F-6E65D7E34113}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6829A37E-1842-4B1C-94AE-BB5EC9DC0905}
EndGlobalSection
EndGlobal