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
|
<Combine fileversion="2.0" name="Grubng" releaseversion="0.8.1">
<Policies>
<StandardHeader Text=" 
 Copyright (C) ${Year} ${CopyrightHolder}

 This file is part of Grubng

 Grubng is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
" inheritsSet="MITX11License" />
<ChangeLogPolicy UpdateMode="Nearest" VcsIntegration="None" inheritsSet="Mono">
<MessageStyle FileSeparator=", " />
</ChangeLogPolicy>
</Policies>
<Configurations active="Debug">
<Configuration name="Debug" ctype="CombineConfiguration">
<Entry build="True" name="Grubng" configuration="Debug" />
<Entry build="True" name="Grubngtranslations" configuration="Debug" />
<Entry build="True" name="grubng-sharp" configuration="Debug" />
<Entry build="True" name="grub-upload" configuration="Debug" />
<Entry build="True" name="grub-uploader" configuration="Debug" />
<Entry build="True" name="urlsdb" configuration="Debug" />
</Configuration>
<Configuration name="Release" ctype="CombineConfiguration">
<Entry build="True" name="Grubng" configuration="Release" />
<Entry build="True" name="Grubngtranslations" configuration="Release" />
<Entry build="True" name="grubng-sharp" configuration="Release" />
<Entry build="True" name="grub-upload" configuration="Release" />
<Entry build="True" name="grub-uploader" configuration="Release" />
<Entry build="True" name="urlsdb" configuration="Release" />
</Configuration>
</Configurations>
<StartMode startupentry="Grubng" single="True">
<Execute type="None" entry="Grubng" />
<Execute type="None" entry="Grubngtranslations" />
<Execute type="None" entry="grubng-sharp" />
<Execute type="None" entry="grub-upload" />
<Execute type="None" entry="grub-uploader" />
<Execute type="None" entry="urlsdb" />
</StartMode>
<MonoDevelop.ChangeLogAddIn.ChangeLogInfo policy="UpdateNearestChangeLog" />
<Entries>
<Entry filename="Grubng/Grubng.mdp" />
<Entry filename="Grubngtranslations/Grubngtranslations.mdse" />
<Entry filename="grubng-sharp/grubng-sharp.mdp" />
<Entry filename="grub-upload/grub-upload.mdp" />
<Entry filename="grub-uploader/grub-uploader.mdp" />
<Entry filename="urlsdb/urlsdb.mdp" />
</Entries>
</Combine>
|