1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
- # Visual Studio 14
4
- VisualStudioVersion = 14 .0.25420.1
3
+ # Visual Studio 15
4
+ VisualStudioVersion = 15 .0.26730.8
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "samples" , "samples" , "{4E91D524-3DC0-4E08-82FE-6FDAEB89212B}"
7
7
EndProject
@@ -16,10 +16,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
16
16
Project Section (SolutionItems ) = preProject
17
17
_todo _.txt = _todo _.txt
18
18
Contributors .txt = Contributors .txt
19
- global .json = global .json
20
19
src \SolutionInfo .cs = src \SolutionInfo .cs
21
20
EndProject Section
22
21
EndProject
22
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{89B09C65-4F1E-4B5A-AD58-E244113F2C02}"
23
+ EndProject
24
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{A4C33565-1E6E-4AE7-8F02-1911DBA00263}"
25
+ EndProject
23
26
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3" , "src\FluentAssertions.Mvc3\FluentAssertions.Mvc3.csproj" , "{53589F79-0908-409A-8366-3E18DC637600}"
24
27
EndProject
25
28
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc3.Tests" , "tests\FluentAssertions.Mvc3.Tests\FluentAssertions.Mvc3.Tests.csproj" , "{3CB00FF9-3DC2-460F-82E8-EBFB6339247D}"
@@ -34,21 +37,17 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Mvc5", "sr
34
37
EndProject
35
38
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FluentAssertions.Mvc5.Tests" , "tests\FluentAssertions.Mvc5.Tests\FluentAssertions.Mvc5.Tests.csproj" , "{650A92FF-8874-41CD-BCDA-BE583F3F2638}"
36
39
EndProject
37
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{89B09C65-4F1E-4B5A-AD58-E244113F2C02}"
38
- EndProject
39
40
Project ("{D954291E-2A0B-460D-934E-DC6B0785DB48}" ) = "FluentAssertions.Mvc.Shared" , "src\FluentAssertions.Mvc.Shared\FluentAssertions.Mvc.Shared.shproj" , "{0E46FC22-EB6A-431E-BFB3-47FBC4FC500F}"
40
41
EndProject
41
42
Project ("{D954291E-2A0B-460D-934E-DC6B0785DB48}" ) = "FluentAssertions.Mvc.Tests.Shared" , "tests\FluentAssertions.Mvc.Tests.Shared\FluentAssertions.Mvc.Tests.Shared.shproj" , "{AEEA0A6D-F5B6-42DB-9AF0-82164ECCA21B}"
42
43
EndProject
43
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{A4C33565-1E6E-4AE7-8F02-1911DBA00263}"
44
- EndProject
45
- Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "FluentAssertions.AspNetCore.Mvc" , "src\FluentAssertions.AspNetCore.Mvc\FluentAssertions.AspNetCore.Mvc.xproj" , "{EA71D220-089E-4CB1-B187-D9BB4DFD8624}"
44
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "FluentAssertions.AspNetCore.Mvc" , "src\FluentAssertions.AspNetCore.Mvc\FluentAssertions.AspNetCore.Mvc.csproj" , "{EA71D220-089E-4CB1-B187-D9BB4DFD8624}"
46
45
EndProject
47
- Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B }" ) = "FluentAssertions.AspNetCore.Mvc.Tests" , "tests\FluentAssertions.AspNetCore.Mvc.Tests\FluentAssertions.AspNetCore.Mvc.Tests.xproj " , "{9F29BCB2-B780-49E0-8F16-EE2572AF1BBD}"
46
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "FluentAssertions.AspNetCore.Mvc.Tests" , "tests\FluentAssertions.AspNetCore.Mvc.Tests\FluentAssertions.AspNetCore.Mvc.Tests.csproj " , "{9F29BCB2-B780-49E0-8F16-EE2572AF1BBD}"
48
47
EndProject
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}"
48
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "FluentAssertions.AspNetCore.Mvc.Sample" , "samples\FluentAssertions.AspNetCore.Mvc.Sample\FluentAssertions.AspNetCore.Mvc.Sample.csproj " , "{8156D339-E8DE-4A68-8828-9DA927D2949D}"
50
49
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}"
50
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "FluentAssertions.AspNetCore.Mvc.Sample.Tests" , "samples\FluentAssertions.AspNetCore.Mvc.Sample.Tests\FluentAssertions.AspNetCore.Mvc.Sample.Tests.csproj " , "{80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8}"
52
51
EndProject
53
52
Global
54
53
GlobalSection (SharedMSBuildProjectFiles ) = preSolution
@@ -205,4 +204,7 @@ Global
205
204
{8156D339-E8DE-4A68-8828-9DA927D2949D} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
206
205
{80E3D9C6-F6F6-40CF-93A6-BCD7C26118D8} = {4E91D524-3DC0-4E08-82FE-6FDAEB89212B}
207
206
EndGlobalSection
207
+ GlobalSection (ExtensibilityGlobals ) = postSolution
208
+ SolutionGuid = {D1CB0506-FC11-4EA6-A715-DF5845427FE7}
209
+ EndGlobalSection
208
210
EndGlobal
0 commit comments