Updated VC16 projectfile
This commit is contained in:
parent
f3256cfbd1
commit
04dce20deb
2 changed files with 4 additions and 0 deletions
|
@ -258,6 +258,7 @@
|
|||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Formula\</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\game_config.cpp" />
|
||||
<ClCompile Include="..\..\src\game_config_view.cpp" />
|
||||
<ClCompile Include="..\..\src\gettext.cpp" />
|
||||
<ClCompile Include="..\..\src\log.cpp" />
|
||||
<ClCompile Include="..\..\src\log_windows.cpp" />
|
||||
|
@ -288,6 +289,7 @@
|
|||
<ClInclude Include="..\..\src\font\constants.hpp" />
|
||||
<ClInclude Include="..\..\src\formula\string_utils.hpp" />
|
||||
<ClInclude Include="..\..\src\game_config.hpp" />
|
||||
<ClInclude Include="..\..\src\game_config_view.hpp" />
|
||||
<ClInclude Include="..\..\src\gettext.hpp" />
|
||||
<ClInclude Include="..\..\src\global.hpp" />
|
||||
<ClInclude Include="..\..\src\lexical_cast.hpp" />
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\filesystem.cpp" />
|
||||
<ClCompile Include="..\..\src\gettext.cpp" />
|
||||
<ClCompile Include="..\..\src\game_config_view.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\serialization\binary_or_text.hpp">
|
||||
|
@ -164,5 +165,6 @@
|
|||
<ClInclude Include="..\..\src\serialization\base64.hpp">
|
||||
<Filter>Serialization</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\game_config_view.hpp" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Reference in a new issue