-
Notifications
You must be signed in to change notification settings - Fork 15
/
MarkdownLog.sln
30 lines (30 loc) · 1.58 KB
/
MarkdownLog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27920.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownLog", "MarkdownLog\MarkdownLog.csproj", "{58003E79-47E0-47D6-BF62-82051EFC1E8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownLog.Tests", "UnitTests\MarkdownLog.Tests.csproj", "{115E4845-076E-4615-9FA1-2FFEBE4D6042}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58003E79-47E0-47D6-BF62-82051EFC1E8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58003E79-47E0-47D6-BF62-82051EFC1E8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58003E79-47E0-47D6-BF62-82051EFC1E8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58003E79-47E0-47D6-BF62-82051EFC1E8B}.Release|Any CPU.Build.0 = Release|Any CPU
{115E4845-076E-4615-9FA1-2FFEBE4D6042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{115E4845-076E-4615-9FA1-2FFEBE4D6042}.Debug|Any CPU.Build.0 = Debug|Any CPU
{115E4845-076E-4615-9FA1-2FFEBE4D6042}.Release|Any CPU.ActiveCfg = Release|Any CPU
{115E4845-076E-4615-9FA1-2FFEBE4D6042}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBF00EA3-31F1-41FA-8576-E264D75F910F}
EndGlobalSection
EndGlobal