~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to vars.bat

  • Committer: charliepoole
  • Date: 2008-02-23 03:26:05 UTC
  • Revision ID: vcs-imports@canonical.com-20080223032605-y413yp2ckipdsd1s
Move non-source files like scripts to the root directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
 
2
@echo This build environment requires .NET Framework 2.0 RTM (v2.0.50727)
 
3
@echo To build use 'msbuild NUnit.proj'
 
4
 
 
5
set path=%path%;%SystemRoot%\Microsoft.NET\Framework\v2.0.50727