forked from MindTouch/DReAM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmindtouch.build.xml
50 lines (50 loc) · 1.61 KB
/
mindtouch.build.xml
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
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<assemblies
commit-versioned="true"
major="2"
minor="5"
release="0"
revision="0">
<assembly
name="mindtouch.dream"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.dream/AssemblyInfo.cs"
remap="true" />
<assembly
name="mindtouch.dream.test"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.dream.test/Properties/AssemblyInfo.cs"
remap="true" />
<assembly
name="mindtouch.core"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.core/AssemblyInfo.cs" />
<assembly
name="mindtouch.host"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.host/AssemblyInfo.cs" />
<assembly
name="mindtouch.sqs"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.sqs/Properties/AssemblyInfo.cs"
remap="true" />
<assembly
name="mindtouch.blueprints"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.blueprints/AssemblyInfo.cs"
remap="true" />
<assembly
name="mindtouch.db"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.db/Properties/AssemblyInfo.cs"
remap="true" />
<assembly
file="SgmlReaderDll.dll" />
</assemblies>
<configfiles>
<path>src/bin/mindtouch.blueprints.exe.config</path>
<path>src/bin/mindtouch.db.exe.config</path>
<path>src/bin/mindtouch.host.exe.config</path>
</configfiles>
</configuration>