VC10: removed plugin system references from projects :) (see commit r16203)
- VC9 is still missing / broken, ill do this today evening git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16204 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
b1881eafee
commit
78c489830e
@ -14,6 +14,7 @@
|
||||
<ProjectGuid>{D356871D-58E1-450B-967A-E4E9646175AF}</ProjectGuid>
|
||||
<RootNamespace>char-server_sql</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath11)</VCTargetsPath>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
@ -24,6 +25,7 @@
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v100</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
@ -143,8 +145,6 @@
|
||||
<ClInclude Include="..\src\common\mapindex.h" />
|
||||
<ClInclude Include="..\src\common\mmo.h" />
|
||||
<ClInclude Include="..\src\common\nullpo.h" />
|
||||
<ClInclude Include="..\src\common\plugin.h" />
|
||||
<ClInclude Include="..\src\common\plugins.h" />
|
||||
<ClInclude Include="..\src\common\random.h" />
|
||||
<ClInclude Include="..\src\common\showmsg.h" />
|
||||
<ClInclude Include="..\src\common\socket.h" />
|
||||
@ -178,7 +178,6 @@
|
||||
<ClCompile Include="..\src\common\malloc.c" />
|
||||
<ClCompile Include="..\src\common\mapindex.c" />
|
||||
<ClCompile Include="..\src\common\nullpo.c" />
|
||||
<ClCompile Include="..\src\common\plugins.c" />
|
||||
<ClCompile Include="..\src\common\random.c" />
|
||||
<ClCompile Include="..\src\common\showmsg.c" />
|
||||
<ClCompile Include="..\src\common\socket.c" />
|
||||
|
@ -19,9 +19,6 @@
|
||||
<ClCompile Include="..\src\common\nullpo.c">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\common\plugins.c">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\common\random.c">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
@ -123,12 +120,6 @@
|
||||
<ClInclude Include="..\src\common\nullpo.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\common\plugin.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\common\plugins.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\common\random.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
|
@ -150,8 +150,6 @@
|
||||
<ClInclude Include="..\src\common\md5calc.h" />
|
||||
<ClInclude Include="..\src\common\mmo.h" />
|
||||
<ClInclude Include="..\src\common\nullpo.h" />
|
||||
<ClInclude Include="..\src\common\plugin.h" />
|
||||
<ClInclude Include="..\src\common\plugins.h" />
|
||||
<ClInclude Include="..\src\common\random.h" />
|
||||
<ClInclude Include="..\src\common\showmsg.h" />
|
||||
<ClInclude Include="..\src\common\socket.h" />
|
||||
@ -177,7 +175,6 @@
|
||||
<ClCompile Include="..\src\common\malloc.c" />
|
||||
<ClCompile Include="..\src\common\md5calc.c" />
|
||||
<ClCompile Include="..\src\common\nullpo.c" />
|
||||
<ClCompile Include="..\src\common\plugins.c" />
|
||||
<ClCompile Include="..\src\common\random.c" />
|
||||
<ClCompile Include="..\src\common\showmsg.c" />
|
||||
<ClCompile Include="..\src\common\socket.c" />
|
||||
|
@ -31,9 +31,6 @@
|
||||
<ClCompile Include="..\src\common\nullpo.c">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\common\plugins.c">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\common\random.c">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
@ -111,12 +108,6 @@
|
||||
<ClInclude Include="..\src\common\nullpo.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\common\plugin.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\common\plugins.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\common\random.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
|
@ -146,8 +146,6 @@
|
||||
<ClInclude Include="..\src\common\md5calc.h" />
|
||||
<ClInclude Include="..\src\common\mmo.h" />
|
||||
<ClInclude Include="..\src\common\nullpo.h" />
|
||||
<ClInclude Include="..\src\common\plugin.h" />
|
||||
<ClInclude Include="..\src\common\plugins.h" />
|
||||
<ClInclude Include="..\src\common\random.h" />
|
||||
<ClInclude Include="..\src\common\showmsg.h" />
|
||||
<ClInclude Include="..\src\common\socket.h" />
|
||||
@ -215,7 +213,6 @@
|
||||
<ClCompile Include="..\src\common\mapindex.c" />
|
||||
<ClCompile Include="..\src\common\md5calc.c" />
|
||||
<ClCompile Include="..\src\common\nullpo.c" />
|
||||
<ClCompile Include="..\src\common\plugins.c" />
|
||||
<ClCompile Include="..\src\common\random.c" />
|
||||
<ClCompile Include="..\src\common\showmsg.c" />
|
||||
<ClCompile Include="..\src\common\socket.c" />
|
||||
|
@ -136,9 +136,6 @@
|
||||
<ClCompile Include="..\src\common\nullpo.c">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\common\plugins.c">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\common\random.c">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
@ -324,12 +321,6 @@
|
||||
<ClInclude Include="..\src\common\nullpo.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\common\plugin.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\common\plugins.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\common\random.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
|
Loading…
x
Reference in New Issue
Block a user