mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
update VS files
This commit is contained in:
parent
494872937a
commit
1162923d93
@ -194,6 +194,7 @@
|
||||
<ClCompile Include="CModHandler.cpp" />
|
||||
<ClCompile Include="battle\CObstacleInstance.cpp" />
|
||||
<ClCompile Include="CPathfinder.cpp" />
|
||||
<ClCompile Include="CSkillHandler.cpp" />
|
||||
<ClCompile Include="CStack.cpp" />
|
||||
<ClCompile Include="CThreadHelper.cpp" />
|
||||
<ClCompile Include="CTownHandler.cpp" />
|
||||
@ -328,6 +329,7 @@
|
||||
<ClInclude Include="CPlayerState.h" />
|
||||
<ClInclude Include="CRandomGenerator.h" />
|
||||
<ClInclude Include="CScriptingModule.h" />
|
||||
<ClInclude Include="CSkillHandler.h" />
|
||||
<ClInclude Include="CSoundBase.h" />
|
||||
<ClInclude Include="CStack.h" />
|
||||
<ClInclude Include="CStopWatch.h" />
|
||||
|
@ -313,6 +313,7 @@
|
||||
<ClCompile Include="serializer\CTypeList.cpp">
|
||||
<Filter>serializer</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="CSkillHandler.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="CCreatureSet.h">
|
||||
@ -735,5 +736,8 @@
|
||||
<ClInclude Include="serializer\CTypeList.h">
|
||||
<Filter>serializer</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="CSkillHandler.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user