-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoomPlan.sln
42 lines (42 loc) · 2.35 KB
/
RoomPlan.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "macios", "macios", "{E39BC49C-098D-4654-A387-23C3B9646953}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NewBinding.MaciOS.Binding", "macios\RoomPlanBinding.MaciOS.Binding\RoomPlanBinding.MaciOS.Binding.csproj", "{D4EA2AC0-34ED-4674-B066-428DDB3DC511}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiSample", "sample\MauiSample.csproj", "{F812A12B-4BA1-4405-8102-B7935FD0FD9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoomPlanScanner", "RoomPlanScanner\RoomPlanScanner.csproj", "{DDBB984F-F878-4497-BF70-E8A26254BEE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4EA2AC0-34ED-4674-B066-428DDB3DC511}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4EA2AC0-34ED-4674-B066-428DDB3DC511}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4EA2AC0-34ED-4674-B066-428DDB3DC511}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4EA2AC0-34ED-4674-B066-428DDB3DC511}.Release|Any CPU.Build.0 = Release|Any CPU
{F812A12B-4BA1-4405-8102-B7935FD0FD9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F812A12B-4BA1-4405-8102-B7935FD0FD9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F812A12B-4BA1-4405-8102-B7935FD0FD9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F812A12B-4BA1-4405-8102-B7935FD0FD9E}.Release|Any CPU.Build.0 = Release|Any CPU
{DDBB984F-F878-4497-BF70-E8A26254BEE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDBB984F-F878-4497-BF70-E8A26254BEE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDBB984F-F878-4497-BF70-E8A26254BEE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDBB984F-F878-4497-BF70-E8A26254BEE7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D4EA2AC0-34ED-4674-B066-428DDB3DC511} = {E39BC49C-098D-4654-A387-23C3B9646953}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94B02F3B-30A0-403F-9455-706FF31FF434}
EndGlobalSection
EndGlobal