From 93ca4f5ff04087c6e8dd4ac3d2b8138f20fb8172 Mon Sep 17 00:00:00 2001 From: anisimovyuriy Date: Sat, 16 May 2015 10:51:00 +0200 Subject: [PATCH] adding net45 project --- .../ExpressMapper.Tests NET45.csproj | 86 +++++++++++++++++++ .../Properties/AssemblyInfo.cs | 36 ++++++++ 2 files changed, 122 insertions(+) create mode 100644 ExpressMapper.Tests NET45/ExpressMapper.Tests NET45.csproj create mode 100644 ExpressMapper.Tests NET45/Properties/AssemblyInfo.cs diff --git a/ExpressMapper.Tests NET45/ExpressMapper.Tests NET45.csproj b/ExpressMapper.Tests NET45/ExpressMapper.Tests NET45.csproj new file mode 100644 index 0000000..7d3e59b --- /dev/null +++ b/ExpressMapper.Tests NET45/ExpressMapper.Tests NET45.csproj @@ -0,0 +1,86 @@ + + + + + Debug + AnyCPU + {CE92C2E3-0465-4C58-9FC8-EBF683A96513} + Library + Properties + ExpressMapper.Tests + ExpressMapper.Tests + v4.5 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + ..\packages\NUnit.2.6.4\lib\nunit.framework.dll + + + + + + + + + + + + BaseTestClass.cs + + + BasicTests.cs + + + CollectionTests.cs + + + ExceptionTests.cs + + + SizeMapper.cs + + + TestMapper.cs + + + + + + {67ac5d64-8ca8-481f-ad23-5788755f4a33} + ExpressMapper NET45 + + + {9170a04c-8d4b-47a7-a6e3-7fc0f24244dd} + ExpressMapper.Tests.Model + + + + + \ No newline at end of file diff --git a/ExpressMapper.Tests NET45/Properties/AssemblyInfo.cs b/ExpressMapper.Tests NET45/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..23ba687 --- /dev/null +++ b/ExpressMapper.Tests NET45/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("ExpressMapper.Tests NET40")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("ExpressMapper.Tests NET40")] +[assembly: AssemblyCopyright("Copyright © 2015")] +[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("aa303da9-5a97-4610-bb07-eeafa315bc88")] + +// 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")]