forked from vostok-archives/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Vostok.Core.sln
35 lines (35 loc) · 1.85 KB
/
Vostok.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vostok.Core", "Vostok.Core\Vostok.Core.csproj", "{B4871488-BEAF-48BE-8399-B1521539CBA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vostok.Core.Tests", "Vostok.Core.Tests\Vostok.Core.Tests.csproj", "{14367A5F-CB94-4188-9D82-BED970C51D2F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
NoTests|Any CPU = NoTests|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4871488-BEAF-48BE-8399-B1521539CBA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4871488-BEAF-48BE-8399-B1521539CBA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4871488-BEAF-48BE-8399-B1521539CBA9}.NoTests|Any CPU.ActiveCfg = Release|Any CPU
{B4871488-BEAF-48BE-8399-B1521539CBA9}.NoTests|Any CPU.Build.0 = Release|Any CPU
{B4871488-BEAF-48BE-8399-B1521539CBA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4871488-BEAF-48BE-8399-B1521539CBA9}.Release|Any CPU.Build.0 = Release|Any CPU
{14367A5F-CB94-4188-9D82-BED970C51D2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14367A5F-CB94-4188-9D82-BED970C51D2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14367A5F-CB94-4188-9D82-BED970C51D2F}.NoTests|Any CPU.ActiveCfg = Release|Any CPU
{14367A5F-CB94-4188-9D82-BED970C51D2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14367A5F-CB94-4188-9D82-BED970C51D2F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60D1861D-7504-4ADE-9CC4-381F61483573}
EndGlobalSection
EndGlobal