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.
185 lines
8.7 KiB
185 lines
8.7 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
<PropertyGroup> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.UnitTesting</RootNamespace> |
|
<AssemblyName>UnitTesting</AssemblyName> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProjectGuid>{1F261725-6318-4434-A1B1-6C70CE4CD324}</ProjectGuid> |
|
<OutputPath>..\..\..\..\AddIns\AddIns\Misc\UnitTesting\</OutputPath> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>127401984</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<Optimize>False</Optimize> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<Optimize>True</Optimize> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="nunit.util"> |
|
<HintPath>..\..\..\Tools\NUnit\lib\nunit.util.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="nunit.core"> |
|
<HintPath>..\..\..\Tools\NUnit\lib\nunit.core.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="nunit.uikit"> |
|
<HintPath>..\..\..\Tools\NUnit\lib\nunit.uikit.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
<Private>False</Private> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Src\MultipleProjectBuildable.cs" /> |
|
<Compile Include="Src\UnitTestAddInTree.cs" /> |
|
<Compile Include="Src\UnitTestBuildOptions.cs" /> |
|
<Compile Include="Src\UnitTestBuildProjectFactory.cs" /> |
|
<Compile Include="Src\UnitTestDebuggerService.cs" /> |
|
<Compile Include="Src\UnitTestFileService.cs" /> |
|
<Compile Include="Src\UnitTestMessageService.cs" /> |
|
<Compile Include="Src\UnitTestProcessRunner.cs" /> |
|
<Compile Include="Src\UnitTestSaveAllFilesCommand.cs" /> |
|
<Compile Include="Src\UnitTestTaskService.cs" /> |
|
<Compile Include="Src\UnitTestWorkbench.cs" /> |
|
<None Include="PostBuildEvent.proj" /> |
|
<EmbeddedResource Include="Resources\UnitTestingOptionsPanel.xfrm" /> |
|
<None Include="UnitTesting.addin"> |
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory> |
|
</None> |
|
<Compile Include="Src\AllTestsTreeNode.cs" /> |
|
<Compile Include="Src\BaseTestMethod.cs" /> |
|
<Compile Include="Src\EmptyUnitTestsPad.cs" /> |
|
<Compile Include="Src\IAddInTree.cs" /> |
|
<Compile Include="Src\IBuildOptions.cs" /> |
|
<Compile Include="Src\IBuildProjectFactory.cs" /> |
|
<Compile Include="Src\IRegisteredTestFrameworks.cs" /> |
|
<Compile Include="Src\IRunTestCommandContext.cs" /> |
|
<Compile Include="Src\ITestFrameworkFactory.cs" /> |
|
<Compile Include="Src\ITestResultsMonitor.cs" /> |
|
<Compile Include="Src\ITestRunner.cs" /> |
|
<Compile Include="Src\IUnitTestDebuggerService.cs" /> |
|
<Compile Include="Src\IUnitTestFileService.cs" /> |
|
<Compile Include="Src\IUnitTestMessageService.cs" /> |
|
<Compile Include="Src\IUnitTestProcessRunner.cs" /> |
|
<Compile Include="Src\IUnitTestSaveAllFilesCommand.cs" /> |
|
<Compile Include="Src\IUnitTestsPad.cs" /> |
|
<Compile Include="Src\IUnitTestTaskService.cs" /> |
|
<Compile Include="Src\IUnitTestWorkbench.cs" /> |
|
<Compile Include="Src\MessageReceivedEventArgs.cs" /> |
|
<Compile Include="Src\NUnitTestDebugger.cs" /> |
|
<Compile Include="Src\NUnitTestFramework.cs" /> |
|
<Compile Include="Src\NUnitTestResult.cs" /> |
|
<Compile Include="Src\NUnitTestRunner.cs" /> |
|
<Compile Include="Src\RegisteredTestFrameworks.cs" /> |
|
<Compile Include="Src\RemovedClasses.cs" /> |
|
<Compile Include="Src\RunAllTestsInPadCommand.cs" /> |
|
<Compile Include="Src\RunProjectTestsInPadCommand.cs" /> |
|
<Compile Include="Src\RunTestCommandContext.cs" /> |
|
<Compile Include="Src\RunTestInPadCommand.cs" /> |
|
<Compile Include="Src\RunTestWithDebuggerCommand.cs" /> |
|
<Compile Include="Src\SelectedTests.cs" /> |
|
<Compile Include="Src\TestDebuggerBase.cs" /> |
|
<Compile Include="Src\TestFramework.cs" /> |
|
<Compile Include="Src\TestFrameworkDescriptor.cs" /> |
|
<Compile Include="Src\TestFrameworkDoozer.cs" /> |
|
<Compile Include="Src\TestFrameworkFactory.cs" /> |
|
<Compile Include="Src\TestProcessRunnerBase.cs" /> |
|
<Compile Include="Src\TestResultTask.cs" /> |
|
<Compile Include="Src\TestRunnerBase.cs" /> |
|
<Compile Include="Src\TestService.cs" /> |
|
<Compile Include="Src\UnitTestCommands.cs" /> |
|
<Compile Include="Src\TestableCondition.cs" /> |
|
<Compile Include="Src\RunningTestsCondition.cs" /> |
|
<Compile Include="Src\TestTreeView.cs" /> |
|
<Compile Include="Src\NUnitConsoleCommandLine.cs" /> |
|
<Compile Include="Src\AbstractRunTestCommands.cs" /> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="Src\TestProject.cs" /> |
|
<Compile Include="Src\ITestTreeView.cs" /> |
|
<Compile Include="Src\TestClass.cs" /> |
|
<Compile Include="Src\TestMethod.cs" /> |
|
<Compile Include="Src\TestAttributeName.cs" /> |
|
<Compile Include="Src\TestTreeNode.cs" /> |
|
<Compile Include="Src\TestTreeViewImageList.cs" /> |
|
<Compile Include="Src\TestProjectTreeNode.cs" /> |
|
<Compile Include="Src\TestNamespaceTreeNode.cs" /> |
|
<Compile Include="Src\TestClassTreeNode.cs" /> |
|
<Compile Include="Src\TestMethodTreeNode.cs" /> |
|
<Compile Include="Src\UnitTestingOptions.cs" /> |
|
<Compile Include="Src\UnitTestingOptionsPanel.cs" /> |
|
<Compile Include="Src\UnitTestsPad.cs" /> |
|
<EmbeddedResource Include="Resources\Red.png" /> |
|
<EmbeddedResource Include="Resources\Green.png" /> |
|
<EmbeddedResource Include="Resources\Yellow.png" /> |
|
<EmbeddedResource Include="Resources\Grey.png" /> |
|
<Compile Include="Src\TestResultsReader.cs" /> |
|
<Compile Include="Src\TestResult.cs" /> |
|
<Compile Include="Src\TestResultsMonitor.cs" /> |
|
<Compile Include="Src\TestFinishedEventArgs.cs" /> |
|
<Compile Include="Src\TestClassCollection.cs" /> |
|
<Compile Include="Src\TestMethodCollection.cs" /> |
|
<Compile Include="Src\TestClassEventArgs.cs" /> |
|
<Compile Include="Src\TestMethodEventArgs.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\..\Libraries\NRefactory\Project\NRefactory.csproj"> |
|
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project> |
|
<Name>NRefactory</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<Folder Include="Configuration" /> |
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj"> |
|
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project> |
|
<Name>ICSharpCode.Core.WinForms</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<Folder Include="Resources" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
<Import Project="PostBuildEvent.proj" /> |
|
</Project> |