-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMathKeyboardEngine.sln
50 lines (50 loc) · 2.76 KB
/
MathKeyboardEngine.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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{A6C0C8F2-1B82-451B-BCBA-7FF9B1E16555}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebAssemblyAppWithKatex", "Examples\BlazorWebAssemblyAppWithKatex\BlazorWebAssemblyAppWithKatex.csproj", "{D369770A-FCE0-4173-BFDC-B8AE72E3C963}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathKeyboardEngine", "MathKeyboardEngine\MathKeyboardEngine.csproj", "{7F6788D7-4540-4862-A85A-AE4C32828C80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathKeyboardEngine.Tests", "MathKeyboardEngine.Tests\MathKeyboardEngine.Tests.csproj", "{F3E1835B-AD37-4ECD-ADD0-DB178626CC34}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{070D672E-B1EB-4F79-A9B3-A218275798DC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
README.md = README.md
_ReleaseHelper\Release_steps.TXT = _ReleaseHelper\Release_steps.TXT
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D369770A-FCE0-4173-BFDC-B8AE72E3C963}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D369770A-FCE0-4173-BFDC-B8AE72E3C963}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D369770A-FCE0-4173-BFDC-B8AE72E3C963}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D369770A-FCE0-4173-BFDC-B8AE72E3C963}.Release|Any CPU.Build.0 = Release|Any CPU
{7F6788D7-4540-4862-A85A-AE4C32828C80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F6788D7-4540-4862-A85A-AE4C32828C80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F6788D7-4540-4862-A85A-AE4C32828C80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F6788D7-4540-4862-A85A-AE4C32828C80}.Release|Any CPU.Build.0 = Release|Any CPU
{F3E1835B-AD37-4ECD-ADD0-DB178626CC34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3E1835B-AD37-4ECD-ADD0-DB178626CC34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3E1835B-AD37-4ECD-ADD0-DB178626CC34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3E1835B-AD37-4ECD-ADD0-DB178626CC34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D369770A-FCE0-4173-BFDC-B8AE72E3C963} = {A6C0C8F2-1B82-451B-BCBA-7FF9B1E16555}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B9229FC-51CB-43A4-9470-BC3A301CDBC1}
EndGlobalSection
EndGlobal