Skip to content

Commit

Permalink
Reduce noise from VS 2017 due to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Apr 16, 2018
1 parent 1aa6ec1 commit 82ec771
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Eto.Test.Mac/Eto.Test.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="3.9.0" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions test/Eto.Test.Mac/Eto.Test.Mac64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="3.9.0" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions test/Eto.Test.Mac/Eto.Test.XamMac2-modern.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,7 @@
<ItemGroup>
<Content Include="TestIcon.icns" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions test/Eto.Test.WinForms/Eto.Test.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,7 @@
<Version>3.9.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions test/Eto.Test.Wpf/Eto.Test.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,7 @@
<Version>3.9.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions test/Eto.Test/Eto.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@
<None Remove="Sections\Serialization\Xaml\Test.xeto" />
<None Remove="Sections\Serialization\Json\Test.json" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>

0 comments on commit 82ec771

Please sign in to comment.