mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Update msvc2010 project file for recent changes
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
<ClCompile Include="..\..\src\common\Reference.cpp" />
|
||||
<ClCompile Include="..\..\src\common\runtime.cpp" />
|
||||
<ClCompile Include="..\..\src\common\utf8.cpp" />
|
||||
<ClCompile Include="..\..\src\common\Variant.cpp" />
|
||||
<ClCompile Include="..\..\src\common\Vector.cpp" />
|
||||
<ClCompile Include="..\..\src\common\wrap_Data.cpp" />
|
||||
<ClCompile Include="..\..\src\libraries\Box2D\Collision\b2BroadPhase.cpp" />
|
||||
@@ -249,6 +250,8 @@
|
||||
<ClCompile Include="..\..\src\modules\thread\wrap_Thread.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\timer\sdl\Timer.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\timer\wrap_Timer.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\window\sdl\Window.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\window\Window.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\common\b64.h" />
|
||||
@@ -267,6 +270,7 @@
|
||||
<ClInclude Include="..\..\src\common\StringMap.h" />
|
||||
<ClInclude Include="..\..\src\common\types.h" />
|
||||
<ClInclude Include="..\..\src\common\utf8.h" />
|
||||
<ClInclude Include="..\..\src\common\Variant.h" />
|
||||
<ClInclude Include="..\..\src\common\Vector.h" />
|
||||
<ClInclude Include="..\..\src\common\version.h" />
|
||||
<ClInclude Include="..\..\src\common\wrap_Data.h" />
|
||||
@@ -451,6 +455,8 @@
|
||||
<ClInclude Include="..\..\src\modules\timer\sdl\Timer.h" />
|
||||
<ClInclude Include="..\..\src\modules\timer\Timer.h" />
|
||||
<ClInclude Include="..\..\src\modules\timer\wrap_Timer.h" />
|
||||
<ClInclude Include="..\..\src\modules\window\sdl\Window.h" />
|
||||
<ClInclude Include="..\..\src\modules\window\Window.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="app.rc" />
|
||||
|
||||
@@ -130,6 +130,12 @@
|
||||
<Filter Include="modules\physics\box2d">
|
||||
<UniqueIdentifier>{9282b1b4-0df5-4180-8840-ea58561dc7b8}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="modules\window">
|
||||
<UniqueIdentifier>{d3e343d0-39a3-4144-884b-dc37d5f12c6c}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="modules\window\sdl">
|
||||
<UniqueIdentifier>{240a0dac-971b-43f6-829c-b06e54bddd7a}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\love.cpp" />
|
||||
@@ -727,6 +733,15 @@
|
||||
<ClCompile Include="..\..\src\modules\keyboard\sdl\Keyboard.cpp">
|
||||
<Filter>modules\keyboard\sdl</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\common\Variant.cpp">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\modules\window\Window.cpp">
|
||||
<Filter>modules\window</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\modules\window\sdl\Window.cpp">
|
||||
<Filter>modules\window\sdl</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\modules\audio\Audio.h">
|
||||
@@ -1302,6 +1317,15 @@
|
||||
<ClInclude Include="..\..\src\modules\keyboard\sdl\Keyboard.h">
|
||||
<Filter>modules\keyboard\sdl</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\common\Variant.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\modules\window\Window.h">
|
||||
<Filter>modules\window</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\modules\window\sdl\Window.h">
|
||||
<Filter>modules\window\sdl</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="app.rc" />
|
||||
|
||||
Reference in New Issue
Block a user