79 lines
3.0 KiB
XML
79 lines
3.0 KiB
XML
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<PropertyGroup>
|
|||
|
<ProjectType>Local</ProjectType>
|
|||
|
<ProductVersion>8.0.50727</ProductVersion>
|
|||
|
<SchemaVersion>2.0</SchemaVersion>
|
|||
|
<ProjectGuid>{53BF8787-CB9C-4BB8-AFB4-605DD3A5CA0E}</ProjectGuid>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ApplicationIcon>App.ico</ApplicationIcon>
|
|||
|
<AssemblyKeyContainerName>
|
|||
|
</AssemblyKeyContainerName>
|
|||
|
<AssemblyName>nunit-console</AssemblyName>
|
|||
|
<AssemblyOriginatorKeyFile>
|
|||
|
</AssemblyOriginatorKeyFile>
|
|||
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|||
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|||
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|||
|
<DelaySign>false</DelaySign>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<RootNamespace>NUnit.ConsoleRunner</RootNamespace>
|
|||
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|||
|
<StartupObject>
|
|||
|
</StartupObject>
|
|||
|
<FileUpgradeFlags>
|
|||
|
</FileUpgradeFlags>
|
|||
|
<UpgradeBackupLocation>
|
|||
|
</UpgradeBackupLocation>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release2005|AnyCPU' ">
|
|||
|
<OutputPath>bin\Release2005\</OutputPath>
|
|||
|
<DefineConstants>TRACE;VS2005</DefineConstants>
|
|||
|
<BaseAddress>285212672</BaseAddress>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug2005|AnyCPU' ">
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<OutputPath>bin\Debug2005\</OutputPath>
|
|||
|
<DefineConstants>TRACE;DEBUG;VS2005</DefineConstants>
|
|||
|
<BaseAddress>285212672</BaseAddress>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="System">
|
|||
|
<Name>System</Name>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Data">
|
|||
|
<Name>System.Data</Name>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Xml">
|
|||
|
<Name>System.XML</Name>
|
|||
|
</Reference>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="app.config" />
|
|||
|
<Content Include="App.ico" />
|
|||
|
<Compile Include="..\..\CommonAssemblyInfo.cs">
|
|||
|
<Link>CommonAssemblyInfo.cs</Link>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Class1.cs">
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\..\NUnitExtensions\core\nunit.core.extensions.dll_VS2005.csproj">
|
|||
|
<Project>{98B10E98-003C-45A0-9587-119142E39986}</Project>
|
|||
|
<Name>nunit.core.extensions.dll_VS2005</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\nunit-console\nunit-console_VS2005.csproj">
|
|||
|
<Project>{9367EC89-6A38-42BA-9607-0DC288E4BC3A}</Project>
|
|||
|
<Name>nunit-console_VS2005</Name>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|||
|
<PropertyGroup>
|
|||
|
<PreBuildEvent>
|
|||
|
</PreBuildEvent>
|
|||
|
<PostBuildEvent>
|
|||
|
</PostBuildEvent>
|
|||
|
</PropertyGroup>
|
|||
|
</Project>
|