Updating linux build.
[Widgit.git] / app.config
blobca7b8b7a18df40cc842725e764b671782d267b2f
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!--
3 //Widgit is free software; you can redistribute it and/or modify
4 //it under the terms of the GNU General Public License as published by
5 //the Free Software Foundation; either version 2 of the License, or
6 //(at your option) any later version.
8 //Widgit is distributed in the hope that it will be useful,
9 //but WITHOUT ANY WARRANTY; without even the implied warranty of
10 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 //GNU General Public License for more details.
13 //You should have received a copy of the GNU General Public License
14 //along with Widgit; if not, write to the Free Software
15 //Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USAusing System;
18 -->
19 <configuration>
20 <configSections>
21 <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
22 <section name="Widgit.Prefs" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
23 </sectionGroup>
24 </configSections>
25 <userSettings>
26 <Widgit.Prefs>
27 <setting name="DefaultRepo" serializeAs="String">
28 <value />
29 </setting>
30 <setting name="GitDir" serializeAs="String">
31 <value />
32 </setting>
33 <setting name="ViewerApp" serializeAs="String">
34 <value />
35 </setting>
36 <setting name="ViewerArgs" serializeAs="String">
37 <value />
38 </setting>
39 <setting name="DiffApp" serializeAs="String">
40 <value />
41 </setting>
42 <setting name="DiffArgs" serializeAs="String">
43 <value />
44 </setting>
45 <setting name="MergeApp" serializeAs="String">
46 <value />
47 </setting>
48 <setting name="MergeArgs" serializeAs="String">
49 <value />
50 </setting>
51 </Widgit.Prefs>
52 </userSettings>
53 </configuration>