-
Notifications
You must be signed in to change notification settings - Fork 2
/
MvcExtensions.Unity.sln
39 lines (39 loc) · 2.1 KB
/
MvcExtensions.Unity.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
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
src\SharedFiles\MvcExtensions.snk = src\SharedFiles\MvcExtensions.snk
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcExtensions.Unity", "src\MvcExtensions.Unity\MvcExtensions.Unity.csproj", "{B7371722-2ECB-4A55-A598-908BF42AF80D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcExtensions.Unity.Tests", "src\MvcExtensions.Unity.Tests\MvcExtensions.Unity.Tests.csproj", "{2A4A447D-0519-480F-8793-49D03E8F139A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7371722-2ECB-4A55-A598-908BF42AF80D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7371722-2ECB-4A55-A598-908BF42AF80D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7371722-2ECB-4A55-A598-908BF42AF80D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7371722-2ECB-4A55-A598-908BF42AF80D}.Release|Any CPU.Build.0 = Release|Any CPU
{2A4A447D-0519-480F-8793-49D03E8F139A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A4A447D-0519-480F-8793-49D03E8F139A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A4A447D-0519-480F-8793-49D03E8F139A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A4A447D-0519-480F-8793-49D03E8F139A}.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