-
Notifications
You must be signed in to change notification settings - Fork 0
/
Transla.sln
54 lines (54 loc) · 3.29 KB
/
Transla.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transla.Api", "Transla.Api\Transla.Api.csproj", "{EF6301E4-46C2-4BDC-85C2-9AE61A390E28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transla.Contracts", "Transla.Contracts\Transla.Contracts.csproj", "{634816B3-4611-4814-890F-E2883C797D74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Storage", "Storage", "{1841829A-2468-4332-A779-412D3E3CED76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transla.Storage.Redis", "Transla.Storage.Redis\Transla.Storage.Redis.csproj", "{5472B370-DBD6-4F16-9DC8-268A777EF324}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transla.Client", "Transla.Client\Transla.Client.csproj", "{F698E58C-3FE7-482E-8660-802B24CC7F01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transla.Service", "Transla.Service\Transla.Service.csproj", "{0A7051A6-EA2F-414F-9ACA-D2E974BC6FA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF6301E4-46C2-4BDC-85C2-9AE61A390E28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF6301E4-46C2-4BDC-85C2-9AE61A390E28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF6301E4-46C2-4BDC-85C2-9AE61A390E28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF6301E4-46C2-4BDC-85C2-9AE61A390E28}.Release|Any CPU.Build.0 = Release|Any CPU
{634816B3-4611-4814-890F-E2883C797D74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{634816B3-4611-4814-890F-E2883C797D74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{634816B3-4611-4814-890F-E2883C797D74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{634816B3-4611-4814-890F-E2883C797D74}.Release|Any CPU.Build.0 = Release|Any CPU
{5472B370-DBD6-4F16-9DC8-268A777EF324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5472B370-DBD6-4F16-9DC8-268A777EF324}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5472B370-DBD6-4F16-9DC8-268A777EF324}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5472B370-DBD6-4F16-9DC8-268A777EF324}.Release|Any CPU.Build.0 = Release|Any CPU
{F698E58C-3FE7-482E-8660-802B24CC7F01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F698E58C-3FE7-482E-8660-802B24CC7F01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F698E58C-3FE7-482E-8660-802B24CC7F01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F698E58C-3FE7-482E-8660-802B24CC7F01}.Release|Any CPU.Build.0 = Release|Any CPU
{0A7051A6-EA2F-414F-9ACA-D2E974BC6FA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A7051A6-EA2F-414F-9ACA-D2E974BC6FA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A7051A6-EA2F-414F-9ACA-D2E974BC6FA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A7051A6-EA2F-414F-9ACA-D2E974BC6FA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5472B370-DBD6-4F16-9DC8-268A777EF324} = {1841829A-2468-4332-A779-412D3E3CED76}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17FA10E9-874E-4AC1-8A99-709D894E060B}
EndGlobalSection
EndGlobal