Updating VC project files for e97b9923.

[ci skip]
This commit is contained in:
Wedge009 2017-05-03 23:13:06 +10:00
parent c8a7dd7b37
commit 974315f9b7
2 changed files with 14 additions and 0 deletions

View file

@ -2764,6 +2764,13 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\storyscreen\parser.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\storyscreen\part.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
@ -3893,6 +3900,7 @@
<ClInclude Include="..\..\src\sound_music_track.hpp" />
<ClInclude Include="..\..\src\statistics.hpp" />
<ClInclude Include="..\..\src\storyscreen\controller.hpp" />
<ClInclude Include="..\..\src\storyscreen\parser.hpp" />
<ClInclude Include="..\..\src\storyscreen\part.hpp" />
<ClInclude Include="..\..\src\synced_checkup.hpp" />
<ClInclude Include="..\..\src\synced_commands.hpp" />

View file

@ -923,6 +923,9 @@
<ClCompile Include="..\..\src\storyscreen\controller.cpp">
<Filter>Storyscreen</Filter>
</ClCompile>
<ClCompile Include="..\..\src\storyscreen\parser.cpp">
<Filter>Storyscreen</Filter>
</ClCompile>
<ClCompile Include="..\..\src\storyscreen\part.cpp">
<Filter>Storyscreen</Filter>
</ClCompile>
@ -2365,6 +2368,9 @@
<ClInclude Include="..\..\src\storyscreen\controller.hpp">
<Filter>Storyscreen</Filter>
</ClInclude>
<ClInclude Include="..\..\src\storyscreen\parser.hpp">
<Filter>Storyscreen</Filter>
</ClInclude>
<ClInclude Include="..\..\src\storyscreen\part.hpp">
<Filter>Storyscreen</Filter>
</ClInclude>