From 164240641b1b8bc6ad27cd9abcbabc80496e93ab Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 1 Nov 2015 02:04:44 +0100 Subject: [PATCH] Work work --- ArchiSteamFarm/ArchiSteamFarm.csproj | 11 ++ ArchiSteamFarm/Bot.cs | 154 +++++++++++++++++++++++---- ArchiSteamFarm/CardsFarmer.cs | 2 +- ArchiSteamFarm/Debugging.cs | 6 +- ArchiSteamFarm/Program.cs | 26 ++++- ArchiSteamFarm/Trading.cs | 35 +++--- ArchiSteamFarm/Utilities.cs | 4 + ArchiSteamFarm/config/example.xml | 80 +++++++------- 8 files changed, 233 insertions(+), 85 deletions(-) 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