/src/NUnit/core/nunit.core.dll.csproj
MSBuild | 251 lines | 251 code | 0 blank | 0 comment | 0 complexity | eb0f8a3d777fadd4627ddf09f5701abd MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 3 <PropertyGroup> 4 <ProjectType>Local</ProjectType> 5 <ProductVersion>9.0.21022</ProductVersion> 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</ProjectGuid> 8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 10 <AssemblyKeyContainerName> 11 </AssemblyKeyContainerName> 12 <AssemblyName>nunit.core</AssemblyName> 13 <DefaultClientScript>JScript</DefaultClientScript> 14 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 15 <DefaultTargetSchema>IE50</DefaultTargetSchema> 16 <DelaySign>false</DelaySign> 17 <OutputType>Library</OutputType> 18 <RootNamespace>NUnit.Core</RootNamespace> 19 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 20 <FileUpgradeFlags> 21 </FileUpgradeFlags> 22 <UpgradeBackupLocation> 23 </UpgradeBackupLocation> 24 <OldToolsVersion>3.5</OldToolsVersion> 25 <IsWebBootstrapper>true</IsWebBootstrapper> 26 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 27 <TargetFrameworkProfile /> 28 <PublishUrl>http://localhost/nunit.core/</PublishUrl> 29 <Install>true</Install> 30 <InstallFrom>Web</InstallFrom> 31 <UpdateEnabled>true</UpdateEnabled> 32 <UpdateMode>Foreground</UpdateMode> 33 <UpdateInterval>7</UpdateInterval> 34 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 35 <UpdatePeriodically>false</UpdatePeriodically> 36 <UpdateRequired>false</UpdateRequired> 37 <MapFileExtensions>true</MapFileExtensions> 38 <ApplicationRevision>0</ApplicationRevision> 39 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 40 <UseApplicationTrust>false</UseApplicationTrust> 41 <BootstrapperEnabled>true</BootstrapperEnabled> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 44 <OutputPath>..\..\..\nunit\lib\</OutputPath> 45 <BaseAddress>285212672</BaseAddress> 46 <ConfigurationOverrideFile> 47 </ConfigurationOverrideFile> 48 <DefineConstants>TRACE;DEBUG;NET_4_0</DefineConstants> 49 <DocumentationFile> 50 </DocumentationFile> 51 <DebugSymbols>true</DebugSymbols> 52 <FileAlignment>4096</FileAlignment> 53 <NoWarn>1699</NoWarn> 54 <Optimize>false</Optimize> 55 <RegisterForComInterop>false</RegisterForComInterop> 56 <RemoveIntegerChecks>false</RemoveIntegerChecks> 57 <WarningLevel>4</WarningLevel> 58 <DebugType>full</DebugType> 59 <ErrorReport>prompt</ErrorReport> 60 <PlatformTarget>x86</PlatformTarget> 61 </PropertyGroup> 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 63 <OutputPath>..\..\..\nunit\lib\</OutputPath> 64 <BaseAddress>285212672</BaseAddress> 65 <ConfigurationOverrideFile> 66 </ConfigurationOverrideFile> 67 <DefineConstants>TRACE;NET_4_0</DefineConstants> 68 <DocumentationFile> 69 </DocumentationFile> 70 <FileAlignment>4096</FileAlignment> 71 <NoWarn>1699</NoWarn> 72 <Optimize>true</Optimize> 73 <RegisterForComInterop>false</RegisterForComInterop> 74 <RemoveIntegerChecks>false</RemoveIntegerChecks> 75 <WarningLevel>4</WarningLevel> 76 <DebugType>none</DebugType> 77 <ErrorReport>prompt</ErrorReport> 78 <PlatformTarget>x86</PlatformTarget> 79 </PropertyGroup> 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Build NUnit|AnyCPU'"> 81 <OutputPath>..\..\..\nunit\lib\</OutputPath> 82 <DefineConstants>DEBUG</DefineConstants> 83 </PropertyGroup> 84 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 85 <DebugSymbols>true</DebugSymbols> 86 <OutputPath>..\..\..\nunit\lib\</OutputPath> 87 <DefineConstants>TRACE;DEBUG;NET_4_0</DefineConstants> 88 <BaseAddress>285212672</BaseAddress> 89 <FileAlignment>4096</FileAlignment> 90 <NoWarn>1699</NoWarn> 91 <DebugType>full</DebugType> 92 <PlatformTarget>x86</PlatformTarget> 93 <ErrorReport>prompt</ErrorReport> 94 </PropertyGroup> 95 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 96 <OutputPath>..\..\..\nunit\lib\</OutputPath> 97 <DefineConstants>TRACE;NET_4_0</DefineConstants> 98 <BaseAddress>285212672</BaseAddress> 99 <Optimize>true</Optimize> 100 <FileAlignment>4096</FileAlignment> 101 <NoWarn>1699</NoWarn> 102 <PlatformTarget>x86</PlatformTarget> 103 <ErrorReport>prompt</ErrorReport> 104 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 105 <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules> 106 </PropertyGroup> 107 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Build NUnit|x86'"> 108 <OutputPath>..\..\..\nunit\lib\</OutputPath> 109 <DefineConstants>DEBUG</DefineConstants> 110 <PlatformTarget>x86</PlatformTarget> 111 </PropertyGroup> 112 <ItemGroup> 113 <Reference Include="System"> 114 <Name>System</Name> 115 </Reference> 116 <Reference Include="System.Data"> 117 <Name>System.Data</Name> 118 </Reference> 119 <Reference Include="System.Xml"> 120 <Name>System.XML</Name> 121 </Reference> 122 <ProjectReference Include="..\interfaces\nunit.core.interfaces.dll.csproj"> 123 <Name>nunit.core.interfaces.dll</Name> 124 <Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project> 125 <Private>False</Private> 126 </ProjectReference> 127 <Reference Include="System.Configuration" /> 128 </ItemGroup> 129 <ItemGroup> 130 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 131 <Visible>False</Visible> 132 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 133 <Install>false</Install> 134 </BootstrapperPackage> 135 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 136 <Visible>False</Visible> 137 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> 138 <Install>true</Install> 139 </BootstrapperPackage> 140 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> 141 <Visible>False</Visible> 142 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> 143 <Install>false</Install> 144 </BootstrapperPackage> 145 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> 146 <Visible>False</Visible> 147 <ProductName>.NET Framework 3.5</ProductName> 148 <Install>false</Install> 149 </BootstrapperPackage> 150 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 151 <Visible>False</Visible> 152 <ProductName>.NET Framework 3.5 SP1</ProductName> 153 <Install>false</Install> 154 </BootstrapperPackage> 155 </ItemGroup> 156 <ItemGroup> 157 <Compile Include="AbstractTestCaseDecoration.cs" /> 158 <Compile Include="AssemblyHelper.cs" /> 159 <Compile Include="AssemblyInfo.cs" /> 160 <Compile Include="AssemblyReader.cs" /> 161 <Compile Include="AssemblyResolver.cs" /> 162 <Compile Include="Builders\CombinatorialStrategy.cs" /> 163 <Compile Include="Builders\CombinatorialTestCaseProvider.cs" /> 164 <Compile Include="Builders\CombiningStrategy.cs" /> 165 <Compile Include="Builders\DatapointProvider.cs" /> 166 <Compile Include="Builders\InlineDataPointProvider.cs" /> 167 <Compile Include="Builders\LegacySuiteBuilder.cs" /> 168 <Compile Include="Builders\NUnitTestCaseBuilder.cs" /> 169 <Compile Include="Builders\NUnitTestFixtureBuilder.cs" /> 170 <Compile Include="Builders\PairwiseStrategy.cs" /> 171 <Compile Include="Builders\ProviderCache.cs" /> 172 <Compile Include="Builders\ProviderInfo.cs" /> 173 <Compile Include="Builders\SequentialStrategy.cs" /> 174 <Compile Include="Builders\SetUpFixtureBuilder.cs" /> 175 <Compile Include="Builders\TestAssemblyBuilder.cs" /> 176 <Compile Include="Builders\TestCaseParameterProvider.cs" /> 177 <Compile Include="Builders\TestCaseSourceProvider.cs" /> 178 <Compile Include="Builders\ValueSourceProvider.cs" /> 179 <Compile Include="CommonAssemblyInfo.cs" /> 180 <Compile Include="CoreExtensions.cs" /> 181 <Compile Include="CultureDetector.cs" /> 182 <Compile Include="DirectorySwapper.cs" /> 183 <Compile Include="DomainAgent.cs" /> 184 <Compile Include="EventListenerTextWriter.cs" /> 185 <Compile Include="EventPump.cs" /> 186 <Compile Include="EventQueue.cs" /> 187 <Compile Include="ExpectedExceptionProcessor.cs" /> 188 <Compile Include="Extensibility\DataPointProviders.cs" /> 189 <Compile Include="Extensibility\EventListenerCollection.cs" /> 190 <Compile Include="Extensibility\FrameworkRegistry.cs" /> 191 <Compile Include="Extensibility\SuiteBuilderCollection.cs" /> 192 <Compile Include="Extensibility\TestCaseBuilderCollection.cs" /> 193 <Compile Include="Extensibility\TestCaseProviders.cs" /> 194 <Compile Include="Extensibility\TestDecoratorCollection.cs" /> 195 <Compile Include="ExtensionHost.cs" /> 196 <Compile Include="ExtensionPoint.cs" /> 197 <Compile Include="IgnoreDecorator.cs" /> 198 <Compile Include="InternalTrace.cs" /> 199 <Compile Include="InternalTraceWriter.cs" /> 200 <Compile Include="InvalidSuiteException.cs" /> 201 <Compile Include="InvalidTestFixtureException.cs" /> 202 <Compile Include="LegacySuite.cs" /> 203 <Compile Include="Log4NetCapture.cs" /> 204 <Compile Include="LogCapture.cs" /> 205 <Compile Include="Logger.cs" /> 206 <Compile Include="MethodHelper.cs" /> 207 <Compile Include="NamespaceSuite.cs" /> 208 <Compile Include="NamespaceTreeBuilder.cs" /> 209 <Compile Include="NoTestFixturesException.cs" /> 210 <Compile Include="NullListener.cs" /> 211 <Compile Include="NUnitConfiguration.cs" /> 212 <Compile Include="NUnitException.cs" /> 213 <Compile Include="NUnitFramework.cs" /> 214 <Compile Include="NUnitTestFixture.cs" /> 215 <Compile Include="NUnitTestMethod.cs" /> 216 <Compile Include="ParameterizedFixtureSuite.cs" /> 217 <Compile Include="ParameterizedTestMethodSuite.cs" /> 218 <Compile Include="PlatformHelper.cs" /> 219 <Compile Include="ProjectRootSuite.cs" /> 220 <Compile Include="ProxyTestRunner.cs" /> 221 <Compile Include="QueuingEventListener.cs" /> 222 <Compile Include="Reflect.cs" /> 223 <Compile Include="RemoteTestRunner.cs" /> 224 <Compile Include="SetUpFixture.cs" /> 225 <Compile Include="SimpleTestRunner.cs" /> 226 <Compile Include="StringTextWriter.cs" /> 227 <Compile Include="SuiteBuilderAttribute.cs" /> 228 <Compile Include="TestAssembly.cs" /> 229 <Compile Include="TestBuilderAttribute.cs" /> 230 <Compile Include="TestCaseBuilderAttribute.cs" /> 231 <Compile Include="TestDecoratorAttribute.cs" /> 232 <Compile Include="TestExecutionContext.cs" /> 233 <Compile Include="TestFixture.cs" /> 234 <Compile Include="TestFixtureBuilder.cs" /> 235 <Compile Include="TestMethod.cs" /> 236 <Compile Include="TestRunnerThread.cs" /> 237 <Compile Include="TestSuite.cs" /> 238 <Compile Include="TestSuiteBuilder.cs" /> 239 <Compile Include="TestThread.cs" /> 240 <Compile Include="TextCapture.cs" /> 241 <Compile Include="ThreadedTestRunner.cs" /> 242 <Compile Include="TypeHelper.cs" /> 243 </ItemGroup> 244 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 245 <PropertyGroup> 246 <PreBuildEvent> 247 </PreBuildEvent> 248 <PostBuildEvent> 249 </PostBuildEvent> 250 </PropertyGroup> 251</Project>