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.
124 lines
6.2 KiB
124 lines
6.2 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.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)' == '' ">x86</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ILSpy.BamlDecompiler</RootNamespace> |
|
<AssemblyName>ILSpy.BamlDecompiler.Plugin</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<FileAlignment>4096</FileAlignment> |
|
</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>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<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="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\AppDomainTypeResolver.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\BamlAssembly.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\BamlBinaryReader.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\BamlFile.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\BamlRecordType.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\DotNetType.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\KnownInfo.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\WpfDependencyPropertyDescriptor.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\XmlBamlText.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlNamespace.cs" /> |
|
<Compile Include="Ricciolo.StylesExplorer.MarkupReflection\XmlPIMapping.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Ricciolo.StylesExplorer.MarkupReflection" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> |
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<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="..\Mono.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> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |