-
Notifications
You must be signed in to change notification settings - Fork 0
/
ArgentSea.Pg.sln
43 lines (43 loc) · 2.51 KB
/
ArgentSea.Pg.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArgentSea.Pg", "src\ArgentSea.Pg.csproj", "{F6C9C9BF-12DF-406A-929B-A4C0D6521C77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArgentSea.Pg.Test", "tests\ArgentSea.Pg.Test.csproj", "{2B1B60B6-40F6-4018-8012-B72918F9F535}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArgentSea", "ArgentSea.Shared\src\ArgentSea.csproj", "{E3953393-9427-4E54-B00C-AC4510D70465}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArgentSea.Test", "ArgentSea.Shared\tests\ArgentSea.Test.csproj", "{6792100F-361E-4140-A56A-978A4325C81B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6C9C9BF-12DF-406A-929B-A4C0D6521C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6C9C9BF-12DF-406A-929B-A4C0D6521C77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6C9C9BF-12DF-406A-929B-A4C0D6521C77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6C9C9BF-12DF-406A-929B-A4C0D6521C77}.Release|Any CPU.Build.0 = Release|Any CPU
{2B1B60B6-40F6-4018-8012-B72918F9F535}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B1B60B6-40F6-4018-8012-B72918F9F535}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B1B60B6-40F6-4018-8012-B72918F9F535}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B1B60B6-40F6-4018-8012-B72918F9F535}.Release|Any CPU.Build.0 = Release|Any CPU
{E3953393-9427-4E54-B00C-AC4510D70465}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3953393-9427-4E54-B00C-AC4510D70465}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3953393-9427-4E54-B00C-AC4510D70465}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3953393-9427-4E54-B00C-AC4510D70465}.Release|Any CPU.Build.0 = Release|Any CPU
{6792100F-361E-4140-A56A-978A4325C81B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6792100F-361E-4140-A56A-978A4325C81B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6792100F-361E-4140-A56A-978A4325C81B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6792100F-361E-4140-A56A-978A4325C81B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AC4A712-B9D4-4274-BFED-087ACED7E191}
EndGlobalSection
EndGlobal