mirror of
https://github.com/vknet/vk.git
synced 2026-07-19 21:03:28 +00:00
45 lines
2.2 KiB
Text
45 lines
2.2 KiB
Text
|
|
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
|
|
Directory.Build.props = Directory.Build.props
|
|
Directory.Packages.props = Directory.Packages.props
|
|
LICENCE = LICENCE
|
|
README.md = README.md
|
|
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
|