-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaui-win-package-bug.sln
More file actions
39 lines (39 loc) · 1.88 KB
/
Copy pathmaui-win-package-bug.sln
File metadata and controls
39 lines (39 loc) · 1.88 KB
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
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}") = "UsedToWork", "8.0\UsedToWork.csproj", "{497F4507-3F0C-4585-92BF-AD7928F2035D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoesntWork", "9.0\DoesntWork.csproj", "{9E18F7E3-8EBB-405E-B21A-C9AD4D487C3D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5327C7FB-1BFA-4A95-B3BC-355D0C28C629}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{497F4507-3F0C-4585-92BF-AD7928F2035D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{497F4507-3F0C-4585-92BF-AD7928F2035D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{497F4507-3F0C-4585-92BF-AD7928F2035D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{497F4507-3F0C-4585-92BF-AD7928F2035D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{497F4507-3F0C-4585-92BF-AD7928F2035D}.Release|Any CPU.Build.0 = Release|Any CPU
{9E18F7E3-8EBB-405E-B21A-C9AD4D487C3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E18F7E3-8EBB-405E-B21A-C9AD4D487C3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E18F7E3-8EBB-405E-B21A-C9AD4D487C3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E18F7E3-8EBB-405E-B21A-C9AD4D487C3D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67D6E3AB-E122-4DA9-9FC5-31394B79FB80}
EndGlobalSection
EndGlobal