Skip to content

Commit 82a9844

Browse files
committed
Some project file changes since updating to latest VS
1 parent 4c802e7 commit 82a9844

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

samples/FluentAssertions.Mvc3.Samples/FluentAssertions.Mvc3.Samples.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@
181181
<Content Include="Views\Shared\Error.cshtml" />
182182
<Content Include="Views\Shared\_Layout.cshtml" />
183183
</ItemGroup>
184-
<ItemGroup />
184+
<ItemGroup>
185+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
186+
</ItemGroup>
185187
<ItemGroup>
186188
<Content Include="packages.config">
187189
<SubType>Designer</SubType>

tests/FluentAssertions.Mvc3.Tests/FluentAssertions.Mvc3.Tests.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
<SubType>Designer</SubType>
9797
</None>
9898
</ItemGroup>
99+
<ItemGroup>
100+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
101+
</ItemGroup>
99102
<Import Project="..\FluentAssertions.Mvc.Tests.Shared\FluentAssertions.Mvc.Tests.Shared.projitems" Label="Shared" />
100103
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
101104
</Project>

tests/FluentAssertions.Mvc4.Tests/FluentAssertions.Mvc4.Tests.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@
9595
<SubType>Designer</SubType>
9696
</None>
9797
</ItemGroup>
98+
<ItemGroup>
99+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
100+
</ItemGroup>
98101
<Import Project="..\FluentAssertions.Mvc.Tests.Shared\FluentAssertions.Mvc.Tests.Shared.projitems" Label="Shared" />
99102
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100103
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />

tests/FluentAssertions.Mvc5.Tests/FluentAssertions.Mvc5.Tests.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@
9393
<Name>FluentAssertions.Mvc5</Name>
9494
</ProjectReference>
9595
</ItemGroup>
96-
<ItemGroup />
96+
<ItemGroup>
97+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
98+
</ItemGroup>
9799
<Import Project="..\FluentAssertions.Mvc.Tests.Shared\FluentAssertions.Mvc.Tests.Shared.projitems" Label="Shared" />
98100
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99101
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />

0 commit comments

Comments
 (0)