-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdotnet.sln
More file actions
40 lines (40 loc) · 2.69 KB
/
dotnet.sln
File metadata and controls
40 lines (40 loc) · 2.69 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
#
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yandex.Cloud.Protos", "Yandex.Cloud.Protos\Yandex.Cloud.Protos.csproj", "{25E4EA77-B508-4426-93A1-12D43236C944}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yandex.Cloud.SDK", "Yandex.Cloud.SDK\Yandex.Cloud.SDK.csproj", "{3EAD4881-C31F-459F-A8A3-6F5C5757C3B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{AB40338D-2D83-4AEE-837F-959DF4110AC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tools", "tools\tools.csproj", "{BDCE9C75-EEF6-4026-9021-F2A174D6E1E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yandex.Cloud.SDK.Tests", "Yandex.Cloud.SDK.Tests\Yandex.Cloud.SDK.Tests.csproj", "{9F78F685-C6EB-4D50-9AD3-03E3E9530428}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25E4EA77-B508-4426-93A1-12D43236C944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25E4EA77-B508-4426-93A1-12D43236C944}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25E4EA77-B508-4426-93A1-12D43236C944}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25E4EA77-B508-4426-93A1-12D43236C944}.Release|Any CPU.Build.0 = Release|Any CPU
{3EAD4881-C31F-459F-A8A3-6F5C5757C3B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EAD4881-C31F-459F-A8A3-6F5C5757C3B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EAD4881-C31F-459F-A8A3-6F5C5757C3B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EAD4881-C31F-459F-A8A3-6F5C5757C3B3}.Release|Any CPU.Build.0 = Release|Any CPU
{AB40338D-2D83-4AEE-837F-959DF4110AC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB40338D-2D83-4AEE-837F-959DF4110AC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB40338D-2D83-4AEE-837F-959DF4110AC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB40338D-2D83-4AEE-837F-959DF4110AC8}.Release|Any CPU.Build.0 = Release|Any CPU
{BDCE9C75-EEF6-4026-9021-F2A174D6E1E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDCE9C75-EEF6-4026-9021-F2A174D6E1E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDCE9C75-EEF6-4026-9021-F2A174D6E1E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDCE9C75-EEF6-4026-9021-F2A174D6E1E2}.Release|Any CPU.Build.0 = Release|Any CPU
{9F78F685-C6EB-4D50-9AD3-03E3E9530428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F78F685-C6EB-4D50-9AD3-03E3E9530428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F78F685-C6EB-4D50-9AD3-03E3E9530428}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F78F685-C6EB-4D50-9AD3-03E3E9530428}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal