-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMvcExtensions.Foolproof.sln
More file actions
41 lines (41 loc) · 2.01 KB
/
Copy pathMvcExtensions.Foolproof.sln
File metadata and controls
41 lines (41 loc) · 2.01 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SharedFiles", "SharedFiles", "{1AA92940-0B90-42B2-8E7B-A85F6248FB94}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
src\SharedFiles\CodeAnalysisDictionary.xml = src\SharedFiles\CodeAnalysisDictionary.xml
src\SharedFiles\CommonAssemblyInfo.cs = src\SharedFiles\CommonAssemblyInfo.cs
InstallPackages.bat = InstallPackages.bat
license.txt = license.txt
MvcExtensions.Foolproof.build = MvcExtensions.Foolproof.build
src\SharedFiles\MvcExtensions.snk = src\SharedFiles\MvcExtensions.snk
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcExtensions.Foolproof", "src\MvcExtensions.Foolproof\MvcExtensions.Foolproof.csproj", "{7F5AD1CB-0B14-4BEC-A5F2-631CFE045732}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{730D3027-2B19-4EF7-8BF2-31C3E85E81E3}"
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
{7F5AD1CB-0B14-4BEC-A5F2-631CFE045732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F5AD1CB-0B14-4BEC-A5F2-631CFE045732}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F5AD1CB-0B14-4BEC-A5F2-631CFE045732}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F5AD1CB-0B14-4BEC-A5F2-631CFE045732}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.0\lib\NET35
EndGlobalSection
EndGlobal