|
|
|
|
@ -15,14 +15,21 @@
@@ -15,14 +15,21 @@
|
|
|
|
|
<SignAssembly>true</SignAssembly> |
|
|
|
|
<AssemblyOriginatorKeyFile>Resources\ICSharpCode.TextEditor.snk</AssemblyOriginatorKeyFile> |
|
|
|
|
<RootNamespace>ICSharpCode.TextEditor</RootNamespace> |
|
|
|
|
<DebugType>None</DebugType> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>134217728</BaseAddress> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
|
<DefineConstants>DEBUG</DefineConstants> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugSymbols>False</DebugSymbols> |
|
|
|
|
|