forked from errepi/ude
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ude.mds
24 lines (24 loc) · 1.08 KB
/
Ude.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
<Combine name="Ude" fileversion="2.0">
<Configurations active="Debug|Any CPU">
<Configuration name="Debug|Any CPU" ctype="CombineConfiguration">
<Entry build="True" name="Ude.Example" configuration="Debug" />
<Entry build="True" name="Ude.Tests" configuration="Debug|Any CPU" />
<Entry build="True" name="Ude" configuration="Debug|Any CPU" />
</Configuration>
<Configuration name="Release|Any CPU" ctype="CombineConfiguration">
<Entry build="True" name="Ude.Example" configuration="Debug" />
<Entry build="True" name="Ude.Tests" configuration="Release|Any CPU" />
<Entry build="True" name="Ude" configuration="Release|Any CPU" />
</Configuration>
</Configurations>
<StartMode startupentry="Ude.Example" single="True">
<Execute type="None" entry="Ude.Example" />
<Execute type="None" entry="Ude.Tests" />
<Execute type="None" entry="Ude" />
</StartMode>
<Entries>
<Entry filename="src/Example/Ude.Example.mdp" />
<Entry filename="src/Tests/Ude.Tests.mdp" />
<Entry filename="src/Library/Ude.mdp" />
</Entries>
</Combine>