VC10 projectfile update

This commit is contained in:
Anonymissimus 2011-09-12 16:47:37 +00:00
parent b3658fa70a
commit b7801e1feb
2 changed files with 4 additions and 0 deletions

View file

@ -1131,6 +1131,7 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\team_builder.cpp" />
<ClCompile Include="..\..\src\token.cpp" />
<ClCompile Include="..\..\src\tools\schema\tag.cpp" />
<ClCompile Include="..\..\src\utils\interned.cpp" />
@ -1608,6 +1609,7 @@
<ClInclude Include="..\..\src\storyscreen\interface.hpp" />
<ClInclude Include="..\..\src\storyscreen\part.hpp" />
<ClInclude Include="..\..\src\storyscreen\render.hpp" />
<ClInclude Include="..\..\src\team_builder.hpp" />
<ClInclude Include="..\..\src\token.hpp" />
<ClInclude Include="..\..\src\tools\schema\tag.hpp" />
<ClInclude Include="..\..\src\utils\count_logger.hpp" />

View file

@ -913,6 +913,7 @@
<Filter>utils</Filter>
</ClCompile>
<ClCompile Include="..\..\src\exceptions.cpp" />
<ClCompile Include="..\..\src\team_builder.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\addon\manager.hpp">
@ -1782,5 +1783,6 @@
<ClInclude Include="..\..\src\utils\lru_cache.hpp">
<Filter>utils</Filter>
</ClInclude>
<ClInclude Include="..\..\src\team_builder.hpp" />
</ItemGroup>
</Project>