2015-05-29 04:51:25 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
|
<PropertyGroup Label="APP_DLLS">
|
|
|
|
<AngleBinPath Condition=" '$(AngleBinPath)' == '' ">$(EngineRoot)external\$(COCOS2D_PLATFORM)-specific\angle\prebuilt\$(Platform)\</AngleBinPath>
|
|
|
|
<ZLibBinPath Condition=" '$(ZLibBinPath)' == '' ">$(EngineRoot)external\$(COCOS2D_PLATFORM)-specific\zlib\prebuilt\$(Platform)\</ZLibBinPath>
|
|
|
|
<WebsocketsBinPath Condition=" '$(WebsocketsBinPath)' == '' ">$(EngineRoot)external\websockets\prebuilt\$(COCOS2D_PLATFORM)\$(Platform)\</WebsocketsBinPath>
|
|
|
|
<SQLiteBinPath Condition=" '$(SQLiteBinPath)' == '' ">$(EngineRoot)external\sqlite3\libraries\$(COCOS2D_PLATFORM)\$(Platform)\</SQLiteBinPath>
|
2015-06-05 05:42:11 +08:00
|
|
|
<OggBinPath Condition=" '$(OggBinPath)' == '' ">$(EngineRoot)external\$(COCOS2D_PLATFORM)-specific\OggDecoder\prebuilt\$(Platform)\</OggBinPath>
|
2015-05-29 04:51:25 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Label="ANGLE">
|
|
|
|
<None Include="$(AngleBinPath)libEGL.dll">
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
</None>
|
|
|
|
<None Include="$(AngleBinPath)libGLESv2.dll">
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
</None>
|
|
|
|
<None Include="$(ZLibBinPath)zlib.dll">
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
</None>
|
|
|
|
<None Include="$(WebsocketsBinPath)libwebsockets.dll">
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
</None>
|
|
|
|
<None Include="$(SQLiteBinPath)sqlite3.dll">
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
</None>
|
2015-06-05 05:42:11 +08:00
|
|
|
<None Include="$(OggBinPath)libogg.dll">
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
</None>
|
|
|
|
<None Include="$(OggBinPath)libvorbis.dll">
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
</None>
|
|
|
|
<None Include="$(OggBinPath)libvorbisfile.dll">
|
|
|
|
<DeploymentContent>true</DeploymentContent>
|
|
|
|
</None>
|
2015-05-29 04:51:25 +08:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|