-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathNetCoreAddins.sln
31 lines (31 loc) · 1.48 KB
/
NetCoreAddins.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCore3Addin", "NetCore3Addin\NetCore3Addin.csproj", "{1B34DD2B-152E-4036-A7F5-8513237E7E23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Net5Addin", "Net5Addin\Net5Addin.csproj", "{C82199E3-5059-42C4-8A9B-A86658FBA636}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B34DD2B-152E-4036-A7F5-8513237E7E23}.Debug|x86.ActiveCfg = Debug|x86
{1B34DD2B-152E-4036-A7F5-8513237E7E23}.Debug|x86.Build.0 = Debug|x86
{1B34DD2B-152E-4036-A7F5-8513237E7E23}.Release|x86.ActiveCfg = Release|x86
{1B34DD2B-152E-4036-A7F5-8513237E7E23}.Release|x86.Build.0 = Release|x86
{C82199E3-5059-42C4-8A9B-A86658FBA636}.Debug|x86.ActiveCfg = Debug|x86
{C82199E3-5059-42C4-8A9B-A86658FBA636}.Debug|x86.Build.0 = Debug|x86
{C82199E3-5059-42C4-8A9B-A86658FBA636}.Release|x86.ActiveCfg = Release|x86
{C82199E3-5059-42C4-8A9B-A86658FBA636}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {474F18CD-62D8-4B6F-A978-A848C0A316EB}
EndGlobalSection
EndGlobal