-
Notifications
You must be signed in to change notification settings - Fork 0
/
Arcporter.sln
53 lines (53 loc) · 3 KB
/
Arcporter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arcporter", "Arcporter\Arcporter.csproj", "{60F9204C-6A36-479F-8541-BD817F85166D}"
ProjectSection(ProjectDependencies) = postProject
{1766A951-C04C-4BF2-9F64-94107BE0316F} = {1766A951-C04C-4BF2-9F64-94107BE0316F}
{257E66B9-6947-49A8-899A-1E3ED1EC6200} = {257E66B9-6947-49A8-899A-1E3ED1EC6200}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FauFau", "Arcporter\Lib\FauFau\FauFau\FauFau.csproj", "{1766A951-C04C-4BF2-9F64-94107BE0316F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitter", "Arcporter\Lib\FauFau\FauFau\Lib\Bitter\Bitter\Bitter.csproj", "{257E66B9-6947-49A8-899A-1E3ED1EC6200}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DarkUI", "Arcporter\Lib\DarkUI.Net5\DarkUI\DarkUI.csproj", "{DFF10A69-B0DC-44F4-A7A8-0012029453C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6787471D-6F2A-46FA-B290-3D773603F3B6}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60F9204C-6A36-479F-8541-BD817F85166D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60F9204C-6A36-479F-8541-BD817F85166D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60F9204C-6A36-479F-8541-BD817F85166D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60F9204C-6A36-479F-8541-BD817F85166D}.Release|Any CPU.Build.0 = Release|Any CPU
{1766A951-C04C-4BF2-9F64-94107BE0316F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1766A951-C04C-4BF2-9F64-94107BE0316F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1766A951-C04C-4BF2-9F64-94107BE0316F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1766A951-C04C-4BF2-9F64-94107BE0316F}.Release|Any CPU.Build.0 = Release|Any CPU
{257E66B9-6947-49A8-899A-1E3ED1EC6200}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{257E66B9-6947-49A8-899A-1E3ED1EC6200}.Debug|Any CPU.Build.0 = Debug|Any CPU
{257E66B9-6947-49A8-899A-1E3ED1EC6200}.Release|Any CPU.ActiveCfg = Release|Any CPU
{257E66B9-6947-49A8-899A-1E3ED1EC6200}.Release|Any CPU.Build.0 = Release|Any CPU
{DFF10A69-B0DC-44F4-A7A8-0012029453C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFF10A69-B0DC-44F4-A7A8-0012029453C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFF10A69-B0DC-44F4-A7A8-0012029453C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFF10A69-B0DC-44F4-A7A8-0012029453C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F0FF318-AD59-4A9D-AF29-6EC8B3780413}
EndGlobalSection
EndGlobal