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.
145 lines
7.0 KiB
145 lines
7.0 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
<PropertyGroup> |
|
<ProjectGuid>{A6BAD2BA-76BA-461C-8B6D-418607591247}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ILSpy.BamlDecompiler</RootNamespace> |
|
<AssemblyName>ILSpy.BamlDecompiler.Plugin</AssemblyName> |
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
<TargetFrameworkProfile> |
|
</TargetFrameworkProfile> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
<BaseAddress>6488064</BaseAddress> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>..\ILSpy\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>..\ILSpy\bin\Release\</OutputPath> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>PdbOnly</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
|
<Prefer32Bit>false</Prefer32Bit> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
<Prefer32Bit>false</Prefer32Bit> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
|
<Prefer32Bit>false</Prefer32Bit> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
<Prefer32Bit>false</Prefer32Bit> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="ICSharpCode.AvalonEdit"> |
|
<HintPath>..\packages\AvalonEdit.5.0.3\lib\Net40\ICSharpCode.AvalonEdit.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.ComponentModel.Composition"> |
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
</Reference> |
|
<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="BamlResourceNodeFactory.cs" /> |
|
<Compile Include="BamlResourceEntryNode.cs" /> |
|
<Compile Include="CecilDependencyPropertyDescriptor.cs" /> |
|
<Compile Include="CecilType.cs" /> |
|
<Compile Include="CecilTypeResolver.cs" /> |
|
<Compile Include="ConnectMethodDecompiler.cs" /> |
|
<Compile Include="Extensions.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\BamlBinaryReader.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\BamlRecordType.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\IDependencyPropertyDescriptor.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\IType.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\ITypeResolver.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\KeyMapping.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\KnownInfo.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\NodesCollection.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\PropertyDeclaration.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\ResourceName.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\TypeDeclaration.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlBamlElement.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlBamlNode.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlBamlProperty.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlBamlPropertyElement.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlBamlReader.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlBamlSimpleProperty.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlBamlText.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlNamespace.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlToClrNamespaceMapping.cs" /> |
|
</ItemGroup> |
|
<ItemGroup /> |
|
<ItemGroup> |
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj"> |
|
<Project>{984cc812-9470-4a13-aff9-cc44068d666c}</Project> |
|
<Name>ICSharpCode.Decompiler</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\ILSpy\ILSpy.csproj"> |
|
<Project>{1e85eff9-e370-4683-83e4-8a3d063ff791}</Project> |
|
<Name>ILSpy</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj"> |
|
<Project>{d68133bd-1e63-496e-9ede-4fbdbf77b486}</Project> |
|
<Name>Mono.Cecil</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj"> |
|
<Project>{dde2a481-8271-4eac-a330-8fa6a38d13d1}</Project> |
|
<Name>ICSharpCode.TreeView</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="packages.config" /> |
|
<None Include="Ricciolo.StylesExplorer.MarkupReflection\BAML format.txt" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |