-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMvcAssetManager.sln
50 lines (50 loc) · 2.46 KB
/
MvcAssetManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcAssetManager", "MvcAssetManager\MvcAssetManager.csproj", "{712E46CB-B2D0-48C4-AD53-7BEE976AFAED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{9430FDA7-0F68-4141-B21D-291D05DDB5EB}"
ProjectSection(SolutionItems) = preProject
.nuget\MvcAssetManager.nuspec = .nuget\MvcAssetManager.nuspec
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{CC63494C-86FB-4EC9-9EF1-CA83B688B2C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "App_Start", "App_Start", "{C705E2FF-3C79-4045-931B-D21695616571}"
ProjectSection(SolutionItems) = preProject
.nuget\content\App_Start\ResourcesConfig.cs.pp = .nuget\content\App_Start\ResourcesConfig.cs.pp
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Views", "Views", "{6F770676-D958-4D07-A75D-A1D5DF272829}"
ProjectSection(SolutionItems) = preProject
.nuget\content\Views\Web.config.transform = .nuget\content\Views\Web.config.transform
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BF41FF5B-8C2D-4D1B-AF8D-09962A71FB62}"
ProjectSection(SolutionItems) = preProject
lgpl.txt = lgpl.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{712E46CB-B2D0-48C4-AD53-7BEE976AFAED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{712E46CB-B2D0-48C4-AD53-7BEE976AFAED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{712E46CB-B2D0-48C4-AD53-7BEE976AFAED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{712E46CB-B2D0-48C4-AD53-7BEE976AFAED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CC63494C-86FB-4EC9-9EF1-CA83B688B2C0} = {9430FDA7-0F68-4141-B21D-291D05DDB5EB}
{C705E2FF-3C79-4045-931B-D21695616571} = {CC63494C-86FB-4EC9-9EF1-CA83B688B2C0}
{6F770676-D958-4D07-A75D-A1D5DF272829} = {CC63494C-86FB-4EC9-9EF1-CA83B688B2C0}
EndGlobalSection
EndGlobal