|
|
@ -1,5 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ProjectGuid>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</ProjectGuid> |
|
|
|
<ProjectGuid>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</ProjectGuid> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
@ -7,7 +7,7 @@ |
|
|
|
<OutputType>Library</OutputType> |
|
|
|
<OutputType>Library</OutputType> |
|
|
|
<RootNamespace>ICSharpCode.AvalonEdit</RootNamespace> |
|
|
|
<RootNamespace>ICSharpCode.AvalonEdit</RootNamespace> |
|
|
|
<AssemblyName>ICSharpCode.AvalonEdit</AssemblyName> |
|
|
|
<AssemblyName>ICSharpCode.AvalonEdit</AssemblyName> |
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
<SourceAnalysisOverrideSettingsFile>"C:\Program Files\SharpDevelop\3.0\bin\..\AddIns\AddIns\Misc\SourceAnalysis\Settings.SourceAnalysis"</SourceAnalysisOverrideSettingsFile> |
|
|
|
<SourceAnalysisOverrideSettingsFile>"C:\Program Files\SharpDevelop\3.0\bin\..\AddIns\AddIns\Misc\SourceAnalysis\Settings.SourceAnalysis"</SourceAnalysisOverrideSettingsFile> |
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
@ -29,14 +29,14 @@ |
|
|
|
<DebugType>Full</DebugType> |
|
|
|
<DebugType>Full</DebugType> |
|
|
|
<Optimize>False</Optimize> |
|
|
|
<Optimize>False</Optimize> |
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<DefineConstants>DEBUG;TRACE;DOTNET4</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
<Optimize>True</Optimize> |
|
|
|
<Optimize>True</Optimize> |
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<DefineConstants>TRACE;DOTNET4</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
@ -63,6 +63,9 @@ |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
|
|
|
|
<Reference Include="System.Xaml"> |
|
|
|
|
|
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System.Xml.Linq"> |
|
|
|
<Reference Include="System.Xml.Linq"> |
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|