diff --git a/ArchiSteamFarm/ArchiSteamFarm.csproj b/ArchiSteamFarm/ArchiSteamFarm.csproj index e9500af2c..af9cad1d7 100644 --- a/ArchiSteamFarm/ArchiSteamFarm.csproj +++ b/ArchiSteamFarm/ArchiSteamFarm.csproj @@ -113,6 +113,9 @@ + + PreserveNewest + @@ -129,6 +132,14 @@ if $(ConfigurationName) == Release ( + + if $(ConfigurationName) == Release ( + mkdir "$(TargetDir)out" "$(TargetDir)out\config" + copy "$(TargetDir)config\example.xml" "$(TargetDir)out\config" + "$(SolutionDir)tools\ILMerge.exe" /out:"$(TargetDir)out\ASF.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll" /target:exe /targetplatform:v4,C:\Windows\Microsoft.NET\Framework64\v4.0.30319 /wildcards + del "$(TargetDir)out\ASF.pdb" +) + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - - - + + + - - - + + + + + - - - - + + + + + + + + \ No newline at end of file