Browse Source

fixed AssemblyInfo.cs

pull/77/head
Anton Firszov 9 years ago
parent
commit
b90f208573
  1. 27
      tests/ImageSharp.Sandbox46/Properties/AssemblyInfo.cs
  2. 2
      tests/ImageSharp.Sandbox46/README.md

27
tests/ImageSharp.Sandbox46/Properties/AssemblyInfo.cs

@ -2,35 +2,24 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// 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("ImageSharp.Sandbox46")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A cross-platform library for processing of image files written in C#")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Sapa")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ImageSharp.Sandbox46")]
[assembly: AssemblyCopyright("Copyright © Sapa 2017")]
[assembly: AssemblyCopyright("Copyright © James Jackson-South and contributors.")]
[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
// 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("96188137-5fa6-4924-ab6e-4eff79c6e0bb")]
// 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")]

2
tests/ImageSharp.Sandbox46/README.md

@ -16,7 +16,7 @@ This project aims to workaround certain .NET Core tooling issues in Visual Studi
- Use the [context menu in Test Explorer](https://adamprescott.net/2012/12/12/performance-profiling-for-unit-tests/)
NOTE:
There was no *Profile test* option in my VS Professional. Maybe things were messed by VS2017 RC installation. [This post suggests](http://stackoverflow.com/questions/32034375/profiling-tests-in-visual-studio-community-2015) that you need Premium or Ultimate edition of Visual Studio to profile tests.
There was no *Profile test* option in my VS Professional. Maybe things were messed by VS2017 RC installation. [This post suggests](http://stackoverflow.com/questions/32034375/profiling-tests-in-visual-studio-community-2015) it's necessary to won Premium or Ultimate edition of Visual Studio to profile tests.
#### 2. With JetBrains ReSharper Ultimate
- Use the [context menu](https://www.jetbrains.com/resharper/features/unit_testing.html) from your test class

Loading…
Cancel
Save