-
Notifications
You must be signed in to change notification settings - Fork 0
/
System.Diagnostics.Popup.sln
37 lines (37 loc) · 2.05 KB
/
System.Diagnostics.Popup.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.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Diagnostics.Popup", "System.Diagnostics.Popup.csproj", "{DB86EA59-ACA0-4C2A-B8B4-4696DBD8C8FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{F23665DE-33EB-4138-BB75-E17176A75A63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCore3", "NetCore3\NetCore3.csproj", "{6BD7B647-C773-42F9-BE32-F62FB2C8530F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB86EA59-ACA0-4C2A-B8B4-4696DBD8C8FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB86EA59-ACA0-4C2A-B8B4-4696DBD8C8FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB86EA59-ACA0-4C2A-B8B4-4696DBD8C8FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB86EA59-ACA0-4C2A-B8B4-4696DBD8C8FF}.Release|Any CPU.Build.0 = Release|Any CPU
{F23665DE-33EB-4138-BB75-E17176A75A63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F23665DE-33EB-4138-BB75-E17176A75A63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F23665DE-33EB-4138-BB75-E17176A75A63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F23665DE-33EB-4138-BB75-E17176A75A63}.Release|Any CPU.Build.0 = Release|Any CPU
{6BD7B647-C773-42F9-BE32-F62FB2C8530F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BD7B647-C773-42F9-BE32-F62FB2C8530F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BD7B647-C773-42F9-BE32-F62FB2C8530F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BD7B647-C773-42F9-BE32-F62FB2C8530F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14F05F02-818C-453D-9C4B-2D2B5C860FA8}
EndGlobalSection
EndGlobal