forked from madskristensen/WebEssentials2013
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebEssentials2013.sln
53 lines (53 loc) · 2.61 KB
/
WebEssentials2013.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
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{140A15DE-0F66-4377-BB52-BC24C7FC46E9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EditorExtensions\CodeAnalysis.ruleset = EditorExtensions\CodeAnalysis.ruleset
CONTRIBUTING.md = CONTRIBUTING.md
CssSorter.dll = CssSorter.dll
LICENSE.txt = LICENSE.txt
MarkdownSharp.dll = MarkdownSharp.dll
README.md = README.md
Rebracer.xml = Rebracer.xml
WebEssentials2012logo.pdn = WebEssentials2012logo.pdn
WebEssentialsTests.UnitTests.testsettings = WebEssentialsTests.UnitTests.testsettings
ZenCoding.dll = ZenCoding.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebEssentials2013", "EditorExtensions\WebEssentials2013.csproj", "{10D05BC1-CDEE-4D14-B88F-F91C0BDC7861}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebEssentialsTests", "WebEssentialsTests\WebEssentialsTests.csproj", "{E05B0E57-CF56-4513-9D24-18B6EE7C3712}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6A26D63B-3436-438D-8F27-C42E100B2254}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10D05BC1-CDEE-4D14-B88F-F91C0BDC7861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10D05BC1-CDEE-4D14-B88F-F91C0BDC7861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10D05BC1-CDEE-4D14-B88F-F91C0BDC7861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10D05BC1-CDEE-4D14-B88F-F91C0BDC7861}.Release|Any CPU.Build.0 = Release|Any CPU
{E05B0E57-CF56-4513-9D24-18B6EE7C3712}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E05B0E57-CF56-4513-9D24-18B6EE7C3712}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E05B0E57-CF56-4513-9D24-18B6EE7C3712}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E05B0E57-CF56-4513-9D24-18B6EE7C3712}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\TransientFaultHandling.Core.5.1.1209.1\lib\NET4
EndGlobalSection
EndGlobal