Skip to content

Commit

Permalink
Update MSVC project
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Apr 19, 2017
1 parent 8923978 commit d01834e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions projectfiles/VC12/wesnoth.vcxproj
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down
6 changes: 0 additions & 6 deletions projectfiles/VC12/wesnoth.vcxproj.filters
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit d01834e

Please sign in to comment.