Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
proper fix for StyleCop compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kanzhelev authored and Sergey Kanzhelev committed Nov 30, 2015
1 parent ad78291 commit ccb9b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -124,7 +124,7 @@
<StyleCopOverrideSettingsFile>$(SolutionDir)\Settings.StyleCop</StyleCopOverrideSettingsFile>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets') AND ('$(_PackageTempDir)' == '')" />
<Import Project="..\..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
Expand Down
1 change: 1 addition & 0 deletions Settings.StyleCop
Expand Up @@ -14,6 +14,7 @@
<Value>proxied</Value>
<Value>proxyable</Value>
</CollectionProperty>
<BooleanProperty Name="AutoCheckForUpdate">False</BooleanProperty>
</GlobalSettings>
<Parsers>
<Parser ParserId="StyleCop.CSharp.CsParser">
Expand Down

0 comments on commit ccb9b90

Please sign in to comment.