Skip to content

Commit

Permalink
Update Visual Studio project
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Mar 7, 2017
1 parent fa24444 commit ceee890
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
9 changes: 0 additions & 9 deletions projectfiles/VC12/wesnoth.vcxproj
Expand Up @@ -3870,14 +3870,6 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Widgets\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Widgets\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\widgets\slider.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)Widgets\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Widgets\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Widgets\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Widgets\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Widgets\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Widgets\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\widgets\textbox.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)Widgets\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Widgets\</ObjectFileName>
Expand Down Expand Up @@ -4494,7 +4486,6 @@
<ClInclude Include="..\..\src\widgets\menu.hpp" />
<ClInclude Include="..\..\src\widgets\scrollarea.hpp" />
<ClInclude Include="..\..\src\widgets\scrollbar.hpp" />
<ClInclude Include="..\..\src\widgets\slider.hpp" />
<ClInclude Include="..\..\src\widgets\textbox.hpp" />
<ClInclude Include="..\..\src\widgets\widget.hpp" />
<ClInclude Include="..\..\src\wml_exception.hpp" />
Expand Down
6 changes: 0 additions & 6 deletions projectfiles/VC12/wesnoth.vcxproj.filters
Expand Up @@ -968,9 +968,6 @@
<ClCompile Include="..\..\src\widgets\scrollbar.cpp">
<Filter>Widgets</Filter>
</ClCompile>
<ClCompile Include="..\..\src\widgets\slider.cpp">
<Filter>Widgets</Filter>
</ClCompile>
<ClCompile Include="..\..\src\widgets\textbox.cpp">
<Filter>Widgets</Filter>
</ClCompile>
Expand Down Expand Up @@ -2409,9 +2406,6 @@
<ClInclude Include="..\..\src\widgets\scrollbar.hpp">
<Filter>Widgets</Filter>
</ClInclude>
<ClInclude Include="..\..\src\widgets\slider.hpp">
<Filter>Widgets</Filter>
</ClInclude>
<ClInclude Include="..\..\src\widgets\textbox.hpp">
<Filter>Widgets</Filter>
</ClInclude>
Expand Down

0 comments on commit ceee890

Please sign in to comment.