@@ -48,6 +48,8 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentAssertions.AspNetCore
48
48
EndProject
49
49
Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "FluentAssertions.AspNetCore.Mvc.Sample" , "samples\FluentAssertions.AspNetCore.Mvc.Sample\FluentAssertions.AspNetCore.Mvc.Sample.xproj" , "{8156D339-E8DE-4A68-8828-9DA927D2949D}"
50
50
EndProject
51
+ Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "FluentAssertions.AspNetCore.Mvc.Sample.Tests" , "samples\FluentAssertions.AspNetCore.Mvc.Sample.Tests\FluentAssertions.AspNetCore.Mvc.Sample.Tests.xproj" , "{80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8}"
52
+ EndProject
51
53
Global
52
54
GlobalSection (SharedMSBuildProjectFiles ) = preSolution
53
55
src \FluentAssertions .Mvc .Shared \FluentAssertions .Mvc .Shared .projitems *{0e46fc22-eb6a-431e-bfb3-47fbc4fc500f} *SharedItemsImports = 13
@@ -172,6 +174,18 @@ Global
172
174
{8156D339-E8DE-4A68-8828-9DA927D2949D} .Release| Mixed Platforms .Build .0 = Release| Any CPU
173
175
{8156D339-E8DE-4A68-8828-9DA927D2949D} .Release| x86 .ActiveCfg = Release| Any CPU
174
176
{8156D339-E8DE-4A68-8828-9DA927D2949D} .Release| x86 .Build .0 = Release| Any CPU
177
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
178
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Debug| Any CPU .Build .0 = Debug| Any CPU
179
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Debug| Mixed Platforms .ActiveCfg = Debug| Any CPU
180
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Debug| Mixed Platforms .Build .0 = Debug| Any CPU
181
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Debug| x86 .ActiveCfg = Debug| Any CPU
182
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Debug| x86 .Build .0 = Debug| Any CPU
183
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Release| Any CPU .ActiveCfg = Release| Any CPU
184
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Release| Any CPU .Build .0 = Release| Any CPU
185
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Release| Mixed Platforms .ActiveCfg = Release| Any CPU
186
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Release| Mixed Platforms .Build .0 = Release| Any CPU
187
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Release| x86 .ActiveCfg = Release| Any CPU
188
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} .Release| x86 .Build .0 = Release| Any CPU
175
189
EndGlobalSection
176
190
GlobalSection (SolutionProperties ) = preSolution
177
191
HideSolutionNode = FALSE
@@ -189,5 +203,6 @@ Global
189
203
{EA71D220-089E-4CB1-B187-D9BB4DFD8624} = {89B09C65-4F1E-4B5A-AD58-E244113F2C02}
190
204
{9F29BCB2-B780-49E0-8F16-EE2572AF1BBD} = {A4C33565-1E6E-4AE7-8F02-1911DBA00263}
191
205
{8156D339-E8DE-4A68-8828-9DA927D2949D} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
206
+ {80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
192
207
EndGlobalSection
193
208
EndGlobal
0 commit comments