-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPieLauncher.sln
37 lines (37 loc) · 2.07 KB
/
PieLauncher.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 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PieLauncher", "PieLauncher\PieLauncher.csproj", "{8F499A8F-44F7-4251-9202-EC20C0BA1AC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PieLauncher.Core", "PieLauncher.Core\PieLauncher.Core.csproj", "{9AFA7166-E80A-43C2-9AD9-30A5D476921F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PieLauncher.Avalonia", "PieLauncher.Avalonia\PieLauncher.Avalonia.csproj", "{0A501C13-D2F7-4D34-8627-AE875E05A891}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F499A8F-44F7-4251-9202-EC20C0BA1AC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F499A8F-44F7-4251-9202-EC20C0BA1AC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F499A8F-44F7-4251-9202-EC20C0BA1AC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F499A8F-44F7-4251-9202-EC20C0BA1AC7}.Release|Any CPU.Build.0 = Release|Any CPU
{9AFA7166-E80A-43C2-9AD9-30A5D476921F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AFA7166-E80A-43C2-9AD9-30A5D476921F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AFA7166-E80A-43C2-9AD9-30A5D476921F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AFA7166-E80A-43C2-9AD9-30A5D476921F}.Release|Any CPU.Build.0 = Release|Any CPU
{0A501C13-D2F7-4D34-8627-AE875E05A891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A501C13-D2F7-4D34-8627-AE875E05A891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A501C13-D2F7-4D34-8627-AE875E05A891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A501C13-D2F7-4D34-8627-AE875E05A891}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37028CC8-4014-4653-9B90-5292467E8339}
EndGlobalSection
EndGlobal