Commit 5e48fef6 authored by csharptest's avatar csharptest Committed by rogerk

Adding silverlight testing framework and statlight test runner

parent e08ae6f1
<?xml version="1.0"?>
<manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<assembly>
<name>Microsoft.Silverlight.Testing</name>
<version>2.0.5.0</version>
<publickeytoken>31bf3856ad364e35</publickeytoken>
<relpath>Microsoft.Silverlight.Testing.dll</relpath>
<extension downloadUri="Microsoft.Silverlight.Testing.zip" />
</assembly>
</manifest>
\ No newline at end of file
<?xml version="1.0"?>
<manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<assembly>
<name>Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight</name>
<version>2.0.5.0</version>
<publickeytoken>31bf3856ad364e35</publickeytoken>
<relpath>Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</relpath>
<extension downloadUri="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.zip" />
</assembly>
</manifest>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
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
See:
http://statlight.codeplex.com/license
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment