-
Notifications
You must be signed in to change notification settings - Fork 6
/
Traktor.workspace
47 lines (47 loc) · 1.16 KB
/
Traktor.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<object type="traktor.PropertyGroup">
<value>
<item>
<first>Amalgam.SystemRoot</first>
<second type="traktor.PropertyString">
<value>$(TRAKTOR_HOME)</value>
</second>
</item>
<item>
<first>Editor.HomeUrl</first>
<second type="traktor.PropertyString">
<value/>
</second>
</item>
<item>
<first>Editor.OutputDatabase</first>
<second type="traktor.PropertyString">
<value>provider=traktor.db.LocalDatabase;groupPath=data/Output;binary=true</value>
</second>
</item>
<item>
<first>Editor.RootInstances</first>
<second type="traktor.PropertyStringArray">
<value/>
</second>
</item>
<item>
<first>Editor.SourceDatabase</first>
<second type="traktor.PropertyString">
<value>provider=traktor.db.LocalDatabase;groupPath=data/Source;binary=false</value>
</second>
</item>
<item>
<first>Editor.TargetTitle</first>
<second type="traktor.PropertyString">
<value>Traktor</value>
</second>
</item>
<item>
<first>Pipeline.AssetPath</first>
<second type="traktor.PropertyString">
<value>data/Assets</value>
</second>
</item>
</value>
</object>