-
Notifications
You must be signed in to change notification settings - Fork 6
/
CognitiveServices.Translator.Client.sln
49 lines (49 loc) · 3.27 KB
/
CognitiveServices.Translator.Client.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CognitiveServices.Translator.Client", "CognitiveServices.Translator.Client\CognitiveServices.Translator.Client.csproj", "{CF131F31-9576-4E8C-ABEC-3F245456B52F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CognitiveServices.Translator.Client.UnitTests", "CognitiveServices.Translator.Client.UnitTests\CognitiveServices.Translator.Client.UnitTests.csproj", "{2CB2CF9A-37AF-42C0-B295-2D89A7B0B4A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{62F4FC47-337A-4C34-9971-F77E659EC721}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CognitiveServices.Translator.Client.WebSample", "CognitiveServices.Translator.Client.WebSample\CognitiveServices.Translator.Client.WebSample.csproj", "{0C7301A5-0CA3-464D-9154-541FF07B679C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CognitiveServices.Translator.Client.IntegrationTests", "CognitiveServices.Translator.Client.IntegrationTests\CognitiveServices.Translator.Client.IntegrationTests.csproj", "{DAE1F574-D8A0-452E-9897-E8BBB69F7A94}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF131F31-9576-4E8C-ABEC-3F245456B52F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF131F31-9576-4E8C-ABEC-3F245456B52F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF131F31-9576-4E8C-ABEC-3F245456B52F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF131F31-9576-4E8C-ABEC-3F245456B52F}.Release|Any CPU.Build.0 = Release|Any CPU
{2CB2CF9A-37AF-42C0-B295-2D89A7B0B4A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CB2CF9A-37AF-42C0-B295-2D89A7B0B4A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CB2CF9A-37AF-42C0-B295-2D89A7B0B4A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CB2CF9A-37AF-42C0-B295-2D89A7B0B4A0}.Release|Any CPU.Build.0 = Release|Any CPU
{0C7301A5-0CA3-464D-9154-541FF07B679C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C7301A5-0CA3-464D-9154-541FF07B679C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C7301A5-0CA3-464D-9154-541FF07B679C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C7301A5-0CA3-464D-9154-541FF07B679C}.Release|Any CPU.Build.0 = Release|Any CPU
{DAE1F574-D8A0-452E-9897-E8BBB69F7A94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAE1F574-D8A0-452E-9897-E8BBB69F7A94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAE1F574-D8A0-452E-9897-E8BBB69F7A94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAE1F574-D8A0-452E-9897-E8BBB69F7A94}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2CB2CF9A-37AF-42C0-B295-2D89A7B0B4A0} = {62F4FC47-337A-4C34-9971-F77E659EC721}
{DAE1F574-D8A0-452E-9897-E8BBB69F7A94} = {62F4FC47-337A-4C34-9971-F77E659EC721}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF7AB9F6-3F8F-4488-AB8C-08388F922E91}
EndGlobalSection
EndGlobal