1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
- # Visual Studio 2012
4
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3" , "src\FluentAssertions.Mvc3\FluentAssertions.Mvc3.csproj" , "{53589F79-0908-409A-8366-3E18DC637600}"
5
- EndProject
6
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3.Tests" , "tests\FluentAssertions.Mvc3.Tests\FluentAssertions.Mvc3.Tests.csproj" , "{3CB00FF9-3DC2-460F-82E8-EBFB6339247D}"
7
- EndProject
8
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "test" , "tests\test\test.csproj" , "{D29AE253-FEE8-4A54-BFBD-323CAD27F549}"
9
- EndProject
10
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3.Samples" , "samples\FluentAssertions.Mvc3.Samples\FluentAssertions.Mvc3.Samples.csproj" , "{95B0CEBD-D9B8-4C41-A918-B13317A9AC16}"
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
3
+ # Visual Studio 2013
4
+ VisualStudioVersion = 12.0.21005.1
5
+ MinimumVisualStudioVersion = 10.0.40219.1
16
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Mvc3" , "Mvc3" , "{4E91D524-3DC0-4E08-82FE-6FDAEB89212B}"
17
7
EndProject
18
8
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Mvc4" , "Mvc4" , "{34E084BA-3DFA-4042-9B30-5C14831901B4}"
19
9
EndProject
20
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".nuget" , ".nuget" , "{D241AE45-1989-4B1F-8836-0DEDC1601320}"
21
- Project Section (SolutionItems ) = preProject
22
- .nuget \NuGet .Config = .nuget \NuGet .Config
23
- .nuget \NuGet .exe = .nuget \NuGet .exe
24
- .nuget \NuGet .targets = .nuget \NuGet .targets
25
- EndProject Section
26
- EndProject
27
10
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "nuspecs" , "nuspecs" , "{48A7D304-F178-46B0-901E-E060D87B5E07}"
28
11
Project Section (SolutionItems ) = preProject
29
12
src \FluentAssertions .Mvc3 \FluentAssertions .Mvc3 .nuspec = src \FluentAssertions .Mvc3 \FluentAssertions .Mvc3 .nuspec
30
13
src \FluentAssertions .Mvc4 \FluentAssertions .Mvc4 .nuspec = src \FluentAssertions .Mvc4 \FluentAssertions .Mvc4 .nuspec
14
+ src \FluentAssertions .Mvc5 \FluentAssertions .Mvc5 .nuspec = src \FluentAssertions .Mvc5 \FluentAssertions .Mvc5 .nuspec
31
15
EndProject Section
32
16
EndProject
33
17
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{0C48468D-7CDA-45C7-8B21-0669A567711B}"
@@ -36,6 +20,24 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
36
20
Contributors .txt = Contributors .txt
37
21
EndProject Section
38
22
EndProject
23
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3" , "src\FluentAssertions.Mvc3\FluentAssertions.Mvc3.csproj" , "{53589F79-0908-409A-8366-3E18DC637600}"
24
+ EndProject
25
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3.Tests" , "tests\FluentAssertions.Mvc3.Tests\FluentAssertions.Mvc3.Tests.csproj" , "{3CB00FF9-3DC2-460F-82E8-EBFB6339247D}"
26
+ EndProject
27
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "test" , "tests\test\test.csproj" , "{D29AE253-FEE8-4A54-BFBD-323CAD27F549}"
28
+ EndProject
29
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3.Samples" , "samples\FluentAssertions.Mvc3.Samples\FluentAssertions.Mvc3.Samples.csproj" , "{95B0CEBD-D9B8-4C41-A918-B13317A9AC16}"
30
+ EndProject
31
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc4" , "src\FluentAssertions.Mvc4\FluentAssertions.Mvc4.csproj" , "{B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD}"
32
+ EndProject
33
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc4.Tests" , "tests\FluentAssertions.Mvc4.Tests\FluentAssertions.Mvc4.Tests.csproj" , "{B9F72C07-90A8-4A15-815B-7618530CA889}"
34
+ EndProject
35
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Mvc5" , "Mvc5" , "{466CDF89-8C39-4734-9644-CE16B787EDD1}"
36
+ EndProject
37
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc5" , "src\FluentAssertions.Mvc5\FluentAssertions.Mvc5.csproj" , "{E5BFF617-46A3-48F7-83AA-BD34376F1AB2}"
38
+ EndProject
39
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc5.Tests" , "tests\FluentAssertions.Mvc5.Tests\FluentAssertions.Mvc5.Tests.csproj" , "{650A92FF-8874-41CD-BCDA-BE583F3F2638}"
40
+ EndProject
39
41
Global
40
42
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
41
43
Debug| Any CPU = Debug| Any CPU
@@ -103,15 +105,37 @@ Global
103
105
{B9F72C07-90A8-4A15-815B-7618530CA889} .Release| Mixed Platforms .ActiveCfg = Release| Any CPU
104
106
{B9F72C07-90A8-4A15-815B-7618530CA889} .Release| Mixed Platforms .Build .0 = Release| Any CPU
105
107
{B9F72C07-90A8-4A15-815B-7618530CA889} .Release| x86 .ActiveCfg = Release| Any CPU
108
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
109
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} .Debug| Any CPU .Build .0 = Debug| Any CPU
110
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} .Debug| Mixed Platforms .ActiveCfg = Debug| Any CPU
111
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} .Debug| Mixed Platforms .Build .0 = Debug| Any CPU
112
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} .Debug| x86 .ActiveCfg = Debug| Any CPU
113
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} .Release| Any CPU .ActiveCfg = Release| Any CPU
114
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} .Release| Any CPU .Build .0 = Release| Any CPU
115
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} .Release| Mixed Platforms .ActiveCfg = Release| Any CPU
116
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} .Release| Mixed Platforms .Build .0 = Release| Any CPU
117
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} .Release| x86 .ActiveCfg = Release| Any CPU
118
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
119
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} .Debug| Any CPU .Build .0 = Debug| Any CPU
120
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} .Debug| Mixed Platforms .ActiveCfg = Debug| Any CPU
121
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} .Debug| Mixed Platforms .Build .0 = Debug| Any CPU
122
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} .Debug| x86 .ActiveCfg = Debug| Any CPU
123
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} .Release| Any CPU .ActiveCfg = Release| Any CPU
124
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} .Release| Any CPU .Build .0 = Release| Any CPU
125
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} .Release| Mixed Platforms .ActiveCfg = Release| Any CPU
126
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} .Release| Mixed Platforms .Build .0 = Release| Any CPU
127
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} .Release| x86 .ActiveCfg = Release| Any CPU
106
128
EndGlobalSection
107
129
GlobalSection (SolutionProperties ) = preSolution
108
130
HideSolutionNode = FALSE
109
131
EndGlobalSection
110
132
GlobalSection (NestedProjects ) = preSolution
133
+ {53589F79-0908-409A-8366-3E18DC637600} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
111
134
{3CB00FF9-3DC2-460F-82E8-EBFB6339247D} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
112
135
{95B0CEBD-D9B8-4C41-A918-B13317A9AC16} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
113
- {53589F79-0908-409A-8366-3E18DC637600} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
114
- {B9F72C07-90A8-4A15-815B-7618530CA889} = {34E084BA-3DFA-4042-9B30-5C14831901B4}
115
136
{B18BFBDE-02A0-4DB2-AFEA-E756C177E4AD} = {34E084BA-3DFA-4042-9B30-5C14831901B4}
137
+ {B9F72C07-90A8-4A15-815B-7618530CA889} = {34E084BA-3DFA-4042-9B30-5C14831901B4}
138
+ {E5BFF617-46A3-48F7-83AA-BD34376F1AB2} = {466CDF89-8C39-4734-9644-CE16B787EDD1}
139
+ {650A92FF-8874-41CD-BCDA-BE583F3F2638} = {466CDF89-8C39-4734-9644-CE16B787EDD1}
116
140
EndGlobalSection
117
141
EndGlobal
0 commit comments