|
|
|
@ -20,8 +20,8 @@
@@ -20,8 +20,8 @@
|
|
|
|
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
|
|
|
<RunCodeAnalysis>False</RunCodeAnalysis> |
|
|
|
|
<CodeAnalysisRules>-Microsoft.Design#CA1020;-Microsoft.Design#CA1033;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1810</CodeAnalysisRules> |
|
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
|
<DocumentationFile>..\..\..\..\bin\ICSharpCode.AvalonEdit.xml</DocumentationFile> |
|
|
|
|
<OutputPath>bin\$(Configuration)</OutputPath> |
|
|
|
|
<DocumentationFile>bin\$(Configuration)\ICSharpCode.AvalonEdit.xml</DocumentationFile> |
|
|
|
|
<NoWarn>1607</NoWarn> |
|
|
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
|
|
|
|
</PropertyGroup> |
|
|
|
@ -82,9 +82,6 @@
@@ -82,9 +82,6 @@
|
|
|
|
|
</Reference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
|
|
|
<Link>Properties\GlobalAssemblyInfo.cs</Link> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="AvalonEditCommands.cs" /> |
|
|
|
|
<Compile Include="CodeCompletion\CompletionListBox.cs" /> |
|
|
|
|
<Compile Include="CodeCompletion\CompletionWindowBase.cs" /> |
|
|
|
|