Skip to content

Commit

Permalink
Correctly processes mods now. Build updated to 1.2.6.45
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgamerz committed Jun 3, 2017
1 parent b210d0b commit 57cdd0e
Show file tree
Hide file tree
Showing 6 changed files with 743 additions and 150 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,4 @@ ModelManifest.xml
.fake/
/BuildCache/Downloaded_Mods
/AlotAddOnGUI/BuildCache/Downloaded_Mods
/TempCache/Downloaded_Mods
13 changes: 8 additions & 5 deletions AlotAddOnGUI/AlotAddOnGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
<PropertyGroup>
<ApplicationIcon>ALOTADDON.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
Expand Down Expand Up @@ -204,11 +207,11 @@ copy /y "$(TargetDir)Updater\GHUpdater.exe" "$(TargetDir)bin\GHUpdater.exe"
copy /y "$(TargetDir)7z\7z.exe" "$(TargetDir)bin\7z.exe"
copy /y "$(TargetDir)7z\7z.dll" "$(TargetDir)bin\7z.dll"
copy /y "$(TargetDir)memodder\MassEffectModder.exe" "$(TargetDir)bin\MassEffectModder.exe"
del "$(TargetDir)lib\*.pdb"
del "$(TargetDir)lib\manifest*.xml"
rmdir /s /q "$(TargetDir)memodder"
rmdir /s /q "$(TargetDir)7z"
rmdir /s /q "$(TargetDir)Updater"</PostBuildEvent>
if exist "$(TargetDir)lib" del /s "$(TargetDir)lib\*.pdb"&gt;NUL
if exist "$(TargetDir)lib" del /s "$(TargetDir)lib\manifest*.xml"&gt;NUL
if exist "$(TargetDir)memodder" rmdir /s /q "$(TargetDir)memodder"
if exist "$(TargetDir)7z" rmdir /s /q "$(TargetDir)7z"
if exist "$(TargetDir)Updater" rmdir /s /q "$(TargetDir)Updater"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>if $(ConfigurationName) == Debug ("%25ProgramFiles%25\Microsoft Visual Studio\2017\Community\Common7\IDE\TextTransform.exe" -a !!build!true "$(ProjectDir)Properties\AssemblyInfo.tt") ELSE ("%25ProgramFiles%25\Microsoft Visual Studio\2017\Community\Common7\IDE\TextTransform.exe" -a !!revision!true -a !!build!true "$(ProjectDir)Properties\AssemblyInfo.tt")</PreBuildEvent>
Expand Down
Loading

0 comments on commit 57cdd0e

Please sign in to comment.