-
Notifications
You must be signed in to change notification settings - Fork 15
/
Liquid.NET.sln
executable file
·46 lines (46 loc) · 2.46 KB
/
Liquid.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.NET", "Liquid.NET\Liquid.NET.csproj", "{DDBC881A-001D-43F8-BD83-B3E04F7620E3}"
ProjectSection(ProjectDependencies) = postProject
{EC1DA7C4-53DE-47DC-BC66-2A8C78B9566E} = {EC1DA7C4-53DE-47DC-BC66-2A8C78B9566E}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.NET.Grammar", "Liquid.NET.Grammar\Liquid.NET.Grammar.csproj", "{EC1DA7C4-53DE-47DC-BC66-2A8C78B9566E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.NET.Tests", "Liquid.NET.Tests\Liquid.NET.Tests.csproj", "{E29E507F-346E-48BB-89CA-FD25FE4C4A52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5BD1B11-73B3-4B64-9AAF-847D2ED0CD7E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
icon32x32.png = icon32x32.png
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDBC881A-001D-43F8-BD83-B3E04F7620E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDBC881A-001D-43F8-BD83-B3E04F7620E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDBC881A-001D-43F8-BD83-B3E04F7620E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDBC881A-001D-43F8-BD83-B3E04F7620E3}.Release|Any CPU.Build.0 = Release|Any CPU
{EC1DA7C4-53DE-47DC-BC66-2A8C78B9566E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC1DA7C4-53DE-47DC-BC66-2A8C78B9566E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC1DA7C4-53DE-47DC-BC66-2A8C78B9566E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC1DA7C4-53DE-47DC-BC66-2A8C78B9566E}.Release|Any CPU.Build.0 = Release|Any CPU
{E29E507F-346E-48BB-89CA-FD25FE4C4A52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E29E507F-346E-48BB-89CA-FD25FE4C4A52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E29E507F-346E-48BB-89CA-FD25FE4C4A52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E29E507F-346E-48BB-89CA-FD25FE4C4A52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal