Updating VC project.

[ci skip]
This commit is contained in:
Wedge009 2016-11-26 23:35:13 +11:00
parent 60329a87a1
commit be26cd3b2b
2 changed files with 15 additions and 0 deletions

View file

@ -3029,6 +3029,14 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Scripting\Plugins\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Scripting\Plugins\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\sdl\color.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)SDL\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)SDL\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)SDL\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)SDL\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)SDL\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)SDL\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\sdl\exception.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)SDL\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)SDL\</ObjectFileName>
@ -4336,6 +4344,7 @@
<ClInclude Include="..\..\src\scripting\plugins\context.hpp" />
<ClInclude Include="..\..\src\scripting\plugins\manager.hpp" />
<ClInclude Include="..\..\src\scripting\push_check.hpp" />
<ClInclude Include="..\..\src\sdl\color.hpp" />
<ClInclude Include="..\..\src\sdl\exception.hpp" />
<ClInclude Include="..\..\src\sdl\rect.hpp" />
<ClInclude Include="..\..\src\sdl\utils.hpp" />

View file

@ -1199,6 +1199,9 @@
<ClCompile Include="..\..\src\hotkey\hotkey_preferences_display.cpp">
<Filter>Hotkeys</Filter>
</ClCompile>
<ClCompile Include="..\..\src\sdl\color.cpp">
<Filter>SDL</Filter>
</ClCompile>
<ClCompile Include="..\..\src\sdl\exception.cpp">
<Filter>SDL</Filter>
</ClCompile>
@ -2558,6 +2561,9 @@
<ClInclude Include="..\..\src\hotkey\hotkey_manager.hpp">
<Filter>Hotkeys</Filter>
</ClInclude>
<ClInclude Include="..\..\src\sdl\color.hpp">
<Filter>SDL</Filter>
</ClInclude>
<ClInclude Include="..\..\src\sdl\exception.hpp">
<Filter>SDL</Filter>
</ClInclude>