-
Notifications
You must be signed in to change notification settings - Fork 2
/
Yugen.Mosaic.sln
43 lines (43 loc) · 2.07 KB
/
Yugen.Mosaic.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yugen.Mosaic.Uwp", "Yugen.Mosaic.Uwp\Yugen.Mosaic.Uwp.csproj", "{9401F9CD-F858-451C-9022-A4C1663587BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{6140E03F-4808-489A-B10F-6B8D5B9D64F1}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
.github\workflows\dotnet-desktop.yml = .github\workflows\dotnet-desktop.yml
GitVersion.yml = GitVersion.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|ARM64.ActiveCfg = Debug|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|ARM64.Build.0 = Debug|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|ARM64.Deploy.0 = Debug|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|x64.ActiveCfg = Debug|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|x64.Build.0 = Debug|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|x64.Deploy.0 = Debug|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|ARM64.ActiveCfg = Release|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|ARM64.Build.0 = Release|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|ARM64.Deploy.0 = Release|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|x64.ActiveCfg = Release|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|x64.Build.0 = Release|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {563EF964-5212-48D6-9D77-0913806273B4}
EndGlobalSection
EndGlobal