comparison SilverlightValidation/Tools/StatLight/StatLight.exe.config @ 108:b728c44d9c61

StatLight added to repo
author stevenhollidge <stevenhollidge@hotmail.com>
date Sun, 06 May 2012 16:15:42 +0100
parents
children
comparison
equal deleted inserted replaced
107:572886951353 108:b728c44d9c61
1 <?xml version="1.0"?>
2 <configuration>
3 <configSections>
4 <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5 <section name="StatLight.Core.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6 </sectionGroup>
7 </configSections>
8 <applicationSettings>
9
10 <!-- NOTE: the ConsoleColor{Name} settings are from the System.ConsoleColor enum (you can change these to any value in there)-->
11 <StatLight.Core.Properties.Settings>
12 <setting name="ConsoleColorError" serializeAs="String">
13 <value>Red</value>
14 </setting>
15 <setting name="ConsoleColorInformation" serializeAs="String">
16 <value>White</value>
17 </setting>
18 <setting name="ConsoleColorDebug" serializeAs="String">
19 <value>Cyan</value>
20 </setting>
21 <setting name="ConsoleColorWarning" serializeAs="String">
22 <value>Yellow</value>
23 </setting>
24 <setting name="ConsoleColorSuccess" serializeAs="String">
25 <value>Green</value>
26 </setting>
27
28 <!--
29 Windowless value will be used to set the silverlight object tag in the test page html. EX if the
30 windowless property is 'false' then it will output <param name="windowless" value="false"/> in the html
31 -->
32 <setting name="Windowless" serializeAs="String">
33 <value>false</value>
34 </setting>
35
36 </StatLight.Core.Properties.Settings>
37 </applicationSettings>
38 <startup>
39 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
40 </startup>
41 </configuration>