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.
93 lines
3.8 KiB
93 lines
3.8 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProductVersion>9.0.30729</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{DDE2A481-8271-4EAC-A330-8FA6A38D13D1}</ProjectGuid> |
|
<OutputType>library</OutputType> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<RootNamespace>ICSharpCode.TreeView</RootNamespace> |
|
<AssemblyName>ICSharpCode.TreeView</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<FileAlignment>512</FileAlignment> |
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
<WarningLevel>4</WarningLevel> |
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
<TargetFrameworkProfile> |
|
</TargetFrameworkProfile> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>full</DebugType> |
|
<Optimize>false</Optimize> |
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<DebugType>pdbonly</DebugType> |
|
<Optimize>true</Optimize> |
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data.DataSetExtensions"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xaml" /> |
|
<Reference Include="WindowsBase" /> |
|
<Reference Include="PresentationCore" /> |
|
<Reference Include="PresentationFramework" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="Themes\Generic.xaml"> |
|
<Generator>MSBuild:Compile</Generator> |
|
<SubType>Designer</SubType> |
|
</Page> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Properties\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="Converters.cs" /> |
|
<Compile Include="DropEffect.cs" /> |
|
<Compile Include="EditTextBox.cs" /> |
|
<Compile Include="ExtensionMethods.cs" /> |
|
<Compile Include="GeneralAdorner.cs" /> |
|
<Compile Include="InsertMarker.cs" /> |
|
<Compile Include="LinesRenderer.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs"> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="SharpGridView.cs" /> |
|
<Compile Include="SharpTreeNode.cs" /> |
|
<Compile Include="SharpTreeNodeCollection.cs" /> |
|
<Compile Include="SharpTreeNodeView.cs" /> |
|
<Compile Include="SharpTreeView.cs" /> |
|
<Compile Include="SharpTreeViewItem.cs" /> |
|
<Compile Include="TreeFlattener.cs" /> |
|
<AppDesigner Include="Properties\" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
<Target Name="BeforeBuild"> |
|
</Target> |
|
<Target Name="AfterBuild"> |
|
</Target> |
|
--> |
|
</Project> |