Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Rename .exe to .scr for Release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cwc committed Nov 3, 2015
1 parent 73be078 commit b002579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Web-Page-Screensaver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
</Compile>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if $(ConfigurationName) == Release move $(TargetPath) $(TargetDir)$(TargetName).scr</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down

0 comments on commit b002579

Please sign in to comment.