mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 04:51:23 +00:00
Update MSVC project files
This commit is contained in:
parent
837f25671b
commit
e7e14f2ab8
@ -1084,6 +1084,7 @@
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Gui\Auxiliary\Iterator\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Gui\Auxiliary\Iterator\</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\joystick.cpp" />
|
||||
<ClCompile Include="..\..\src\pathfind\astarsearch.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug (fast)|Win32'">$(IntDir)Pathfind\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Pathfind\</ObjectFileName>
|
||||
@ -1590,6 +1591,7 @@
|
||||
<ClInclude Include="..\..\src\gui\auxiliary\widget_definition\tree_view.hpp" />
|
||||
<ClInclude Include="..\..\src\gui\auxiliary\widget_definition\vertical_scrollbar.hpp" />
|
||||
<ClInclude Include="..\..\src\gui\auxiliary\widget_definition\window.hpp" />
|
||||
<ClInclude Include="..\..\src\joystick.hpp" />
|
||||
<ClInclude Include="..\..\src\pathfind\pathfind.hpp" />
|
||||
<ClInclude Include="..\..\src\pathfind\teleport.hpp" />
|
||||
<ClInclude Include="..\..\src\scripting\lua.hpp" />
|
||||
|
@ -893,6 +893,7 @@
|
||||
<ClCompile Include="..\..\src\variant.cpp" />
|
||||
<ClCompile Include="..\..\src\video.cpp" />
|
||||
<ClCompile Include="..\..\src\wml_exception.cpp" />
|
||||
<ClCompile Include="..\..\src\joystick.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\addon\manager.hpp">
|
||||
@ -1744,5 +1745,6 @@
|
||||
<ClInclude Include="..\..\src\wesconfig.h" />
|
||||
<ClInclude Include="..\..\src\wml_exception.hpp" />
|
||||
<ClInclude Include="..\..\src\wml_separators.hpp" />
|
||||
<ClInclude Include="..\..\src\joystick.hpp" />
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="wesnoth"
|
||||
ProjectGUID="{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}"
|
||||
RootNamespace="wesnoth"
|
||||
@ -7891,6 +7891,14 @@
|
||||
RelativePath="..\..\src\intro.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\joystick.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\joystick.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\key.cpp"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user