Mercurial > silverbladetech
changeset 108:b728c44d9c61
StatLight added to repo
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SilverlightValidation/Tools/StatLight/Microsoft.Silverlight.Testing.License.txt Sun May 06 16:15:42 2012 +0100 @@ -0,0 +1,11 @@ +MSDN CODE GALLERY BINARY LICENSE + +You are free to install, use, copy and distribute any number of copies of the software, in object code form, provided that you retain: + +• all copyright, patent, trademark, and attribution notices that are present in the software, +• this list of conditions, and +• the following disclaimer in the documentation and/or other materials provided with the software. + +The software is licensed “as-is.” You bear the risk of using it. No express warranties, guarantees or conditions are provided. To the extent permitted under your local laws, the implied warranties of merchantability, fitness for a particular purpose and non-infringement are excluded. + +This license does not grant you any rights to use any other party’s name, logo, or trademarks. All rights not specifically granted herein are reserved. \ No newline at end of file
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2009July.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2009November.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2009October.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2010April.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2010March.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2010May.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2011December.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2011Feb.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2011June.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2011October.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.UnitDriven2009December.xap has changed
Binary file SilverlightValidation/Tools/StatLight/StatLight.Client.For.XUnitContrib2011April.xap has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SilverlightValidation/Tools/StatLight/StatLight.EULA.txt Sun May 06 16:15:42 2012 +0100 @@ -0,0 +1,3 @@ +See: + +http://statlight.codeplex.com/license \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SilverlightValidation/Tools/StatLight/StatLight.exe.config Sun May 06 16:15:42 2012 +0100 @@ -0,0 +1,41 @@ +<?xml version="1.0"?> +<configuration> + <configSections> + <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > + <section name="StatLight.Core.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> + </sectionGroup> + </configSections> + <applicationSettings> + + <!-- NOTE: the ConsoleColor{Name} settings are from the System.ConsoleColor enum (you can change these to any value in there)--> + <StatLight.Core.Properties.Settings> + <setting name="ConsoleColorError" serializeAs="String"> + <value>Red</value> + </setting> + <setting name="ConsoleColorInformation" serializeAs="String"> + <value>White</value> + </setting> + <setting name="ConsoleColorDebug" serializeAs="String"> + <value>Cyan</value> + </setting> + <setting name="ConsoleColorWarning" serializeAs="String"> + <value>Yellow</value> + </setting> + <setting name="ConsoleColorSuccess" serializeAs="String"> + <value>Green</value> + </setting> + + <!-- + Windowless value will be used to set the silverlight object tag in the test page html. EX if the + windowless property is 'false' then it will output <param name="windowless" value="false"/> in the html + --> + <setting name="Windowless" serializeAs="String"> + <value>false</value> + </setting> + + </StatLight.Core.Properties.Settings> + </applicationSettings> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> + </startup> +</configuration>