-
Notifications
You must be signed in to change notification settings - Fork 0
/
StarkExplorer.sln
58 lines (58 loc) · 3.54 KB
/
StarkExplorer.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarkExplorerConsole", "StarkExplorerConsole\StarkExplorerConsole.csproj", "{4F61C445-E8DF-4F42-893E-1966A0BD34DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarkExplorerLib", "StarkExplorerLib\StarkExplorerLib.csproj", "{5AE1CF80-07B0-402C-BA27-0C8B9E4DB1FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestStarkExplorer", "TestStarkExplorer\TestStarkExplorer.csproj", "{A5A5C415-9ADE-4A48-890F-6EB8441F63DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarkExplorerMauiUI", "StarkExplorerMauiUI\StarkExplorerMauiUI.csproj", "{09680DF1-0B85-4F91-8640-57E931AB7ADB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3CCD9263-CF09-469D-83C0-6B0E24893EB3}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Images\Screenshot01.png = Images\Screenshot01.png
Images\Screenshot02.png = Images\Screenshot02.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarkExplorerDB", "StarkExplorerDB\StarkExplorerDB.csproj", "{2C7A11C3-A4E7-42E3-A3D9-4BCE0F06F113}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F61C445-E8DF-4F42-893E-1966A0BD34DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F61C445-E8DF-4F42-893E-1966A0BD34DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F61C445-E8DF-4F42-893E-1966A0BD34DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F61C445-E8DF-4F42-893E-1966A0BD34DE}.Release|Any CPU.Build.0 = Release|Any CPU
{5AE1CF80-07B0-402C-BA27-0C8B9E4DB1FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AE1CF80-07B0-402C-BA27-0C8B9E4DB1FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AE1CF80-07B0-402C-BA27-0C8B9E4DB1FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AE1CF80-07B0-402C-BA27-0C8B9E4DB1FC}.Release|Any CPU.Build.0 = Release|Any CPU
{A5A5C415-9ADE-4A48-890F-6EB8441F63DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5A5C415-9ADE-4A48-890F-6EB8441F63DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5A5C415-9ADE-4A48-890F-6EB8441F63DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5A5C415-9ADE-4A48-890F-6EB8441F63DA}.Release|Any CPU.Build.0 = Release|Any CPU
{09680DF1-0B85-4F91-8640-57E931AB7ADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09680DF1-0B85-4F91-8640-57E931AB7ADB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09680DF1-0B85-4F91-8640-57E931AB7ADB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{09680DF1-0B85-4F91-8640-57E931AB7ADB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09680DF1-0B85-4F91-8640-57E931AB7ADB}.Release|Any CPU.Build.0 = Release|Any CPU
{09680DF1-0B85-4F91-8640-57E931AB7ADB}.Release|Any CPU.Deploy.0 = Release|Any CPU
{2C7A11C3-A4E7-42E3-A3D9-4BCE0F06F113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C7A11C3-A4E7-42E3-A3D9-4BCE0F06F113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C7A11C3-A4E7-42E3-A3D9-4BCE0F06F113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C7A11C3-A4E7-42E3-A3D9-4BCE0F06F113}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63E92E42-E14D-48F3-AB02-110FC4E90B74}
EndGlobalSection
EndGlobal