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.
315 lines
15 KiB
315 lines
15 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
<PropertyGroup> |
|
<ProjectGuid>{1E85EFF9-E370-4683-83E4-8A3D063FF791}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
<OutputType>WinExe</OutputType> |
|
<RootNamespace>ICSharpCode.ILSpy</RootNamespace> |
|
<AssemblyName>ILSpy</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<ApplicationIcon>Images\ILSpy.ico</ApplicationIcon> |
|
<RunCodeAnalysis>False</RunCodeAnalysis> |
|
<StartArguments>/separate</StartArguments> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<StartAction>Project</StartAction> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>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.Data" /> |
|
<Reference Include="System.Data.DataSetExtensions"> |
|
<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> |
|
<ApplicationDefinition Include="App.xaml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="AboutPage.cs" /> |
|
<Compile Include="AnalyzerTreeView.cs"> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="App.xaml.cs"> |
|
<SubType>Code</SubType> |
|
<DependentUpon>App.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="AssemblyList.cs" /> |
|
<Compile Include="AssemblyListManager.cs" /> |
|
<Compile Include="CommandLineArguments.cs" /> |
|
<Compile Include="Commands.cs" /> |
|
<Compile Include="ConnectMethodDecompiler.cs" /> |
|
<Compile Include="Controls\DockedPane.cs" /> |
|
<Compile Include="DecompilerSettingsPanel.xaml.cs"> |
|
<DependentUpon>DecompilerSettingsPanel.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="DisplaySettings.cs" /> |
|
<Compile Include="ExportCommandAttribute.cs" /> |
|
<Compile Include="Controls\SearchBox.cs" /> |
|
<Compile Include="Controls\SortableGridViewColumn.cs" /> |
|
<Compile Include="CSharpLanguage.cs" /> |
|
<Compile Include="DecompilationOptions.cs" /> |
|
<Compile Include="ExtensionMethods.cs" /> |
|
<Compile Include="FilterSettings.cs" /> |
|
<Compile Include="Fusion.cs" /> |
|
<Compile Include="GacInterop.cs" /> |
|
<Compile Include="GuessFileType.cs" /> |
|
<Compile Include="ContextMenuEntry.cs" /> |
|
<Compile Include="ILAstLanguage.cs" /> |
|
<Compile Include="ILLanguage.cs" /> |
|
<Compile Include="ILSpySettings.cs" /> |
|
<Compile Include="Images\AccessOverlayIcon.cs" /> |
|
<Compile Include="Images\MemberIcon.cs" /> |
|
<Compile Include="Images\TypeIcon.cs" /> |
|
<Compile Include="ISmartTextOutput.cs" /> |
|
<Compile Include="Language.cs" /> |
|
<Compile Include="Images\Images.cs" /> |
|
<Compile Include="LoadedAssembly.cs" /> |
|
<Compile Include="NativeMethods.cs" /> |
|
<Compile Include="NavigationHistory.cs" /> |
|
<Compile Include="NavigationState.cs" /> |
|
<Compile Include="OpenFromGacDialog.xaml.cs"> |
|
<DependentUpon>OpenFromGacDialog.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="OptionsDialog.xaml.cs"> |
|
<DependentUpon>OptionsDialog.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="SearchPane.cs"> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="DisplaySettingsPanel.xaml.cs"> |
|
<DependentUpon>DisplaySettingsPanel.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzeContextMenuEntry.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedEventOverridesTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedEventTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedInterfacePropertyImplementedByTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedInterfaceMethodImplementedByTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedInterfaceEventImplementedByTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedPropertyAccessorTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedTypeExposedByTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedTypeExtensionMethodsTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedTypeInstantiationsTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedTypeTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedEventAccessorTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedVirtualMethodUsedByTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\Helpers.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\ScopedWhereUsedAnalyzer.cs" /> |
|
<Compile Include="TreeNodes\IMemberTreeNode.cs" /> |
|
<Compile Include="TreeNodes\XamlResourceNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedPropertyOverridesTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedPropertyTreeNode.cs" /> |
|
<Compile Include="XmlDoc\AddXmlDocTransform.cs" /> |
|
<Compile Include="XmlDoc\XmlDocKeyProvider.cs" /> |
|
<Compile Include="XmlDoc\XmlDocLoader.cs" /> |
|
<Compile Include="XmlDoc\XmlDocRenderer.cs" /> |
|
<EmbeddedResource Include="..\README.txt"> |
|
<Link>README.txt</Link> |
|
</EmbeddedResource> |
|
<EmbeddedResource Include="..\doc\LGPL.txt"> |
|
<Link>LGPL.txt</Link> |
|
</EmbeddedResource> |
|
<EmbeddedResource Include="..\doc\license.txt"> |
|
<Link>license.txt</Link> |
|
</EmbeddedResource> |
|
<Resource Include="Images\AssemblyList.png" /> |
|
<Resource Include="Images\AssemblyWarning.png" /> |
|
<Resource Include="Images\ViewCode.png" /> |
|
<Resource Include="Images\SaveFile.png" /> |
|
<Resource Include="Images\OK.png" /> |
|
<Resource Include="Images\ClearSearch.png" /> |
|
<Resource Include="Images\Search.png" /> |
|
<Resource Include="Images\Delete.png" /> |
|
<Resource Include="Images\ILSpy.ico" /> |
|
<Resource Include="Images\FindAssembly.png" /> |
|
<None Include="Properties\AssemblyInfo.template.cs" /> |
|
<Compile Include="Properties\WPFAssemblyInfo.cs" /> |
|
<Compile Include="MainWindow.xaml.cs"> |
|
<SubType>Code</SubType> |
|
<DependentUpon>MainWindow.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="SessionSettings.cs" /> |
|
<Compile Include="TextView\CaretHighlightAdorner.cs" /> |
|
<Compile Include="TextView\DecompilerTextView.cs" /> |
|
<Compile Include="TextView\OutputLengthExceededException.cs" /> |
|
<Compile Include="TextView\ReferenceElementGenerator.cs" /> |
|
<Compile Include="TextView\AvalonEditTextOutput.cs" /> |
|
<Compile Include="TextView\UIElementGenerator.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedFieldAccessTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedFieldTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedMethodTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedMethodUsedByTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedMethodUsesTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzerTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedMethodOverridesTreeNode.cs" /> |
|
<Compile Include="TreeNodes\AssemblyListTreeNode.cs" /> |
|
<Compile Include="TreeNodes\AssemblyReferenceTreeNode.cs" /> |
|
<Compile Include="TreeNodes\AssemblyTreeNode.cs" /> |
|
<Compile Include="TreeNodes\BaseTypesTreeNode.cs" /> |
|
<Compile Include="TreeNodes\DerivedTypesTreeNode.cs" /> |
|
<Compile Include="TreeNodes\EventTreeNode.cs" /> |
|
<Compile Include="TreeNodes\FieldTreeNode.cs" /> |
|
<Compile Include="TreeNodes\ILSpyTreeNode.cs" /> |
|
<Compile Include="TreeNodes\MethodTreeNode.cs" /> |
|
<Compile Include="TreeNodes\ModuleReferenceTreeNode.cs" /> |
|
<Compile Include="TreeNodes\NamespaceTreeNode.cs" /> |
|
<Compile Include="TreeNodes\PropertyTreeNode.cs" /> |
|
<Compile Include="TreeNodes\ReferenceFolderTreeNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceEntryNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceListTreeNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceTreeNode.cs" /> |
|
<Compile Include="TreeNodes\ThreadingSupport.cs" /> |
|
<Compile Include="TreeNodes\TypeTreeNode.cs" /> |
|
<EmbeddedResource Include="TextView\ILAsm-Mode.xshd" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="Controls\SearchBoxStyle.xaml"> |
|
<DependentUpon>SearchBox.cs</DependentUpon> |
|
</Page> |
|
<Page Include="DecompilerSettingsPanel.xaml" /> |
|
<Page Include="MainWindow.xaml" /> |
|
<Page Include="OpenFromGacDialog.xaml" /> |
|
<Page Include="OptionsDialog.xaml" /> |
|
<Page Include="SearchPane.xaml"> |
|
<DependentUpon>SearchPane.cs</DependentUpon> |
|
</Page> |
|
<Page Include="DisplaySettingsPanel.xaml" /> |
|
<Page Include="TextView\DecompilerTextView.xaml"> |
|
<DependentUpon>DecompilerTextView.cs</DependentUpon> |
|
</Page> |
|
<Page Include="themes\generic.xaml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Resource Include="Images\Class.png" /> |
|
<Resource Include="Images\StaticClass.png" /> |
|
<Resource Include="Images\Delegate.png" /> |
|
<Resource Include="Images\Enum.png" /> |
|
<Resource Include="Images\Field.png" /> |
|
<Resource Include="Images\Interface.png" /> |
|
<Resource Include="Images\Literal.png" /> |
|
<Resource Include="Images\Method.png" /> |
|
<Resource Include="Images\NameSpace.png" /> |
|
<Resource Include="Images\Open.png" /> |
|
<Resource Include="Images\Assembly.png" /> |
|
<Resource Include="Images\Struct.png" /> |
|
<Resource Include="Images\ReferenceFolder.Closed.png" /> |
|
<Resource Include="Images\ReferenceFolder.Open.png" /> |
|
<Resource Include="Images\Event.png" /> |
|
<Resource Include="Images\ExtensionMethod.png" /> |
|
<Resource Include="Images\Indexer.png" /> |
|
<Resource Include="Images\Operator.png" /> |
|
<Resource Include="Images\Property.png" /> |
|
<Resource Include="Images\Find.png" /> |
|
<Resource Include="Images\Library.png" /> |
|
<Resource Include="Images\SubTypes.png" /> |
|
<Resource Include="Images\SuperTypes.png" /> |
|
<Resource Include="Images\Resource.png" /> |
|
<Resource Include="Images\Folder.Closed.png" /> |
|
<Resource Include="Images\Folder.Open.png" /> |
|
<Resource Include="Images\ResourceImage.png" /> |
|
<Resource Include="Images\ResourceResourcesFile.png" /> |
|
<Resource Include="Images\Back.png" /> |
|
<Resource Include="Images\Forward.png" /> |
|
<Resource Include="Images\PrivateInternal.png" /> |
|
<Resource Include="Images\Refresh.png" /> |
|
<Resource Include="Images\Constructor.png" /> |
|
<Resource Include="Images\EnumValue.png" /> |
|
<Resource Include="Images\FieldReadOnly.png" /> |
|
<Resource Include="Images\OverlayInternal.png" /> |
|
<Resource Include="Images\OverlayPrivate.png" /> |
|
<Resource Include="Images\OverlayProtected.png" /> |
|
<Resource Include="Images\OverlayProtectedInternal.png" /> |
|
<Resource Include="Images\OverlayStatic.png" /> |
|
<Resource Include="Images\VirtualMethod.png" /> |
|
<Resource Include="Images\PInvokeMethod.png" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj"> |
|
<Project>{984CC812-9470-4A13-AFF9-CC44068D666C}</Project> |
|
<Name>ICSharpCode.Decompiler</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Mono.Cecil\Mono.Cecil.csproj"> |
|
<Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project> |
|
<Name>Mono.Cecil</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> |
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Mono.Cecil\symbols\pdb\Mono.Cecil.Pdb.csproj"> |
|
<Project>{63E6915C-7EA4-4D76-AB28-0D7191EEA626}</Project> |
|
<Name>Mono.Cecil.Pdb</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\NRefactory\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj"> |
|
<Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project> |
|
<Name>ICSharpCode.NRefactory</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj"> |
|
<Project>{DDE2A481-8271-4EAC-A330-8FA6A38D13D1}</Project> |
|
<Name>ICSharpCode.TreeView</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |