Skip to content

Commit

Permalink
Merge pull request #108 from alistairmcmillan/ChangeBuildNameAndAddSCR
Browse files Browse the repository at this point in the history
Change build name and add copy step for SCR
  • Loading branch information
cDima authored Feb 5, 2017
2 parents 87b8e14 + 9afeb3d commit f668bfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ScreenSaver/ScreenSaver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Aerial</RootNamespace>
<AssemblyName>AerialScreenSaverV3</AssemblyName>
<AssemblyName>Aerial</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
Expand Down Expand Up @@ -173,6 +173,9 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy /Y "$(TargetDir)$(TargetName).exe" "$(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 f668bfa

Please sign in to comment.