forked from RdJNL/TextTemplatingCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TextTemplatingCore.sln
51 lines (51 loc) · 2.91 KB
/
TextTemplatingCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextTemplatingFileGeneratorCore", "TextTemplatingFileGeneratorCore\TextTemplatingFileGeneratorCore.csproj", "{DF8E9B6C-BA5C-41C7-80E7-0C9065528049}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E60BDF14-57A5-4368-B067-F065CF397690}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TemplateExecute", "TemplateExecute\TemplateExecute.csproj", "{31A56EF0-7739-46B0-A6A9-CDA93886D3F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextTransformCore", "TextTransformCore\TextTransformCore.csproj", "{FD50106B-40A1-4270-AD4A-591EB9F5A933}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextTemplatingCoreLib", "TextTemplatingCoreLib\TextTemplatingCoreLib.csproj", "{ADB1EE01-F30D-4922-85E4-25A4F55BAC76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF8E9B6C-BA5C-41C7-80E7-0C9065528049}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF8E9B6C-BA5C-41C7-80E7-0C9065528049}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF8E9B6C-BA5C-41C7-80E7-0C9065528049}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF8E9B6C-BA5C-41C7-80E7-0C9065528049}.Release|Any CPU.Build.0 = Release|Any CPU
{31A56EF0-7739-46B0-A6A9-CDA93886D3F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31A56EF0-7739-46B0-A6A9-CDA93886D3F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31A56EF0-7739-46B0-A6A9-CDA93886D3F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31A56EF0-7739-46B0-A6A9-CDA93886D3F9}.Release|Any CPU.Build.0 = Release|Any CPU
{FD50106B-40A1-4270-AD4A-591EB9F5A933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD50106B-40A1-4270-AD4A-591EB9F5A933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD50106B-40A1-4270-AD4A-591EB9F5A933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD50106B-40A1-4270-AD4A-591EB9F5A933}.Release|Any CPU.Build.0 = Release|Any CPU
{ADB1EE01-F30D-4922-85E4-25A4F55BAC76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADB1EE01-F30D-4922-85E4-25A4F55BAC76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADB1EE01-F30D-4922-85E4-25A4F55BAC76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADB1EE01-F30D-4922-85E4-25A4F55BAC76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38DB66CE-B435-4F5E-85F6-457465E1D4FC}
EndGlobalSection
EndGlobal