1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
- # Visual Studio 2012
3
+ # Visual Studio 2010
4
4
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3" , "src\FluentAssertions.Mvc3\FluentAssertions.Mvc3.csproj" , "{53589F79-0908-409A-8366-3E18DC637600}"
5
5
EndProject
6
6
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3.Tests" , "tests\FluentAssertions.Mvc3.Tests\FluentAssertions.Mvc3.Tests.csproj" , "{3CB00FF9-3DC2-460F-82E8-EBFB6339247D}"
@@ -9,6 +9,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "tests\test\test.csp
9
9
EndProject
10
10
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3.Samples" , "samples\FluentAssertions.Mvc3.Samples\FluentAssertions.Mvc3.Samples.csproj" , "{95B0CEBD-D9B8-4C41-A918-B13317A9AC16}"
11
11
EndProject
12
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc4" , "src\FluentAssertions.Mvc4\FluentAssertions.Mvc4.csproj" , "{B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD}"
13
+ EndProject
14
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc4.Tests" , "tests\FluentAssertions.Mvc4.Tests\FluentAssertions.Mvc4.Tests.csproj" , "{B9F72C07-90A8-4A15-815B-7618530CA889}"
15
+ EndProject
16
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Mvc3" , "Mvc3" , "{4E91D524-3DC0-4E08-82FE-6FDAEB89212B}"
17
+ EndProject
18
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Mvc4" , "Mvc4" , "{34E084BA-3DFA-4042-9B30-5C14831901B4}"
19
+ EndProject
12
20
Global
13
21
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
14
22
Debug| Any CPU = Debug| Any CPU
@@ -56,8 +64,35 @@ Global
56
64
{95B0CEBD-D9B8-4C41-A918-B13317A9AC16} .Release| Mixed Platforms .ActiveCfg = Release| Any CPU
57
65
{95B0CEBD-D9B8-4C41-A918-B13317A9AC16} .Release| Mixed Platforms .Build .0 = Release| Any CPU
58
66
{95B0CEBD-D9B8-4C41-A918-B13317A9AC16} .Release| x86 .ActiveCfg = Release| Any CPU
67
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
68
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} .Debug| Any CPU .Build .0 = Debug| Any CPU
69
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} .Debug| Mixed Platforms .ActiveCfg = Debug| Any CPU
70
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} .Debug| Mixed Platforms .Build .0 = Debug| Any CPU
71
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} .Debug| x86 .ActiveCfg = Debug| Any CPU
72
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} .Release| Any CPU .ActiveCfg = Release| Any CPU
73
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} .Release| Any CPU .Build .0 = Release| Any CPU
74
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} .Release| Mixed Platforms .ActiveCfg = Release| Any CPU
75
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} .Release| Mixed Platforms .Build .0 = Release| Any CPU
76
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} .Release| x86 .ActiveCfg = Release| Any CPU
77
+ {B9F72C07-90A8-4A15-815B-7618530CA889} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
78
+ {B9F72C07-90A8-4A15-815B-7618530CA889} .Debug| Any CPU .Build .0 = Debug| Any CPU
79
+ {B9F72C07-90A8-4A15-815B-7618530CA889} .Debug| Mixed Platforms .ActiveCfg = Debug| Any CPU
80
+ {B9F72C07-90A8-4A15-815B-7618530CA889} .Debug| Mixed Platforms .Build .0 = Debug| Any CPU
81
+ {B9F72C07-90A8-4A15-815B-7618530CA889} .Debug| x86 .ActiveCfg = Debug| Any CPU
82
+ {B9F72C07-90A8-4A15-815B-7618530CA889} .Release| Any CPU .ActiveCfg = Release| Any CPU
83
+ {B9F72C07-90A8-4A15-815B-7618530CA889} .Release| Any CPU .Build .0 = Release| Any CPU
84
+ {B9F72C07-90A8-4A15-815B-7618530CA889} .Release| Mixed Platforms .ActiveCfg = Release| Any CPU
85
+ {B9F72C07-90A8-4A15-815B-7618530CA889} .Release| Mixed Platforms .Build .0 = Release| Any CPU
86
+ {B9F72C07-90A8-4A15-815B-7618530CA889} .Release| x86 .ActiveCfg = Release| Any CPU
59
87
EndGlobalSection
60
88
GlobalSection (SolutionProperties ) = preSolution
61
89
HideSolutionNode = FALSE
62
90
EndGlobalSection
91
+ GlobalSection (NestedProjects ) = preSolution
92
+ {53589F79-0908-409A-8366-3E18DC637600} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
93
+ {3CB00FF9-3DC2-460F-82E8-EBFB6339247D} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
94
+ {95B0CEBD-D9B8-4C41-A918-B13317A9AC16} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
95
+ {B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} = {34E084BA-3DFA-4042-9B30-5C14831901B4}
96
+ {B9F72C07-90A8-4A15-815B-7618530CA889} = {34E084BA-3DFA-4042-9B30-5C14831901B4}
97
+ EndGlobalSection
63
98
EndGlobal
0 commit comments