-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathRazorHtmlMinifier.Mvc5.sln
More file actions
56 lines (56 loc) · 2.7 KB
/
Copy pathRazorHtmlMinifier.Mvc5.sln
File metadata and controls
56 lines (56 loc) · 2.7 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
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RazorHtmlMinifier.Mvc5", "src\RazorHtmlMinifier.Mvc5\RazorHtmlMinifier.Mvc5.csproj", "{5D44C167-14A7-4615-A008-B39A48AFF321}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{61ECE175-C8A8-413B-9CFD-C6D8CC5EB0E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{8703113A-C13F-4F79-A52F-4EDD79447620}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RazorHtmlMinifier.Sample", "src\RazorHtmlMinifier.Sample\RazorHtmlMinifier.Sample.csproj", "{89399B93-6A51-4E98-88F7-638091DEA337}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{1BAE8475-A30D-4028-8843-CA9A9D92E76E}"
ProjectSection(SolutionItems) = preProject
assets\logo_128.png = assets\logo_128.png
assets\logo_256.png = assets\logo_256.png
assets\logo_32.png = assets\logo_32.png
assets\logo_320.png = assets\logo_320.png
assets\logo_64.png = assets\logo_64.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D44C167-14A7-4615-A008-B39A48AFF321}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D44C167-14A7-4615-A008-B39A48AFF321}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D44C167-14A7-4615-A008-B39A48AFF321}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D44C167-14A7-4615-A008-B39A48AFF321}.Release|Any CPU.Build.0 = Release|Any CPU
{89399B93-6A51-4E98-88F7-638091DEA337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89399B93-6A51-4E98-88F7-638091DEA337}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89399B93-6A51-4E98-88F7-638091DEA337}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89399B93-6A51-4E98-88F7-638091DEA337}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5D44C167-14A7-4615-A008-B39A48AFF321} = {61ECE175-C8A8-413B-9CFD-C6D8CC5EB0E8}
{89399B93-6A51-4E98-88F7-638091DEA337} = {61ECE175-C8A8-413B-9CFD-C6D8CC5EB0E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE2D3DCF-D16D-4AC0-9D9D-DC1725BD22EC}
EndGlobalSection
EndGlobal