project files update
This commit is contained in:
parent
f4db8534b7
commit
7ece1be993
2 changed files with 72 additions and 34 deletions
|
@ -416,6 +416,14 @@
|
|||
<Unit filename="..\..\src\gui\dialogs\gamestate_inspector.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\gamestate_inspector.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\helper.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\image_message\image_message.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\image_message\image_message.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\image_message\input_message.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\image_message\input_message.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\image_message\option_message.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\image_message\option_message.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\image_message\recruit_message.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\image_message\recruit_message.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\language_selection.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\language_selection.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\lobby\lobby_data.cpp" />
|
||||
|
@ -452,8 +460,6 @@
|
|||
<Unit filename="..\..\src\gui\dialogs\unit_attack.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\unit_create.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\unit_create.hpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\wml_message.cpp" />
|
||||
<Unit filename="..\..\src\gui\dialogs\wml_message.hpp" />
|
||||
<Unit filename="..\..\src\gui\widgets\button.cpp" />
|
||||
<Unit filename="..\..\src\gui\widgets\button.hpp" />
|
||||
<Unit filename="..\..\src\gui\widgets\clickable.hpp" />
|
||||
|
|
|
@ -2706,34 +2706,6 @@
|
|||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\wml_message.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug (fast)|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Lobby"
|
||||
>
|
||||
|
@ -2813,6 +2785,54 @@
|
|||
<Filter
|
||||
Name="Image_Message"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\image_message\image_message.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\Image_Message\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\image_message\input_message.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\Image_Message\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\image_message\option_message.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\Image_Message\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\image_message\recruit_message.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\Image_Message\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
@ -7505,10 +7525,6 @@
|
|||
RelativePath="..\..\src\gui\dialogs\unit_attack.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\wml_message.hpp"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Lobby"
|
||||
>
|
||||
|
@ -7532,6 +7548,22 @@
|
|||
<Filter
|
||||
Name="Image_Message"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\image_message\image_message.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\image_message\input_message.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\image_message\option_message.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\image_message\recruit_message.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
Loading…
Add table
Reference in a new issue