-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHexa.NET.GLFW.sln
More file actions
37 lines (37 loc) · 2.01 KB
/
Hexa.NET.GLFW.sln
File metadata and controls
37 lines (37 loc) · 2.01 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hexa.NET.GLFW", "Hexa.NET.GLFW\Hexa.NET.GLFW.csproj", "{E39F9920-8DB6-4B68-B3C5-A467FDEC08CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator", "Generator\Generator.csproj", "{012F640C-0388-4019-8C87-6A84BE136F5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{4C6C2503-871A-459B-A379-5BD940DEE64A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E39F9920-8DB6-4B68-B3C5-A467FDEC08CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E39F9920-8DB6-4B68-B3C5-A467FDEC08CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E39F9920-8DB6-4B68-B3C5-A467FDEC08CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E39F9920-8DB6-4B68-B3C5-A467FDEC08CB}.Release|Any CPU.Build.0 = Release|Any CPU
{012F640C-0388-4019-8C87-6A84BE136F5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{012F640C-0388-4019-8C87-6A84BE136F5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{012F640C-0388-4019-8C87-6A84BE136F5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{012F640C-0388-4019-8C87-6A84BE136F5B}.Release|Any CPU.Build.0 = Release|Any CPU
{4C6C2503-871A-459B-A379-5BD940DEE64A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C6C2503-871A-459B-A379-5BD940DEE64A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C6C2503-871A-459B-A379-5BD940DEE64A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C6C2503-871A-459B-A379-5BD940DEE64A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C4CCAC6-0FC5-418F-AE4F-CA6D25477F54}
EndGlobalSection
EndGlobal