-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathElmanager.sln
62 lines (62 loc) · 3.58 KB
/
Elmanager.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elmanager", "Elmanager\Elmanager.csproj", "{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}"
ProjectSection(ProjectDependencies) = postProject
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6} = {0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{765ED5E5-B6E6-4A41-B755-A19ABF6612AE}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
LICENSE = LICENSE
LICENSE-3RD-PARTY = LICENSE-3RD-PARTY
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenTK.WinForms", "OpenTK.WinForms\OpenTK.WinForms.csproj", "{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
WineRelease|Any CPU = WineRelease|Any CPU
WineRelease|x86 = WineRelease|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.Debug|x86.ActiveCfg = Debug|x86
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.Debug|x86.Build.0 = Debug|x86
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.Release|Any CPU.Build.0 = Release|Any CPU
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.Release|x86.ActiveCfg = Release|x86
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.Release|x86.Build.0 = Release|x86
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.WineRelease|Any CPU.ActiveCfg = WineRelease|Any CPU
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.WineRelease|Any CPU.Build.0 = WineRelease|Any CPU
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.WineRelease|x86.ActiveCfg = WineRelease|Any CPU
{43DD2B25-6D1D-4ECD-9193-C60535FD75F1}.WineRelease|x86.Build.0 = WineRelease|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.Debug|x86.ActiveCfg = Debug|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.Debug|x86.Build.0 = Debug|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.Release|Any CPU.Build.0 = Release|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.Release|x86.ActiveCfg = Release|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.Release|x86.Build.0 = Release|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.WineRelease|Any CPU.ActiveCfg = WineRelease|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.WineRelease|Any CPU.Build.0 = WineRelease|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.WineRelease|x86.ActiveCfg = WineRelease|Any CPU
{0A1E6F78-33C9-4DFB-AF2F-CEAC94B150C6}.WineRelease|x86.Build.0 = WineRelease|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11FB14FA-FA7F-4DCA-8E7C-6F47CE9FE9B2}
EndGlobalSection
EndGlobal