Cosmos/Tools/ILSpyPlugAddIn/ILSpyPlugAddIn.csproj
José Pedro ef17dc9d21
Updated ILSpy to version 3.2.0.3856.
Updated ILSpyPlugAddIn.csproj to the new project format.
2018-08-29 19:13:15 +01:00

21 lines
732 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net46</TargetFramework>
<RootNamespace>Cosmos.ILSpyPlugs.Plugin</RootNamespace>
<AssemblyName>Cosmos.ILSpyPlugs.Plugin</AssemblyName>
<IncludeWpfReferences>True</IncludeWpfReferences>
</PropertyGroup>
<ItemGroup>
<ILSpyReference Include="ICSharpCode.TreeView.dll" />
<ILSpyReference Include="ILSpy.exe" />
<ILSpyReference Include="Mono.Cecil.dll" />
</ItemGroup>
<ItemGroup>
<Reference Include="@(ILSpyReference)" HintPath="$(RepoRoot)Resources\Dependencies\ILSpy\%(Identity)" />
<Reference Include="System.ComponentModel.Composition" />
</ItemGroup>
</Project>