Move IniFile to Mods.Common.
This commit is contained in:
@@ -278,7 +278,6 @@
|
|||||||
<Compile Include="FileFormats\Blowfish.cs" />
|
<Compile Include="FileFormats\Blowfish.cs" />
|
||||||
<Compile Include="FileFormats\BlowfishKeyProvider.cs" />
|
<Compile Include="FileFormats\BlowfishKeyProvider.cs" />
|
||||||
<Compile Include="FileFormats\CRC32.cs" />
|
<Compile Include="FileFormats\CRC32.cs" />
|
||||||
<Compile Include="FileFormats\IniFile.cs" />
|
|
||||||
<Compile Include="FileFormats\WavLoader.cs" />
|
<Compile Include="FileFormats\WavLoader.cs" />
|
||||||
<Compile Include="FileFormats\XccGlobalDatabase.cs" />
|
<Compile Include="FileFormats\XccGlobalDatabase.cs" />
|
||||||
<Compile Include="FileFormats\XccLocalDatabase.cs" />
|
<Compile Include="FileFormats\XccLocalDatabase.cs" />
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ using System.Collections.Generic;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
|
||||||
namespace OpenRA.FileFormats
|
namespace OpenRA.Mods.Common.FileFormats
|
||||||
{
|
{
|
||||||
public class IniFile
|
public class IniFile
|
||||||
{
|
{
|
||||||
@@ -723,6 +723,7 @@
|
|||||||
<Compile Include="FileFormats\LCWCompression.cs" />
|
<Compile Include="FileFormats\LCWCompression.cs" />
|
||||||
<Compile Include="FileFormats\XORDeltaCompression.cs" />
|
<Compile Include="FileFormats\XORDeltaCompression.cs" />
|
||||||
<Compile Include="FileFormats\RLEZerosCompression.cs" />
|
<Compile Include="FileFormats\RLEZerosCompression.cs" />
|
||||||
|
<Compile Include="FileFormats\IniFile.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ using System.Collections.Generic;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using OpenRA.FileFormats;
|
|
||||||
using OpenRA.Graphics;
|
using OpenRA.Graphics;
|
||||||
using OpenRA.Mods.Common.FileFormats;
|
using OpenRA.Mods.Common.FileFormats;
|
||||||
using OpenRA.Mods.Common.Traits;
|
using OpenRA.Mods.Common.Traits;
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using OpenRA.FileFormats;
|
using OpenRA.Mods.Common.FileFormats;
|
||||||
|
|
||||||
namespace OpenRA.Mods.TS.UtilityCommands
|
namespace OpenRA.Mods.TS.UtilityCommands
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user