some little changes

This commit is contained in:
jeefo 2014-09-09 18:30:40 +04:00
commit 9e01a8f877
5 changed files with 1386 additions and 16 deletions

View file

@ -35,7 +35,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\source\basecode.cpp" />
<ClCompile Include="..\source\botmanager.cpp" />
<ClCompile Include="..\source\manager.cpp" />
<ClCompile Include="..\source\chatlib.cpp" />
<ClCompile Include="..\source\combat.cpp" />
<ClCompile Include="..\source\globals.cpp" />
@ -60,7 +60,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>Intel C++ Compiler XE 14.0</PlatformToolset>
<PlatformToolset>v120_xp</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">