-
Notifications
You must be signed in to change notification settings - Fork 38
/
DocumentTranslation.sln
91 lines (91 loc) · 5.38 KB
/
DocumentTranslation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "doctr", "DocumentTranslation.CLI\doctr.csproj", "{FEE35A76-74A5-4321-AFC2-961AA1B29636}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9A35F10-42E5-4DA4-B4DF-AF2A0FF5652E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentTranslation.GUI", "DocumentTranslation.GUI\DocumentTranslation.GUI.csproj", "{23830242-C648-49B3-97D4-233775C218C5}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "DocumentTranslation.Setup", "DocumentTranslation.Setup\DocumentTranslation.Setup.wixproj", "{ED9DEEB6-3E2D-47AC-979D-39294652C3F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{204E769F-E6F0-441E-B8BA-80BB5B575CD1}"
ProjectSection(SolutionItems) = preProject
docs\index.md = docs\index.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{C0EB30FE-48F7-443E-AFC8-76EB24108B82}"
ProjectSection(SolutionItems) = preProject
docs\images\AppPrivateEndpoint.png = docs\images\AppPrivateEndpoint.png
docs\images\AzureKeyVault.png = docs\images\AzureKeyVault.png
docs\images\AzureKeyVaultOverview.png = docs\images\AzureKeyVaultOverview.png
docs\images\AzurePrivateEndpoint.png = docs\images\AzurePrivateEndpoint.png
docs\images\connectionstring.png = docs\images\connectionstring.png
docs\images\Glossary.png = docs\images\Glossary.png
docs\images\Running.png = docs\images\Running.png
docs\images\SettingsDialog.png = docs\images\SettingsDialog.png
docs\images\storageaccount1.png = docs\images\storageaccount1.png
docs\images\TextTranslate.png = docs\images\TextTranslate.png
docs\images\TranslateDocuments.png = docs\images\TranslateDocuments.png
docs\images\translatoraccount.png = docs\images\translatoraccount.png
docs\images\translatorkey.png = docs\images\translatorkey.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentTranslationService", "DocumentTranslationService\DocumentTranslationService.csproj", "{AABFD3BB-CC1E-4AA7-B792-72A1BC83A155}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEE35A76-74A5-4321-AFC2-961AA1B29636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEE35A76-74A5-4321-AFC2-961AA1B29636}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEE35A76-74A5-4321-AFC2-961AA1B29636}.Debug|x86.ActiveCfg = Debug|Any CPU
{FEE35A76-74A5-4321-AFC2-961AA1B29636}.Debug|x86.Build.0 = Debug|Any CPU
{FEE35A76-74A5-4321-AFC2-961AA1B29636}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEE35A76-74A5-4321-AFC2-961AA1B29636}.Release|Any CPU.Build.0 = Release|Any CPU
{FEE35A76-74A5-4321-AFC2-961AA1B29636}.Release|x86.ActiveCfg = Release|Any CPU
{FEE35A76-74A5-4321-AFC2-961AA1B29636}.Release|x86.Build.0 = Release|Any CPU
{23830242-C648-49B3-97D4-233775C218C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23830242-C648-49B3-97D4-233775C218C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23830242-C648-49B3-97D4-233775C218C5}.Debug|x86.ActiveCfg = Debug|Any CPU
{23830242-C648-49B3-97D4-233775C218C5}.Debug|x86.Build.0 = Debug|Any CPU
{23830242-C648-49B3-97D4-233775C218C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23830242-C648-49B3-97D4-233775C218C5}.Release|Any CPU.Build.0 = Release|Any CPU
{23830242-C648-49B3-97D4-233775C218C5}.Release|x86.ActiveCfg = Release|Any CPU
{23830242-C648-49B3-97D4-233775C218C5}.Release|x86.Build.0 = Release|Any CPU
{ED9DEEB6-3E2D-47AC-979D-39294652C3F2}.Debug|Any CPU.ActiveCfg = Debug|x86
{ED9DEEB6-3E2D-47AC-979D-39294652C3F2}.Debug|x86.ActiveCfg = Debug|x86
{ED9DEEB6-3E2D-47AC-979D-39294652C3F2}.Debug|x86.Build.0 = Debug|x86
{ED9DEEB6-3E2D-47AC-979D-39294652C3F2}.Release|Any CPU.ActiveCfg = Release|x86
{ED9DEEB6-3E2D-47AC-979D-39294652C3F2}.Release|x86.ActiveCfg = Release|x86
{ED9DEEB6-3E2D-47AC-979D-39294652C3F2}.Release|x86.Build.0 = Release|x86
{AABFD3BB-CC1E-4AA7-B792-72A1BC83A155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AABFD3BB-CC1E-4AA7-B792-72A1BC83A155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AABFD3BB-CC1E-4AA7-B792-72A1BC83A155}.Debug|x86.ActiveCfg = Debug|Any CPU
{AABFD3BB-CC1E-4AA7-B792-72A1BC83A155}.Debug|x86.Build.0 = Debug|Any CPU
{AABFD3BB-CC1E-4AA7-B792-72A1BC83A155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AABFD3BB-CC1E-4AA7-B792-72A1BC83A155}.Release|Any CPU.Build.0 = Release|Any CPU
{AABFD3BB-CC1E-4AA7-B792-72A1BC83A155}.Release|x86.ActiveCfg = Release|Any CPU
{AABFD3BB-CC1E-4AA7-B792-72A1BC83A155}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C0EB30FE-48F7-443E-AFC8-76EB24108B82} = {204E769F-E6F0-441E-B8BA-80BB5B575CD1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {27CBFB4A-74CF-4B6D-AFC3-A99B8989BE17}
EndGlobalSection
EndGlobal