ClienteJuegosJsonCifrado/.classpath

11 lines
516 B
Plaintext
Raw Normal View History

2019-12-11 22:41:24 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
2020-02-11 11:23:38 +01:00
<classpathentry kind="lib" path="gson-2.8.6-javadoc.jar"/>
<classpathentry kind="lib" path="gson-2.8.6-sources.jar"/>
<classpathentry kind="lib" path="gson-2.8.6.jar"/>
2020-02-11 14:08:18 +01:00
<classpathentry kind="lib" path="cifrado.jar"/>
2019-12-11 22:41:24 +01:00
<classpathentry kind="output" path="bin"/>
</classpath>