-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocker.sln
46 lines (46 loc) · 2.93 KB
/
docker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "netcore-opengl-core", "..\..\core\netcore-opengl-core.csproj", "{3AEE1698-056D-4991-9BA6-287C0384AD09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "netcore-opengl-gui", "..\..\gui\netcore-opengl-gui.csproj", "{39A89222-AB55-4A2F-8285-5E35E5061535}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "netcore-opengl-render", "..\..\render\netcore-opengl-render.csproj", "{E2F8018C-61F3-4121-AB0A-A925678E6216}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "..\test.csproj", "{BAAF7440-CB6E-4CE3-9827-6E59BFB2B4F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "netcore-opengl-shapes", "..\..\shapes\netcore-opengl-shapes.csproj", "{EFDEB11C-39D5-4975-ADC4-C815F92D5E6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AEE1698-056D-4991-9BA6-287C0384AD09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AEE1698-056D-4991-9BA6-287C0384AD09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AEE1698-056D-4991-9BA6-287C0384AD09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AEE1698-056D-4991-9BA6-287C0384AD09}.Release|Any CPU.Build.0 = Release|Any CPU
{39A89222-AB55-4A2F-8285-5E35E5061535}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39A89222-AB55-4A2F-8285-5E35E5061535}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39A89222-AB55-4A2F-8285-5E35E5061535}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39A89222-AB55-4A2F-8285-5E35E5061535}.Release|Any CPU.Build.0 = Release|Any CPU
{E2F8018C-61F3-4121-AB0A-A925678E6216}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2F8018C-61F3-4121-AB0A-A925678E6216}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2F8018C-61F3-4121-AB0A-A925678E6216}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2F8018C-61F3-4121-AB0A-A925678E6216}.Release|Any CPU.Build.0 = Release|Any CPU
{BAAF7440-CB6E-4CE3-9827-6E59BFB2B4F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAAF7440-CB6E-4CE3-9827-6E59BFB2B4F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAAF7440-CB6E-4CE3-9827-6E59BFB2B4F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAAF7440-CB6E-4CE3-9827-6E59BFB2B4F2}.Release|Any CPU.Build.0 = Release|Any CPU
{EFDEB11C-39D5-4975-ADC4-C815F92D5E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFDEB11C-39D5-4975-ADC4-C815F92D5E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFDEB11C-39D5-4975-ADC4-C815F92D5E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFDEB11C-39D5-4975-ADC4-C815F92D5E6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal