Skip to content

Commit

Permalink
Project file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
markashleybell committed Mar 13, 2019
1 parent 2172de0 commit 55464b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions baseline/baseline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\testdata\testdata.csproj" />
<ProjectReference Include="..\testdata\testdata.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="MAB.DotIgnore">
<HintPath>..\..\MAB.DotIgnore-v2.0.0\MAB.DotIgnore\bin\Release\netstandard1.3\MAB.DotIgnore.dll</HintPath>
</Reference>
<Reference Include="MAB.DotIgnore">
<HintPath>..\..\MAB.DotIgnore-v2.0.0\MAB.DotIgnore\bin\Release\netstandard1.3\MAB.DotIgnore.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions profile/profile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\MAB.DotIgnore\MAB.DotIgnore.csproj" />
<ProjectReference Include="..\testdata\testdata.csproj" />
<ProjectReference Include="..\MAB.DotIgnore\MAB.DotIgnore.csproj" />
<ProjectReference Include="..\testdata\testdata.csproj" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net472|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions testdata/testdata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.11.4" />
<PackageReference Include="BenchmarkDotNet" Version="0.11.4" />
</ItemGroup>

</Project>

0 comments on commit 55464b7

Please sign in to comment.