|
|
|
@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
|
|
|
|
|
<OutputType>Library</OutputType> |
|
|
|
|
<RootNamespace>ICSharpCode.AvalonEdit</RootNamespace> |
|
|
|
|
<AssemblyName>ICSharpCode.AvalonEdit.Tests</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
|
<SourceAnalysisOverrideSettingsFile>"C:\Program Files\SharpDevelop\3.0\bin\..\AddIns\AddIns\Misc\SourceAnalysis\Settings.SourceAnalysis"</SourceAnalysisOverrideSettingsFile> |
|
|
|
|
<SignAssembly>True</SignAssembly> |
|
|
|
@ -20,7 +20,8 @@
@@ -20,7 +20,8 @@
|
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<OutputPath>..\..\..\..\bin\UnitTests\</OutputPath> |
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
|
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
|
|
|
|
<TargetFrameworkProfile> |
|
|
|
|
</TargetFrameworkProfile> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|