changeset 108:b728c44d9c61

StatLight added to repo
author stevenhollidge <stevenhollidge@hotmail.com>
date Sun, 06 May 2012 16:15:42 +0100
parents 572886951353
children 11994ccdc50b
files SilverlightValidation/Tools/StatLight/Ionic.Zip.Reduced.dll SilverlightValidation/Tools/StatLight/Microsoft.Silverlight.Testing.License.txt SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2009July.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2009November.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2009October.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2010April.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2010March.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2010May.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2011December.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2011Feb.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2011June.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.MSTest2011October.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.UnitDriven2009December.xap SilverlightValidation/Tools/StatLight/StatLight.Client.For.XUnitContrib2011April.xap SilverlightValidation/Tools/StatLight/StatLight.Core.dll SilverlightValidation/Tools/StatLight/StatLight.EULA.txt SilverlightValidation/Tools/StatLight/StatLight.exe SilverlightValidation/Tools/StatLight/StatLight.exe.config
diffstat 18 files changed, 55 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file SilverlightValidation/Tools/StatLight/Ionic.Zip.Reduced.dll has changed
--- /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
Binary file SilverlightValidation/Tools/StatLight/StatLight.Core.dll 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
Binary file SilverlightValidation/Tools/StatLight/StatLight.exe has changed
--- /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>