Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 42 additions & 20 deletions MarkdownWin.sln
Original file line number Diff line number Diff line change
@@ -1,20 +1,42 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownWin", "src\MarkdownWin\MarkdownWin.csproj", "{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Debug|x86.ActiveCfg = Debug|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Debug|x86.Build.0 = Debug|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Release|x86.ActiveCfg = Release|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownWin", "src\MarkdownWin\MarkdownWin.csproj", "{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownSharp", "src\MarkdownSharp\MarkdownSharp.csproj", "{37619116-CCE8-465A-8B1F-081CA53364BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Debug|Any CPU.ActiveCfg = Debug|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Debug|Mixed Platforms.Build.0 = Debug|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Debug|x86.ActiveCfg = Debug|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Debug|x86.Build.0 = Debug|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Release|Any CPU.ActiveCfg = Release|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Release|Mixed Platforms.ActiveCfg = Release|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Release|Mixed Platforms.Build.0 = Release|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Release|x86.ActiveCfg = Release|x86
{F578EEC8-1C03-43B6-92A5-76C25D9A4F0F}.Release|x86.Build.0 = Release|x86
{37619116-CCE8-465A-8B1F-081CA53364BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37619116-CCE8-465A-8B1F-081CA53364BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37619116-CCE8-465A-8B1F-081CA53364BB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{37619116-CCE8-465A-8B1F-081CA53364BB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{37619116-CCE8-465A-8B1F-081CA53364BB}.Debug|x86.ActiveCfg = Debug|Any CPU
{37619116-CCE8-465A-8B1F-081CA53364BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37619116-CCE8-465A-8B1F-081CA53364BB}.Release|Any CPU.Build.0 = Release|Any CPU
{37619116-CCE8-465A-8B1F-081CA53364BB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{37619116-CCE8-465A-8B1F-081CA53364BB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{37619116-CCE8-465A-8B1F-081CA53364BB}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file modified dist/MarkdownWin.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading