11
22Microsoft Visual Studio Solution File, Format Version 12.00
3- # Visual Studio 2012
3+ # Visual Studio 2010
44Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3" , "src\FluentAssertions.Mvc3\FluentAssertions.Mvc3.csproj" , "{53589F79-0908-409A-8366-3E18DC637600}"
55EndProject
66Project ("{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
99EndProject
1010Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3.Samples" , "samples\FluentAssertions.Mvc3.Samples\FluentAssertions.Mvc3.Samples.csproj" , "{95B0CEBD-D9B8-4C41-A918-B13317A9AC16}"
1111EndProject
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
1220Global
1321 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1422 Debug| Any CPU = Debug| Any CPU
@@ -56,8 +64,35 @@ Global
5664 {95B0CEBD-D9B8-4C41-A918-B13317A9AC16} .Release| Mixed Platforms .ActiveCfg = Release| Any CPU
5765 {95B0CEBD-D9B8-4C41-A918-B13317A9AC16} .Release| Mixed Platforms .Build .0 = Release| Any CPU
5866 {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
5987 EndGlobalSection
6088 GlobalSection (SolutionProperties ) = preSolution
6189 HideSolutionNode = FALSE
6290 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
6398EndGlobal
0 commit comments