Skip to content

Commit

Permalink
create stylecop.json link
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketRobin committed Feb 13, 2018
1 parent 26dad86 commit 5452ece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
6 changes: 1 addition & 5 deletions Myrmec.Test/Myrmec.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="stylecop.json" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
<AdditionalFiles Include="..\Myrmec\stylecop.json" Link="stylecop.json" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Myrmec.Test/MyrmecExtentionsTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace Myrmec.Test
{
Expand Down
22 changes: 0 additions & 22 deletions Myrmec.Test/stylecop.json

This file was deleted.

0 comments on commit 5452ece

Please sign in to comment.