-
Notifications
You must be signed in to change notification settings - Fork 8
/
Triangle.sln
40 lines (40 loc) · 1.93 KB
/
Triangle.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
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}") = "Solution Items", "Solution Items", "{4E7A120E-61E7-4B9B-B1A7-5A87640D39F1}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.globalconfig = .globalconfig
README-en.md = README-en.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Triangle.Core", "Source\Triangle.Core\Triangle.Core.csproj", "{650B65F1-5031-472F-AD8E-78899416F3F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Triangle.Render", "Source\Triangle.Render\Triangle.Render.csproj", "{3484E8C5-1090-4EFB-AB68-C91C9AF978EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{650B65F1-5031-472F-AD8E-78899416F3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{650B65F1-5031-472F-AD8E-78899416F3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{650B65F1-5031-472F-AD8E-78899416F3F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{650B65F1-5031-472F-AD8E-78899416F3F3}.Release|Any CPU.Build.0 = Release|Any CPU
{3484E8C5-1090-4EFB-AB68-C91C9AF978EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3484E8C5-1090-4EFB-AB68-C91C9AF978EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3484E8C5-1090-4EFB-AB68-C91C9AF978EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3484E8C5-1090-4EFB-AB68-C91C9AF978EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {114F0E19-6A25-4C8B-BF7E-81227EA8E9C9}
EndGlobalSection
EndGlobal