-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFOK-GYEM_Ultimate.sln
43 lines (43 loc) · 2.52 KB
/
FOK-GYEM_Ultimate.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.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FOK-GYEM_Ultimate", "FOK-GYEM_Ultimate\FOK-GYEM_Ultimate.csproj", "{DCFBA1E9-7211-46F7-B04E-8EAF6C4734C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginBase", "PluginBase\PluginBase.csproj", "{4B81A3D9-D262-4090-B53A-BC4E6311707C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPlugin", "TestPlugin\TestPlugin.csproj", "{7078DA21-B01A-4ED5-B904-D114C5097775}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SerialCommPlugin", "SerialCommPlugin\SerialCommPlugin.csproj", "{8901BD32-A15E-4FDA-8C66-F405BA0D6A39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCFBA1E9-7211-46F7-B04E-8EAF6C4734C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCFBA1E9-7211-46F7-B04E-8EAF6C4734C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCFBA1E9-7211-46F7-B04E-8EAF6C4734C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCFBA1E9-7211-46F7-B04E-8EAF6C4734C2}.Release|Any CPU.Build.0 = Release|Any CPU
{4B81A3D9-D262-4090-B53A-BC4E6311707C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B81A3D9-D262-4090-B53A-BC4E6311707C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B81A3D9-D262-4090-B53A-BC4E6311707C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B81A3D9-D262-4090-B53A-BC4E6311707C}.Release|Any CPU.Build.0 = Release|Any CPU
{7078DA21-B01A-4ED5-B904-D114C5097775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7078DA21-B01A-4ED5-B904-D114C5097775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7078DA21-B01A-4ED5-B904-D114C5097775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7078DA21-B01A-4ED5-B904-D114C5097775}.Release|Any CPU.Build.0 = Release|Any CPU
{8901BD32-A15E-4FDA-8C66-F405BA0D6A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8901BD32-A15E-4FDA-8C66-F405BA0D6A39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8901BD32-A15E-4FDA-8C66-F405BA0D6A39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8901BD32-A15E-4FDA-8C66-F405BA0D6A39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72554518-E721-49D7-98E2-B8FBC9AA87E2}
EndGlobalSection
EndGlobal