|
@@ -20,6 +20,7 @@
|
|
<ClCompile Include="..\..\src\common\Reference.cpp" />
|
|
<ClCompile Include="..\..\src\common\Reference.cpp" />
|
|
<ClCompile Include="..\..\src\common\runtime.cpp" />
|
|
<ClCompile Include="..\..\src\common\runtime.cpp" />
|
|
<ClCompile Include="..\..\src\common\utf8.cpp" />
|
|
<ClCompile Include="..\..\src\common\utf8.cpp" />
|
|
|
|
+ <ClCompile Include="..\..\src\common\Variant.cpp" />
|
|
<ClCompile Include="..\..\src\common\Vector.cpp" />
|
|
<ClCompile Include="..\..\src\common\Vector.cpp" />
|
|
<ClCompile Include="..\..\src\common\wrap_Data.cpp" />
|
|
<ClCompile Include="..\..\src\common\wrap_Data.cpp" />
|
|
<ClCompile Include="..\..\src\libraries\Box2D\Collision\b2BroadPhase.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\thread\wrap_Thread.cpp" />
|
|
<ClCompile Include="..\..\src\modules\timer\sdl\Timer.cpp" />
|
|
<ClCompile Include="..\..\src\modules\timer\sdl\Timer.cpp" />
|
|
<ClCompile Include="..\..\src\modules\timer\wrap_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>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\src\common\b64.h" />
|
|
<ClInclude Include="..\..\src\common\b64.h" />
|
|
@@ -267,6 +270,7 @@
|
|
<ClInclude Include="..\..\src\common\StringMap.h" />
|
|
<ClInclude Include="..\..\src\common\StringMap.h" />
|
|
<ClInclude Include="..\..\src\common\types.h" />
|
|
<ClInclude Include="..\..\src\common\types.h" />
|
|
<ClInclude Include="..\..\src\common\utf8.h" />
|
|
<ClInclude Include="..\..\src\common\utf8.h" />
|
|
|
|
+ <ClInclude Include="..\..\src\common\Variant.h" />
|
|
<ClInclude Include="..\..\src\common\Vector.h" />
|
|
<ClInclude Include="..\..\src\common\Vector.h" />
|
|
<ClInclude Include="..\..\src\common\version.h" />
|
|
<ClInclude Include="..\..\src\common\version.h" />
|
|
<ClInclude Include="..\..\src\common\wrap_Data.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\sdl\Timer.h" />
|
|
<ClInclude Include="..\..\src\modules\timer\Timer.h" />
|
|
<ClInclude Include="..\..\src\modules\timer\Timer.h" />
|
|
<ClInclude Include="..\..\src\modules\timer\wrap_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>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="app.rc" />
|
|
<ResourceCompile Include="app.rc" />
|