-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlazorDotLiquid.sln
43 lines (43 loc) · 2.56 KB
/
BlazorDotLiquid.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorDotLiquid.Server", "Server\BlazorDotLiquid.Server.csproj", "{5B16D1F0-EBBF-4541-BBC5-9509B27D1309}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorDotLiquid.Client", "Client\BlazorDotLiquid.Client.csproj", "{C41FAABD-0437-4251-A38D-778740F8726B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorDotLiquid.Shared", "Shared\BlazorDotLiquid.Shared.csproj", "{EAECC6D7-3A7F-4728-BBDE-465B626290E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorDotLiquid", "BlazorDotLiquid\BlazorDotLiquid.csproj", "{BA00A5B1-B19A-4157-ABDD-C128ADC690E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B16D1F0-EBBF-4541-BBC5-9509B27D1309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B16D1F0-EBBF-4541-BBC5-9509B27D1309}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B16D1F0-EBBF-4541-BBC5-9509B27D1309}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B16D1F0-EBBF-4541-BBC5-9509B27D1309}.Release|Any CPU.Build.0 = Release|Any CPU
{C41FAABD-0437-4251-A38D-778740F8726B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C41FAABD-0437-4251-A38D-778740F8726B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C41FAABD-0437-4251-A38D-778740F8726B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C41FAABD-0437-4251-A38D-778740F8726B}.Release|Any CPU.Build.0 = Release|Any CPU
{EAECC6D7-3A7F-4728-BBDE-465B626290E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAECC6D7-3A7F-4728-BBDE-465B626290E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAECC6D7-3A7F-4728-BBDE-465B626290E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAECC6D7-3A7F-4728-BBDE-465B626290E8}.Release|Any CPU.Build.0 = Release|Any CPU
{BA00A5B1-B19A-4157-ABDD-C128ADC690E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA00A5B1-B19A-4157-ABDD-C128ADC690E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA00A5B1-B19A-4157-ABDD-C128ADC690E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA00A5B1-B19A-4157-ABDD-C128ADC690E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07D11EE7-97C0-4DE1-A70F-80A54659E8FC}
EndGlobalSection
EndGlobal