-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tonga.sln
55 lines (55 loc) · 2.76 KB
/
Tonga.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 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tonga", "src\Tonga\Tonga.csproj", "{2F5E5C9F-A1C1-46EE-BE06-94B36E65F888}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tonga.Tests", "tests\Tonga.Tests\Tonga.Tests.csproj", "{EF7ABB27-5BCB-4CFF-AE84-7CC7CEEA8A60}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{5FD3135C-F443-4396-8FF5-F278409C5418}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
codecov.yml = codecov.yml
LICENSE = LICENSE
README.md = README.md
build.sh = build.sh
.github\workflows\ci-cd.yml = .github\workflows\ci-cd.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{466C3FC5-7B3E-4102-B705-6787D47E8893}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build", "build\Build.csproj", "{F43D035F-2535-4972-A9EE-5BC2043CDEC4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F5E5C9F-A1C1-46EE-BE06-94B36E65F888}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F5E5C9F-A1C1-46EE-BE06-94B36E65F888}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F5E5C9F-A1C1-46EE-BE06-94B36E65F888}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F5E5C9F-A1C1-46EE-BE06-94B36E65F888}.Release|Any CPU.Build.0 = Release|Any CPU
{EF7ABB27-5BCB-4CFF-AE84-7CC7CEEA8A60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF7ABB27-5BCB-4CFF-AE84-7CC7CEEA8A60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF7ABB27-5BCB-4CFF-AE84-7CC7CEEA8A60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF7ABB27-5BCB-4CFF-AE84-7CC7CEEA8A60}.Release|Any CPU.Build.0 = Release|Any CPU
{F43D035F-2535-4972-A9EE-5BC2043CDEC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F43D035F-2535-4972-A9EE-5BC2043CDEC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F43D035F-2535-4972-A9EE-5BC2043CDEC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F43D035F-2535-4972-A9EE-5BC2043CDEC4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EF7ABB27-5BCB-4CFF-AE84-7CC7CEEA8A60} = {466C3FC5-7B3E-4102-B705-6787D47E8893}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52CB0F65-900D-457E-A483-CFAB6B6221BA}
EndGlobalSection
EndGlobal