mirror of https://github.com/axmolengine/axmol.git
updated cocos2d dll name from 3.4 to 3.5
This commit is contained in:
parent
d486cc78fb
commit
e04fd6eb1d
|
@ -72,7 +72,7 @@
|
|||
<GenerateManifest>false</GenerateManifest>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
||||
<TargetName>libcocos2d_v3.4_WindowsPhone_8.0</TargetName>
|
||||
<TargetName>libcocos2d_v3.5_WindowsPhone_8.0</TargetName>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
||||
|
@ -80,7 +80,7 @@
|
|||
<LinkIncremental>false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<TargetName>libcocos2d_v3.4_WindowsPhone_8.0</TargetName>
|
||||
<TargetName>libcocos2d_v3.5_WindowsPhone_8.0</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<TargetName>libcocos2d_v3.5_WindowsPhone_8.0</TargetName>
|
||||
|
|
Loading…
Reference in New Issue