forked from andrewdavey/postal
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathPostal.sln
41 lines (41 loc) · 2.34 KB
/
Postal.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Postal.Tests", "src\Postal.Tests\Postal.Tests.csproj", "{8F7B0DA6-277A-40A8-9C2A-6100112D35F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Postal.AspNetCore", "src\Postal.AspNetCore\Postal.AspNetCore.csproj", "{95EE9CE4-5C7E-4D69-99C2-CB131C8CE83E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Postal.Tests.Integration", "test\Postal.Tests.Integration\Postal.Tests.Integration.csproj", "{6DCE1967-27EC-45B0-AB2E-46315C9DE5E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FCDB5EF4-20BB-4577-B9DC-7C0F879B0BB9}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F7B0DA6-277A-40A8-9C2A-6100112D35F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F7B0DA6-277A-40A8-9C2A-6100112D35F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F7B0DA6-277A-40A8-9C2A-6100112D35F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F7B0DA6-277A-40A8-9C2A-6100112D35F6}.Release|Any CPU.Build.0 = Release|Any CPU
{95EE9CE4-5C7E-4D69-99C2-CB131C8CE83E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95EE9CE4-5C7E-4D69-99C2-CB131C8CE83E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95EE9CE4-5C7E-4D69-99C2-CB131C8CE83E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95EE9CE4-5C7E-4D69-99C2-CB131C8CE83E}.Release|Any CPU.Build.0 = Release|Any CPU
{6DCE1967-27EC-45B0-AB2E-46315C9DE5E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DCE1967-27EC-45B0-AB2E-46315C9DE5E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DCE1967-27EC-45B0-AB2E-46315C9DE5E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DCE1967-27EC-45B0-AB2E-46315C9DE5E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EB608C82-5210-4481-93B1-F138ECA425EC}
EndGlobalSection
EndGlobal