-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWeb.sln
More file actions
43 lines (43 loc) · 2.44 KB
/
Web.sln
File metadata and controls
43 lines (43 loc) · 2.44 KB
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 18
VisualStudioVersion = 18.3.11527.330 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "src\Tests\Tests.csproj", "{2E8FE01D-35EB-49E2-B693-490F4ABFDD5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "src\Web\Web.csproj", "{442D46AA-C4DC-4AEE-826B-CE98A9C6F837}"
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "Css", "src\Css\Css.msbuildproj", "{D60954DA-76B9-4AD7-94C2-B85CF239D146}"
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "Html", "src\Html\Html.msbuildproj", "{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E8FE01D-35EB-49E2-B693-490F4ABFDD5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E8FE01D-35EB-49E2-B693-490F4ABFDD5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E8FE01D-35EB-49E2-B693-490F4ABFDD5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E8FE01D-35EB-49E2-B693-490F4ABFDD5D}.Release|Any CPU.Build.0 = Release|Any CPU
{442D46AA-C4DC-4AEE-826B-CE98A9C6F837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{442D46AA-C4DC-4AEE-826B-CE98A9C6F837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{442D46AA-C4DC-4AEE-826B-CE98A9C6F837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{442D46AA-C4DC-4AEE-826B-CE98A9C6F837}.Release|Any CPU.Build.0 = Release|Any CPU
{D60954DA-76B9-4AD7-94C2-B85CF239D146}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D60954DA-76B9-4AD7-94C2-B85CF239D146}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D60954DA-76B9-4AD7-94C2-B85CF239D146}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D60954DA-76B9-4AD7-94C2-B85CF239D146}.Release|Any CPU.Build.0 = Release|Any CPU
{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BFBEB8F5-4E85-479E-9AFC-F1A79F0FC22D}
EndGlobalSection
EndGlobal