-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshfb-latex-tools.sln
60 lines (60 loc) · 3.95 KB
/
shfb-latex-tools.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
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EAFB3F83-5CA9-49B6-80E3-AF6962A8D989}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{AD8908F3-C22A-435A-94BD-FE709B1822F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleClassLibrary", "samples\SampleClassLibrary\SampleClassLibrary.csproj", "{D4B6473F-9D24-4791-8AEC-10347125908B}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "SampleClassLibrary.Documentation", "samples\SampleClassLibrary.Documentation\SampleClassLibrary.Documentation.shfbproj", "{B634C899-F76C-4654-872C-8062F6D2C7E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Novacta.Shfb.LatexTools", "src\Novacta.Shfb.LatexTools\Novacta.Shfb.LatexTools.csproj", "{76806B09-E316-4EB9-ABF3-931C99273A5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Novacta.Shfb.LatexConfiguration", "src\Novacta.Shfb.LatexConfiguration\Novacta.Shfb.LatexConfiguration.csproj", "{691F07F0-88AF-4671-A063-D79CBC80053C}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Novacta.Shfb.LatexTools.Documentation", "src\Novacta.Shfb.LatexTools.Documentation\Novacta.Shfb.LatexTools.Documentation.shfbproj", "{B591B211-42B8-455E-89DF-437971C168C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4B6473F-9D24-4791-8AEC-10347125908B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4B6473F-9D24-4791-8AEC-10347125908B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4B6473F-9D24-4791-8AEC-10347125908B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4B6473F-9D24-4791-8AEC-10347125908B}.Release|Any CPU.Build.0 = Release|Any CPU
{B634C899-F76C-4654-872C-8062F6D2C7E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B634C899-F76C-4654-872C-8062F6D2C7E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B634C899-F76C-4654-872C-8062F6D2C7E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B634C899-F76C-4654-872C-8062F6D2C7E7}.Release|Any CPU.Build.0 = Release|Any CPU
{76806B09-E316-4EB9-ABF3-931C99273A5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76806B09-E316-4EB9-ABF3-931C99273A5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76806B09-E316-4EB9-ABF3-931C99273A5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76806B09-E316-4EB9-ABF3-931C99273A5C}.Release|Any CPU.Build.0 = Release|Any CPU
{691F07F0-88AF-4671-A063-D79CBC80053C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{691F07F0-88AF-4671-A063-D79CBC80053C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{691F07F0-88AF-4671-A063-D79CBC80053C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{691F07F0-88AF-4671-A063-D79CBC80053C}.Release|Any CPU.Build.0 = Release|Any CPU
{B591B211-42B8-455E-89DF-437971C168C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B591B211-42B8-455E-89DF-437971C168C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B591B211-42B8-455E-89DF-437971C168C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B591B211-42B8-455E-89DF-437971C168C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D4B6473F-9D24-4791-8AEC-10347125908B} = {AD8908F3-C22A-435A-94BD-FE709B1822F2}
{B634C899-F76C-4654-872C-8062F6D2C7E7} = {AD8908F3-C22A-435A-94BD-FE709B1822F2}
{76806B09-E316-4EB9-ABF3-931C99273A5C} = {EAFB3F83-5CA9-49B6-80E3-AF6962A8D989}
{691F07F0-88AF-4671-A063-D79CBC80053C} = {EAFB3F83-5CA9-49B6-80E3-AF6962A8D989}
{B591B211-42B8-455E-89DF-437971C168C3} = {EAFB3F83-5CA9-49B6-80E3-AF6962A8D989}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F1FD5AF-7B37-404C-A950-759158ABC4BC}
EndGlobalSection
EndGlobal