|
|
@ -1,5 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ProjectGuid>{13A5B497-BA12-45AE-9033-22620C3153FB}</ProjectGuid> |
|
|
|
<ProjectGuid>{13A5B497-BA12-45AE-9033-22620C3153FB}</ProjectGuid> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
@ -7,7 +7,7 @@ |
|
|
|
<OutputType>WinExe</OutputType> |
|
|
|
<OutputType>WinExe</OutputType> |
|
|
|
<RootNamespace>AvalonEdit.Sample</RootNamespace> |
|
|
|
<RootNamespace>AvalonEdit.Sample</RootNamespace> |
|
|
|
<AssemblyName>AvalonEdit.Sample</AssemblyName> |
|
|
|
<AssemblyName>AvalonEdit.Sample</AssemblyName> |
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
|
@ -49,6 +49,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> |
|
|
|