-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMarkovLib.sln
43 lines (43 loc) · 2.5 KB
/
MarkovLib.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
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markov", "Markov\Markov.csproj", "{8D1DE4FB-E4BA-4955-A7D0-430F48F24FDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkovTest", "MarkovTest\MarkovTest.csproj", "{BCCBE866-1AEE-4C75-A687-9E34CA3E0C52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VKMessagesDump", "VKMessagesDump\VKMessagesDump.csproj", "{F85F9FD4-BF40-4494-9942-86A470FA53A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeneratorFromTxt", "GeneratorFromTxt\GeneratorFromTxt.csproj", "{08BE06B9-E16B-4786-8B1F-5726D08A974B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D1DE4FB-E4BA-4955-A7D0-430F48F24FDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D1DE4FB-E4BA-4955-A7D0-430F48F24FDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D1DE4FB-E4BA-4955-A7D0-430F48F24FDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D1DE4FB-E4BA-4955-A7D0-430F48F24FDF}.Release|Any CPU.Build.0 = Release|Any CPU
{BCCBE866-1AEE-4C75-A687-9E34CA3E0C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCCBE866-1AEE-4C75-A687-9E34CA3E0C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCCBE866-1AEE-4C75-A687-9E34CA3E0C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCCBE866-1AEE-4C75-A687-9E34CA3E0C52}.Release|Any CPU.Build.0 = Release|Any CPU
{F85F9FD4-BF40-4494-9942-86A470FA53A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F85F9FD4-BF40-4494-9942-86A470FA53A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F85F9FD4-BF40-4494-9942-86A470FA53A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F85F9FD4-BF40-4494-9942-86A470FA53A4}.Release|Any CPU.Build.0 = Release|Any CPU
{08BE06B9-E16B-4786-8B1F-5726D08A974B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08BE06B9-E16B-4786-8B1F-5726D08A974B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08BE06B9-E16B-4786-8B1F-5726D08A974B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08BE06B9-E16B-4786-8B1F-5726D08A974B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20ABD1F7-C29E-42DA-80F2-8ADD52D38B0A}
EndGlobalSection
EndGlobal