-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLiteMigrator.MauiSample.sln
More file actions
48 lines (48 loc) · 3.04 KB
/
LiteMigrator.MauiSample.sln
File metadata and controls
48 lines (48 loc) · 3.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteMigrator.MauiSample", "LiteMigrator.MauiSample\LiteMigrator.MauiSample.csproj", "{B67CDD54-DA0E-4416-B50B-54F2A3B8D779}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteMigrator.Sample.Common", "LiteMigrator.Sample.Common\LiteMigrator.Sample.Common.csproj", "{513EF216-CBE1-4CBE-A573-7C60B3888AC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteMigrator", "lib\LiteMigrator\source\LiteMigrator\LiteMigrator.csproj", "{A64C3776-5B89-4F6F-8732-C263A9E9E8C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{4BB5CE78-46B3-4325-932B-354E8A0A5D08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteMigrator.SystemTests", "lib\LiteMigrator\source\LiteMigrator.Tests\LiteMigrator.SystemTests.csproj", "{FAEECAA3-4B64-46A6-AAEF-995360F4081E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B67CDD54-DA0E-4416-B50B-54F2A3B8D779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B67CDD54-DA0E-4416-B50B-54F2A3B8D779}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B67CDD54-DA0E-4416-B50B-54F2A3B8D779}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B67CDD54-DA0E-4416-B50B-54F2A3B8D779}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B67CDD54-DA0E-4416-B50B-54F2A3B8D779}.Release|Any CPU.Build.0 = Release|Any CPU
{B67CDD54-DA0E-4416-B50B-54F2A3B8D779}.Release|Any CPU.Deploy.0 = Release|Any CPU
{513EF216-CBE1-4CBE-A573-7C60B3888AC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{513EF216-CBE1-4CBE-A573-7C60B3888AC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{513EF216-CBE1-4CBE-A573-7C60B3888AC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{513EF216-CBE1-4CBE-A573-7C60B3888AC3}.Release|Any CPU.Build.0 = Release|Any CPU
{A64C3776-5B89-4F6F-8732-C263A9E9E8C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A64C3776-5B89-4F6F-8732-C263A9E9E8C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A64C3776-5B89-4F6F-8732-C263A9E9E8C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A64C3776-5B89-4F6F-8732-C263A9E9E8C5}.Release|Any CPU.Build.0 = Release|Any CPU
{FAEECAA3-4B64-46A6-AAEF-995360F4081E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAEECAA3-4B64-46A6-AAEF-995360F4081E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAEECAA3-4B64-46A6-AAEF-995360F4081E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAEECAA3-4B64-46A6-AAEF-995360F4081E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A64C3776-5B89-4F6F-8732-C263A9E9E8C5} = {4BB5CE78-46B3-4325-932B-354E8A0A5D08}
{FAEECAA3-4B64-46A6-AAEF-995360F4081E} = {4BB5CE78-46B3-4325-932B-354E8A0A5D08}
EndGlobalSection
EndGlobal