-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUnity.Mvc.Wcf.sln
More file actions
55 lines (55 loc) · 3.11 KB
/
Unity.Mvc.Wcf.sln
File metadata and controls
55 lines (55 loc) · 3.11 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mvc.Wcf.Net40", "Unity.Mvc.Wcf.Net40\Unity.Mvc.Wcf.Net40.csproj", "{AE60C196-1A15-4F60-AB40-706B4F03C990}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mvc.Wcf.Net45", "Unity.Mvc.Wcf.Net45\Unity.Mvc.Wcf.Net45.csproj", "{44D579B0-90E1-4B13-A509-DB4EC25677F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0995062A-DE41-4717-A7FD-9DA7D166548C}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Content", "Content", "{582ECB9D-DBF2-4145-A570-970B9AB3C5CF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mvc.Wcf.Tests", "Unity.Mvc.Wcf.Tests\Unity.Mvc.Wcf.Tests.csproj", "{59DF901C-6C56-4BE5-A70B-B888F33E4669}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{55803480-8002-499C-BF4B-3451FEA6D8F6}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
Unity.Mvc.Wcf.vsmdi = Unity.Mvc.Wcf.vsmdi
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Unity.Mvc.Wcf.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE60C196-1A15-4F60-AB40-706B4F03C990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE60C196-1A15-4F60-AB40-706B4F03C990}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE60C196-1A15-4F60-AB40-706B4F03C990}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE60C196-1A15-4F60-AB40-706B4F03C990}.Release|Any CPU.Build.0 = Release|Any CPU
{44D579B0-90E1-4B13-A509-DB4EC25677F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44D579B0-90E1-4B13-A509-DB4EC25677F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44D579B0-90E1-4B13-A509-DB4EC25677F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44D579B0-90E1-4B13-A509-DB4EC25677F3}.Release|Any CPU.Build.0 = Release|Any CPU
{59DF901C-6C56-4BE5-A70B-B888F33E4669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59DF901C-6C56-4BE5-A70B-B888F33E4669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59DF901C-6C56-4BE5-A70B-B888F33E4669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59DF901C-6C56-4BE5-A70B-B888F33E4669}.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;packages\Unity.Interception.2.1.505.0\lib\NET35;packages\Unity.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal