This repository has been archived by the owner on May 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathYandexTranslateCSharpSdk.sln
55 lines (55 loc) · 3.71 KB
/
YandexTranslateCSharpSdk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YandexTranslateCSharpSdk", "YandexTranslateCSharpSdk\YandexTranslateCSharpSdk.csproj", "{5E7A4245-F0EC-4189-8387-637D7733D8C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YandexTranslateCSharpSdkTests", "YandexTranslateCSharpSdkTests\YandexTranslateCSharpSdkTests.csproj", "{D588A6BC-A8AF-4578-BCCA-0EF907998195}"
ProjectSection(ProjectDependencies) = postProject
{5E7A4245-F0EC-4189-8387-637D7733D8C7} = {5E7A4245-F0EC-4189-8387-637D7733D8C7}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YandexTranslateCSharpDemo", "YandexTranslateCSharpDemo\YandexTranslateCSharpDemo.csproj", "{920A6E8D-9ED9-4D82-BE88-68E2B52B2E93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YandexTranslateCoreSdk", "YandexTranslateCoreSdk\YandexTranslateCoreSdk.csproj", "{0A10549D-8B2F-4B1D-AF86-A204F8953CDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YandexTranslateCoreSdkDemo", "YandexTranslateCoreSdkDemo\YandexTranslateCoreSdkDemo.csproj", "{F2C0554F-13A3-40C7-B4B7-9BABDAAD615C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YandexTranslateCoreSdkTests", "YandexTranslateCoreSdkTests\YandexTranslateCoreSdkTests.csproj", "{1E2F72DC-0F5C-476C-8255-1FC36FC209E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E7A4245-F0EC-4189-8387-637D7733D8C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E7A4245-F0EC-4189-8387-637D7733D8C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E7A4245-F0EC-4189-8387-637D7733D8C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E7A4245-F0EC-4189-8387-637D7733D8C7}.Release|Any CPU.Build.0 = Release|Any CPU
{D588A6BC-A8AF-4578-BCCA-0EF907998195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D588A6BC-A8AF-4578-BCCA-0EF907998195}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D588A6BC-A8AF-4578-BCCA-0EF907998195}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D588A6BC-A8AF-4578-BCCA-0EF907998195}.Release|Any CPU.Build.0 = Release|Any CPU
{920A6E8D-9ED9-4D82-BE88-68E2B52B2E93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{920A6E8D-9ED9-4D82-BE88-68E2B52B2E93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{920A6E8D-9ED9-4D82-BE88-68E2B52B2E93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{920A6E8D-9ED9-4D82-BE88-68E2B52B2E93}.Release|Any CPU.Build.0 = Release|Any CPU
{0A10549D-8B2F-4B1D-AF86-A204F8953CDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A10549D-8B2F-4B1D-AF86-A204F8953CDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A10549D-8B2F-4B1D-AF86-A204F8953CDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A10549D-8B2F-4B1D-AF86-A204F8953CDB}.Release|Any CPU.Build.0 = Release|Any CPU
{F2C0554F-13A3-40C7-B4B7-9BABDAAD615C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2C0554F-13A3-40C7-B4B7-9BABDAAD615C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2C0554F-13A3-40C7-B4B7-9BABDAAD615C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2C0554F-13A3-40C7-B4B7-9BABDAAD615C}.Release|Any CPU.Build.0 = Release|Any CPU
{1E2F72DC-0F5C-476C-8255-1FC36FC209E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E2F72DC-0F5C-476C-8255-1FC36FC209E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E2F72DC-0F5C-476C-8255-1FC36FC209E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E2F72DC-0F5C-476C-8255-1FC36FC209E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal