* Mono.Posix.dll.sources: Rename Mono.Posix to Mono.Unix.
[mono.git] / mcs / nunit20 / framework / nunit.framework.dll.csproj
1 <VisualStudioProject>
2     <CSHARP
3         ProjectType = "Local"
4         ProductVersion = "7.10.3077"
5         SchemaVersion = "2.0"
6         ProjectGuid = "{83DD7E12-A705-4DBA-9D71-09C8973D9382}"
7     >
8         <Build>
9             <Settings
10                 ApplicationIcon = ""
11                 AssemblyKeyContainerName = ""
12                 AssemblyName = "nunit.framework"
13                 AssemblyOriginatorKeyFile = ""
14                 DefaultClientScript = "JScript"
15                 DefaultHTMLPageLayout = "Grid"
16                 DefaultTargetSchema = "IE50"
17                 DelaySign = "false"
18                 OutputType = "Library"
19                 PreBuildEvent = ""
20                 PostBuildEvent = ""
21                 RootNamespace = "NUnit.Framework"
22                 RunPostBuildEvent = "OnBuildSuccess"
23                 StartupObject = ""
24             >
25                 <Config
26                     Name = "Debug"
27                     AllowUnsafeBlocks = "false"
28                     BaseAddress = "285212672"
29                     CheckForOverflowUnderflow = "false"
30                     ConfigurationOverrideFile = ""
31                     DefineConstants = "DEBUG;TRACE"
32                     DocumentationFile = "bin\Debug\nunit.framework.xml"
33                     DebugSymbols = "true"
34                     FileAlignment = "4096"
35                     IncrementalBuild = "true"
36                     NoStdLib = "false"
37                     NoWarn = ""
38                     Optimize = "false"
39                     OutputPath = "bin\Debug\"
40                     RegisterForComInterop = "false"
41                     RemoveIntegerChecks = "false"
42                     TreatWarningsAsErrors = "false"
43                     WarningLevel = "4"
44                 />
45                 <Config
46                     Name = "Release"
47                     AllowUnsafeBlocks = "false"
48                     BaseAddress = "285212672"
49                     CheckForOverflowUnderflow = "false"
50                     ConfigurationOverrideFile = ""
51                     DefineConstants = "TRACE;StronglyNamedAssembly"
52                     DocumentationFile = "bin\Release\nunit.framework.xml"
53                     DebugSymbols = "false"
54                     FileAlignment = "4096"
55                     IncrementalBuild = "false"
56                     NoStdLib = "false"
57                     NoWarn = ""
58                     Optimize = "true"
59                     OutputPath = "bin\Release\"
60                     RegisterForComInterop = "false"
61                     RemoveIntegerChecks = "false"
62                     TreatWarningsAsErrors = "false"
63                     WarningLevel = "4"
64                 />
65                 <Config
66                     Name = "Debug-Strong"
67                     AllowUnsafeBlocks = "false"
68                     BaseAddress = "285212672"
69                     CheckForOverflowUnderflow = "false"
70                     ConfigurationOverrideFile = ""
71                     DefineConstants = "DEBUG;TRACE;StronglyNamedAssembly"
72                     DocumentationFile = "bin\Debug\nunit.framework.xml"
73                     DebugSymbols = "true"
74                     FileAlignment = "4096"
75                     IncrementalBuild = "true"
76                     NoStdLib = "false"
77                     NoWarn = ""
78                     Optimize = "false"
79                     OutputPath = "bin\Debug\"
80                     RegisterForComInterop = "false"
81                     RemoveIntegerChecks = "false"
82                     TreatWarningsAsErrors = "false"
83                     WarningLevel = "4"
84                 />
85             </Settings>
86             <References>
87                 <Reference
88                     Name = "System"
89                     AssemblyName = "System"
90                     HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
91                 />
92                 <Reference
93                     Name = "System.Data"
94                     AssemblyName = "System.Data"
95                     HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
96                 />
97                 <Reference
98                     Name = "System.XML"
99                     AssemblyName = "System.Xml"
100                     HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
101                 />
102             </References>
103         </Build>
104         <Files>
105             <Include>
106                 <File
107                     RelPath = "AssemblyInfo.cs"
108                     SubType = "Code"
109                     BuildAction = "Compile"
110                 />
111                 <File
112                     RelPath = "Assert.cs"
113                     SubType = "Code"
114                     BuildAction = "Compile"
115                 />
116                 <File
117                     RelPath = "Assertion.cs"
118                     SubType = "Code"
119                     BuildAction = "Compile"
120                 />
121                 <File
122                     RelPath = "AssertionException.cs"
123                     SubType = "Code"
124                     BuildAction = "Compile"
125                 />
126                 <File
127                     RelPath = "AssertionFailureMessage.cs"
128                     SubType = "Code"
129                     BuildAction = "Compile"
130                 />
131                 <File
132                     RelPath = "CategoryAttribute.cs"
133                     SubType = "Code"
134                     BuildAction = "Compile"
135                 />
136                 <File
137                     RelPath = "ExpectedExceptionAttribute.cs"
138                     SubType = "Code"
139                     BuildAction = "Compile"
140                 />
141                 <File
142                     RelPath = "ExplicitAttribute.cs"
143                     SubType = "Code"
144                     BuildAction = "Compile"
145                 />
146                 <File
147                     RelPath = "IgnoreAttribute.cs"
148                     SubType = "Code"
149                     BuildAction = "Compile"
150                 />
151                 <File
152                     RelPath = "IgnoreException.cs"
153                     SubType = "Code"
154                     BuildAction = "Compile"
155                 />
156                 <File
157                     RelPath = "OldTestCase.cs"
158                     SubType = "Code"
159                     BuildAction = "Compile"
160                 />
161                 <File
162                     RelPath = "SetUpAttribute.cs"
163                     SubType = "Code"
164                     BuildAction = "Compile"
165                 />
166                 <File
167                     RelPath = "SuiteAttribute.cs"
168                     SubType = "Code"
169                     BuildAction = "Compile"
170                 />
171                 <File
172                     RelPath = "TearDownAttribute.cs"
173                     SubType = "Code"
174                     BuildAction = "Compile"
175                 />
176                 <File
177                     RelPath = "TestAttribute.cs"
178                     SubType = "Code"
179                     BuildAction = "Compile"
180                 />
181                 <File
182                     RelPath = "TestFixtureAttribute.cs"
183                     SubType = "Code"
184                     BuildAction = "Compile"
185                 />
186                 <File
187                     RelPath = "TestFixtureSetUpAttribute.cs"
188                     SubType = "Code"
189                     BuildAction = "Compile"
190                 />
191                 <File
192                     RelPath = "TestFixtureTearDownAttribute.cs"
193                     SubType = "Code"
194                     BuildAction = "Compile"
195                 />
196             </Include>
197         </Files>
198     </CSHARP>
199 </VisualStudioProject>
200