You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
4.6 KiB
96 lines
4.6 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<ProjectGuid>{3F6C539D-DB38-41B4-A5B3-B9A52AE607CD}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>Gallio.SharpDevelop.Tests</RootNamespace> |
|
<AssemblyName>Gallio.SharpDevelop.Tests</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<SourceAnalysisOverrideSettingsFile>C:\Users\Matt\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>bin\Release\</OutputPath> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
<ItemGroup> |
|
<Reference Include="Gallio"> |
|
<HintPath>..\Gallio\bin\Gallio.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ICSharpCode.Core"> |
|
<HintPath>..\..\..\bin\ICSharpCode.Core.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ICSharpCode.SharpDevelop"> |
|
<HintPath>..\..\..\bin\ICSharpCode.SharpDevelop.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ICSharpCode.SharpDevelop.Dom"> |
|
<HintPath>..\..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath> |
|
</Reference> |
|
<Reference Include="nunit.framework"> |
|
<HintPath>..\..\..\bin\Tools\NUnit\nunit.framework.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="UnitTesting"> |
|
<HintPath>..\..\..\AddIns\Analysis\UnitTesting\UnitTesting.dll</HintPath> |
|
</Reference> |
|
<Reference Include="UnitTesting.Tests"> |
|
<HintPath>..\..\..\bin\UnitTests\UnitTesting.Tests.dll</HintPath> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\Gallio.Extension\Gallio.Extension.csproj"> |
|
<Project>{98030C86-7B0F-4813-AC4D-9FFCF00CF81F}</Project> |
|
<Name>Gallio.Extension</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Gallio.SharpDevelop\Gallio.SharpDevelop.csproj"> |
|
<Project>{88D3DC5E-8A91-4DCE-A785-CC37DE0AA0EC}</Project> |
|
<Name>Gallio.SharpDevelop</Name> |
|
</ProjectReference> |
|
<Compile Include="GallioEchoApplicationFileNameTestFixture.cs" /> |
|
<Compile Include="GallioEchoCommandLineTests.cs" /> |
|
<Compile Include="GallioEchoConsoleProcessStartInfoTestFixture.cs" /> |
|
<Compile Include="GallioTestFailureTestFixture.cs" /> |
|
<Compile Include="GallioTestFrameworkIsTestClassTests.cs" /> |
|
<Compile Include="GallioTestFrameworkIsTestMemberTests.cs" /> |
|
<Compile Include="GallioTestFrameworkIsTestProjectTests.cs" /> |
|
<Compile Include="GallioTestToSharpDevelopTestResultConversionTests.cs" /> |
|
<Compile Include="TestResultsWriterTestFixture.cs" /> |
|
<Compile Include="TestRunnerExtensionTestFixture.cs" /> |
|
<Compile Include="Utils\GallioBodyTagFactory.cs" /> |
|
<Compile Include="Utils\MockTestResultsWriter.cs" /> |
|
<Compile Include="Utils\MockTestResultsWriterFactory.cs" /> |
|
<Compile Include="Utils\MockTestRunnerEvents.cs" /> |
|
<Compile Include="Utils\GallioTestStepFinishedEventArgsFactory.cs" /> |
|
<Compile Include="Utils\Tests\CreateAssertionFailureBodyTagTestFixture.cs" /> |
|
<Compile Include="Utils\Tests\MockTestResultsWriterFactoryTests.cs" /> |
|
<Compile Include="Utils\Tests\MockTestRunnerEventsTestFixture.cs" /> |
|
<Folder Include="Utils" /> |
|
<Folder Include="Utils\Tests" /> |
|
</ItemGroup> |
|
</Project> |