[11700] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{C38691AE-ECB4-489A-A05D-B035554E0168}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.CodeEditor</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.CodeEditor-3.4</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | </PropertyGroup>
|
---|
| 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 16 | <DebugSymbols>true</DebugSymbols>
|
---|
| 17 | <DebugType>full</DebugType>
|
---|
| 18 | <Optimize>false</Optimize>
|
---|
| 19 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 20 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 21 | <ErrorReport>prompt</ErrorReport>
|
---|
| 22 | <WarningLevel>4</WarningLevel>
|
---|
| 23 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 24 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
| 29 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
| 33 | <DocumentationFile>
|
---|
| 34 | </DocumentationFile>
|
---|
| 35 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 36 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 42 | <DebugType>full</DebugType>
|
---|
| 43 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 46 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 49 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 50 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <DocumentationFile>
|
---|
| 56 | </DocumentationFile>
|
---|
| 57 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 58 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 59 | </PropertyGroup>
|
---|
| 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 61 | <DebugSymbols>true</DebugSymbols>
|
---|
| 62 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 63 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 64 | <DebugType>full</DebugType>
|
---|
| 65 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 66 | <ErrorReport>prompt</ErrorReport>
|
---|
| 67 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 68 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 69 | </PropertyGroup>
|
---|
| 70 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 71 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 72 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 73 | <Optimize>true</Optimize>
|
---|
| 74 | <DebugType>pdbonly</DebugType>
|
---|
| 75 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 76 | <ErrorReport>prompt</ErrorReport>
|
---|
| 77 | <DocumentationFile>
|
---|
| 78 | </DocumentationFile>
|
---|
| 79 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 80 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 81 | </PropertyGroup>
|
---|
| 82 | <PropertyGroup>
|
---|
| 83 | <SignAssembly>true</SignAssembly>
|
---|
| 84 | </PropertyGroup>
|
---|
| 85 | <PropertyGroup>
|
---|
| 86 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 87 | </PropertyGroup>
|
---|
| 88 | <ItemGroup>
|
---|
| 89 | <Reference Include="ICSharpCode.AvalonEdit, Version=5.0.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 90 | <SpecificVersion>False</SpecificVersion>
|
---|
| 91 | <HintPath>..\..\bin\ICSharpCode.AvalonEdit.dll</HintPath>
|
---|
| 92 | <Private>False</Private>
|
---|
| 93 | </Reference>
|
---|
| 94 | <Reference Include="ICSharpCode.NRefactory, Version=5.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 95 | <SpecificVersion>False</SpecificVersion>
|
---|
| 96 | <HintPath>..\..\bin\ICSharpCode.NRefactory.dll</HintPath>
|
---|
| 97 | <Private>False</Private>
|
---|
| 98 | </Reference>
|
---|
| 99 | <Reference Include="ICSharpCode.NRefactory.Cecil, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 100 | <SpecificVersion>False</SpecificVersion>
|
---|
| 101 | <HintPath>..\..\bin\ICSharpCode.NRefactory.Cecil.dll</HintPath>
|
---|
| 102 | <Private>False</Private>
|
---|
| 103 | </Reference>
|
---|
| 104 | <Reference Include="ICSharpCode.NRefactory.CSharp, Version=5.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 105 | <SpecificVersion>False</SpecificVersion>
|
---|
| 106 | <HintPath>..\..\bin\ICSharpCode.NRefactory.CSharp.dll</HintPath>
|
---|
| 107 | <Private>False</Private>
|
---|
| 108 | </Reference>
|
---|
[11804] | 109 | <Reference Include="ICSharpCode.NRefactory.Xml, Version=5.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 110 | <SpecificVersion>False</SpecificVersion>
|
---|
| 111 | <HintPath>..\..\bin\ICSharpCode.NRefactory.Xml.dll</HintPath>
|
---|
| 112 | <Private>False</Private>
|
---|
| 113 | </Reference>
|
---|
[11700] | 114 | <Reference Include="PresentationCore" />
|
---|
| 115 | <Reference Include="PresentationFramework" />
|
---|
| 116 | <Reference Include="System" />
|
---|
| 117 | <Reference Include="System.Core" />
|
---|
| 118 | <Reference Include="System.Drawing" />
|
---|
| 119 | <Reference Include="System.Windows.Forms" />
|
---|
| 120 | <Reference Include="System.Xaml" />
|
---|
| 121 | <Reference Include="System.Xml" />
|
---|
| 122 | <Reference Include="WindowsBase" />
|
---|
| 123 | <Reference Include="WindowsFormsIntegration" />
|
---|
| 124 | </ItemGroup>
|
---|
| 125 | <ItemGroup>
|
---|
| 126 | <Compile Include="AssemblyLoader.cs" />
|
---|
| 127 | <Compile Include="CodeViewer.cs">
|
---|
| 128 | <SubType>Form</SubType>
|
---|
| 129 | </Compile>
|
---|
| 130 | <Compile Include="CodeViewer.Designer.cs">
|
---|
| 131 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
| 132 | </Compile>
|
---|
[11785] | 133 | <Compile Include="GoToLineDialog.cs">
|
---|
| 134 | <SubType>Form</SubType>
|
---|
| 135 | </Compile>
|
---|
| 136 | <Compile Include="GoToLineDialog.Designer.cs">
|
---|
| 137 | <DependentUpon>GoToLineDialog.cs</DependentUpon>
|
---|
| 138 | </Compile>
|
---|
[12662] | 139 | <Compile Include="CodeEditorBase.cs">
|
---|
| 140 | <SubType>UserControl</SubType>
|
---|
| 141 | </Compile>
|
---|
[11700] | 142 | <Compile Include="LanguageFeatures\CodeFolding\CodeFoldingResult.cs" />
|
---|
| 143 | <Compile Include="LanguageFeatures\CodeFolding\CodeFoldingStrategy.cs" />
|
---|
| 144 | <Compile Include="LanguageFeatures\CodeFolding\CSharp\CSharpCodeFoldingContext.cs" />
|
---|
| 145 | <Compile Include="LanguageFeatures\CodeFolding\CSharp\CSharpCodeFoldingStrategy.cs" />
|
---|
| 146 | <Compile Include="LanguageFeatures\CodeFolding\CSharp\FoldingVisitor.cs" />
|
---|
| 147 | <Compile Include="LanguageFeatures\CodeFolding\XML\XmlCodeFoldingStrategy.cs" />
|
---|
| 148 | <Compile Include="ITextMarker.cs" />
|
---|
| 149 | <Compile Include="LanguageFeatures\CodeCompletion\CodeCompletionResult.cs" />
|
---|
| 150 | <Compile Include="LanguageFeatures\CodeCompletion\CodeCompletionStrategy.cs" />
|
---|
| 151 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\CompletionImage.cs" />
|
---|
| 152 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpInsightItem.cs" />
|
---|
| 153 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpOverloadProvider.cs" />
|
---|
| 154 | <Compile Include="LanguageFeatures\Interfaces\IUpdatableOverloadProvider.cs" />
|
---|
| 155 | <Compile Include="LanguageFeatures\Interfaces\ICodeCompletionStrategy.cs" />
|
---|
| 156 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\CodeCompletionData.cs" />
|
---|
| 157 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpCodeCompletionStrategy.cs" />
|
---|
[11804] | 158 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpDocumentationBuilder.cs" />
|
---|
[11700] | 159 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpCodeCompletionContext.cs" />
|
---|
| 160 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CSharpCodeCompletionDataFactory.cs" />
|
---|
[11937] | 161 | <Compile Include="LanguageFeatures\Helpers\CSharpParsingHelpers.cs" />
|
---|
[11700] | 162 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\EntityCompletionData.cs" />
|
---|
| 163 | <Compile Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\VariableCompletionData.cs" />
|
---|
| 164 | <Compile Include="LanguageFeatures\Interfaces\ICodeFoldingStrategy.cs" />
|
---|
| 165 | <Compile Include="LanguageFeatures\LanguageFeatures.cs" />
|
---|
| 166 | <Compile Include="MethodDefinitionReadOnlySectionProvider.cs" />
|
---|
| 167 | <Compile Include="TextMarkerService.cs" />
|
---|
| 168 | <Compile Include="LanguageFeatures\XmlLanguageFeatures.cs" />
|
---|
| 169 | <None Include="HeuristicLab.snk" />
|
---|
| 170 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 171 | <None Include="Plugin.cs.frame" />
|
---|
| 172 | <Compile Include="CodeEditor.cs">
|
---|
| 173 | <SubType>UserControl</SubType>
|
---|
| 174 | </Compile>
|
---|
| 175 | <Compile Include="CodeEditor.Designer.cs">
|
---|
| 176 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
| 177 | </Compile>
|
---|
[12662] | 178 | <Compile Include="SimpleCodeEditor.cs">
|
---|
| 179 | <SubType>UserControl</SubType>
|
---|
| 180 | </Compile>
|
---|
| 181 | <Compile Include="SimpleCodeEditor.Designer.cs">
|
---|
| 182 | <DependentUpon>SimpleCodeEditor.cs</DependentUpon>
|
---|
| 183 | </Compile>
|
---|
[11700] | 184 | <Compile Include="AvalonEditWrapper.xaml.cs">
|
---|
| 185 | <DependentUpon>AvalonEditWrapper.xaml</DependentUpon>
|
---|
| 186 | </Compile>
|
---|
| 187 | <Compile Include="LanguageFeatures\CSharpLanguageFeatures.cs" />
|
---|
| 188 | <Compile Include="LanguageFeatures\Interfaces\ILanguageFeatures.cs" />
|
---|
| 189 | <Compile Include="Plugin.cs" />
|
---|
| 190 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 191 | </ItemGroup>
|
---|
| 192 | <ItemGroup>
|
---|
| 193 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 194 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 195 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 196 | <Private>False</Private>
|
---|
| 197 | </ProjectReference>
|
---|
| 198 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 199 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
| 200 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 201 | <Private>False</Private>
|
---|
| 202 | </ProjectReference>
|
---|
| 203 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 204 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 205 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 206 | <Private>False</Private>
|
---|
| 207 | </ProjectReference>
|
---|
| 208 | </ItemGroup>
|
---|
| 209 | <ItemGroup>
|
---|
| 210 | <Page Include="AvalonEditWrapper.xaml">
|
---|
| 211 | <SubType>Designer</SubType>
|
---|
| 212 | <Generator>MSBuild:Compile</Generator>
|
---|
| 213 | </Page>
|
---|
| 214 | </ItemGroup>
|
---|
| 215 | <ItemGroup>
|
---|
| 216 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Class.png" />
|
---|
| 217 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Constructor.png" />
|
---|
| 218 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Delegate.png" />
|
---|
| 219 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Enum.png" />
|
---|
| 220 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\EnumValue.png" />
|
---|
| 221 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Event.png" />
|
---|
| 222 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\ExtensionMethod.png" />
|
---|
| 223 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Field.png" />
|
---|
| 224 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\FieldReadOnly.png" />
|
---|
| 225 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Indexer.png" />
|
---|
| 226 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Interface.png" />
|
---|
| 227 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Literal.png" />
|
---|
| 228 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Method.png" />
|
---|
| 229 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\NameSpace.png" />
|
---|
| 230 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Operator.png" />
|
---|
| 231 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayInternal.png" />
|
---|
| 232 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayPrivate.png" />
|
---|
| 233 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayProtected.png" />
|
---|
| 234 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayProtectedInternal.png" />
|
---|
| 235 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\OverlayStatic.png" />
|
---|
| 236 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\PInvokeMethod.png" />
|
---|
| 237 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Property.png" />
|
---|
| 238 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\StaticClass.png" />
|
---|
| 239 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Struct.png" />
|
---|
[11722] | 240 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\Template.png" />
|
---|
[11700] | 241 | <Resource Include="LanguageFeatures\CodeCompletion\CSharp\CompletionData\Images\VirtualMethod.png" />
|
---|
| 242 | </ItemGroup>
|
---|
| 243 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 244 | <PropertyGroup>
|
---|
[12007] | 245 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
|
---|
| 246 | set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 247 | set ProjectDir=$(ProjectDir)
|
---|
| 248 | set SolutionDir=$(SolutionDir)
|
---|
| 249 | set Outdir=$(Outdir)
|
---|
[11700] | 250 |
|
---|
[12007] | 251 | call PreBuildEvent.cmd
|
---|
| 252 | </PreBuildEvent>
|
---|
| 253 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 254 | export ProjectDir=$(ProjectDir)
|
---|
| 255 | export SolutionDir=$(SolutionDir)
|
---|
| 256 |
|
---|
| 257 | $SolutionDir/PreBuildEvent.sh
|
---|
| 258 | </PreBuildEvent>
|
---|
[11700] | 259 | </PropertyGroup>
|
---|
| 260 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 261 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 262 | <Target Name="BeforeBuild">
|
---|
| 263 | </Target>
|
---|
| 264 | <Target Name="AfterBuild">
|
---|
| 265 | </Target>
|
---|
| 266 | -->
|
---|
| 267 | </Project> |
---|