-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAntss.sln
43 lines (43 loc) · 2.54 KB
/
Antss.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 Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Antss.Api", "Antss.Api\Antss.Api.csproj", "{A34532BB-333B-4FBC-A68B-65AFF677C88A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Antss.Model", "Antss.Model\Antss.Model.csproj", "{0CFA828C-52DD-4B6A-8C07-EDBB8004B821}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Antss.Data", "Antss.Data\Antss.Data.csproj", "{27C6A107-287B-4896-9142-15F18C3BEDCA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Antss.Services", "Antss.Services\Antss.Services.csproj", "{9D90CE87-FE41-4AF3-9D84-3897496019BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A34532BB-333B-4FBC-A68B-65AFF677C88A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A34532BB-333B-4FBC-A68B-65AFF677C88A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A34532BB-333B-4FBC-A68B-65AFF677C88A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A34532BB-333B-4FBC-A68B-65AFF677C88A}.Release|Any CPU.Build.0 = Release|Any CPU
{0CFA828C-52DD-4B6A-8C07-EDBB8004B821}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CFA828C-52DD-4B6A-8C07-EDBB8004B821}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CFA828C-52DD-4B6A-8C07-EDBB8004B821}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CFA828C-52DD-4B6A-8C07-EDBB8004B821}.Release|Any CPU.Build.0 = Release|Any CPU
{27C6A107-287B-4896-9142-15F18C3BEDCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27C6A107-287B-4896-9142-15F18C3BEDCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27C6A107-287B-4896-9142-15F18C3BEDCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27C6A107-287B-4896-9142-15F18C3BEDCA}.Release|Any CPU.Build.0 = Release|Any CPU
{9D90CE87-FE41-4AF3-9D84-3897496019BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D90CE87-FE41-4AF3-9D84-3897496019BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D90CE87-FE41-4AF3-9D84-3897496019BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D90CE87-FE41-4AF3-9D84-3897496019BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6A3E69B-2ED3-4018-A053-25D19A953DD1}
EndGlobalSection
EndGlobal