Skip to content

Commit

Permalink
Added MEM to movedirectly support. Should clean up files to reduce ne…
Browse files Browse the repository at this point in the history
…cessary temporary space. Should handle a few errors better and have better backup checks
  • Loading branch information
Mgamerz committed Dec 10, 2017
1 parent 7152ff2 commit ebdbca8
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 36 deletions.
11 changes: 8 additions & 3 deletions AlotAddOnGUI/AlotAddOnGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ByteSize, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ByteSize.1.3.0\lib\net45\ByteSize.dll</HintPath>
</Reference>
<Reference Include="CommandLine, Version=2.0.275.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
<HintPath>..\packages\CommandLineParser.2.1.1-beta\lib\net45\CommandLine.dll</HintPath>
</Reference>
Expand All @@ -68,8 +71,8 @@
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
Expand All @@ -78,7 +81,7 @@
<HintPath>..\packages\Octokit.0.28.0\lib\net45\Octokit.dll</HintPath>
</Reference>
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<HintPath>..\packages\Serilog.2.5.0\lib\net45\Serilog.dll</HintPath>
<HintPath>..\packages\Serilog.2.6.0\lib\net45\Serilog.dll</HintPath>
</Reference>
<Reference Include="Serilog.Sinks.File, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<HintPath>..\packages\Serilog.Sinks.File.4.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
Expand Down Expand Up @@ -222,6 +225,8 @@ copy /y "$(TargetDir)7z\7z.dll" "$(TargetDir)bin\7z.dll"

copy /y "$(TargetDir)memodder\MassEffectModder.exe" "$(TargetDir)bin\MassEffectModder.exe"

copy /y "$(TargetDir)memodder\MassEffectModderNoGui.exe" "$(TargetDir)bin\MassEffectModderNoGui.exe"

if exist "$(TargetDir)lib" del /s "$(TargetDir)lib\*.pdb"&gt;NUL
if exist "$(TargetDir)lib" del /s "$(TargetDir)lib\manifest*.xml"&gt;NUL

Expand Down
Loading

0 comments on commit ebdbca8

Please sign in to comment.