-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathITCC.VkStreamingApiClient.sln
More file actions
46 lines (46 loc) · 2.34 KB
/
ITCC.VkStreamingApiClient.sln
File metadata and controls
46 lines (46 loc) · 2.34 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
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DAB0E555-732B-471E-B63F-BAD81B748F40}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{94A5EA3E-9C48-4B61-9F8A-B6084AC6C221}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ITCC.VkStreamingApiClient", "src\ITCC.VkStreamingApiClient\ITCC.VkStreamingApiClient.csproj", "{87819F83-9677-4659-8D13-7AF95322F00E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "testing", "testing", "{FBBB4E79-B0D1-45FF-A71F-115F7E5E2FDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "testing\TestConsole\TestConsole.csproj", "{FCFD0C5B-A336-4D81-9FDE-F425C4E7A74A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87819F83-9677-4659-8D13-7AF95322F00E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87819F83-9677-4659-8D13-7AF95322F00E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87819F83-9677-4659-8D13-7AF95322F00E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87819F83-9677-4659-8D13-7AF95322F00E}.Release|Any CPU.Build.0 = Release|Any CPU
{FCFD0C5B-A336-4D81-9FDE-F425C4E7A74A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCFD0C5B-A336-4D81-9FDE-F425C4E7A74A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCFD0C5B-A336-4D81-9FDE-F425C4E7A74A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCFD0C5B-A336-4D81-9FDE-F425C4E7A74A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{87819F83-9677-4659-8D13-7AF95322F00E} = {DAB0E555-732B-471E-B63F-BAD81B748F40}
{FCFD0C5B-A336-4D81-9FDE-F425C4E7A74A} = {FBBB4E79-B0D1-45FF-A71F-115F7E5E2FDE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2AC685F-7926-45C1-A70D-BC7D21846842}
EndGlobalSection
EndGlobal