|
|
|
@ -5,6 +5,7 @@
@@ -5,6 +5,7 @@
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<TargetFramework>net46</TargetFramework> |
|
|
|
|
<AssemblyName>ILSpy.BamlDecompiler.Plugin</AssemblyName> |
|
|
|
|
<LangVersion>7.2</LangVersion> |
|
|
|
|
|
|
|
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo> |
|
|
|
|
|
|
|
|
@ -28,10 +29,6 @@
@@ -28,10 +29,6 @@
|
|
|
|
|
<OutputPath>..\ILSpy\bin\$(Configuration)\</OutputPath> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
|
<LangVersion>7.2</LangVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="PresentationCore" /> |
|
|
|
|
<Reference Include="PresentationFramework" /> |
|
|
|
|