~ubuntu-branches/ubuntu/feisty/nant/feisty

« back to all changes in this revision

Viewing changes to src/NAnt.NUnit/NUnit2/NAnt.NUnit2.csproj

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2006-06-12 23:30:36 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060612233036-a1uwh0949z0218ep
Tags: 0.84+0.85-rc4-1
* New upstream release
* Acknowledge NMU (Closes: #372588)
* Standards-Version 3.7.2
* Update to latest CLI policy package split.  Build-Depends-Indep: on
  cli-common-dev, libmono-winforms1.0-cil, libmono-winforms2.0-cil and
  mono-gmcs to get 1.0 and 2.0 packages
* Removed patches no longer needed:
  - 01-AssemblyInfoTask.cs.patch
  - 02-ScriptTask.cs.patch
  - 03-XmlResultFormatter.cs.patch
  - 04-SourceControl.patch
  - 05-ExceptionTest.cs

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
                    BuildAction = "Compile"
125
125
                />
126
126
                <File
 
127
                    RelPath = "Types\Categories.cs"
 
128
                    SubType = "Code"
 
129
                    BuildAction = "Compile"
 
130
                />
 
131
                <File
127
132
                    RelPath = "Types\Category.cs"
128
133
                    SubType = "Code"
129
134
                    BuildAction = "Compile"
133
138
                    SubType = "Code"
134
139
                    BuildAction = "Compile"
135
140
                />
136
 
                <File
137
 
                    RelPath = "Types\CategorySet.cs"
138
 
                    SubType = "Code"
139
 
                    BuildAction = "Compile"
140
 
                />
141
141
            </Include>
142
142
        </Files>
143
143
    </CSHARP>