-
Notifications
You must be signed in to change notification settings - Fork 1
/
FlutterBridge.Sample.Droid.Local.sln
39 lines (39 loc) · 2.32 KB
/
FlutterBridge.Sample.Droid.Local.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35004.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlutterBridge.Sample.Droid", "FlutterBridge.Sample\FlutterBridge.Sample.Droid.Local.csproj", "{33DCA98E-C04D-4956-AAF1-E298A8296F08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlutterBinding.Droid", "FlutterBridge.Binding\FlutterBinding.Droid\FlutterBinding.Droid.csproj", "{B21FB160-055C-4815-933B-CCA956BB7C6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlutterBridge.Maui.Droid", "FlutterBridge.Maui\FlutterBridge.Maui.Droid.Local.csproj", "{FD5E43B5-C97B-4066-B42E-2751B8E15A97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33DCA98E-C04D-4956-AAF1-E298A8296F08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33DCA98E-C04D-4956-AAF1-E298A8296F08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33DCA98E-C04D-4956-AAF1-E298A8296F08}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{33DCA98E-C04D-4956-AAF1-E298A8296F08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33DCA98E-C04D-4956-AAF1-E298A8296F08}.Release|Any CPU.Build.0 = Release|Any CPU
{33DCA98E-C04D-4956-AAF1-E298A8296F08}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B21FB160-055C-4815-933B-CCA956BB7C6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B21FB160-055C-4815-933B-CCA956BB7C6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B21FB160-055C-4815-933B-CCA956BB7C6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B21FB160-055C-4815-933B-CCA956BB7C6A}.Release|Any CPU.Build.0 = Release|Any CPU
{FD5E43B5-C97B-4066-B42E-2751B8E15A97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD5E43B5-C97B-4066-B42E-2751B8E15A97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD5E43B5-C97B-4066-B42E-2751B8E15A97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD5E43B5-C97B-4066-B42E-2751B8E15A97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD6D89D8-3AD9-4658-9223-AB7A4F386993}
EndGlobalSection
EndGlobal