cocos2d_win10_app.props 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets" />
  4. <PropertyGroup Label="APP_DLLS">
  5. <AngleBinPath Condition=" '$(AngleBinPath)' == '' ">$(EngineRoot)external\$(COCOS2D_PLATFORM)-specific\angle\prebuilt\$(Platform)\</AngleBinPath>
  6. <CurlBinPath Condition=" '$(CurlBinPath)' == '' ">$(EngineRoot)external\curl\prebuilt\$(COCOS2D_PLATFORM)\$(Platform)\</CurlBinPath>
  7. <OpenSSLBinPath Condition=" '$(OpenSSLBinPath)' == '' ">$(EngineRoot)external\openssl\prebuilt\$(COCOS2D_PLATFORM)\$(Platform)\</OpenSSLBinPath>
  8. <ZLibBinPath Condition=" '$(ZLibBinPath)' == '' ">$(EngineRoot)external\$(COCOS2D_PLATFORM)-specific\zlib\prebuilt\$(Platform)\</ZLibBinPath>
  9. <WebsocketsBinPath Condition=" '$(WebsocketsBinPath)' == '' ">$(EngineRoot)external\websockets\prebuilt\$(COCOS2D_PLATFORM)\$(Platform)\</WebsocketsBinPath>
  10. <SQLiteBinPath Condition=" '$(SQLiteBinPath)' == '' ">$(EngineRoot)external\sqlite3\libraries\$(COCOS2D_PLATFORM)\$(Platform)\</SQLiteBinPath>
  11. <OggBinPath Condition=" '$(OggBinPath)' == '' ">$(EngineRoot)external\$(COCOS2D_PLATFORM)-specific\OggDecoder\prebuilt\$(Platform)\</OggBinPath>
  12. <WebsocketsBinPath Condition=" '$(WebsocketsBinPath)' == '' ">$(EngineRoot)external\websockets\prebuilt\$(Platform)\</WebsocketsBinPath>
  13. </PropertyGroup>
  14. <ItemGroup Label="ANGLE">
  15. <None Include="$(AngleBinPath)libEGL.dll">
  16. <DeploymentContent>true</DeploymentContent>
  17. </None>
  18. <None Include="$(AngleBinPath)libGLESv2.dll">
  19. <DeploymentContent>true</DeploymentContent>
  20. </None>
  21. <None Include="$(ZLibBinPath)zlib1.dll">
  22. <DeploymentContent>true</DeploymentContent>
  23. </None>
  24. <None Include="$(SQLiteBinPath)sqlite3.dll">
  25. <DeploymentContent>true</DeploymentContent>
  26. </None>
  27. <None Include="$(CurlBinPath)libcurl.dll">
  28. <DeploymentContent>true</DeploymentContent>
  29. </None>
  30. <None Include="$(OpenSSLBinPath)libeay32.dll">
  31. <DeploymentContent>true</DeploymentContent>
  32. </None>
  33. <None Include="$(OpenSSLBinPath)ssleay32.dll">
  34. <DeploymentContent>true</DeploymentContent>
  35. </None>
  36. <None Include="$(OggBinPath)ogg.dll">
  37. <DeploymentContent>true</DeploymentContent>
  38. </None>
  39. <None Include="$(OggBinPath)vorbis.dll">
  40. <DeploymentContent>true</DeploymentContent>
  41. </None>
  42. <None Include="$(OggBinPath)vorbisfile.dll">
  43. <DeploymentContent>true</DeploymentContent>
  44. </None>
  45. <None Include="$(WebsocketsBinPath)websockets.dll">
  46. <DeploymentContent>true</DeploymentContent>
  47. </None>
  48. </ItemGroup>
  49. </Project>