Move IniFile to Mods.Common.

This commit is contained in:
Paul Chote
2016-01-04 23:23:00 +00:00
parent 9f4b7097b2
commit 1202a4d968
5 changed files with 3 additions and 4 deletions

View File

@@ -723,6 +723,7 @@
<Compile Include="FileFormats\LCWCompression.cs" />
<Compile Include="FileFormats\XORDeltaCompression.cs" />
<Compile Include="FileFormats\RLEZerosCompression.cs" />
<Compile Include="FileFormats\IniFile.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>