-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAECCAPI.sln
53 lines (53 loc) · 3.05 KB
/
AECCAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "McMaster.NETCore.Plugins", "src\PluginsLoader\McMaster.NETCore.Plugins.csproj", "{5B642DC2-943B-47A5-8B20-0BE932B08A62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AECCWebAPI", "src\WebAPI\AECCWebAPI.csproj", "{51FFEF93-9AFD-44B0-BD67-FBAC2E550846}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.Abstraction", "src\Plugin.Abstraction\Plugin.Abstraction.csproj", "{D6CA7D0D-2B2F-4D2E-B867-1138C59FDF7F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DemoPlugin", "DemoPlugin", "{A2423B82-B859-47F1-97A2-05983FB413F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AECC.Plugin1", "src\DemoPlugins\Plugin1\AECC.Plugin1.csproj", "{7ED12811-62E8-4188-A576-5C4A97F0E357}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42D9CDD2-2BC7-4E9D-BC7A-92F3471B3AD4}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B642DC2-943B-47A5-8B20-0BE932B08A62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B642DC2-943B-47A5-8B20-0BE932B08A62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B642DC2-943B-47A5-8B20-0BE932B08A62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B642DC2-943B-47A5-8B20-0BE932B08A62}.Release|Any CPU.Build.0 = Release|Any CPU
{51FFEF93-9AFD-44B0-BD67-FBAC2E550846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51FFEF93-9AFD-44B0-BD67-FBAC2E550846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51FFEF93-9AFD-44B0-BD67-FBAC2E550846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51FFEF93-9AFD-44B0-BD67-FBAC2E550846}.Release|Any CPU.Build.0 = Release|Any CPU
{D6CA7D0D-2B2F-4D2E-B867-1138C59FDF7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6CA7D0D-2B2F-4D2E-B867-1138C59FDF7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6CA7D0D-2B2F-4D2E-B867-1138C59FDF7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6CA7D0D-2B2F-4D2E-B867-1138C59FDF7F}.Release|Any CPU.Build.0 = Release|Any CPU
{7ED12811-62E8-4188-A576-5C4A97F0E357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ED12811-62E8-4188-A576-5C4A97F0E357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ED12811-62E8-4188-A576-5C4A97F0E357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ED12811-62E8-4188-A576-5C4A97F0E357}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7ED12811-62E8-4188-A576-5C4A97F0E357} = {A2423B82-B859-47F1-97A2-05983FB413F7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83A7B5B1-A6E8-4307-BA52-55E1A1C1A087}
EndGlobalSection
EndGlobal