-
Notifications
You must be signed in to change notification settings - Fork 0
/
DemoApp.sln
47 lines (47 loc) · 2.77 KB
/
DemoApp.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
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32708.82
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoApp", "DemoApp\DemoApp.csproj", "{947BF881-83DC-4599-BA86-14B299AEF593}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedLibrary", "SharedLibrary\SharedLibrary.csproj", "{4AE42E7B-FF34-4E20-974E-CAB92684BDB4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{AA08CDC1-2691-4BAF-99FA-B17AE3AADBF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormsApp", "WinFormsApp\WinFormsApp.csproj", "{2F90E7FB-9F5D-44E6-8EFD-48672E669B82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MauiAppBlazor", "MauiAppBlazor\MauiAppBlazor.csproj", "{013EC13B-F511-450F-B404-979FF3998665}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{947BF881-83DC-4599-BA86-14B299AEF593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{947BF881-83DC-4599-BA86-14B299AEF593}.Debug|Any CPU.Build.0 = Debug|Any CPU
{947BF881-83DC-4599-BA86-14B299AEF593}.Release|Any CPU.ActiveCfg = Release|Any CPU
{947BF881-83DC-4599-BA86-14B299AEF593}.Release|Any CPU.Build.0 = Release|Any CPU
{4AE42E7B-FF34-4E20-974E-CAB92684BDB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AE42E7B-FF34-4E20-974E-CAB92684BDB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AE42E7B-FF34-4E20-974E-CAB92684BDB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AE42E7B-FF34-4E20-974E-CAB92684BDB4}.Release|Any CPU.Build.0 = Release|Any CPU
{2F90E7FB-9F5D-44E6-8EFD-48672E669B82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F90E7FB-9F5D-44E6-8EFD-48672E669B82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F90E7FB-9F5D-44E6-8EFD-48672E669B82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F90E7FB-9F5D-44E6-8EFD-48672E669B82}.Release|Any CPU.Build.0 = Release|Any CPU
{013EC13B-F511-450F-B404-979FF3998665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{013EC13B-F511-450F-B404-979FF3998665}.Debug|Any CPU.Build.0 = Debug|Any CPU
{013EC13B-F511-450F-B404-979FF3998665}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{013EC13B-F511-450F-B404-979FF3998665}.Release|Any CPU.ActiveCfg = Release|Any CPU
{013EC13B-F511-450F-B404-979FF3998665}.Release|Any CPU.Build.0 = Release|Any CPU
{013EC13B-F511-450F-B404-979FF3998665}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEB097CB-5B9E-4C1C-A284-F6A1631E8CC2}
EndGlobalSection
EndGlobal