-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPlusConsole.sln
37 lines (37 loc) · 2.1 KB
/
PlusConsole.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlusConsole", "PlusConsole\PlusConsole.csproj", "{B6A06C6F-C381-4319-A672-B95E5696F57D}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PlusConsole.Example", "PlusConsole.Example\PlusConsole.Example.vbproj", "{D106DADD-8C58-4F3B-85EF-7130C7625262}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlusConsole.NetCore.Example", "PlusConsole.NetCore.Example\PlusConsole.NetCore.Example.csproj", "{1552CF45-2209-4754-B181-170DA4DB0DE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6A06C6F-C381-4319-A672-B95E5696F57D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6A06C6F-C381-4319-A672-B95E5696F57D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6A06C6F-C381-4319-A672-B95E5696F57D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6A06C6F-C381-4319-A672-B95E5696F57D}.Release|Any CPU.Build.0 = Release|Any CPU
{D106DADD-8C58-4F3B-85EF-7130C7625262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D106DADD-8C58-4F3B-85EF-7130C7625262}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D106DADD-8C58-4F3B-85EF-7130C7625262}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D106DADD-8C58-4F3B-85EF-7130C7625262}.Release|Any CPU.Build.0 = Release|Any CPU
{1552CF45-2209-4754-B181-170DA4DB0DE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1552CF45-2209-4754-B181-170DA4DB0DE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1552CF45-2209-4754-B181-170DA4DB0DE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1552CF45-2209-4754-B181-170DA4DB0DE7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF9CF52C-BCB6-472E-B013-243055C46590}
EndGlobalSection
EndGlobal