-
Notifications
You must be signed in to change notification settings - Fork 0
/
Postcore.AdApi.sln
executable file
·37 lines (37 loc) · 2.12 KB
/
Postcore.AdApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Postcore.AdApi", "Postcore.AdApi\Postcore.AdApi.csproj", "{B87F6368-07A6-4402-B27C-088E2AF8D109}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Postcore.AdApi.Shared", "Postcore.AdApi.Shared\Postcore.AdApi.Shared.csproj", "{2EAE4C51-150E-4DBB-83E2-9B5A07D08B3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Postcore.AdApi.Infrastructure", "Postcore.AdApi.Infrastructure\Postcore.AdApi.Infrastructure.csproj", "{CBA86C3D-47EE-4E73-B349-54184AB7654E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B87F6368-07A6-4402-B27C-088E2AF8D109}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B87F6368-07A6-4402-B27C-088E2AF8D109}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B87F6368-07A6-4402-B27C-088E2AF8D109}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B87F6368-07A6-4402-B27C-088E2AF8D109}.Release|Any CPU.Build.0 = Release|Any CPU
{2EAE4C51-150E-4DBB-83E2-9B5A07D08B3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EAE4C51-150E-4DBB-83E2-9B5A07D08B3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EAE4C51-150E-4DBB-83E2-9B5A07D08B3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EAE4C51-150E-4DBB-83E2-9B5A07D08B3A}.Release|Any CPU.Build.0 = Release|Any CPU
{CBA86C3D-47EE-4E73-B349-54184AB7654E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBA86C3D-47EE-4E73-B349-54184AB7654E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBA86C3D-47EE-4E73-B349-54184AB7654E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBA86C3D-47EE-4E73-B349-54184AB7654E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0999CAB8-5778-4CC8-82E3-BB9E60F06949}
EndGlobalSection
EndGlobal