~nunit-core/nunitv2/2.5

« back to all changes in this revision

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