-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nivaes.Typst.sln
73 lines (73 loc) · 3.74 KB
/
Nivaes.Typst.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
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nivaes.Typst", "Nivaes.Typst\Nivaes.Typst.csproj", "{052C9872-4629-49A5-B108-56BABBB7A11B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nivaes.Typst.UnitTest", "Nivaes.Typst.UnitTest\Nivaes.Typst.UnitTest.csproj", "{09B805C9-0596-4681-9084-844C9E3981A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{113A4AAA-24FA-4E9E-92E8-D0723E571DE1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE = LICENSE
README.md = README.md
typst_ffi.targets = typst_ffi.targets
rust_native.targets = rust_native.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{F437BD4B-BC83-4E2E-8328-26726CCBEC84}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{07DF7757-E727-4523-A5E8-EC3D11C9E807}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build_release.yaml = .github\workflows\build_release.yaml
.github\workflows\ci.yaml = .github\workflows\ci.yaml
.github\workflows\publish_release.yaml = .github\workflows\publish_release.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{E994AD25-3A46-4A4E-B605-AA82B0EA38F8}"
ProjectSection(SolutionItems) = preProject
Doc\notas.md = Doc\notas.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nivaes.Typst.Console", "Nivaes.Typst.Console\Nivaes.Typst.Console.csproj", "{6DB4F087-6BA8-4D33-81D6-4E2874E9C746}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{052C9872-4629-49A5-B108-56BABBB7A11B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{052C9872-4629-49A5-B108-56BABBB7A11B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{052C9872-4629-49A5-B108-56BABBB7A11B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{052C9872-4629-49A5-B108-56BABBB7A11B}.Release|Any CPU.Build.0 = Release|Any CPU
{09B805C9-0596-4681-9084-844C9E3981A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09B805C9-0596-4681-9084-844C9E3981A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09B805C9-0596-4681-9084-844C9E3981A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09B805C9-0596-4681-9084-844C9E3981A1}.Release|Any CPU.Build.0 = Release|Any CPU
{6DB4F087-6BA8-4D33-81D6-4E2874E9C746}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DB4F087-6BA8-4D33-81D6-4E2874E9C746}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DB4F087-6BA8-4D33-81D6-4E2874E9C746}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DB4F087-6BA8-4D33-81D6-4E2874E9C746}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F437BD4B-BC83-4E2E-8328-26726CCBEC84} = {113A4AAA-24FA-4E9E-92E8-D0723E571DE1}
{07DF7757-E727-4523-A5E8-EC3D11C9E807} = {F437BD4B-BC83-4E2E-8328-26726CCBEC84}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6F6D5A9-BE73-4488-8CAF-E490DC541AAF}
EndGlobalSection
EndGlobal