Update MSVC project

This commit is contained in:
Celtic Minstrel 2017-04-19 04:08:34 -04:00
parent 8923978c70
commit d01834e210
2 changed files with 0 additions and 14 deletions

View file

@ -2777,13 +2777,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\render.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\synced_checkup.cpp" />
<ClCompile Include="..\..\src\synced_commands.cpp" />
<ClCompile Include="..\..\src\synced_context.cpp" />
@ -3906,7 +3899,6 @@
<ClInclude Include="..\..\src\storyscreen\controller.hpp" />
<ClInclude Include="..\..\src\storyscreen\interface.hpp" />
<ClInclude Include="..\..\src\storyscreen\part.hpp" />
<ClInclude Include="..\..\src\storyscreen\render.hpp" />
<ClInclude Include="..\..\src\synced_checkup.hpp" />
<ClInclude Include="..\..\src\synced_commands.hpp" />
<ClInclude Include="..\..\src\synced_context.hpp" />

View file

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