-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonotooth.mds
39 lines (39 loc) · 1.97 KB
/
monotooth.mds
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
<Combine name="monotooth" fileversion="2.0" outputpath="./build/bin/" MakePkgConfig="False" MakeLibPC="True">
<Configurations active="Debug">
<Configuration name="Debug" ctype="CombineConfiguration">
<Entry build="True" name="monotooth" configuration="Debug" />
<Entry build="True" name="tests" configuration="Default" />
<Entry build="True" name="tests" configuration="Default" />
<Entry build="True" name="monotooth" configuration="Debug" />
<Entry build="True" name="tests" configuration="Debug" />
<Entry build="True" name="tests-run" configuration="Default" />
<Entry build="True" name="ServerDemo" configuration="Debug" />
<Entry build="True" name="ClientDemo" configuration="Debug" />
</Configuration>
<Configuration name="Release" ctype="CombineConfiguration">
<Entry build="True" name="monotooth" configuration="Release" />
<Entry build="True" name="tests" configuration="Default" />
<Entry build="True" name="tests" configuration="Default" />
<Entry build="True" name="monotooth" configuration="Release" />
<Entry build="True" name="tests" configuration="Release" />
<Entry build="True" name="tests-run" configuration="Default" />
<Entry build="True" name="ServerDemo" configuration="Release" />
<Entry build="True" name="ClientDemo" configuration="Release" />
</Configuration>
</Configurations>
<StartMode startupentry="ClientDemo" single="True">
<Execute type="None" entry="monotooth" />
<Execute type="None" entry="tests" />
<Execute type="None" entry="tests-run" />
<Execute type="None" entry="ServerDemo" />
<Execute type="None" entry="ClientDemo" />
</StartMode>
<DeployTargets />
<Entries>
<Entry filename="./monotooth.mdp" />
<Entry filename="./tests/tests.mdp" />
<Entry filename="./tests-run/tests-run.md-nunit" />
<Entry filename="./ServerDemo/ServerDemo.mdp" />
<Entry filename="./ClientDemo/ClientDemo.mdp" />
</Entries>
</Combine>