mirror of https://github.com/axmolengine/axmol.git
issue #2161: resolve conflict
This commit is contained in:
commit
5f37e854c4
|
@ -230,6 +230,7 @@ xcopy /Y /Q "$(ProjectDir)..\platform\third_party\win32\libraries\*.*" "$(OutDir
|
|||
<ClCompile Include="..\textures\CCTexture2D.cpp" />
|
||||
<ClCompile Include="..\textures\CCTextureAtlas.cpp" />
|
||||
<ClCompile Include="..\textures\CCTextureCache.cpp" />
|
||||
<ClCompile Include="..\textures\CCTextureETC.cpp" />
|
||||
<ClCompile Include="..\textures\CCTexturePVR.cpp" />
|
||||
<ClCompile Include="..\tileMap_parallax_nodes\CCParallaxNode.cpp" />
|
||||
<ClCompile Include="..\tileMap_parallax_nodes\CCTileMapAtlas.cpp" />
|
||||
|
@ -389,6 +390,7 @@ xcopy /Y /Q "$(ProjectDir)..\platform\third_party\win32\libraries\*.*" "$(OutDir
|
|||
<ClInclude Include="..\textures\CCTexture2D.h" />
|
||||
<ClInclude Include="..\textures\CCTextureAtlas.h" />
|
||||
<ClInclude Include="..\textures\CCTextureCache.h" />
|
||||
<ClInclude Include="..\textures\CCTextureETC.h" />
|
||||
<ClInclude Include="..\textures\CCTexturePVR.h" />
|
||||
<ClInclude Include="..\tileMap_parallax_nodes\CCParallaxNode.h" />
|
||||
<ClInclude Include="..\tileMap_parallax_nodes\CCTileMapAtlas.h" />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="base_nodes">
|
||||
|
@ -462,6 +462,9 @@
|
|||
<Filter>cocoa</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\ccFPSImages.c" />
|
||||
<ClCompile Include="..\textures\CCTextureETC.cpp">
|
||||
<Filter>textures</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\base_nodes\CCAtlasNode.h">
|
||||
|
@ -930,6 +933,8 @@
|
|||
<ClInclude Include="..\cocoa\CCFloat.h">
|
||||
<Filter>cocoa</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\ccFPSImages.h" />
|
||||
<ClInclude Include="..\textures\CCTextureETC.h">
|
||||
<Filter>textures</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue