-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPluginXpert.sln
More file actions
69 lines (69 loc) · 4.45 KB
/
PluginXpert.sln
File metadata and controls
69 lines (69 loc) · 4.45 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
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
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34009.444
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginXpert", "src\PluginXpert\PluginXpert.csproj", "{DEAC88CE-DC75-4D93-889A-A020D48AF544}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginXpert.Types", "src\PluginXpert.Types\PluginXpert.Types.csproj", "{23E26C04-02EC-4692-B348-5A4410510DCB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPlugin", "samples\TestPlugin\TestPlugin.csproj", "{6BDCDFDE-DD52-4375-B2A9-D50F656F8E21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginXpert.Tests", "tests\PluginXpert.Tests\PluginXpert.Tests.csproj", "{3DFFB12A-7F72-4B7D-B389-F4EBE0819CD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginXpert.ConsoleTest", "tests\PluginXpert.ConsoleTest\PluginXpert.ConsoleTest.csproj", "{A07AA055-5648-4781-B6F3-992D23FAE914}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D323FFEB-9176-4B2E-93A0-E4E04A857DB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E01E2892-F400-4DC6-850D-309B2BC956DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{8A21210D-59C5-4ECB-8174-5711E117B59B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginXpert.Cli", "src\PluginXpert.Cli\PluginXpert.Cli.csproj", "{B7100BE0-FEB0-4341-975C-39814246C1AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEAC88CE-DC75-4D93-889A-A020D48AF544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEAC88CE-DC75-4D93-889A-A020D48AF544}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEAC88CE-DC75-4D93-889A-A020D48AF544}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEAC88CE-DC75-4D93-889A-A020D48AF544}.Release|Any CPU.Build.0 = Release|Any CPU
{23E26C04-02EC-4692-B348-5A4410510DCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23E26C04-02EC-4692-B348-5A4410510DCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23E26C04-02EC-4692-B348-5A4410510DCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23E26C04-02EC-4692-B348-5A4410510DCB}.Release|Any CPU.Build.0 = Release|Any CPU
{6BDCDFDE-DD52-4375-B2A9-D50F656F8E21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BDCDFDE-DD52-4375-B2A9-D50F656F8E21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BDCDFDE-DD52-4375-B2A9-D50F656F8E21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BDCDFDE-DD52-4375-B2A9-D50F656F8E21}.Release|Any CPU.Build.0 = Release|Any CPU
{3DFFB12A-7F72-4B7D-B389-F4EBE0819CD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DFFB12A-7F72-4B7D-B389-F4EBE0819CD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DFFB12A-7F72-4B7D-B389-F4EBE0819CD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DFFB12A-7F72-4B7D-B389-F4EBE0819CD6}.Release|Any CPU.Build.0 = Release|Any CPU
{A07AA055-5648-4781-B6F3-992D23FAE914}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A07AA055-5648-4781-B6F3-992D23FAE914}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A07AA055-5648-4781-B6F3-992D23FAE914}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A07AA055-5648-4781-B6F3-992D23FAE914}.Release|Any CPU.Build.0 = Release|Any CPU
{B7100BE0-FEB0-4341-975C-39814246C1AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7100BE0-FEB0-4341-975C-39814246C1AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7100BE0-FEB0-4341-975C-39814246C1AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7100BE0-FEB0-4341-975C-39814246C1AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DEAC88CE-DC75-4D93-889A-A020D48AF544} = {D323FFEB-9176-4B2E-93A0-E4E04A857DB8}
{23E26C04-02EC-4692-B348-5A4410510DCB} = {D323FFEB-9176-4B2E-93A0-E4E04A857DB8}
{6BDCDFDE-DD52-4375-B2A9-D50F656F8E21} = {8A21210D-59C5-4ECB-8174-5711E117B59B}
{3DFFB12A-7F72-4B7D-B389-F4EBE0819CD6} = {E01E2892-F400-4DC6-850D-309B2BC956DC}
{A07AA055-5648-4781-B6F3-992D23FAE914} = {E01E2892-F400-4DC6-850D-309B2BC956DC}
{B7100BE0-FEB0-4341-975C-39814246C1AA} = {D323FFEB-9176-4B2E-93A0-E4E04A857DB8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5FB070C-D307-45D3-93E7-873EF463506E}
EndGlobalSection
EndGlobal