This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNuPlug.sln
69 lines (69 loc) · 3.94 KB
/
NuPlug.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
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleSample", "Samples\ConsoleSample\ConsoleSample.csproj", "{B2F69885-9170-4268-838D-F1CA2880106D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuPlug", "NuPlug\NuPlug.csproj", "{96D30860-1BBB-4BB2-94BB-CB8B1DE54A72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SamplePlugin", "Samples\SamplePlugin\SamplePlugin.csproj", "{120CA4A8-44B9-49DA-8959-014F0C2E7DA4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B8076B1-3838-4671-86D0-0CC3675B0C10}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
before.NuPlug.sln.targets = before.NuPlug.sln.targets
build.bat = build.bat
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
README.md = README.md
solution.targets = solution.targets
SolutionInfo.cs = SolutionInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{2FFC9726-093A-4E1E-BBF1-6EBE1175394F}"
ProjectSection(SolutionItems) = preProject
Samples\Sample.targets = Samples\Sample.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestPlugin", "Samples\RestPlugin\RestPlugin.csproj", "{CDD33868-DACC-40E2-B757-8121AA4C2F68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginContracts", "Samples\PluginContracts\PluginContracts.csproj", "{E7141F20-86C9-41A7-985D-9C24287C61EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2F69885-9170-4268-838D-F1CA2880106D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2F69885-9170-4268-838D-F1CA2880106D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2F69885-9170-4268-838D-F1CA2880106D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2F69885-9170-4268-838D-F1CA2880106D}.Release|Any CPU.Build.0 = Release|Any CPU
{96D30860-1BBB-4BB2-94BB-CB8B1DE54A72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96D30860-1BBB-4BB2-94BB-CB8B1DE54A72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96D30860-1BBB-4BB2-94BB-CB8B1DE54A72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96D30860-1BBB-4BB2-94BB-CB8B1DE54A72}.Release|Any CPU.Build.0 = Release|Any CPU
{120CA4A8-44B9-49DA-8959-014F0C2E7DA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{120CA4A8-44B9-49DA-8959-014F0C2E7DA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{120CA4A8-44B9-49DA-8959-014F0C2E7DA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{120CA4A8-44B9-49DA-8959-014F0C2E7DA4}.Release|Any CPU.Build.0 = Release|Any CPU
{CDD33868-DACC-40E2-B757-8121AA4C2F68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDD33868-DACC-40E2-B757-8121AA4C2F68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDD33868-DACC-40E2-B757-8121AA4C2F68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDD33868-DACC-40E2-B757-8121AA4C2F68}.Release|Any CPU.Build.0 = Release|Any CPU
{E7141F20-86C9-41A7-985D-9C24287C61EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7141F20-86C9-41A7-985D-9C24287C61EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7141F20-86C9-41A7-985D-9C24287C61EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7141F20-86C9-41A7-985D-9C24287C61EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B2F69885-9170-4268-838D-F1CA2880106D} = {2FFC9726-093A-4E1E-BBF1-6EBE1175394F}
{120CA4A8-44B9-49DA-8959-014F0C2E7DA4} = {2FFC9726-093A-4E1E-BBF1-6EBE1175394F}
{CDD33868-DACC-40E2-B757-8121AA4C2F68} = {2FFC9726-093A-4E1E-BBF1-6EBE1175394F}
{E7141F20-86C9-41A7-985D-9C24287C61EF} = {2FFC9726-093A-4E1E-BBF1-6EBE1175394F}
EndGlobalSection
EndGlobal