-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlutterSharp.sln
More file actions
55 lines (55 loc) · 3.42 KB
/
FlutterSharp.sln
File metadata and controls
55 lines (55 loc) · 3.42 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ABFE0B21-1289-42D6-A5E8-DD8BB8DC004B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{AF0FB68D-9F2C-42EB-AE09-75E3B8C9E546}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlutterSharp.UI", "src\FlutterSharp.UI\FlutterSharp.UI.csproj", "{A581AAF4-756B-45FF-BDC9-701F6B24F079}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlutterSharp.UI.Android", "src\FlutterSharp.UI.Android\FlutterSharp.UI.Android.csproj", "{DC3752E3-A219-4E80-8B07-00273182766A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlutterSharp.Samples", "samples\FlutterSharp.Samples\FlutterSharp.Samples.csproj", "{C1F29B81-F605-4432-8BC0-C31DF33B4B94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlutterSharp.Samples.Android", "samples\FlutterSharp.Samples.Android\FlutterSharp.Samples.Android.csproj", "{3BC0AC7E-3B3B-4D3F-9CC0-B2BDECC460A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A581AAF4-756B-45FF-BDC9-701F6B24F079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A581AAF4-756B-45FF-BDC9-701F6B24F079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A581AAF4-756B-45FF-BDC9-701F6B24F079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A581AAF4-756B-45FF-BDC9-701F6B24F079}.Release|Any CPU.Build.0 = Release|Any CPU
{DC3752E3-A219-4E80-8B07-00273182766A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC3752E3-A219-4E80-8B07-00273182766A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC3752E3-A219-4E80-8B07-00273182766A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC3752E3-A219-4E80-8B07-00273182766A}.Release|Any CPU.Build.0 = Release|Any CPU
{C1F29B81-F605-4432-8BC0-C31DF33B4B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1F29B81-F605-4432-8BC0-C31DF33B4B94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1F29B81-F605-4432-8BC0-C31DF33B4B94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1F29B81-F605-4432-8BC0-C31DF33B4B94}.Release|Any CPU.Build.0 = Release|Any CPU
{3BC0AC7E-3B3B-4D3F-9CC0-B2BDECC460A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BC0AC7E-3B3B-4D3F-9CC0-B2BDECC460A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BC0AC7E-3B3B-4D3F-9CC0-B2BDECC460A6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3BC0AC7E-3B3B-4D3F-9CC0-B2BDECC460A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BC0AC7E-3B3B-4D3F-9CC0-B2BDECC460A6}.Release|Any CPU.Build.0 = Release|Any CPU
{3BC0AC7E-3B3B-4D3F-9CC0-B2BDECC460A6}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A581AAF4-756B-45FF-BDC9-701F6B24F079} = {ABFE0B21-1289-42D6-A5E8-DD8BB8DC004B}
{DC3752E3-A219-4E80-8B07-00273182766A} = {ABFE0B21-1289-42D6-A5E8-DD8BB8DC004B}
{C1F29B81-F605-4432-8BC0-C31DF33B4B94} = {AF0FB68D-9F2C-42EB-AE09-75E3B8C9E546}
{3BC0AC7E-3B3B-4D3F-9CC0-B2BDECC460A6} = {AF0FB68D-9F2C-42EB-AE09-75E3B8C9E546}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87D462AC-74AD-463F-910A-A76A56501E12}
EndGlobalSection
EndGlobal