-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPlugin.Maui.Crosswind.sln
35 lines (35 loc) · 2.11 KB
/
Plugin.Maui.Crosswind.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Maui.Crosswind", "Plugin.Maui.Crosswind\Plugin.Maui.Crosswind.csproj", "{66462D1D-F331-4D15-B70F-B7ED8E7BB008}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Maui.Crosswind.Sample", "Plugin.Maui.Crosswind.Sample\Plugin.Maui.Crosswind.Sample.csproj", "{81F7C431-A403-4342-845F-27282F443AB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Maui.Crosswind.Tests", "Plugin.Maui.Crosswind.Tests\Plugin.Maui.Crosswind.Tests.csproj", "{97422085-6002-4A79-B1D8-B0905D953EE5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66462D1D-F331-4D15-B70F-B7ED8E7BB008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66462D1D-F331-4D15-B70F-B7ED8E7BB008}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66462D1D-F331-4D15-B70F-B7ED8E7BB008}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66462D1D-F331-4D15-B70F-B7ED8E7BB008}.Release|Any CPU.Build.0 = Release|Any CPU
{81F7C431-A403-4342-845F-27282F443AB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81F7C431-A403-4342-845F-27282F443AB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81F7C431-A403-4342-845F-27282F443AB3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{81F7C431-A403-4342-845F-27282F443AB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81F7C431-A403-4342-845F-27282F443AB3}.Release|Any CPU.Build.0 = Release|Any CPU
{97422085-6002-4A79-B1D8-B0905D953EE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97422085-6002-4A79-B1D8-B0905D953EE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97422085-6002-4A79-B1D8-B0905D953EE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97422085-6002-4A79-B1D8-B0905D953EE5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal