-
-
Notifications
You must be signed in to change notification settings - Fork 172
/
BundlerMinifier.sln
64 lines (64 loc) · 4.04 KB
/
BundlerMinifier.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
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26226.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9E392DE-6C44-4AD2-858C-D73AD3016E6E}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BundlerMinifierVsix", "src\BundlerMinifierVsix\BundlerMinifierVsix.csproj", "{49C270BE-9645-40D5-BE08-91ADE243D394}"
ProjectSection(ProjectDependencies) = postProject
{005A7A66-2F08-4A2C-9230-F4FA31A6804B} = {005A7A66-2F08-4A2C-9230-F4FA31A6804B}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BundlerMinifier", "src\BundlerMinifier\BundlerMinifier.csproj", "{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BundlerMinifierTest", "src\BundlerMinifierTest\BundlerMinifierTest.csproj", "{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BundlerMinifier.Core", "src\BundlerMinifier.Core\BundlerMinifier.Core.csproj", "{135A8112-B264-4FB6-B7B4-6139FB8810D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BundlerMinifierConsole", "src\BundlerMinifierConsole\BundlerMinifierConsole.csproj", "{005A7A66-2F08-4A2C-9230-F4FA31A6804B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BundlerMinifier.TagHelpers", "src\BundlerMinifier.TagHelpers\BundlerMinifier.TagHelpers.csproj", "{2825CF4A-3F4C-4DC6-AEBB-09E71474D844}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49C270BE-9645-40D5-BE08-91ADE243D394}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49C270BE-9645-40D5-BE08-91ADE243D394}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49C270BE-9645-40D5-BE08-91ADE243D394}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49C270BE-9645-40D5-BE08-91ADE243D394}.Release|Any CPU.Build.0 = Release|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B714B5B9-27C4-443C-9517-FE5C5EF46EA2}.Release|Any CPU.Build.0 = Release|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43AAA3AD-A806-45A0-99A3-F0E7E3B81AEB}.Release|Any CPU.Build.0 = Release|Any CPU
{135A8112-B264-4FB6-B7B4-6139FB8810D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{135A8112-B264-4FB6-B7B4-6139FB8810D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{135A8112-B264-4FB6-B7B4-6139FB8810D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{135A8112-B264-4FB6-B7B4-6139FB8810D4}.Release|Any CPU.Build.0 = Release|Any CPU
{005A7A66-2F08-4A2C-9230-F4FA31A6804B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{005A7A66-2F08-4A2C-9230-F4FA31A6804B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{005A7A66-2F08-4A2C-9230-F4FA31A6804B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{005A7A66-2F08-4A2C-9230-F4FA31A6804B}.Release|Any CPU.Build.0 = Release|Any CPU
{2825CF4A-3F4C-4DC6-AEBB-09E71474D844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2825CF4A-3F4C-4DC6-AEBB-09E71474D844}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2825CF4A-3F4C-4DC6-AEBB-09E71474D844}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2825CF4A-3F4C-4DC6-AEBB-09E71474D844}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A316AB0-D62D-4181-8CB6-891E27E95782}
EndGlobalSection
EndGlobal