Skip to content

Commit

Permalink
Remove CommandLineParser, add mods disable/enable
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnova committed May 27, 2019
1 parent 282c1dd commit 73556c4
Show file tree
Hide file tree
Showing 14 changed files with 171 additions and 12,199 deletions.
5 changes: 1 addition & 4 deletions FFXIV_TexTools_CLI/FFXIV_TexTools_CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="CommandLine">
<HintPath>..\packages\CommandLineParser.2.5.0\lib\net461\CommandLine.dll</HintPath>
</Reference>
<Reference Include="Magick.NET-Q8-AnyCPU">
<HintPath>..\packages\Magick.NET-Q8-AnyCPU.7.12.0\lib\net40\Magick.NET-Q8-AnyCPU.dll</HintPath>
</Reference>
Expand All @@ -50,10 +47,10 @@
<HintPath>..\references\PresentationCore.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="mscorlib" />
<Reference Include="ConfigParser">
<HintPath>..\packages\Salaros.ConfigParser.0.3.2\lib\net45\ConfigParser.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
298 changes: 170 additions & 128 deletions FFXIV_TexTools_CLI/Program.cs

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion FFXIV_TexTools_CLI/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommandLineParser" version="2.5.0" targetFramework="net47" />
<package id="Magick.NET-Q8-AnyCPU" version="7.12.0" targetFramework="net47" />
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net47" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net47" />
Expand Down
Binary file removed packages/CommandLineParser.2.5.0/.signature.p7s
Binary file not shown.
Binary file not shown.
286 changes: 0 additions & 286 deletions packages/CommandLineParser.2.5.0/README.md

This file was deleted.

Binary file not shown.

0 comments on commit 73556c4

Please sign in to comment.