This repository was archived by the owner on May 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmd2docx.sln
31 lines (31 loc) · 1.54 KB
/
md2docx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.757
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "md2docx", "md2docx\md2docx.csproj", "{57F2D503-1BD2-452E-8B5B-D513E92F204E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "md2docxTests", "md2docxTests\md2docxTests.csproj", "{7F4634A7-B081-47A1-85B1-241FEE59AD72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57F2D503-1BD2-452E-8B5B-D513E92F204E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57F2D503-1BD2-452E-8B5B-D513E92F204E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57F2D503-1BD2-452E-8B5B-D513E92F204E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57F2D503-1BD2-452E-8B5B-D513E92F204E}.Release|Any CPU.Build.0 = Release|Any CPU
{7F4634A7-B081-47A1-85B1-241FEE59AD72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F4634A7-B081-47A1-85B1-241FEE59AD72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F4634A7-B081-47A1-85B1-241FEE59AD72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F4634A7-B081-47A1-85B1-241FEE59AD72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F81063E4-7612-4A77-873A-3DD8921033D6}
EndGlobalSection
EndGlobal