forked from jstedfast/bc-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
csharp.mds
20 lines (20 loc) · 842 Bytes
/
csharp.mds
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Combine fileversion="2.0" outputpath="build/bin/">
<Configurations active="Release">
<Configuration name="Debug" ctype="CombineConfiguration">
<Entry build="True" name="crypto" configuration="Debug" />
<Entry build="True" name="crypto-test" configuration="Debug" />
</Configuration>
<Configuration name="Release" ctype="CombineConfiguration">
<Entry build="True" name="crypto" configuration="Release" />
<Entry build="True" name="crypto-test" configuration="Release" />
</Configuration>
</Configurations>
<StartMode startupentry="crypto-test" single="True">
<Execute type="None" entry="crypto" />
<Execute type="None" entry="crypto-test" />
</StartMode>
<Entries>
<Entry filename="crypto/crypto.mdp" />
<Entry filename="crypto-test/crypto-test.mdp" />
</Entries>
</Combine>