-
Notifications
You must be signed in to change notification settings - Fork 2
/
DocxTemplater.sln
59 lines (59 loc) · 3.39 KB
/
DocxTemplater.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CD7C229-E003-4372-BCB5-8C6C83096A37}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocxTemplater", "DocxTemplater\DocxTemplater.csproj", "{3903B788-BBF1-49CB-8E0F-67A25B25815B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocxTemplater.Images", "DocxTemplater.Images\DocxTemplater.Images.csproj", "{315FB1E7-A136-4380-AF01-45B4929DE1C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocxTemplater.Test", "DocxTemplater.Test\DocxTemplater.Test.csproj", "{C1F7FAB0-0807-4208-9BD8-E7E5BF6B5986}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{63F28020-AE87-4C41-9020-A4236A324EEC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocxTemplater.Markdown", "DocxTemplater.Markdown\DocxTemplater.Markdown.csproj", "{D4CFD3BD-84B8-400C-A088-26FC15ADE80D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3903B788-BBF1-49CB-8E0F-67A25B25815B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3903B788-BBF1-49CB-8E0F-67A25B25815B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3903B788-BBF1-49CB-8E0F-67A25B25815B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3903B788-BBF1-49CB-8E0F-67A25B25815B}.Release|Any CPU.Build.0 = Release|Any CPU
{315FB1E7-A136-4380-AF01-45B4929DE1C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{315FB1E7-A136-4380-AF01-45B4929DE1C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{315FB1E7-A136-4380-AF01-45B4929DE1C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{315FB1E7-A136-4380-AF01-45B4929DE1C8}.Release|Any CPU.Build.0 = Release|Any CPU
{C1F7FAB0-0807-4208-9BD8-E7E5BF6B5986}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1F7FAB0-0807-4208-9BD8-E7E5BF6B5986}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1F7FAB0-0807-4208-9BD8-E7E5BF6B5986}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1F7FAB0-0807-4208-9BD8-E7E5BF6B5986}.Release|Any CPU.Build.0 = Release|Any CPU
{D4CFD3BD-84B8-400C-A088-26FC15ADE80D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4CFD3BD-84B8-400C-A088-26FC15ADE80D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4CFD3BD-84B8-400C-A088-26FC15ADE80D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4CFD3BD-84B8-400C-A088-26FC15ADE80D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{63F28020-AE87-4C41-9020-A4236A324EEC} = {0CD7C229-E003-4372-BCB5-8C6C83096A37}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87BDC60D-731C-4676-AEBA-FECF871AE24A}
EndGlobalSection
EndGlobal