Add test, fix regression
[mono.git] / mcs / nunit20 / core / nunit.core.dll20.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <ProjectType>Local</ProjectType>\r
4     <ProductVersion>8.0.50727</ProductVersion>\r
5     <SchemaVersion>2.0</SchemaVersion>\r
6     <ProjectGuid>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</ProjectGuid>\r
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
9     <ApplicationIcon>\r
10     </ApplicationIcon>\r
11     <AssemblyKeyContainerName>\r
12     </AssemblyKeyContainerName>\r
13     <AssemblyName>nunit.core</AssemblyName>\r
14     <AssemblyOriginatorKeyFile>\r
15     </AssemblyOriginatorKeyFile>\r
16     <DefaultClientScript>JScript</DefaultClientScript>\r
17     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>\r
18     <DefaultTargetSchema>IE50</DefaultTargetSchema>\r
19     <DelaySign>false</DelaySign>\r
20     <OutputType>Library</OutputType>\r
21     <RootNamespace>NUnit.Core</RootNamespace>\r
22     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>\r
23     <StartupObject>\r
24     </StartupObject>\r
25     <FileUpgradeFlags>\r
26     </FileUpgradeFlags>\r
27     <UpgradeBackupLocation>\r
28     </UpgradeBackupLocation>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
31     <OutputPath>bin\Debug\</OutputPath>\r
32     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
33     <BaseAddress>285212672</BaseAddress>\r
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
35     <ConfigurationOverrideFile>\r
36     </ConfigurationOverrideFile>\r
37     <DefineConstants>TRACE;DEBUG;StronglyNamedAssembly</DefineConstants>\r
38     <DocumentationFile>\r
39     </DocumentationFile>\r
40     <DebugSymbols>true</DebugSymbols>\r
41     <FileAlignment>4096</FileAlignment>\r
42     <NoStdLib>false</NoStdLib>\r
43     <NoWarn>\r
44     </NoWarn>\r
45     <Optimize>false</Optimize>\r
46     <RegisterForComInterop>false</RegisterForComInterop>\r
47     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
48     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
49     <WarningLevel>4</WarningLevel>\r
50     <DebugType>full</DebugType>\r
51     <ErrorReport>prompt</ErrorReport>\r
52   </PropertyGroup>\r
53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
54     <OutputPath>bin\Release\</OutputPath>\r
55     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
56     <BaseAddress>285212672</BaseAddress>\r
57     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
58     <ConfigurationOverrideFile>\r
59     </ConfigurationOverrideFile>\r
60     <DefineConstants>TRACE;StronglyNamedAssembly</DefineConstants>\r
61     <DocumentationFile>\r
62     </DocumentationFile>\r
63     <DebugSymbols>false</DebugSymbols>\r
64     <FileAlignment>4096</FileAlignment>\r
65     <NoStdLib>false</NoStdLib>\r
66     <NoWarn>\r
67     </NoWarn>\r
68     <Optimize>true</Optimize>\r
69     <RegisterForComInterop>false</RegisterForComInterop>\r
70     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
71     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
72     <WarningLevel>4</WarningLevel>\r
73     <DebugType>none</DebugType>\r
74     <ErrorReport>prompt</ErrorReport>\r
75   </PropertyGroup>\r
76   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-Strong|AnyCPU' ">\r
77     <OutputPath>bin\Debug\</OutputPath>\r
78     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
79     <BaseAddress>285212672</BaseAddress>\r
80     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
81     <ConfigurationOverrideFile>\r
82     </ConfigurationOverrideFile>\r
83     <DefineConstants>DEBUG;TRACE;StronglyNamedAssembly</DefineConstants>\r
84     <DocumentationFile>\r
85     </DocumentationFile>\r
86     <DebugSymbols>true</DebugSymbols>\r
87     <FileAlignment>4096</FileAlignment>\r
88     <NoStdLib>false</NoStdLib>\r
89     <NoWarn>\r
90     </NoWarn>\r
91     <Optimize>false</Optimize>\r
92     <RegisterForComInterop>false</RegisterForComInterop>\r
93     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
94     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
95     <WarningLevel>4</WarningLevel>\r
96     <DebugType>full</DebugType>\r
97     <ErrorReport>prompt</ErrorReport>\r
98   </PropertyGroup>\r
99   <ItemGroup>\r
100     <Reference Include="System">\r
101       <Name>System</Name>\r
102     </Reference>\r
103     <Reference Include="System.Xml">\r
104       <Name>System.XML</Name>\r
105     </Reference>\r
106   </ItemGroup>\r
107   <ItemGroup>\r
108     <Compile Include="AssemblyInfo.cs" />\r
109     <Compile Include="CategoryFilter.cs">\r
110       <SubType>Code</SubType>\r
111     </Compile>\r
112     <Compile Include="CategoryManager.cs">\r
113       <SubType>Code</SubType>\r
114     </Compile>\r
115     <Compile Include="EmptyFilter.cs">\r
116       <SubType>Code</SubType>\r
117     </Compile>\r
118     <Compile Include="EventListener.cs">\r
119       <SubType>Code</SubType>\r
120     </Compile>\r
121     <Compile Include="ExpectedExceptionTestCase.cs">\r
122       <SubType>Code</SubType>\r
123     </Compile>\r
124     <Compile Include="Filter.cs">\r
125       <SubType>Code</SubType>\r
126     </Compile>\r
127     <Compile Include="InvalidSuiteException.cs">\r
128       <SubType>Code</SubType>\r
129     </Compile>\r
130     <Compile Include="InvalidTestFixtureException.cs">\r
131       <SubType>Code</SubType>\r
132     </Compile>\r
133     <Compile Include="ITest.cs">\r
134       <SubType>Code</SubType>\r
135     </Compile>\r
136     <Compile Include="ITestEvents.cs">\r
137       <SubType>Code</SubType>\r
138     </Compile>\r
139     <Compile Include="LegacySuite.cs">\r
140       <SubType>Code</SubType>\r
141     </Compile>\r
142     <Compile Include="LongLivingMarshalByRefObject.cs">\r
143       <SubType>Code</SubType>\r
144     </Compile>\r
145     <Compile Include="NameFilter.cs">\r
146       <SubType>Code</SubType>\r
147     </Compile>\r
148     <Compile Include="NamespaceSuite.cs">\r
149       <SubType>Code</SubType>\r
150     </Compile>\r
151     <Compile Include="NormalTestCase.cs">\r
152       <SubType>Code</SubType>\r
153     </Compile>\r
154     <Compile Include="NoTestFixturesException.cs">\r
155       <SubType>Code</SubType>\r
156     </Compile>\r
157     <Compile Include="NotRunnableTestCase.cs">\r
158       <SubType>Code</SubType>\r
159     </Compile>\r
160     <Compile Include="NullListener.cs">\r
161       <SubType>Code</SubType>\r
162     </Compile>\r
163     <Compile Include="NunitException.cs">\r
164       <SubType>Code</SubType>\r
165     </Compile>\r
166     <Compile Include="Reflect.cs">\r
167       <SubType>Code</SubType>\r
168     </Compile>\r
169     <Compile Include="RemoteTestRunner.cs">\r
170       <SubType>Code</SubType>\r
171     </Compile>\r
172     <Compile Include="ResultVisitor.cs">\r
173       <SubType>Code</SubType>\r
174     </Compile>\r
175     <Compile Include="RootTestSuite.cs">\r
176       <SubType>Code</SubType>\r
177     </Compile>\r
178     <Compile Include="StringTextWriter.cs">\r
179       <SubType>Code</SubType>\r
180     </Compile>\r
181     <Compile Include="TemplateTestCase.cs">\r
182       <SubType>Code</SubType>\r
183     </Compile>\r
184     <Compile Include="Test.cs">\r
185       <SubType>Code</SubType>\r
186     </Compile>\r
187     <Compile Include="TestAssembly.cs">\r
188       <SubType>Code</SubType>\r
189     </Compile>\r
190     <Compile Include="TestCase.cs">\r
191       <SubType>Code</SubType>\r
192     </Compile>\r
193     <Compile Include="TestCaseBuilder.cs">\r
194       <SubType>Code</SubType>\r
195     </Compile>\r
196     <Compile Include="TestCaseResult.cs">\r
197       <SubType>Code</SubType>\r
198     </Compile>\r
199     <Compile Include="TestEventArgs.cs">\r
200       <SubType>Code</SubType>\r
201     </Compile>\r
202     <Compile Include="TestEventDispatcher.cs">\r
203       <SubType>Code</SubType>\r
204     </Compile>\r
205     <Compile Include="TestFixture.cs">\r
206       <SubType>Code</SubType>\r
207     </Compile>\r
208     <Compile Include="TestResult.cs">\r
209       <SubType>Code</SubType>\r
210     </Compile>\r
211     <Compile Include="TestRunner.cs">\r
212       <SubType>Code</SubType>\r
213     </Compile>\r
214     <Compile Include="TestRunnerThread.cs">\r
215       <SubType>Code</SubType>\r
216     </Compile>\r
217     <Compile Include="TestSuite.cs">\r
218       <SubType>Code</SubType>\r
219     </Compile>\r
220     <Compile Include="TestSuiteBuilder.cs">\r
221       <SubType>Code</SubType>\r
222     </Compile>\r
223     <Compile Include="TestSuiteResult.cs">\r
224       <SubType>Code</SubType>\r
225     </Compile>\r
226     <Content Include="Results.xsd" />\r
227     <Content Include="Summary.xslt" />\r
228     <None Include="Results.xsx">\r
229       <DependentUpon>Results.xsd</DependentUpon>\r
230     </None>\r
231   </ItemGroup>\r
232   <ItemGroup>\r
233     <ProjectReference Include="..\framework\nunit.framework.dll20.csproj">\r
234       <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>\r
235       <Name>nunit.framework.dll20</Name>\r
236     </ProjectReference>\r
237   </ItemGroup>\r
238   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
239   <PropertyGroup>\r
240     <PreBuildEvent>\r
241     </PreBuildEvent>\r
242     <PostBuildEvent>\r
243     </PostBuildEvent>\r
244   </PropertyGroup>\r
245 </Project>