-
Notifications
You must be signed in to change notification settings - Fork 0
/
Excursion360.Desktop.sln
37 lines (37 loc) · 1.74 KB
/
Excursion360.Desktop.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.29521.150
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Excursion360.Desktop", "Excursion360.Desktop\Excursion360.Desktop.csproj", "{57AB85E0-518E-4278-846B-50B2A63B6C4C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C0F15C1B-6509-4562-B55C-F34126A596E7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{EABEA596-A725-46B2-AD38-206C64FD243D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57AB85E0-518E-4278-846B-50B2A63B6C4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57AB85E0-518E-4278-846B-50B2A63B6C4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57AB85E0-518E-4278-846B-50B2A63B6C4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57AB85E0-518E-4278-846B-50B2A63B6C4C}.Release|Any CPU.Build.0 = Release|Any CPU
{EABEA596-A725-46B2-AD38-206C64FD243D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EABEA596-A725-46B2-AD38-206C64FD243D}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A23D4AEF-7BC6-4281-B5BA-CE087ABAD54C}
EndGlobalSection
EndGlobal