CSM: Add tag "(client)mod", even though it's a hybrid one

Let MonoDevelop update this project file... *shrug*
This commit is contained in:
SmallJoker 2017-07-25 17:35:54 +02:00
parent d415b4ce3b
commit 94e0c9b9ef
3 changed files with 73 additions and 75 deletions

View File

@ -40,7 +40,8 @@ namespace ModIndexer
case "game": return DATA_TYPE.REL_GAME; case "game": return DATA_TYPE.REL_GAME;
case "csm": case "csm":
case "clientmod": case "clientmod":
case "client mod": return DATA_TYPE.REL_CSM; case "client mod":
case "(client)mod": return DATA_TYPE.REL_CSM;
case "old clientmod": // TODO case "old clientmod": // TODO
case "old client mod": // TODO case "old client mod": // TODO
case "old modpack": // TODO case "old modpack": // TODO

View File

@ -10,8 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ModIndexer</RootNamespace> <RootNamespace>ModIndexer</RootNamespace>
<AssemblyName>ModIndexer</AssemblyName> <AssemblyName>ModIndexer</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@ -34,19 +33,17 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="HtmlAgilityPack, Version=1.4.6.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\HtmlAgilityPack.dll</HintPath>
</Reference>
<Reference Include="MySql.Data, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\EEWorldIndexer\bin\Debug\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json"> <Reference Include="Newtonsoft.Json">
<HintPath>..\MT_skins_updater\bin\Release\Newtonsoft.Json.dll</HintPath> <HintPath>..\MT_skins_updater\bin\Release\Newtonsoft.Json.dll</HintPath>
</Reference> </Reference>
<Reference Include="MySql.Data">
<HintPath>..\EEWorldIndexer\bin\Debug\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack">
<HintPath>HtmlAgilityPack.dll</HintPath>
</Reference>
<Reference Include="System.Net" />
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>