Skip to content

Commit

Permalink
Change to simple console program
Browse files Browse the repository at this point in the history
* Remove the GUI.
* Add some lines of code for decompression and compression.
  • Loading branch information
RainThunder committed Dec 16, 2015
1 parent 4ea1ebf commit 028c4f9
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 505 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7AF5F43A-9901-42D9-A2AB-8D155A6B0D1B}</ProjectGuid>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Fire_Emblem_Awakening_Save_Tool</RootNamespace>
<AssemblyName>Fire Emblem Awakening Save Tool</AssemblyName>
Expand Down Expand Up @@ -35,6 +35,9 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -48,18 +51,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Huffman8.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand Down
116 changes: 0 additions & 116 deletions Fire Emblem Awakening Save Tool/Form1.Designer.cs

This file was deleted.

Loading

0 comments on commit 028c4f9

Please sign in to comment.