start stripping down MapConverter
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
using System.Reflection;
|
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
|
|
||||||
// Information about this assembly is defined by the following attributes.
|
|
||||||
// Change them to the values specific to your project.
|
|
||||||
|
|
||||||
[assembly: AssemblyTitle("MapConverter")]
|
|
||||||
[assembly: AssemblyDescription("")]
|
|
||||||
[assembly: AssemblyConfiguration("")]
|
|
||||||
[assembly: AssemblyCompany("")]
|
|
||||||
[assembly: AssemblyProduct("")]
|
|
||||||
[assembly: AssemblyCopyright("")]
|
|
||||||
[assembly: AssemblyTrademark("")]
|
|
||||||
[assembly: AssemblyCulture("")]
|
|
||||||
|
|
||||||
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
|
|
||||||
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
|
|
||||||
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
|
|
||||||
|
|
||||||
[assembly: AssemblyVersion("1.0.*")]
|
|
||||||
|
|
||||||
// The following attributes are used to specify the signing key for the assembly,
|
|
||||||
// if desired. See the Mono documentation for more information about signing.
|
|
||||||
|
|
||||||
//[assembly: AssemblyDelaySign(false)]
|
|
||||||
//[assembly: AssemblyKeyFile("")]
|
|
||||||
@@ -115,17 +115,6 @@ namespace MapConverter
|
|||||||
Save(args[2]);
|
Save(args[2]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static Dictionary<Pair<string,string>,Pair<string,string> > fileMapping = new Dictionary<Pair<string,string>,Pair<string,string> >()
|
|
||||||
{
|
|
||||||
{Pair.New("ra","TEMPERAT"),Pair.New("tem","temperat.col")},
|
|
||||||
{Pair.New("ra","SNOW"),Pair.New("sno","snow.col")},
|
|
||||||
{Pair.New("ra","INTERIOR"),Pair.New("int","temperat.col")},
|
|
||||||
{Pair.New("cnc","DESERT"),Pair.New("des","desert.col")},
|
|
||||||
{Pair.New("cnc","TEMPERAT"),Pair.New("tem","temperat.col")},
|
|
||||||
{Pair.New("cnc","WINTER"),Pair.New("win","winter.col")},
|
|
||||||
};
|
|
||||||
|
|
||||||
public void ConvertIniMap(string iniFile)
|
public void ConvertIniMap(string iniFile)
|
||||||
{
|
{
|
||||||
IniFile file = new IniFile(FileSystem.Open(iniFile));
|
IniFile file = new IniFile(FileSystem.Open(iniFile));
|
||||||
|
|||||||
@@ -35,7 +35,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Main.cs" />
|
<Compile Include="Main.cs" />
|
||||||
<Compile Include="AssemblyInfo.cs" />
|
|
||||||
<Compile Include="MapConverter.cs" />
|
<Compile Include="MapConverter.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user