forked from madskristensen/WebEssentials2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebEssentials2019.sln
More file actions
40 lines (40 loc) · 1.82 KB
/
WebEssentials2019.sln
File metadata and controls
40 lines (40 loc) · 1.82 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28126.111
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{209371F6-5AF1-4FCA-9B1A-37702D5BD935}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebEssentials2019", "src\WebEssentials2019.csproj", "{D5750D1B-78E2-458D-AC17-802394EB81A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5750D1B-78E2-458D-AC17-802394EB81A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5750D1B-78E2-458D-AC17-802394EB81A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5750D1B-78E2-458D-AC17-802394EB81A1}.Debug|x86.ActiveCfg = Debug|Any CPU
{D5750D1B-78E2-458D-AC17-802394EB81A1}.Debug|x86.Build.0 = Debug|Any CPU
{D5750D1B-78E2-458D-AC17-802394EB81A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5750D1B-78E2-458D-AC17-802394EB81A1}.Release|Any CPU.Build.0 = Release|Any CPU
{D5750D1B-78E2-458D-AC17-802394EB81A1}.Release|x86.ActiveCfg = Release|Any CPU
{D5750D1B-78E2-458D-AC17-802394EB81A1}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD8E8C23-8C8C-41F5-AE0B-83E5D99C5506}
EndGlobalSection
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = 67682906-08a4-438e-a745-8745ea6b9639
EndGlobalSection
EndGlobal