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