-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.code-workspace
27 lines (27 loc) · 1.25 KB
/
workspace.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"folders": [
{
"path": "."
}
],
"settings": {
"java.project.referencedLibraries": [
"lib/**/*.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\starfarer.api.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\commons-compiler.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\commons-compiler-jdk.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\janino.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\jinput.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\jogg-0.0.7.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\jorbis-0.0.15.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\json.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\log4j-1.2.9.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\lwjgl.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\lwjgl_util.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\starsector-core\\xstream-1.4.10.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\mods\\LazyLib\\jars\\LazyLib.jar",
"d:\\StarSector\\ss0.9.1\\Starsector\\mods\\MagicLib\\jars\\MagicLib.jar"
],
"java.project.exportJar.targetPath": "${workspaceFolder}/mods/UnityForce/jars/Unity_Force.jar"
}
}