forked from Danily07/Translumo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Translumo.sln
66 lines (66 loc) · 4.27 KB
/
Translumo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Translumo", "src\Translumo\Translumo.csproj", "{01D957E6-7E62-4EBB-910E-04D7EA8877A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Translumo.Infrastructure", "src\Translumo.Infrastructure\Translumo.Infrastructure.csproj", "{BD488C1C-5B7A-4EC1-9826-4B8973A76348}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C48B1480-5935-4C90-9EDD-E30485AB2124}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Translumo.OCR", "src\Translumo.OCR\Translumo.OCR.csproj", "{1901D1F8-CF7E-44A5-8CF0-35ECF5CEF18E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Translumo.Utils", "src\Translumo.Utils\Translumo.Utils.csproj", "{DBFA83C9-3493-4FFA-8F67-B8751049D246}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Translumo.Translation", "src\Translumo.Translation\Translumo.Translation.csproj", "{EA39FB76-C903-4F72-A8AA-66A69A643AE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Translumo.Processing", "src\Translumo.Processing\Translumo.Processing.csproj", "{01C146C8-F14C-48E0-BECB-2587392AD1DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Translumo.TTS", "src\Translumo.TTS\Translumo.TTS.csproj", "{03241C57-B380-45E9-92D6-2308A93DC0DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01D957E6-7E62-4EBB-910E-04D7EA8877A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01D957E6-7E62-4EBB-910E-04D7EA8877A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01D957E6-7E62-4EBB-910E-04D7EA8877A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01D957E6-7E62-4EBB-910E-04D7EA8877A6}.Release|Any CPU.Build.0 = Release|Any CPU
{BD488C1C-5B7A-4EC1-9826-4B8973A76348}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD488C1C-5B7A-4EC1-9826-4B8973A76348}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD488C1C-5B7A-4EC1-9826-4B8973A76348}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD488C1C-5B7A-4EC1-9826-4B8973A76348}.Release|Any CPU.Build.0 = Release|Any CPU
{1901D1F8-CF7E-44A5-8CF0-35ECF5CEF18E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1901D1F8-CF7E-44A5-8CF0-35ECF5CEF18E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1901D1F8-CF7E-44A5-8CF0-35ECF5CEF18E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1901D1F8-CF7E-44A5-8CF0-35ECF5CEF18E}.Release|Any CPU.Build.0 = Release|Any CPU
{DBFA83C9-3493-4FFA-8F67-B8751049D246}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBFA83C9-3493-4FFA-8F67-B8751049D246}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBFA83C9-3493-4FFA-8F67-B8751049D246}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBFA83C9-3493-4FFA-8F67-B8751049D246}.Release|Any CPU.Build.0 = Release|Any CPU
{EA39FB76-C903-4F72-A8AA-66A69A643AE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA39FB76-C903-4F72-A8AA-66A69A643AE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA39FB76-C903-4F72-A8AA-66A69A643AE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA39FB76-C903-4F72-A8AA-66A69A643AE2}.Release|Any CPU.Build.0 = Release|Any CPU
{01C146C8-F14C-48E0-BECB-2587392AD1DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01C146C8-F14C-48E0-BECB-2587392AD1DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01C146C8-F14C-48E0-BECB-2587392AD1DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01C146C8-F14C-48E0-BECB-2587392AD1DC}.Release|Any CPU.Build.0 = Release|Any CPU
{03241C57-B380-45E9-92D6-2308A93DC0DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03241C57-B380-45E9-92D6-2308A93DC0DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03241C57-B380-45E9-92D6-2308A93DC0DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03241C57-B380-45E9-92D6-2308A93DC0DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A02922C-035F-409D-A4B1-49801954F57E}
EndGlobalSection
EndGlobal