~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/GuiComponents/UiKit/AssemblyInfo.cs

  • Committer: Charlie Poole
  • Date: 2010-11-07 15:49:05 UTC
  • Revision ID: charlie@nunit.org-20101107154905-77oqt78yz464edhu
Move bin directory as well as NUnitTests.nunit and NUnitTests.config from src to root of project

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
using System.Reflection;
8
8
 
9
9
[assembly: AssemblyDelaySign(false)]
10
 
[assembly: AssemblyKeyFile("../../../../nunit.snk")]
 
10
[assembly: AssemblyKeyFile("../../nunit.snk")]
11
11
[assembly: AssemblyKeyName("")]