Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
evandixon committed Jan 12, 2017
1 parent 64b1f13 commit 9b42364
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
16 changes: 10 additions & 6 deletions DS ROM Patcher/DS-ROM-Patcher.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNet3dsToolkit, Version=1.4.8.20, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DotNet3dsToolkit.1.4.8\lib\net46\DotNet3dsToolkit.dll</HintPath>
<Reference Include="DotNet3dsToolkit, Version=1.4.10.22, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DotNet3dsToolkit.1.4.10\lib\net46\DotNet3dsToolkit.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
Expand All @@ -86,12 +86,16 @@
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SkyEditor.Core, Version=4.0.8.10, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SkyEditor.Core.4.0.8\lib\portable45-net45+win8+wpa81\SkyEditor.Core.dll</HintPath>
<Reference Include="Portable.Text.Encoding, Version=0.8.3.0, Culture=neutral, PublicKeyToken=96f7b8f9dde885b2, processorArchitecture=MSIL">
<HintPath>..\packages\Portable.Text.Encoding.0.8.3.0\lib\portable-net45+win+wp80+MonoAndroid10+xamarinios10+MonoTouch10\Portable.Text.Encoding.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SkyEditor.Core.Windows, Version=4.0.8.10, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SkyEditor.Core.Windows.4.0.8\lib\net46\SkyEditor.Core.Windows.dll</HintPath>
<Reference Include="SkyEditor.Core, Version=4.0.15.17, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SkyEditor.Core.4.0.15\lib\portable45-net45+win8+wpa81\SkyEditor.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SkyEditor.Core.Windows, Version=4.0.15.17, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SkyEditor.Core.Windows.4.0.15\lib\net46\SkyEditor.Core.Windows.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion DS ROM Patcher/ModBuilder.vb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Public Class ModBuilder
End Function

''' <remarks>If this is overridden, do custom work, THEN use MyBase.Build</remarks>
Public Async Function BuildMod(originalDirectory As String, modifiedDirectory As String, outputModFilename As String, provider As IOProvider) As Task
Public Async Function BuildMod(originalDirectory As String, modifiedDirectory As String, outputModFilename As String, provider As IIOProvider) As Task
IsBuildComplete = False

Dim modTempFiles = Path.Combine(ModTempDir, "Files")
Expand Down
7 changes: 4 additions & 3 deletions DS ROM Patcher/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotNet3dsToolkit" version="1.4.8" targetFramework="net46" />
<package id="DotNet3dsToolkit" version="1.4.10" targetFramework="net46" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" />
<package id="Portable.Text.Encoding" version="0.8.3.0" targetFramework="net46" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net452" />
<package id="SkyEditor.Core" version="4.0.8" targetFramework="net46" />
<package id="SkyEditor.Core.Windows" version="4.0.8" targetFramework="net46" />
<package id="SkyEditor.Core" version="4.0.15" targetFramework="net46" />
<package id="SkyEditor.Core.Windows" version="4.0.15" targetFramework="net46" />
</packages>

0 comments on commit 9b42364

Please sign in to comment.