-
-
Notifications
You must be signed in to change notification settings - Fork 222
/
VkNet.sln
41 lines (41 loc) · 2.06 KB
/
VkNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{25FE33B2-A481-487C-A7E7-288D313AEC3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VkNet", "VkNet\VkNet.csproj", "{776EC153-F6B0-4065-B902-970BCDA6E636}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VkNet.Tests", "VkNet.Tests\VkNet.Tests.csproj", "{CDEF6518-F137-400B-96F4-895818896EA9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C768206C-73C8-46F7-BD48-0119C60EAC63}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{776EC153-F6B0-4065-B902-970BCDA6E636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{776EC153-F6B0-4065-B902-970BCDA6E636}.Debug|Any CPU.Build.0 = Debug|Any CPU
{776EC153-F6B0-4065-B902-970BCDA6E636}.Release|Any CPU.ActiveCfg = Release|Any CPU
{776EC153-F6B0-4065-B902-970BCDA6E636}.Release|Any CPU.Build.0 = Release|Any CPU
{CDEF6518-F137-400B-96F4-895818896EA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDEF6518-F137-400B-96F4-895818896EA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDEF6518-F137-400B-96F4-895818896EA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDEF6518-F137-400B-96F4-895818896EA9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CDEF6518-F137-400B-96F4-895818896EA9} = {25FE33B2-A481-487C-A7E7-288D313AEC3E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE13AE1E-AA9A-4C79-BFF6-2DB5F7564E42}
EndGlobalSection
EndGlobal