-
Notifications
You must be signed in to change notification settings - Fork 0
/
MathAtom.sln
43 lines (43 loc) · 2.56 KB
/
MathAtom.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 Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "LaTeXParser", "MathDisplay\LaTeXParser.fsproj", "{3CA69605-37D4-46F0-AEC8-252DF7F9A2FE}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "MathDisplay.Tests", "MathDisplay.Tests\MathDisplay.Tests.fsproj", "{48263804-2B36-4BC0-A902-005E7951DFFC}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "MathDisplay.Tests.Benchmarks", "MathDisplay.Tests.Benchmarks\MathDisplay.Tests.Benchmarks.fsproj", "{BCF922BA-9986-4B28-A832-F7FBA7EBCD3D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "MathAtom", "MathAtom\MathAtom.fsproj", "{26F39E6C-112B-46FB-AD1F-C0D7B9B79F52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CA69605-37D4-46F0-AEC8-252DF7F9A2FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CA69605-37D4-46F0-AEC8-252DF7F9A2FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CA69605-37D4-46F0-AEC8-252DF7F9A2FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CA69605-37D4-46F0-AEC8-252DF7F9A2FE}.Release|Any CPU.Build.0 = Release|Any CPU
{48263804-2B36-4BC0-A902-005E7951DFFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48263804-2B36-4BC0-A902-005E7951DFFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48263804-2B36-4BC0-A902-005E7951DFFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48263804-2B36-4BC0-A902-005E7951DFFC}.Release|Any CPU.Build.0 = Release|Any CPU
{BCF922BA-9986-4B28-A832-F7FBA7EBCD3D}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{BCF922BA-9986-4B28-A832-F7FBA7EBCD3D}.Debug|Any CPU.Build.0 = Release|Any CPU
{BCF922BA-9986-4B28-A832-F7FBA7EBCD3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCF922BA-9986-4B28-A832-F7FBA7EBCD3D}.Release|Any CPU.Build.0 = Release|Any CPU
{26F39E6C-112B-46FB-AD1F-C0D7B9B79F52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26F39E6C-112B-46FB-AD1F-C0D7B9B79F52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26F39E6C-112B-46FB-AD1F-C0D7B9B79F52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26F39E6C-112B-46FB-AD1F-C0D7B9B79F52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BCF12CB-CBC2-43EE-BA83-92E394B0FA2B}
EndGlobalSection
EndGlobal