-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hexa.NET.ImGui.Widgets.sln
43 lines (43 loc) · 2.59 KB
/
Hexa.NET.ImGui.Widgets.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 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hexa.NET.ImGui.Widgets", "Hexa.NET.ImGui.Widgets\Hexa.NET.ImGui.Widgets.csproj", "{18AA69A5-04E1-4E49-8CB8-378DF59CF980}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "TestApp\TestApp.csproj", "{088B7207-ED91-435C-8A35-9ED64A510F50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hexa.NET.ImGui.Widgets.Extras", "Hexa.NET.ImGui.Widgets.Extras\Hexa.NET.ImGui.Widgets.Extras.csproj", "{A9F458A4-F994-43C3-944E-1E2E635F3A7D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceTests", "PerformanceTests\PerformanceTests.csproj", "{B0B1BFA5-9CB4-4811-9167-A8B7566EAF41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18AA69A5-04E1-4E49-8CB8-378DF59CF980}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18AA69A5-04E1-4E49-8CB8-378DF59CF980}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18AA69A5-04E1-4E49-8CB8-378DF59CF980}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18AA69A5-04E1-4E49-8CB8-378DF59CF980}.Release|Any CPU.Build.0 = Release|Any CPU
{088B7207-ED91-435C-8A35-9ED64A510F50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{088B7207-ED91-435C-8A35-9ED64A510F50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{088B7207-ED91-435C-8A35-9ED64A510F50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{088B7207-ED91-435C-8A35-9ED64A510F50}.Release|Any CPU.Build.0 = Release|Any CPU
{A9F458A4-F994-43C3-944E-1E2E635F3A7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9F458A4-F994-43C3-944E-1E2E635F3A7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9F458A4-F994-43C3-944E-1E2E635F3A7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9F458A4-F994-43C3-944E-1E2E635F3A7D}.Release|Any CPU.Build.0 = Release|Any CPU
{B0B1BFA5-9CB4-4811-9167-A8B7566EAF41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0B1BFA5-9CB4-4811-9167-A8B7566EAF41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0B1BFA5-9CB4-4811-9167-A8B7566EAF41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0B1BFA5-9CB4-4811-9167-A8B7566EAF41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52FCE378-A076-497C-A15D-CA3BE20AD9FD}
EndGlobalSection
EndGlobal