-
Notifications
You must be signed in to change notification settings - Fork 4
/
MonoMax.GLPlayground.sln
43 lines (43 loc) · 2.27 KB
/
MonoMax.GLPlayground.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoMax.GLSandboxApp", "MonoMax.GLSandboxApp\MonoMax.GLSandboxApp.csproj", "{64632597-D780-43E1-861E-9E0CDC32EF91}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{4243089A-1705-4C60-87E5-55BB47A863F9}"
ProjectSection(SolutionItems) = preProject
simple_color_fs.glsl = simple_color_fs.glsl
simple_color_vs.glsl = simple_color_vs.glsl
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MonoMax.MonoMaxGraphics", "MonoMax.WpfDrawing\MonoMax.SceneGraphCLR.vcxproj", "{1BCDF537-15FB-4C65-9993-4C6874F98EAF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MonoMax.Engine", "MonoMax.EngineCore\MonoMax.GLPlayground.vcxproj", "{ADEF9D59-FF68-4286-9093-69DA1D6CA7FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64632597-D780-43E1-861E-9E0CDC32EF91}.Debug|x64.ActiveCfg = Debug|x64
{64632597-D780-43E1-861E-9E0CDC32EF91}.Debug|x64.Build.0 = Debug|x64
{64632597-D780-43E1-861E-9E0CDC32EF91}.Release|x64.ActiveCfg = Release|Any CPU
{64632597-D780-43E1-861E-9E0CDC32EF91}.Release|x64.Build.0 = Release|Any CPU
{1BCDF537-15FB-4C65-9993-4C6874F98EAF}.Debug|x64.ActiveCfg = Debug|x64
{1BCDF537-15FB-4C65-9993-4C6874F98EAF}.Debug|x64.Build.0 = Debug|x64
{1BCDF537-15FB-4C65-9993-4C6874F98EAF}.Release|x64.ActiveCfg = Release|x64
{1BCDF537-15FB-4C65-9993-4C6874F98EAF}.Release|x64.Build.0 = Release|x64
{ADEF9D59-FF68-4286-9093-69DA1D6CA7FD}.Debug|x64.ActiveCfg = Debug|x64
{ADEF9D59-FF68-4286-9093-69DA1D6CA7FD}.Debug|x64.Build.0 = Debug|x64
{ADEF9D59-FF68-4286-9093-69DA1D6CA7FD}.Release|x64.ActiveCfg = Release|x64
{ADEF9D59-FF68-4286-9093-69DA1D6CA7FD}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F72D832A-1B52-44AB-AC79-3E00DA29F6B4}
EndGlobalSection
EndGlobal