-
Notifications
You must be signed in to change notification settings - Fork 12
/
LongoMatch.mds
57 lines (57 loc) · 4.35 KB
/
LongoMatch.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<Combine fileversion="2.0" description="LongoMatch : The Digital Coach" outputpath="build/bin/" releaseversion="0.9.0" name="LongoMatch">
<Policies>
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" />
<StandardHeader Text="
 Copyright (C) ${Year} ${CopyrightHolder}

 This program 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 2 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, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
" IncludeInNewFiles="True" />
<VersionControlPolicy inheritsSet="Mono" />
<ChangeLogPolicy UpdateMode="None" inheritsSet="Mono">
<MessageStyle LineAlign="0" />
</ChangeLogPolicy>
<TextStylePolicy FileWidth="120" TabWidth="4" inheritsSet="Mono" inheritsScope="text/plain" />
<TextStylePolicy FileWidth="120" TabWidth="4" inheritsSet="Mono" inheritsScope="text/plain" scope="text/plain" />
<TextStylePolicy inheritsSet="null" scope="application/octet-stream" />
<TextStylePolicy TabWidth="2" RemoveTrailingWhitespace="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-c++hdr" />
<TextStylePolicy inheritsSet="null" scope="text/x-csharp" />
<CSharpFormattingPolicy inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
<TextStylePolicy inheritsSet="null" scope="application/xml" />
<TextStylePolicy TabWidth="2" RemoveTrailingWhitespace="True" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csrc" />
<TextStylePolicy inheritsSet="null" scope="application/x-desktop" />
</Policies>
<Configurations active="Release">
<Configuration name="Debug" ctype="CombineConfiguration">
<Entry build="True" name="LongoMatch.GUI" configuration="Debug" />
<Entry build="True" name="libcesarplayer" configuration="Debug" />
<Entry build="True" name="LongoMatch.Core" configuration="Debug" />
<Entry build="True" name="LongoMatchGtk" configuration="Debug" />
<Entry build="True" name="LongoMatch.Multimedia" configuration="Debug" />
<Entry build="True" name="LongoMatch.Services" configuration="Debug" />
<Entry build="True" name="LongoMatch.GUI.Multimedia" configuration="Debug" />
</Configuration>
<Configuration name="Release" ctype="CombineConfiguration">
<Entry build="True" name="LongoMatch.GUI" configuration="Release" />
<Entry build="True" name="libcesarplayer" configuration="Release" />
<Entry build="True" name="LongoMatch.Core" configuration="Release" />
<Entry build="True" name="LongoMatchGtk" configuration="Release" />
<Entry build="True" name="LongoMatch.Multimedia" configuration="Release" />
<Entry build="True" name="LongoMatch.Services" configuration="Release" />
<Entry build="True" name="LongoMatch.GUI.Multimedia" configuration="Release" />
</Configuration>
</Configurations>
<StartMode startupentry="LongoMatchGtk" single="True">
<Execute type="None" entry="LongoMatch.GUI" />
<Execute type="None" entry="libcesarplayer" />
<Execute type="None" entry="LongoMatch.Core" />
<Execute type="None" entry="LongoMatchGtk" />
<Execute type="None" entry="LongoMatch.Multimedia" />
<Execute type="None" entry="LongoMatch.Services" />
<Execute type="None" entry="LongoMatch.GUI.Multimedia" />
</StartMode>
<Entries>
<Entry filename="LongoMatch.GUI/LongoMatch.GUI.mdp" />
<Entry filename="libcesarplayer/liblongomatch.mdp" />
<Entry filename="LongoMatch.Core/LongoMatch.Core.mdp" />
<Entry filename="LongoMatch/LongoMatchGtk.mdp" />
<Entry filename="LongoMatch.Multimedia/LongoMatch.Multimedia.mdp" />
<Entry filename="LongoMatch.Services/LongoMatch.Services.mdp" />
<Entry filename="LongoMatch.GUI.Multimedia/LongoMatch.GUI.Multimedia.mdp" />
</Entries>
</Combine>