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.
110 lines
4.6 KiB
110 lines
4.6 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
<PropertyGroup> |
|
<ProjectGuid>{F32EBCC8-0E53-4421-867E-05B3D6E10C70}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>TestPlugin</RootNamespace> |
|
<AssemblyName>Test.Plugin</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<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=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<StartAction>Program</StartAction> |
|
<StartProgram>bin\Debug\ILSpy.exe</StartProgram> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>bin\Release\</OutputPath> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<StartAction>Program</StartAction> |
|
<StartProgram>bin\Release\ILSpy.exe</StartProgram> |
|
</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="ContextMenuCommand.cs" /> |
|
<Compile Include="CustomLanguage.cs" /> |
|
<Compile Include="CustomOptionPage.xaml.cs"> |
|
<DependentUpon>CustomOptionPage.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="MainMenuCommand.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Resource Include="Clear.png" /> |
|
<None Include="Readme.txt" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj"> |
|
<Project>{984CC812-9470-4A13-AFF9-CC44068D666C}</Project> |
|
<Name>ICSharpCode.Decompiler</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\ILSpy\ILSpy.csproj"> |
|
<Project>{1E85EFF9-E370-4683-83E4-8A3D063FF791}</Project> |
|
<Name>ILSpy</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Mono.Cecil\Mono.Cecil.csproj"> |
|
<Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project> |
|
<Name>Mono.Cecil</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> |
|
<Page Include="CustomOptionPage.xaml" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |