|
|
|
@ -3,19 +3,23 @@
@@ -3,19 +3,23 @@
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<ProjectGuid>{704F66F1-5C7F-4326-A7AA-C604A3896D4E}</ProjectGuid> |
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
|
<OutputType>Library</OutputType> |
|
|
|
|
<RootNamespace>ICSharpCode.ILSpy.SharpDevelop</RootNamespace> |
|
|
|
|
<AssemblyName>ILSpy.SharpDevelop.LGPL</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
<SignAssembly>False</SignAssembly> |
|
|
|
|
<DelaySign>False</DelaySign> |
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
@ -28,6 +32,9 @@
@@ -28,6 +32,9 @@
|
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="PresentationCore"> |
|
|
|
|