~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/NUnitCore/core/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:
9
9
[assembly: CLSCompliant(true)]
10
10
 
11
11
[assembly: AssemblyDelaySign(false)]
12
 
[assembly: AssemblyKeyFile("../../../../nunit.snk")]
 
12
[assembly: AssemblyKeyFile("../../nunit.snk")]
13
13
[assembly: AssemblyKeyName("")]