-
Notifications
You must be signed in to change notification settings - Fork 4
/
Riter.sln
52 lines (52 loc) · 2.59 KB
/
Riter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6D889842-D231-40F7-A206-F31363EE9187}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{17154ABB-A541-4F16-91B6-2510B90F3AE7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenshots", "screenshots", "{0DA9C33A-8D87-4401-B858-0CB840DEB2FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{FFCE99A1-F762-4556-980F-A1886E3CE23F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Riter.Tests", "tests\Riter.Tests\Riter.Tests.csproj", "{3DC3FAD1-FFB4-4C32-A112-75DAD37B8DC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Riter", "src\Riter\Riter.csproj", "{EB1772E9-A11D-4BC9-88D1-22DEDB6F0EDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DC3FAD1-FFB4-4C32-A112-75DAD37B8DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DC3FAD1-FFB4-4C32-A112-75DAD37B8DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DC3FAD1-FFB4-4C32-A112-75DAD37B8DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DC3FAD1-FFB4-4C32-A112-75DAD37B8DC5}.Release|Any CPU.Build.0 = Release|Any CPU
{EB1772E9-A11D-4BC9-88D1-22DEDB6F0EDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB1772E9-A11D-4BC9-88D1-22DEDB6F0EDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB1772E9-A11D-4BC9-88D1-22DEDB6F0EDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB1772E9-A11D-4BC9-88D1-22DEDB6F0EDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0DA9C33A-8D87-4401-B858-0CB840DEB2FD} = {17154ABB-A541-4F16-91B6-2510B90F3AE7}
{3DC3FAD1-FFB4-4C32-A112-75DAD37B8DC5} = {FFCE99A1-F762-4556-980F-A1886E3CE23F}
{EB1772E9-A11D-4BC9-88D1-22DEDB6F0EDA} = {6D889842-D231-40F7-A206-F31363EE9187}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51746622-2251-413C-828A-820DC165208B}
EndGlobalSection
EndGlobal