mirror of https://github.com/icsharpcode/ILSpy.git
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.
126 lines
5.7 KiB
126 lines
5.7 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<ProjectGuid>{6222A3A1-83CE-47A3-A4E4-A018F82D44D8}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">Net40</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.AvalonEdit</RootNamespace> |
|
<AssemblyName>ICSharpCode.AvalonEdit.Tests</AssemblyName> |
|
<TargetFrameworkVersion Condition=" '$(Configuration)' == '' ">v4.0</TargetFrameworkVersion> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<SignAssembly>True</SignAssembly> |
|
<AssemblyOriginatorKeyFile>..\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile> |
|
<DelaySign>False</DelaySign> |
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
|
<OutputPath>bin\$(Configuration)\</OutputPath> |
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
<TargetFrameworkProfile> |
|
</TargetFrameworkProfile> |
|
<NoWin32Manifest>False</NoWin32Manifest> |
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'Net35' "> |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'Net40' "> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<DefineConstants>DOTNET4</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'WithNRefactory' "> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
<DefineConstants>NREFACTORY</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> |
|
<DefineDebug>True</DefineDebug> |
|
<DefineTrace>True</DefineTrace> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> |
|
<DefineTrace>True</DefineTrace> |
|
</PropertyGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\NRefactory\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj" Condition="$(DefineConstants.Contains('NREFACTORY'))"> |
|
<Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project> |
|
<Name>ICSharpCode.NRefactory</Name> |
|
</ProjectReference> |
|
<Reference Include="nunit.framework"> |
|
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
|
</Reference> |
|
<Reference Include="PresentationCore"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="PresentationFramework"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xaml"> |
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsBase"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Document\ChangeTrackingTest.cs" /> |
|
<Compile Include="Document\TextAnchorTest.cs" /> |
|
<Compile Include="Document\TextSegmentTreeTest.cs" /> |
|
<Compile Include="Document\TextUtilitiesTests.cs" /> |
|
<Compile Include="Document\UndoStackTests.cs" /> |
|
<Compile Include="Editing\ChangeDocumentTests.cs" /> |
|
<Compile Include="Editing\TextSegmentReadOnlySectionTests.cs" /> |
|
<Compile Include="Highlighting\HighlightedLineMergeTests.cs" /> |
|
<Compile Include="Highlighting\HtmlClipboardTests.cs" /> |
|
<Compile Include="MultipleUIThreads.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="Document\CollapsingTests.cs" /> |
|
<Compile Include="Document\HeightTests.cs" /> |
|
<Compile Include="Document\RandomizedLineManagerTest.cs" /> |
|
<Compile Include="Document\LineManagerTests.cs" /> |
|
<Compile Include="Search\FindTests.cs" /> |
|
<Compile Include="Utils\CaretNavigationTests.cs" /> |
|
<Compile Include="Utils\CompressingTreeListTests.cs" /> |
|
<Compile Include="Utils\ExtensionMethodsTests.cs" /> |
|
<Compile Include="Utils\IndentationStringTests.cs" /> |
|
<Compile Include="Utils\RopeTests.cs" /> |
|
<Compile Include="WeakReferenceTests.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> |
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Search" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="packages.config" /> |
|
</ItemGroup> |
|
</Project> |