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

Commit b002579

Browse files
committedNov 3, 2015
Rename .exe to .scr for Release builds
1 parent 73be078 commit b002579

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Web-Page-Screensaver.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
</Compile>
9595
</ItemGroup>
9696
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97+
<PropertyGroup>
98+
<PostBuildEvent>if $(ConfigurationName) == Release move $(TargetPath) $(TargetDir)$(TargetName).scr</PostBuildEvent>
99+
</PropertyGroup>
97100
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98101
Other similar extension points exist, see Microsoft.Common.targets.
99102
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)
This repository has been archived.