-
Notifications
You must be signed in to change notification settings - Fork 1
/
MdTranslator.sln
49 lines (49 loc) · 3.04 KB
/
MdTranslator.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27924.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MdTranslator", "MdTranslator\MdTranslator.csproj", "{EFF20CF0-8BCF-448D-97EE-B6E47B944111}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DIBindings", "DIBindings\DIBindings.csproj", "{38A4E4F2-19F3-4675-ADFE-BE05FF2186BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MdTranslatorLibrary", "MdTranslatorLibrary\MdTranslatorLibrary.csproj", "{9BC12169-306E-4DB1-9F15-CEFD78736E50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MdTranslatorLibrary.Test", "MdTranslatorLibrary.Test\MdTranslatorLibrary.Test.csproj", "{C0CE84F7-B300-41DA-8B1E-F6B32B172F24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MdTranslator.Test", "MdTranslator.Test\MdTranslator.Test.csproj", "{7F7A78C4-A6D8-4FCF-9AB6-250BC6BF5E2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFF20CF0-8BCF-448D-97EE-B6E47B944111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFF20CF0-8BCF-448D-97EE-B6E47B944111}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFF20CF0-8BCF-448D-97EE-B6E47B944111}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFF20CF0-8BCF-448D-97EE-B6E47B944111}.Release|Any CPU.Build.0 = Release|Any CPU
{38A4E4F2-19F3-4675-ADFE-BE05FF2186BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38A4E4F2-19F3-4675-ADFE-BE05FF2186BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38A4E4F2-19F3-4675-ADFE-BE05FF2186BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38A4E4F2-19F3-4675-ADFE-BE05FF2186BB}.Release|Any CPU.Build.0 = Release|Any CPU
{9BC12169-306E-4DB1-9F15-CEFD78736E50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BC12169-306E-4DB1-9F15-CEFD78736E50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BC12169-306E-4DB1-9F15-CEFD78736E50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BC12169-306E-4DB1-9F15-CEFD78736E50}.Release|Any CPU.Build.0 = Release|Any CPU
{C0CE84F7-B300-41DA-8B1E-F6B32B172F24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0CE84F7-B300-41DA-8B1E-F6B32B172F24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0CE84F7-B300-41DA-8B1E-F6B32B172F24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0CE84F7-B300-41DA-8B1E-F6B32B172F24}.Release|Any CPU.Build.0 = Release|Any CPU
{7F7A78C4-A6D8-4FCF-9AB6-250BC6BF5E2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F7A78C4-A6D8-4FCF-9AB6-250BC6BF5E2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F7A78C4-A6D8-4FCF-9AB6-250BC6BF5E2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F7A78C4-A6D8-4FCF-9AB6-250BC6BF5E2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8433E000-359B-479A-A723-E3F084B41DC8}
EndGlobalSection
EndGlobal