forked from darcymiranda/PFire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PFire.sln
63 lines (63 loc) · 3.65 KB
/
PFire.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
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PFire.Console", "src\PFire.Console\PFire.Console.csproj", "{D1ED9EB7-85DE-4D74-8D38-676F95A40442}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PFire.Core", "src\PFire.Core\PFire.Core.csproj", "{62FD083C-F667-44FA-99E7-7A35F363886B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PFire.Infrastructure", "src\PFire.Infrastructure\PFire.Infrastructure.csproj", "{CB7EC8E0-436A-4E63-9F24-020238058DB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PFire.Tests", "tests\PFire.Tests\PFire.Tests.csproj", "{F28C1DF0-F867-4435-8165-7F1699994047}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C495825B-CE95-45B2-B737-0D3D78AC77F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{79216070-4B75-4D76-869A-38F852A6D407}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
readme-screenshot.png = readme-screenshot.png
README.md = README.md
docs\XFireProtocol.md = docs\XFireProtocol.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PFire.Common", "src\PFire.Common\PFire.Common.csproj", "{E2DCF6BC-9AAD-4361-B8C4-0F909A34096B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1ED9EB7-85DE-4D74-8D38-676F95A40442}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1ED9EB7-85DE-4D74-8D38-676F95A40442}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1ED9EB7-85DE-4D74-8D38-676F95A40442}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1ED9EB7-85DE-4D74-8D38-676F95A40442}.Release|Any CPU.Build.0 = Release|Any CPU
{62FD083C-F667-44FA-99E7-7A35F363886B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62FD083C-F667-44FA-99E7-7A35F363886B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62FD083C-F667-44FA-99E7-7A35F363886B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62FD083C-F667-44FA-99E7-7A35F363886B}.Release|Any CPU.Build.0 = Release|Any CPU
{CB7EC8E0-436A-4E63-9F24-020238058DB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB7EC8E0-436A-4E63-9F24-020238058DB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB7EC8E0-436A-4E63-9F24-020238058DB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB7EC8E0-436A-4E63-9F24-020238058DB2}.Release|Any CPU.Build.0 = Release|Any CPU
{F28C1DF0-F867-4435-8165-7F1699994047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F28C1DF0-F867-4435-8165-7F1699994047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F28C1DF0-F867-4435-8165-7F1699994047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F28C1DF0-F867-4435-8165-7F1699994047}.Release|Any CPU.Build.0 = Release|Any CPU
{E2DCF6BC-9AAD-4361-B8C4-0F909A34096B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2DCF6BC-9AAD-4361-B8C4-0F909A34096B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2DCF6BC-9AAD-4361-B8C4-0F909A34096B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2DCF6BC-9AAD-4361-B8C4-0F909A34096B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F28C1DF0-F867-4435-8165-7F1699994047} = {C495825B-CE95-45B2-B737-0D3D78AC77F9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62CCFE0A-411D-4A9C-8A9B-7AA029135BCA}
EndGlobalSection
EndGlobal