-
Notifications
You must be signed in to change notification settings - Fork 0
/
Company.DevGroup.Projectname.WebApi.sln
78 lines (78 loc) · 5.92 KB
/
Company.DevGroup.Projectname.WebApi.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Company.DevGroup.Projectname.WebApi", "Company.DevGroup.Projectname.WebApi\Company.DevGroup.Projectname.WebApi.csproj", "{6E10925C-2147-4726-BD1A-FAAE1F23F09E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Company.DevGroup.Projectname.Models", "Company.DevGroup.Projectname.Models\Company.DevGroup.Projectname.Models.csproj", "{E36E87F2-1DE2-45D9-A9BE-5E2B1481FD96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Company.DevGroup.Projectname.Application", "Company.DevGroup.Projectname.Application\Company.DevGroup.Projectname.Application.csproj", "{1A994373-91A7-4ED9-BCC9-A9B16CCB728D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Company.DevGroup.Projectname.Data", "Company.DevGroup.Projectname.Data\Company.DevGroup.Projectname.Data.csproj", "{83373AFB-3559-4D86-8C8A-939D0D3B78D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Company.DevGroup.Projectname.IdentityServer4", "Company.DevGroup.Projectname.IdentityServer4\Company.DevGroup.Projectname.IdentityServer4.csproj", "{1484DEDC-7094-4E1D-83F8-38EFA079E0CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Company.DevGroup.Projectname.IdentityServer4.TestApi", "Company.DevGroup.Projectname.IdentityServer4.TestApi\Company.DevGroup.Projectname.IdentityServer4.TestApi.csproj", "{EEA270DA-FD36-4B37-A5D7-93DFB8CDC7AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D7EB60AA-632E-4AFA-ABDB-29B33CF6D24D}"
ProjectSection(SolutionItems) = preProject
Start IdentityServer4.bat = Start IdentityServer4.bat
Start IdentityServer4Test.bat = Start IdentityServer4Test.bat
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Company.DevGroup.Projectname.ApiGateway", "Company.DevGroup.Projectname.ApiGateway\Company.DevGroup.Projectname.ApiGateway.csproj", "{C9E33078-F554-4640-9727-19D229A341DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Company.DevGroup.Projectname.UserService", "Company.DevGroup.Projectname.UserService\Company.DevGroup.Projectname.UserService.csproj", "{175BE969-BC37-48F4-A362-A5511AEF769D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Company.DevGroup.Projectname.UploadService", "Company.DevGroup.Projectname.UploadService\Company.DevGroup.Projectname.UploadService.csproj", "{843FB258-9CE5-4DCE-8B11-5AAFC72E0333}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E10925C-2147-4726-BD1A-FAAE1F23F09E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E10925C-2147-4726-BD1A-FAAE1F23F09E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E10925C-2147-4726-BD1A-FAAE1F23F09E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E10925C-2147-4726-BD1A-FAAE1F23F09E}.Release|Any CPU.Build.0 = Release|Any CPU
{E36E87F2-1DE2-45D9-A9BE-5E2B1481FD96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E36E87F2-1DE2-45D9-A9BE-5E2B1481FD96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E36E87F2-1DE2-45D9-A9BE-5E2B1481FD96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E36E87F2-1DE2-45D9-A9BE-5E2B1481FD96}.Release|Any CPU.Build.0 = Release|Any CPU
{1A994373-91A7-4ED9-BCC9-A9B16CCB728D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A994373-91A7-4ED9-BCC9-A9B16CCB728D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A994373-91A7-4ED9-BCC9-A9B16CCB728D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A994373-91A7-4ED9-BCC9-A9B16CCB728D}.Release|Any CPU.Build.0 = Release|Any CPU
{83373AFB-3559-4D86-8C8A-939D0D3B78D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83373AFB-3559-4D86-8C8A-939D0D3B78D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83373AFB-3559-4D86-8C8A-939D0D3B78D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83373AFB-3559-4D86-8C8A-939D0D3B78D8}.Release|Any CPU.Build.0 = Release|Any CPU
{1484DEDC-7094-4E1D-83F8-38EFA079E0CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1484DEDC-7094-4E1D-83F8-38EFA079E0CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1484DEDC-7094-4E1D-83F8-38EFA079E0CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1484DEDC-7094-4E1D-83F8-38EFA079E0CF}.Release|Any CPU.Build.0 = Release|Any CPU
{EEA270DA-FD36-4B37-A5D7-93DFB8CDC7AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEA270DA-FD36-4B37-A5D7-93DFB8CDC7AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEA270DA-FD36-4B37-A5D7-93DFB8CDC7AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEA270DA-FD36-4B37-A5D7-93DFB8CDC7AC}.Release|Any CPU.Build.0 = Release|Any CPU
{C9E33078-F554-4640-9727-19D229A341DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9E33078-F554-4640-9727-19D229A341DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9E33078-F554-4640-9727-19D229A341DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9E33078-F554-4640-9727-19D229A341DD}.Release|Any CPU.Build.0 = Release|Any CPU
{175BE969-BC37-48F4-A362-A5511AEF769D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{175BE969-BC37-48F4-A362-A5511AEF769D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{175BE969-BC37-48F4-A362-A5511AEF769D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{175BE969-BC37-48F4-A362-A5511AEF769D}.Release|Any CPU.Build.0 = Release|Any CPU
{843FB258-9CE5-4DCE-8B11-5AAFC72E0333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{843FB258-9CE5-4DCE-8B11-5AAFC72E0333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{843FB258-9CE5-4DCE-8B11-5AAFC72E0333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{843FB258-9CE5-4DCE-8B11-5AAFC72E0333}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CCD5CE33-0A89-4204-9754-FA33DA48D8EC}
EndGlobalSection
EndGlobal