mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 09:13:35 +00:00
Add palette files to VC project.
This commit is contained in:
parent
7f265e5e53
commit
fedbd829a5
@ -1063,6 +1063,14 @@
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Editor\Palette\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Editor\Palette\</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\editor\palette\location_palette.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)Editor\Palette\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Editor\Palette\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Editor\Palette\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Editor\Palette\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Editor\Palette\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Editor\Palette\</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\editor\palette\palette_manager.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)Editor\Palette\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Editor\Palette\</ObjectFileName>
|
||||
@ -3920,6 +3928,7 @@
|
||||
<ClInclude Include="..\..\src\editor\palette\common_palette.hpp" />
|
||||
<ClInclude Include="..\..\src\editor\palette\editor_palettes.hpp" />
|
||||
<ClInclude Include="..\..\src\editor\palette\item_palette.hpp" />
|
||||
<ClInclude Include="..\..\src\editor\palette\location_palette.hpp" />
|
||||
<ClInclude Include="..\..\src\editor\palette\palette_manager.hpp" />
|
||||
<ClInclude Include="..\..\src\editor\palette\terrain_palettes.hpp" />
|
||||
<ClInclude Include="..\..\src\editor\palette\tristate_button.hpp" />
|
||||
|
@ -356,6 +356,9 @@
|
||||
<ClCompile Include="..\..\src\editor\palette\item_palette.cpp">
|
||||
<Filter>Editor\Palette</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\editor\palette\location_palette.cpp">
|
||||
<Filter>Editor\Palette</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\editor\palette\palette_manager.cpp">
|
||||
<Filter>Editor\Palette</Filter>
|
||||
</ClCompile>
|
||||
@ -1680,6 +1683,9 @@
|
||||
<ClInclude Include="..\..\src\editor\palette\item_palette.hpp">
|
||||
<Filter>Editor\Palette</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\editor\palette\location_palette.hpp">
|
||||
<Filter>Editor\Palette</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\editor\palette\palette_manager.hpp">
|
||||
<Filter>Editor\Palette</Filter>
|
||||
</ClInclude>
|
||||
|
Loading…
x
Reference in New Issue
Block a user