-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBindingSampleMac.sln
More file actions
39 lines (39 loc) · 2.15 KB
/
BindingSampleMac.sln
File metadata and controls
39 lines (39 loc) · 2.15 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.5.33209.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Counter.Shared", "Counter.Shared\Counter.Shared.shproj", "{6E90C042-C004-4064-9C38-43B293F5803D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Counter.iOS", "Counter.iOS\Counter.iOS.csproj", "{5A684C5A-6685-4999-BAD4-079CBCC23D06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BasicMauiAppMac", "BasicMauiApp\BasicMauiAppMac.csproj", "{A4F85C39-69BE-4B17-965A-AD5543F5076E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A684C5A-6685-4999-BAD4-079CBCC23D06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A684C5A-6685-4999-BAD4-079CBCC23D06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A684C5A-6685-4999-BAD4-079CBCC23D06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A684C5A-6685-4999-BAD4-079CBCC23D06}.Release|Any CPU.Build.0 = Release|Any CPU
{A4F85C39-69BE-4B17-965A-AD5543F5076E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4F85C39-69BE-4B17-965A-AD5543F5076E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4F85C39-69BE-4B17-965A-AD5543F5076E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A4F85C39-69BE-4B17-965A-AD5543F5076E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4F85C39-69BE-4B17-965A-AD5543F5076E}.Release|Any CPU.Build.0 = Release|Any CPU
{A4F85C39-69BE-4B17-965A-AD5543F5076E}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD9AAD1D-E7E0-464C-B02E-958F214B5708}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Counter.Shared\Counter.projitems*{5a684c5a-6685-4999-bad4-079cbcc23d06}*SharedItemsImports = 5
Counter.Shared\Counter.projitems*{6e90c042-c004-4064-9c38-43b293f5803d}*SharedItemsImports = 13
EndGlobalSection
EndGlobal