|
|
|
@ -84,7 +84,7 @@ |
|
|
|
|
<HintPath>..\packages\NUnit.Runners.2.6.3\tools\lib\nunit.util.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="StyleCop.Analyzers"> |
|
|
|
|
<HintPath>..\packages\StyleCop.Analyzers.1.0.0-beta009\analyzers\dotnet\cs\StyleCop.Analyzers.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\StyleCop.Analyzers.1.0.0-beta012\analyzers\dotnet\cs\StyleCop.Analyzers.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Core" /> |
|
|
|
@ -117,6 +117,9 @@ |
|
|
|
|
<Content Include="ImportStyleCop.targets"> |
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
|
</Content> |
|
|
|
|
<Content Include="stylecop.json"> |
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
|
</Content> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
|
|
|
|