-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToastr.Winforms.sln
31 lines (31 loc) · 1.6 KB
/
Toastr.Winforms.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 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toastr.Winforms", "Toastr.Winforms\Toastr.Winforms.csproj", "{D150F025-5EC3-42C7-A716-A39EEBAF1F2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Toastr.Winforms.NET6", "Toastr.Winforms.NET6\Toastr.Winforms.NET6.csproj", "{E973C227-B221-44A4-A0EC-79EE36317531}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D150F025-5EC3-42C7-A716-A39EEBAF1F2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D150F025-5EC3-42C7-A716-A39EEBAF1F2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D150F025-5EC3-42C7-A716-A39EEBAF1F2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D150F025-5EC3-42C7-A716-A39EEBAF1F2B}.Release|Any CPU.Build.0 = Release|Any CPU
{E973C227-B221-44A4-A0EC-79EE36317531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E973C227-B221-44A4-A0EC-79EE36317531}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E973C227-B221-44A4-A0EC-79EE36317531}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E973C227-B221-44A4-A0EC-79EE36317531}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {347A6E17-9A79-41CE-8B16-27AA290A8B43}
EndGlobalSection
EndGlobal