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.
403 lines
19 KiB
403 lines
19 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-Large.ico</ApplicationIcon> |
|
<RunCodeAnalysis>False</RunCodeAnalysis> |
|
<StartArguments>/separate</StartArguments> |
|
<SignAssembly>True</SignAssembly> |
|
<AssemblyOriginatorKeyFile>..\NRefactory\ICSharpCode.NRefactory.snk</AssemblyOriginatorKeyFile> |
|
<DelaySign>False</DelaySign> |
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
</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>true</DebugSymbols> |
|
<DebugType>PdbOnly</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.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<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="AvalonEdit\IconMarginActionsProvider.cs" /> |
|
<Compile Include="Bookmarks\MemberBookmark.cs" /> |
|
<Compile Include="Commands\BrowseBackCommand.cs" /> |
|
<Compile Include="Commands\BrowseForwardCommand.cs" /> |
|
<Compile Include="CommandLineArguments.cs" /> |
|
<Compile Include="Commands\ExitCommand.cs" /> |
|
<Compile Include="Commands\CommandWrapper.cs" /> |
|
<Compile Include="Commands\OpenListCommand.cs" /> |
|
<Compile Include="Controls\MarkupExtensions.cs" /> |
|
<Compile Include="Controls\ResourceObjectTable.xaml.cs"> |
|
<DependentUpon>ResourceObjectTable.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="Controls\DockedPane.cs" /> |
|
<Compile Include="Commands\DecompileAllCommand.cs" /> |
|
<Compile Include="Commands\ExportCommandAttribute.cs" /> |
|
<Compile Include="Controls\ExtensionMethods.cs" /> |
|
<Compile Include="Controls\SearchBox.cs" /> |
|
<Compile Include="Controls\SortableGridViewColumn.cs" /> |
|
<Compile Include="CreateListDialog.xaml.cs"> |
|
<DependentUpon>CreateListDialog.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="Languages\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="DecompileEventArgs.cs" /> |
|
<Compile Include="Languages\ILAstLanguage.cs" /> |
|
<Compile Include="Languages\ILLanguage.cs" /> |
|
<Compile Include="ILSpySettings.cs" /> |
|
<Compile Include="Images\AccessOverlayIcon.cs" /> |
|
<Compile Include="Images\MemberIcon.cs" /> |
|
<Compile Include="Images\TypeIcon.cs" /> |
|
<Compile Include="IPane.cs" /> |
|
<Compile Include="ISmartTextOutput.cs" /> |
|
<Compile Include="Languages\Language.cs" /> |
|
<Compile Include="Images\Images.cs" /> |
|
<Compile Include="Languages\Languages.cs" /> |
|
<Compile Include="LoadedAssembly.cs" /> |
|
<Compile Include="NativeMethods.cs" /> |
|
<Compile Include="NavigationHistory.cs" /> |
|
<Compile Include="NavigationState.cs" /> |
|
<Compile Include="Commands\OpenCommand.cs" /> |
|
<Compile Include="Commands\OpenFromGacCommand.cs" /> |
|
<Compile Include="OpenFromGacDialog.xaml.cs"> |
|
<DependentUpon>OpenFromGacDialog.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Controls\ResourceStringTable.xaml.cs"> |
|
<DependentUpon>ResourceStringTable.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="OpenListDialog.xaml.cs"> |
|
<DependentUpon>OpenListDialog.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="Options\DecompilerSettingsPanel.xaml.cs"> |
|
<DependentUpon>DecompilerSettingsPanel.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Options\DisplaySettings.cs" /> |
|
<Compile Include="Options\DisplaySettingsPanel.xaml.cs"> |
|
<DependentUpon>DisplaySettingsPanel.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Options\OptionsDialog.xaml.cs"> |
|
<DependentUpon>OptionsDialog.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="Commands\RefreshCommand.cs" /> |
|
<Compile Include="Commands\SaveCommand.cs" /> |
|
<Compile Include="SearchPane.cs"> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Commands\SimpleCommand.cs" /> |
|
<Compile Include="TextView\FoldingCommands.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzeContextMenuEntry.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedAssemblyTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedAttributeAppliedToTreeNode.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\AnalyzedEventFiredByTreeNode.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\AnalyzerEntityTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzerSearchTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\RemoveAnalyzeContextMenuEntry.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\Helpers.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\ScopedWhereUsedAnalyzer.cs" /> |
|
<Compile Include="TreeNodes\BaseTypesEntryNode.cs" /> |
|
<Compile Include="TreeNodes\DerivedTypesEntryNode.cs" /> |
|
<Compile Include="TreeNodes\FilterResult.cs" /> |
|
<Compile Include="TreeNodes\IMemberTreeNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceNodes\CursorResourceEntryNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceNodes\IconResourceEntryNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceNodes\ImageResourceEntryNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceNodes\XmlResourceNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceNodes\IResourceNodeFactory.cs" /> |
|
<Compile Include="TreeNodes\ResourceNodes\ResourcesFileTreeNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceNodes\XamlResourceNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedPropertyOverridesTreeNode.cs" /> |
|
<Compile Include="TreeNodes\Analyzer\AnalyzedPropertyTreeNode.cs" /> |
|
<Compile Include="VB\ILSpyEnvironmentProvider.cs" /> |
|
<Compile Include="VB\VBLanguage.cs" /> |
|
<Compile Include="VB\VBTextOutputFormatter.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="app.config" /> |
|
<Resource Include="Images\Breakpoint.png" /> |
|
<Resource Include="Images\CurrentLine.png" /> |
|
<Resource Include="Images\DisabledBreakpoint.png" /> |
|
<None Include="Properties\app.config.template" /> |
|
<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\ResourceNodes\ResourceEntryNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceListTreeNode.cs" /> |
|
<Compile Include="TreeNodes\ResourceNodes\ResourceTreeNode.cs" /> |
|
<Compile Include="TreeNodes\ThreadingSupport.cs" /> |
|
<Compile Include="TreeNodes\TypeTreeNode.cs" /> |
|
<EmbeddedResource Include="TextView\ILAsm-Mode.xshd" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="Controls\ResourceObjectTable.xaml"> |
|
<SubType>Designer</SubType> |
|
</Page> |
|
<Page Include="Controls\ResourceStringTable.xaml" /> |
|
<Page Include="Controls\SearchBoxStyle.xaml"> |
|
<DependentUpon>SearchBox.cs</DependentUpon> |
|
</Page> |
|
<Page Include="CreateListDialog.xaml"> |
|
<SubType>Designer</SubType> |
|
<Generator>MSBuild:Compile</Generator> |
|
</Page> |
|
<Page Include="MainWindow.xaml" /> |
|
<Page Include="OpenFromGacDialog.xaml" /> |
|
<Page Include="OpenListDialog.xaml" /> |
|
<Page Include="Options\DecompilerSettingsPanel.xaml" /> |
|
<Page Include="Options\DisplaySettingsPanel.xaml" /> |
|
<Page Include="Options\OptionsDialog.xaml" /> |
|
<Page Include="SearchPane.xaml"> |
|
<DependentUpon>SearchPane.cs</DependentUpon> |
|
</Page> |
|
<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\OverlayCompilerControlled.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="..\ILSpy.SharpDevelop.LGPL\ILSpy.SharpDevelop.LGPL.csproj"> |
|
<Project>{704F66F1-5C7F-4326-A7AA-C604A3896D4E}</Project> |
|
<Name>ILSpy.SharpDevelop.LGPL</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.CSharp\ICSharpCode.NRefactory.CSharp.csproj"> |
|
<Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project> |
|
<Name>ICSharpCode.NRefactory.CSharp</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\NRefactory\ICSharpCode.NRefactory.VB\ICSharpCode.NRefactory.VB.csproj"> |
|
<Project>{7B82B671-419F-45F4-B778-D9286F996EFA}</Project> |
|
<Name>ICSharpCode.NRefactory.VB</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> |
|
<ItemGroup /> |
|
<ItemGroup> |
|
<Resource Include="Images\ResourceXml.png" /> |
|
<Resource Include="Images\ResourceXsd.png" /> |
|
<Resource Include="Images\ResourceXslt.png" /> |
|
</ItemGroup> |
|
<ItemGroup /> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |