-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMauiBlazorApp1.sln
36 lines (36 loc) · 1.87 KB
/
MauiBlazorApp1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31220.234
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiBlazorApp1.WinUI", "MauiBlazorApp1\MauiBlazorApp1.WinUI\MauiBlazorApp1.WinUI.csproj", "{E3B971C4-C84A-4D0B-B85A-0C84EF66B3B0}"
ProjectSection(ProjectDependencies) = postProject
{34A85C12-82DF-4180-8B89-715C87822C63} = {34A85C12-82DF-4180-8B89-715C87822C63}
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp", "FSharp\FSharp.fsproj", "{34A85C12-82DF-4180-8B89-715C87822C63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3B971C4-C84A-4D0B-B85A-0C84EF66B3B0}.Debug|Any CPU.ActiveCfg = Debug|x64
{E3B971C4-C84A-4D0B-B85A-0C84EF66B3B0}.Debug|Any CPU.Build.0 = Debug|x64
{E3B971C4-C84A-4D0B-B85A-0C84EF66B3B0}.Debug|Any CPU.Deploy.0 = Debug|x64
{E3B971C4-C84A-4D0B-B85A-0C84EF66B3B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3B971C4-C84A-4D0B-B85A-0C84EF66B3B0}.Release|Any CPU.Build.0 = Release|Any CPU
{E3B971C4-C84A-4D0B-B85A-0C84EF66B3B0}.Release|Any CPU.Deploy.0 = Release|Any CPU
{34A85C12-82DF-4180-8B89-715C87822C63}.Debug|Any CPU.ActiveCfg = Debug|x64
{34A85C12-82DF-4180-8B89-715C87822C63}.Debug|Any CPU.Build.0 = Debug|x64
{34A85C12-82DF-4180-8B89-715C87822C63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34A85C12-82DF-4180-8B89-715C87822C63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
EndGlobalSection
EndGlobal