mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
12 lines
512 B
XML
12 lines
512 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="libs/tinyrtsp.jar"/>
|
|
<classpathentry kind="lib" path="libs/jmdns-fixed.jar"/>
|
|
<classpathentry kind="lib" path="libs/okio-1.0.1.jar"/>
|
|
<classpathentry kind="lib" path="libs/okhttp-2.1.0.jar"/>
|
|
<classpathentry kind="lib" path="libs/xpp3-1.1.6.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|