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.
93 lines
4.0 KiB
93 lines
4.0 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<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>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</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.Data" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="nunit.uikit"> |
|
<HintPath>..\..\..\Tools\NUnit\nunit.uikit.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="nunit.core"> |
|
<HintPath>..\..\..\Tools\NUnit\nunit.core.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="nunit.framework"> |
|
<HintPath>..\..\..\Tools\NUnit\nunit.framework.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="nunit.util"> |
|
<HintPath>..\..\..\Tools\NUnit\nunit.util.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
<Private>False</Private> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="UnitTesting.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<Compile Include="Src\UnitTestCommands.cs" /> |
|
<Compile Include="Src\TestableCondition.cs" /> |
|
<Compile Include="Src\RunningTestsCondition.cs" /> |
|
<Compile Include="Src\PadContent.cs" /> |
|
<Compile Include="Src\TestTreeView.cs" /> |
|
<Compile Include="Src\UnitTestApplicationStartHelper.cs" /> |
|
<Compile Include="Src\NUnitResults.cs" /> |
|
<Compile Include="Src\RunTestCommands.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<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> |
|
<ProjectReference Include="..\..\..\Libraries\ICSharpCode.TextEditor\Project\ICSharpCode.TextEditor.csproj"> |
|
<Project>{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}</Project> |
|
<Name>ICSharpCode.TextEditor</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |