-
Notifications
You must be signed in to change notification settings - Fork 0
/
TranslationAPP.sln
97 lines (97 loc) · 6.75 KB
/
TranslationAPP.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{30745315-86BE-44F4-A253-B5DB75DC5800}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TranslateIntegration", "TranslateIntegration", "{5510BD76-8829-45EF-AFFF-B833F84E8169}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Clients", "Clients", "{9D1D031F-25AB-4356-BB31-B132D2EA6631}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TranslationConsole", "TranslationConsole", "{F853732B-FFD1-4950-B329-9CB6DB196F0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationConsoleClient", "Clients\TranslationConsole\TranslationConsoleClient\TranslationConsoleClient.csproj", "{8C855983-74C1-47EC-BA96-B960AF872C39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "gRPC", "gRPC", "{998D587E-D549-4A42-B618-9306EA038E66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationGrpcService", "Services\gRPC\TranslationGrpcService\TranslationGrpcService.csproj", "{C22DB39B-3C70-44D4-8AC9-A50750CF9455}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TranslationGrpcConsole", "TranslationGrpcConsole", "{DB62975B-9E46-4878-90ED-666772F3F6F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationIntegrationService", "Services\TranslationIntegration\TranslationIntegrationService\TranslationIntegrationService.csproj", "{FBBEF040-0579-4F7C-9D9A-20197FF84E96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationGrpcConsoleClient", "Clients\TranslationGrpcConsole\TranslationGrpcConsoleClient\TranslationGrpcConsoleClient.csproj", "{78ADDF5A-316A-4284-8F18-5F967F3EC77E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{52D235E1-EC78-4200-BC93-2779937E0F3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "xUnitTest", "xUnitTest", "{303F4AD9-6BF8-4519-A127-BB293B16D611}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "Tests\xUnitTest\UnitTests\UnitTests.csproj", "{2500D1A3-4891-470A-B924-9194454798A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TranslationWebApi", "TranslationWebApi", "{AB0EED90-8965-432C-BBEE-02572771E75B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebApi", "WebApi", "{36D575F7-0440-4A72-8359-382D7067E911}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationWebApi", "Services\WebApi\TranslationWebApi\TranslationWebApi.csproj", "{4E52350F-FCB4-42FC-90AE-B83C54115B8F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiClient", "Clients\TranlationWebApi\WebApiClient\WebApiClient.csproj", "{C265C4CB-7279-4285-BBFA-4ED069F86EC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C855983-74C1-47EC-BA96-B960AF872C39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C855983-74C1-47EC-BA96-B960AF872C39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C855983-74C1-47EC-BA96-B960AF872C39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C855983-74C1-47EC-BA96-B960AF872C39}.Release|Any CPU.Build.0 = Release|Any CPU
{C22DB39B-3C70-44D4-8AC9-A50750CF9455}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C22DB39B-3C70-44D4-8AC9-A50750CF9455}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C22DB39B-3C70-44D4-8AC9-A50750CF9455}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C22DB39B-3C70-44D4-8AC9-A50750CF9455}.Release|Any CPU.Build.0 = Release|Any CPU
{FBBEF040-0579-4F7C-9D9A-20197FF84E96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBBEF040-0579-4F7C-9D9A-20197FF84E96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBBEF040-0579-4F7C-9D9A-20197FF84E96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBBEF040-0579-4F7C-9D9A-20197FF84E96}.Release|Any CPU.Build.0 = Release|Any CPU
{78ADDF5A-316A-4284-8F18-5F967F3EC77E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78ADDF5A-316A-4284-8F18-5F967F3EC77E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78ADDF5A-316A-4284-8F18-5F967F3EC77E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78ADDF5A-316A-4284-8F18-5F967F3EC77E}.Release|Any CPU.Build.0 = Release|Any CPU
{2500D1A3-4891-470A-B924-9194454798A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2500D1A3-4891-470A-B924-9194454798A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2500D1A3-4891-470A-B924-9194454798A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2500D1A3-4891-470A-B924-9194454798A8}.Release|Any CPU.Build.0 = Release|Any CPU
{4E52350F-FCB4-42FC-90AE-B83C54115B8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E52350F-FCB4-42FC-90AE-B83C54115B8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E52350F-FCB4-42FC-90AE-B83C54115B8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E52350F-FCB4-42FC-90AE-B83C54115B8F}.Release|Any CPU.Build.0 = Release|Any CPU
{C265C4CB-7279-4285-BBFA-4ED069F86EC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C265C4CB-7279-4285-BBFA-4ED069F86EC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C265C4CB-7279-4285-BBFA-4ED069F86EC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C265C4CB-7279-4285-BBFA-4ED069F86EC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5510BD76-8829-45EF-AFFF-B833F84E8169} = {30745315-86BE-44F4-A253-B5DB75DC5800}
{F853732B-FFD1-4950-B329-9CB6DB196F0B} = {9D1D031F-25AB-4356-BB31-B132D2EA6631}
{8C855983-74C1-47EC-BA96-B960AF872C39} = {F853732B-FFD1-4950-B329-9CB6DB196F0B}
{998D587E-D549-4A42-B618-9306EA038E66} = {30745315-86BE-44F4-A253-B5DB75DC5800}
{C22DB39B-3C70-44D4-8AC9-A50750CF9455} = {998D587E-D549-4A42-B618-9306EA038E66}
{DB62975B-9E46-4878-90ED-666772F3F6F9} = {9D1D031F-25AB-4356-BB31-B132D2EA6631}
{FBBEF040-0579-4F7C-9D9A-20197FF84E96} = {5510BD76-8829-45EF-AFFF-B833F84E8169}
{78ADDF5A-316A-4284-8F18-5F967F3EC77E} = {DB62975B-9E46-4878-90ED-666772F3F6F9}
{303F4AD9-6BF8-4519-A127-BB293B16D611} = {52D235E1-EC78-4200-BC93-2779937E0F3A}
{2500D1A3-4891-470A-B924-9194454798A8} = {303F4AD9-6BF8-4519-A127-BB293B16D611}
{AB0EED90-8965-432C-BBEE-02572771E75B} = {9D1D031F-25AB-4356-BB31-B132D2EA6631}
{36D575F7-0440-4A72-8359-382D7067E911} = {30745315-86BE-44F4-A253-B5DB75DC5800}
{4E52350F-FCB4-42FC-90AE-B83C54115B8F} = {36D575F7-0440-4A72-8359-382D7067E911}
{C265C4CB-7279-4285-BBFA-4ED069F86EC2} = {AB0EED90-8965-432C-BBEE-02572771E75B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {671443F6-1357-42DB-983B-616C05E75E9C}
EndGlobalSection
EndGlobal