mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef/Options.cs:
Added currently implemented and in-process of implementing options. * DiscImageChef/AssemblyInfo.cs: Completed AssemblyInfo for command line parser to build help upon it. * DiscImageChef/DiscImageChef.csproj: Add gsscoder's Command Line Parser Library 1.9.71.2. * DiscImageChef/Main.cs: Moved commands to separete functions, use command line parser
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
<Compile Include="ArrayFill.cs" />
|
||||
<Compile Include="PrintHex.cs" />
|
||||
<Compile Include="ImagePlugins\ZZZRawImage.cs" />
|
||||
<Compile Include="Options.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user