Fix the 'ReleaseDEBUG' configuration to include the missing source files
This commit is contained in:
parent
8e13641e48
commit
5ee761ada1
2 changed files with 49 additions and 1 deletions
|
@ -3096,6 +3096,14 @@
|
|||
ObjectFile="$(IntDir)\ai\akihara\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="ReleaseDEBUG|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\ai\akihara\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\ai\akihara\recruitment.hpp"
|
||||
|
@ -4362,6 +4370,14 @@
|
|||
ObjectFile="$(IntDir)\Editor\Toolkit\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="ReleaseDEBUG|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Editor\Toolkit\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\editor\toolkit\editor_toolkit.hpp"
|
||||
|
@ -6412,6 +6428,14 @@
|
|||
ObjectFile="$(IntDir)\Gui\Widgets\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="ReleaseDEBUG|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Widgets\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\widgets\vertical_scrollbar.hpp"
|
||||
|
@ -8436,6 +8460,14 @@
|
|||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="ReleaseDEBUG|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\network_transmission.hpp"
|
||||
|
@ -10539,6 +10571,14 @@
|
|||
ObjectFile="$(IntDir)\Gui\Auxiliary\Window_Builder\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="ReleaseDEBUG|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Auxiliary\Window_Builder\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\auxiliary\window_builder\repeating_button.hpp"
|
||||
|
@ -12563,6 +12603,14 @@
|
|||
ObjectFile="$(IntDir)\Gui\Auxiliary\Widget_Definition\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="ReleaseDEBUG|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Auxiliary\Widget_Definition\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\auxiliary\widget_definition\vertical_scrollbar.hpp"
|
||||
|
|
|
@ -299,7 +299,7 @@
|
|||
AdditionalDependencies="libintl.lib SDL.lib SDL_net.lib winmm.lib ws2_32.lib SDLmain.lib"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
GenerateDebugInformation="false"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
|
Loading…
Add table
Reference in a new issue