From 3c065468ba4dfcbb07be08376f2c0083cbbc9c19 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Tue, 17 Dec 2013 23:04:49 +0100 Subject: [PATCH] add tests project --- ReadSharp.Tests/Properties/AssemblyInfo.cs | 36 ++++++++++ ReadSharp.Tests/ReadSharp.Tests.csproj | 83 ++++++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 ReadSharp.Tests/Properties/AssemblyInfo.cs create mode 100644 ReadSharp.Tests/ReadSharp.Tests.csproj diff --git a/ReadSharp.Tests/Properties/AssemblyInfo.cs b/ReadSharp.Tests/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..1884870 --- /dev/null +++ b/ReadSharp.Tests/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ReadSharp.Tests")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("ReadSharp.Tests")] +[assembly: AssemblyCopyright("Copyright © 2013")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("30642924-75c6-46ac-833f-59fd44f6c3a0")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/ReadSharp.Tests/ReadSharp.Tests.csproj b/ReadSharp.Tests/ReadSharp.Tests.csproj new file mode 100644 index 0000000..a088f89 --- /dev/null +++ b/ReadSharp.Tests/ReadSharp.Tests.csproj @@ -0,0 +1,83 @@ + + + + Debug + AnyCPU + 30642924-75c6-46ac-833f-59fd44f6c3a0 + Library + Properties + ReadSharp.Tests + ReadSharp.Tests + v4.5 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages + False + UnitTest + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + False + + + False + + + False + + + False + + + + + + + + \ No newline at end of file