-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebApiCore.sln
55 lines (55 loc) · 3.62 KB
/
WebApiCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiCore", "WebApiCore\WebApiCore.csproj", "{90816FE1-CB94-4601-8FC3-486706CE2FF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiCore.Test", "WebApiCore.Test\WebApiCore.Test.csproj", "{1ABCEC66-004A-4615-919D-8FF044E4B80D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiCore.AspNetCore", "WebApiCore.AspNetCore\WebApiCore.AspNetCore.csproj", "{9F09C3F0-8363-4973-A699-8D68F63F1E27}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiCore.Swagger", "WebApiCore.Swagger\WebApiCore.Swagger.csproj", "{121B91EE-1DA8-4636-ACF8-74618E6E4192}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiCore.FluentValidation", "WebApiCore.FluentValidation\WebApiCore.FluentValidation.csproj", "{362F3496-6BE5-43F7-AAEE-C6EC12AD51DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiCore.FluentValidation.Identity", "WebApiCore.FluentValidation.Identity\WebApiCore.FluentValidation.Identity.csproj", "{F1E88D63-BE59-4C93-9A1C-A9A75AF179EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90816FE1-CB94-4601-8FC3-486706CE2FF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90816FE1-CB94-4601-8FC3-486706CE2FF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90816FE1-CB94-4601-8FC3-486706CE2FF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90816FE1-CB94-4601-8FC3-486706CE2FF0}.Release|Any CPU.Build.0 = Release|Any CPU
{1ABCEC66-004A-4615-919D-8FF044E4B80D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ABCEC66-004A-4615-919D-8FF044E4B80D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ABCEC66-004A-4615-919D-8FF044E4B80D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1ABCEC66-004A-4615-919D-8FF044E4B80D}.Release|Any CPU.Build.0 = Release|Any CPU
{9F09C3F0-8363-4973-A699-8D68F63F1E27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F09C3F0-8363-4973-A699-8D68F63F1E27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F09C3F0-8363-4973-A699-8D68F63F1E27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F09C3F0-8363-4973-A699-8D68F63F1E27}.Release|Any CPU.Build.0 = Release|Any CPU
{121B91EE-1DA8-4636-ACF8-74618E6E4192}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{121B91EE-1DA8-4636-ACF8-74618E6E4192}.Debug|Any CPU.Build.0 = Debug|Any CPU
{121B91EE-1DA8-4636-ACF8-74618E6E4192}.Release|Any CPU.ActiveCfg = Release|Any CPU
{121B91EE-1DA8-4636-ACF8-74618E6E4192}.Release|Any CPU.Build.0 = Release|Any CPU
{362F3496-6BE5-43F7-AAEE-C6EC12AD51DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{362F3496-6BE5-43F7-AAEE-C6EC12AD51DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{362F3496-6BE5-43F7-AAEE-C6EC12AD51DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{362F3496-6BE5-43F7-AAEE-C6EC12AD51DF}.Release|Any CPU.Build.0 = Release|Any CPU
{F1E88D63-BE59-4C93-9A1C-A9A75AF179EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1E88D63-BE59-4C93-9A1C-A9A75AF179EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1E88D63-BE59-4C93-9A1C-A9A75AF179EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1E88D63-BE59-4C93-9A1C-A9A75AF179EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FDD27037-9F17-4896-A3CF-C78D1491F71E}
EndGlobalSection
EndGlobal