Skip to content

Commit

Permalink
configured for repacking with ASF tools into ASF/out
Browse files Browse the repository at this point in the history
  • Loading branch information
KlappPc committed Nov 9, 2016
1 parent 50b2410 commit 4239b2b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ASFui/ASFui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,17 @@
</PropertyGroup>
<Error Condition="!Exists('..\packages\Fody.1.29.4\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\dotnet\Fody.targets'))" />
</Target>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent Condition=" '$(OS)' != 'Unix' AND '$(ConfigurationName)' == 'Release' ">
"$(SolutionDir)..\ArchiSteamFarm\tools\ILRepack\ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)../ArchiSteamFarm/out/ASFui.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
del "$(SolutionDir)\..\ArchiSteamFarm\out\ASFui.exe.config"
copy "$(TargetDir)$(TargetName).exe" "$(SolutionDir)\..\ArchiSteamFarm\out\$(TargetName).exe"
</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 4239b2b

Please sign in to comment.