Update Visual Studio project

This commit is contained in:
Jyrki Vesterinen 2017-04-30 12:57:21 +03:00
parent 2858578504
commit 076c47cd3e
2 changed files with 0 additions and 14 deletions

View file

@ -2770,13 +2770,6 @@
<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\interface.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>
@ -3907,7 +3900,6 @@
<ClInclude Include="..\..\src\sound_music_track.hpp" />
<ClInclude Include="..\..\src\statistics.hpp" />
<ClInclude Include="..\..\src\storyscreen\controller.hpp" />
<ClInclude Include="..\..\src\storyscreen\interface.hpp" />
<ClInclude Include="..\..\src\storyscreen\part.hpp" />
<ClInclude Include="..\..\src\synced_checkup.hpp" />
<ClInclude Include="..\..\src\synced_commands.hpp" />

View file

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