This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
mindtouch.build.xml
60 lines (60 loc) · 1.93 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
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<assemblies
commit-versioned="true"
major="2"
minor="6"
release="0"
revision="0">
<assembly
name="mindtouch.dream"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.dream/AssemblyInfo.cs"
remap="true"
compatible-with="2.5.0.0" />
<assembly
name="mindtouch.dream.test"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.dream.test/Properties/AssemblyInfo.cs"
remap="true"
compatible-with="2.5.0.0" />
<assembly
name="mindtouch.core"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.core/AssemblyInfo.cs"
remap="true"
compatible-with="2.5.0.0" />
<assembly
name="mindtouch.host"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.host/AssemblyInfo.cs"
remap="true"
compatible-with="2.5.0.0" />
<assembly
name="mindtouch.sqs"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.sqs/Properties/AssemblyInfo.cs"
remap="true"
compatible-with="2.5.0.0" />
<assembly
name="mindtouch.blueprints"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.blueprints/AssemblyInfo.cs"
remap="true"
compatible-with="2.5.0.0" />
<assembly
name="mindtouch.db"
publicKeyToken="b17e0197b56911d2"
assemblyinfo-path="src/mindtouch.db/Properties/AssemblyInfo.cs"
remap="true"
compatible-with="2.5.0.0" />
<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>
<path>src/bin/mindtouch.db.exe.config</path>
</configfiles>
</configuration>