-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLiquid.sln
37 lines (37 loc) · 1.94 KB
/
Liquid.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Liquid", "Liquid\Liquid.csproj", "{2A5C6782-CA51-4008-992F-6AB299DB8CAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiquidBackend", "LiquidBackend\LiquidBackend.csproj", "{2B7130B1-63BF-4348-B959-F01623F16844}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiquidTest", "LiquidTest\LiquidTest.csproj", "{54581833-2409-45DF-B80B-D0148260B096}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A5C6782-CA51-4008-992F-6AB299DB8CAE}.Debug|x64.ActiveCfg = Debug|x64
{2A5C6782-CA51-4008-992F-6AB299DB8CAE}.Debug|x64.Build.0 = Debug|x64
{2A5C6782-CA51-4008-992F-6AB299DB8CAE}.Release|x64.ActiveCfg = Release|x64
{2A5C6782-CA51-4008-992F-6AB299DB8CAE}.Release|x64.Build.0 = Release|x64
{2B7130B1-63BF-4348-B959-F01623F16844}.Debug|x64.ActiveCfg = Debug|x64
{2B7130B1-63BF-4348-B959-F01623F16844}.Debug|x64.Build.0 = Debug|x64
{2B7130B1-63BF-4348-B959-F01623F16844}.Release|x64.ActiveCfg = Release|x64
{2B7130B1-63BF-4348-B959-F01623F16844}.Release|x64.Build.0 = Release|x64
{54581833-2409-45DF-B80B-D0148260B096}.Debug|x64.ActiveCfg = Debug|x64
{54581833-2409-45DF-B80B-D0148260B096}.Debug|x64.Build.0 = Debug|x64
{54581833-2409-45DF-B80B-D0148260B096}.Release|x64.ActiveCfg = Release|x64
{54581833-2409-45DF-B80B-D0148260B096}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EDAF4B44-E91B-4ADC-8774-B3FB26551FF3}
EndGlobalSection
EndGlobal