forked from mjml-aspnetcore/mjml-aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mjml-aspnetcore.sln
43 lines (43 loc) · 2.47 KB
/
mjml-aspnetcore.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 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mjml-aspnetcore", "mjml-aspnetcore\mjml-aspnetcore.csproj", "{1948AB26-2991-46DA-9DD3-F176BD53EBB3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "test", "test\test.csproj", "{AE610C6A-CDE9-4A46-98D3-D9625453020C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "benchmarks", "benchmarks\benchmarks.csproj", "{0DB42E3E-7127-473E-8B43-5974A5CFD8C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Benchmark|Any CPU = Benchmark|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1948AB26-2991-46DA-9DD3-F176BD53EBB3}.Benchmark|Any CPU.ActiveCfg = Release|Any CPU
{1948AB26-2991-46DA-9DD3-F176BD53EBB3}.Benchmark|Any CPU.Build.0 = Release|Any CPU
{1948AB26-2991-46DA-9DD3-F176BD53EBB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1948AB26-2991-46DA-9DD3-F176BD53EBB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1948AB26-2991-46DA-9DD3-F176BD53EBB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1948AB26-2991-46DA-9DD3-F176BD53EBB3}.Release|Any CPU.Build.0 = Release|Any CPU
{AE610C6A-CDE9-4A46-98D3-D9625453020C}.Benchmark|Any CPU.ActiveCfg = Release|Any CPU
{AE610C6A-CDE9-4A46-98D3-D9625453020C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE610C6A-CDE9-4A46-98D3-D9625453020C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE610C6A-CDE9-4A46-98D3-D9625453020C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE610C6A-CDE9-4A46-98D3-D9625453020C}.Release|Any CPU.Build.0 = Release|Any CPU
{0DB42E3E-7127-473E-8B43-5974A5CFD8C1}.Benchmark|Any CPU.ActiveCfg = Release|Any CPU
{0DB42E3E-7127-473E-8B43-5974A5CFD8C1}.Benchmark|Any CPU.Build.0 = Release|Any CPU
{0DB42E3E-7127-473E-8B43-5974A5CFD8C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DB42E3E-7127-473E-8B43-5974A5CFD8C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DB42E3E-7127-473E-8B43-5974A5CFD8C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DB42E3E-7127-473E-8B43-5974A5CFD8C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3EB5EA23-4446-43EE-9B0D-51977905620D}
EndGlobalSection
EndGlobal