mirror of https://github.com/axmolengine/axmol.git
removed CCComponentPhysics2d from Win10 UWP project
This commit is contained in:
parent
d5151952bb
commit
70e157a44a
|
@ -565,7 +565,6 @@
|
|||
<ClCompile Include="..\..\physics3d\CCPhysics3DShape.cpp" />
|
||||
<ClCompile Include="..\..\physics3d\CCPhysics3DWorld.cpp" />
|
||||
<ClCompile Include="..\..\physics3d\CCPhysicsSprite3D.cpp" />
|
||||
<ClCompile Include="..\..\physics\CCComponentPhysics2d.cpp" />
|
||||
<ClCompile Include="..\..\physics\CCPhysicsBody.cpp" />
|
||||
<ClCompile Include="..\..\physics\CCPhysicsContact.cpp" />
|
||||
<ClCompile Include="..\..\physics\CCPhysicsJoint.cpp" />
|
||||
|
@ -1181,7 +1180,6 @@
|
|||
<ClInclude Include="..\..\physics3d\CCPhysics3DShape.h" />
|
||||
<ClInclude Include="..\..\physics3d\CCPhysics3DWorld.h" />
|
||||
<ClInclude Include="..\..\physics3d\CCPhysicsSprite3D.h" />
|
||||
<ClInclude Include="..\..\physics\CCComponentPhysics2d.h" />
|
||||
<ClInclude Include="..\..\physics\CCPhysicsBody.h" />
|
||||
<ClInclude Include="..\..\physics\CCPhysicsContact.h" />
|
||||
<ClInclude Include="..\..\physics\CCPhysicsHelper.h" />
|
||||
|
|
|
@ -1578,9 +1578,6 @@
|
|||
<ClCompile Include="..\..\network\WebSocket.cpp">
|
||||
<Filter>network</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\physics\CCComponentPhysics2d.cpp">
|
||||
<Filter>physics</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\physics\CCPhysicsBody.cpp">
|
||||
<Filter>physics</Filter>
|
||||
</ClCompile>
|
||||
|
@ -3395,9 +3392,6 @@
|
|||
<ClInclude Include="..\..\network\WebSocket.h">
|
||||
<Filter>network</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\physics\CCComponentPhysics2d.h">
|
||||
<Filter>physics</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\physics\CCPhysicsBody.h">
|
||||
<Filter>physics</Filter>
|
||||
</ClInclude>
|
||||
|
|
Loading…
Reference in New Issue