diff --git a/.gitignore b/.gitignore index cdc6f58..94408aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ -# Ignore bin and obj directories - -bin/ -obj/ - -# Ignore local data - -*.suo -*.user +# Ignore bin and obj directories + +bin/ +obj/ + +# Ignore local data + +*.suo +*.user Config.cs \ No newline at end of file diff --git a/Misc.cs b/Misc.cs index aa1e583..afc2680 100644 --- a/Misc.cs +++ b/Misc.cs @@ -40,7 +40,8 @@ namespace ModIndexer case "game": return DATA_TYPE.REL_GAME; case "csm": 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 client mod": // TODO case "old modpack": // TODO diff --git a/ModIndexer.csproj b/ModIndexer.csproj index 19e6eb1..7619793 100644 --- a/ModIndexer.csproj +++ b/ModIndexer.csproj @@ -1,66 +1,63 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {B1F4DBC1-A211-488D-90B5-E18293F455D4} - Exe - Properties - ModIndexer - ModIndexer - v4.0 - Client - 512 - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - False - bin\Debug\HtmlAgilityPack.dll - - - False - ..\EEWorldIndexer\bin\Debug\MySql.Data.dll - - - ..\MT_skins_updater\bin\Release\Newtonsoft.Json.dll - - - - - - - - - - - - - + + + + Debug + x86 + 8.0.30703 + 2.0 + {B1F4DBC1-A211-488D-90B5-E18293F455D4} + Exe + Properties + ModIndexer + ModIndexer + v4.5 + 512 + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\MT_skins_updater\bin\Release\Newtonsoft.Json.dll + + + ..\EEWorldIndexer\bin\Debug\MySql.Data.dll + + + HtmlAgilityPack.dll + + + + + + + + + + + + + \ No newline at end of file