Skip to content

Commit

Permalink
Merged in useful changes from markcallen.
Browse files Browse the repository at this point in the history
  • Loading branch information
brutaldev committed Nov 8, 2015
1 parent e6e1f26 commit 89805b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<PostBuildEvent>if /I "$(ConfigurationName)" == "Release" "$(SolutionDir)..\packages\Tools.InnoSetup.5.5.5\tools\ISCC.exe" "$(SolutionDir)Brutal.Dev.StrongNameSigner.Setup\StrongNameSigner.iss"</PostBuildEvent>
<PostBuildEvent Condition="'$(ConfigurationName)' == 'Release'">"$(SolutionDir)..\packages\Tools.InnoSetup.5.5.5\tools\ISCC.exe" "$(SolutionDir)Brutal.Dev.StrongNameSigner.Setup\StrongNameSigner.iss"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</Target>
-->
<PropertyGroup>
<PostBuildEvent>if /I "$(ConfigurationName)" == "Release" "$(SystemRoot)\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" /p:CleanIntermediates=True /p:Configuration=Release "$(SolutionDir)Brutal.Dev.StrongNameSigner.Docs\Documentation.shfbproj"</PostBuildEvent>
<PostBuildEvent Condition="'$(OS)' != 'Unix'">if /I "$(ConfigurationName)" == "Release" "$(SystemRoot)\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" /p:CleanIntermediates=True /p:Configuration=Release "$(SolutionDir)Brutal.Dev.StrongNameSigner.Docs\Documentation.shfbproj"</PostBuildEvent>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\StyleCop\v4.7\StyleCop.targets" Condition="Exists('$(MSBuildExtensionsPath)\StyleCop\v4.7\StyleCop.targets')" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
Expand Down

0 comments on commit 89805b6

Please sign in to comment.