|
|
|
@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<ProjectGuid>{A6BAD2BA-76BA-461C-8B6D-418607591247}</ProjectGuid> |
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
|
<OutputType>Library</OutputType> |
|
|
|
|
<RootNamespace>ILSpy.BamlDecompiler</RootNamespace> |
|
|
|
|
<AssemblyName>ILSpy.BamlDecompiler.Plugin</AssemblyName> |
|
|
|
@ -22,6 +22,13 @@
@@ -22,6 +22,13 @@
|
|
|
|
|
<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>..\ILSpy\bin\Debug\</OutputPath> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|