-
Notifications
You must be signed in to change notification settings - Fork 4
/
Endless.sln
57 lines (57 loc) · 2.7 KB
/
Endless.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3CB395C4-6885-4C4A-8077-077B9A0DDE77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C76D3E79-B558-4F0E-99A8-029937E11337}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{C4726817-0C8C-4A12-8607-A3ED8250AD2F}"
ProjectSection(SolutionItems) = preProject
assets\logo_128.png = assets\logo_128.png
assets\logo_32.png = assets\logo_32.png
assets\logo_320.png = assets\logo_320.png
assets\logo_64.png = assets\logo_64.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{58C86B88-A1B9-4654-818E-580B5B4AAACF}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Endless", "src\Endless\Endless.csproj", "{3D35F4F0-45CB-4171-84AB-0516F3EF97D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Endless.Tests", "tests\Endless.Tests\Endless.Tests.csproj", "{92B8A9AC-6767-45C4-AF90-7B12039280B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D35F4F0-45CB-4171-84AB-0516F3EF97D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D35F4F0-45CB-4171-84AB-0516F3EF97D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D35F4F0-45CB-4171-84AB-0516F3EF97D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D35F4F0-45CB-4171-84AB-0516F3EF97D3}.Release|Any CPU.Build.0 = Release|Any CPU
{92B8A9AC-6767-45C4-AF90-7B12039280B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92B8A9AC-6767-45C4-AF90-7B12039280B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92B8A9AC-6767-45C4-AF90-7B12039280B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92B8A9AC-6767-45C4-AF90-7B12039280B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3D35F4F0-45CB-4171-84AB-0516F3EF97D3} = {3CB395C4-6885-4C4A-8077-077B9A0DDE77}
{92B8A9AC-6767-45C4-AF90-7B12039280B0} = {C76D3E79-B558-4F0E-99A8-029937E11337}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B60C6359-6EC5-43C9-8D85-2506AFD1AE74}
EndGlobalSection
EndGlobal