|
|
|
@ -6,7 +6,7 @@
@@ -6,7 +6,7 @@
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
|
|
|
<OutputType>Library</OutputType> |
|
|
|
|
<RootNamespace>ICSharpCode.ILSpy.Debugger</RootNamespace> |
|
|
|
|
<AssemblyName>ILSpy.Debugger</AssemblyName> |
|
|
|
|
<AssemblyName>ILSpy.Debugger.Plugin</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
|
<TargetFrameworkProfile> |
|
|
|
@ -15,6 +15,8 @@
@@ -15,6 +15,8 @@
|
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<SignAssembly>False</SignAssembly> |
|
|
|
|
<DelaySign>False</DelaySign> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<OutputPath>..\..\ILSpy\bin\Debug\</OutputPath> |
|
|
|
|