-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThinGin.sln
48 lines (48 loc) · 2.76 KB
/
ThinGin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThinGin", "ThinGin\ThinGin.csproj", "{A6A85C44-15F0-4FDC-9535-0BEAE6B12443}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThinGin.OpenGL", "ThinGin.OpenGL\ThinGin.OpenGL.csproj", "{F7D06AC9-0C96-492A-A239-DB4D65F384F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{C664EE81-EC61-4FC3-BB6F-5978AEEC118D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeshRendering", "MeshRendering\MeshRendering.csproj", "{FD7BC771-AFD9-4E4D-9402-0ECA98F83F55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{C01804C8-1562-4609-BCD1-856063F29327}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6A85C44-15F0-4FDC-9535-0BEAE6B12443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6A85C44-15F0-4FDC-9535-0BEAE6B12443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6A85C44-15F0-4FDC-9535-0BEAE6B12443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6A85C44-15F0-4FDC-9535-0BEAE6B12443}.Release|Any CPU.Build.0 = Release|Any CPU
{F7D06AC9-0C96-492A-A239-DB4D65F384F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D06AC9-0C96-492A-A239-DB4D65F384F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7D06AC9-0C96-492A-A239-DB4D65F384F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7D06AC9-0C96-492A-A239-DB4D65F384F5}.Release|Any CPU.Build.0 = Release|Any CPU
{FD7BC771-AFD9-4E4D-9402-0ECA98F83F55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD7BC771-AFD9-4E4D-9402-0ECA98F83F55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD7BC771-AFD9-4E4D-9402-0ECA98F83F55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD7BC771-AFD9-4E4D-9402-0ECA98F83F55}.Release|Any CPU.Build.0 = Release|Any CPU
{C01804C8-1562-4609-BCD1-856063F29327}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C01804C8-1562-4609-BCD1-856063F29327}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C01804C8-1562-4609-BCD1-856063F29327}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C01804C8-1562-4609-BCD1-856063F29327}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD7BC771-AFD9-4E4D-9402-0ECA98F83F55} = {C664EE81-EC61-4FC3-BB6F-5978AEEC118D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAE8B997-4B65-4FBA-BFD2-B312D1E96CEB}
EndGlobalSection
EndGlobal