[4065] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
---|
[2659] | 3 | <PropertyGroup>
|
---|
| 4 | <OutputType>Library</OutputType>
|
---|
| 5 | <RootNamespace>HeuristicLab.CodeEditor</RootNamespace>
|
---|
[3705] | 6 | <AssemblyName>HeuristicLab.CodeEditor-3.3</AssemblyName>
|
---|
[2659] | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 9 | <ProjectGuid>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</ProjectGuid>
|
---|
[11623] | 10 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[6866] | 11 | <TargetFrameworkProfile>
|
---|
| 12 | </TargetFrameworkProfile>
|
---|
[2659] | 13 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
---|
| 14 | <NoStdLib>False</NoStdLib>
|
---|
| 15 | <WarningLevel>4</WarningLevel>
|
---|
| 16 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
| 17 | <StartupObject>
|
---|
| 18 | </StartupObject>
|
---|
| 19 | <SignAssembly>true</SignAssembly>
|
---|
| 20 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[4065] | 21 | <FileUpgradeFlags>
|
---|
| 22 | </FileUpgradeFlags>
|
---|
| 23 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 24 | <UpgradeBackupLocation />
|
---|
| 25 | <PublishUrl>publish\</PublishUrl>
|
---|
| 26 | <Install>true</Install>
|
---|
| 27 | <InstallFrom>Disk</InstallFrom>
|
---|
| 28 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 29 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 30 | <UpdateInterval>7</UpdateInterval>
|
---|
| 31 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 32 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 33 | <UpdateRequired>false</UpdateRequired>
|
---|
| 34 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 35 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 36 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 37 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 38 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 39 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[2659] | 40 | </PropertyGroup>
|
---|
| 41 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
---|
[6866] | 42 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2659] | 43 | <Optimize>False</Optimize>
|
---|
| 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <DebugSymbols>true</DebugSymbols>
|
---|
| 46 | <DebugType>Full</DebugType>
|
---|
| 47 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
---|
| 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
---|
[6866] | 50 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2659] | 51 | <Optimize>True</Optimize>
|
---|
| 52 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 53 | <DebugSymbols>False</DebugSymbols>
|
---|
| 54 | <DebugType>None</DebugType>
|
---|
| 55 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
---|
| 56 | </PropertyGroup>
|
---|
| 57 | <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
---|
| 58 | <RegisterForComInterop>False</RegisterForComInterop>
|
---|
| 59 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
---|
| 60 | <BaseAddress>4194304</BaseAddress>
|
---|
| 61 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
| 62 | <FileAlignment>4096</FileAlignment>
|
---|
| 63 | </PropertyGroup>
|
---|
| 64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 65 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 66 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2659] | 67 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 68 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
| 69 | <FileAlignment>4096</FileAlignment>
|
---|
| 70 | <DebugType>Full</DebugType>
|
---|
| 71 | <PlatformTarget>x86</PlatformTarget>
|
---|
[4065] | 72 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 73 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2659] | 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[6866] | 76 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2659] | 77 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 78 | <Optimize>true</Optimize>
|
---|
| 79 | <FileAlignment>4096</FileAlignment>
|
---|
[2689] | 80 | <DebugType>pdbonly</DebugType>
|
---|
[2659] | 81 | <PlatformTarget>x86</PlatformTarget>
|
---|
[6866] | 82 | <DocumentationFile>
|
---|
| 83 | </DocumentationFile>
|
---|
[2689] | 84 | <DebugSymbols>true</DebugSymbols>
|
---|
[4065] | 85 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 86 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2659] | 87 | </PropertyGroup>
|
---|
[2660] | 88 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 89 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 90 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2660] | 91 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 92 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
| 93 | <FileAlignment>4096</FileAlignment>
|
---|
| 94 | <DebugType>Full</DebugType>
|
---|
| 95 | <PlatformTarget>x64</PlatformTarget>
|
---|
[4065] | 96 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 97 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2660] | 98 | </PropertyGroup>
|
---|
| 99 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[6866] | 100 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2660] | 101 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 102 | <Optimize>true</Optimize>
|
---|
| 103 | <FileAlignment>4096</FileAlignment>
|
---|
| 104 | <DebugType>None</DebugType>
|
---|
| 105 | <PlatformTarget>x64</PlatformTarget>
|
---|
[6866] | 106 | <DocumentationFile>
|
---|
| 107 | </DocumentationFile>
|
---|
[4065] | 108 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 109 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2660] | 110 | </PropertyGroup>
|
---|
[2900] | 111 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
[6866] | 112 | <DocumentationFile>
|
---|
| 113 | </DocumentationFile>
|
---|
[4065] | 114 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 115 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2900] | 116 | </PropertyGroup>
|
---|
[4065] | 117 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
---|
| 118 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 119 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4065] | 120 | </PropertyGroup>
|
---|
[2659] | 121 | <ItemGroup>
|
---|
[9203] | 122 | <Reference Include="ICSharpCode.NRefactory, Version=3.2.1.0, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
|
---|
[2659] | 123 | <SpecificVersion>False</SpecificVersion>
|
---|
[7021] | 124 | <HintPath>..\..\bin\ICSharpCode.NRefactory.dll</HintPath>
|
---|
| 125 | <Private>False</Private>
|
---|
[2659] | 126 | </Reference>
|
---|
[9203] | 127 | <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.2.1.0, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
|
---|
[2659] | 128 | <SpecificVersion>False</SpecificVersion>
|
---|
[7021] | 129 | <HintPath>..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
|
---|
| 130 | <Private>False</Private>
|
---|
[2659] | 131 | </Reference>
|
---|
[9203] | 132 | <Reference Include="ICSharpCode.TextEditor, Version=3.2.1.0, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
|
---|
[2659] | 133 | <SpecificVersion>False</SpecificVersion>
|
---|
[7021] | 134 | <HintPath>..\..\bin\ICSharpCode.TextEditor.dll</HintPath>
|
---|
| 135 | <Private>False</Private>
|
---|
[2659] | 136 | </Reference>
|
---|
[2667] | 137 | <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
---|
| 138 | <SpecificVersion>False</SpecificVersion>
|
---|
[7021] | 139 | <HintPath>..\..\bin\Mono.Cecil.dll</HintPath>
|
---|
| 140 | <Private>False</Private>
|
---|
[2667] | 141 | </Reference>
|
---|
[2659] | 142 | <Reference Include="System" />
|
---|
| 143 | <Reference Include="System.Core">
|
---|
| 144 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 145 | </Reference>
|
---|
| 146 | <Reference Include="System.Data" />
|
---|
| 147 | <Reference Include="System.Drawing" />
|
---|
| 148 | <Reference Include="System.Windows.Forms" />
|
---|
| 149 | <Reference Include="System.Xml" />
|
---|
| 150 | </ItemGroup>
|
---|
| 151 | <ItemGroup>
|
---|
| 152 | <Compile Include="CodeCompletionData.cs" />
|
---|
| 153 | <EmbeddedResource Include="CodeViewer.resx">
|
---|
| 154 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
| 155 | </EmbeddedResource>
|
---|
| 156 | <Compile Include="CodeCompletionProvider.cs" />
|
---|
| 157 | <Compile Include="CodeCompletionKeyHandler.cs" />
|
---|
| 158 | <Compile Include="CodeViewer.cs">
|
---|
| 159 | <SubType>Form</SubType>
|
---|
| 160 | </Compile>
|
---|
| 161 | <Compile Include="CodeViewer.Designer.cs">
|
---|
| 162 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
| 163 | </Compile>
|
---|
[6866] | 164 | <None Include="Plugin.cs.frame" />
|
---|
[2659] | 165 | <Compile Include="ErrorBookmark.cs" />
|
---|
| 166 | <Compile Include="HostCallbackImplementation.cs" />
|
---|
| 167 | <Compile Include="CodeEditor.cs">
|
---|
| 168 | <SubType>UserControl</SubType>
|
---|
| 169 | </Compile>
|
---|
| 170 | <Compile Include="CodeEditor.Designer.cs">
|
---|
| 171 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
| 172 | </Compile>
|
---|
[6866] | 173 | <Compile Include="Plugin.cs" />
|
---|
[2659] | 174 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 175 | <Compile Include="ToolTipProvider.cs" />
|
---|
| 176 | </ItemGroup>
|
---|
| 177 | <ItemGroup>
|
---|
| 178 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 179 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[2659] | 180 | </ItemGroup>
|
---|
| 181 | <ItemGroup>
|
---|
[3702] | 182 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
[2667] | 183 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
[3702] | 184 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[6866] | 185 | <Private>False</Private>
|
---|
[2667] | 186 | </ProjectReference>
|
---|
[3832] | 187 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[2670] | 188 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[3832] | 189 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 190 | <Private>False</Private>
|
---|
[2670] | 191 | </ProjectReference>
|
---|
[2659] | 192 | </ItemGroup>
|
---|
[4065] | 193 | <ItemGroup>
|
---|
| 194 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 195 | <Visible>False</Visible>
|
---|
| 196 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 197 | <Install>false</Install>
|
---|
| 198 | </BootstrapperPackage>
|
---|
| 199 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 200 | <Visible>False</Visible>
|
---|
| 201 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 202 | <Install>true</Install>
|
---|
| 203 | </BootstrapperPackage>
|
---|
| 204 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 205 | <Visible>False</Visible>
|
---|
| 206 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 207 | <Install>true</Install>
|
---|
| 208 | </BootstrapperPackage>
|
---|
| 209 | </ItemGroup>
|
---|
[2659] | 210 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
---|
| 211 | <PropertyGroup>
|
---|
[9203] | 212 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[2659] | 213 | set ProjectDir=$(ProjectDir)
|
---|
| 214 | set SolutionDir=$(SolutionDir)
|
---|
| 215 | set Outdir=$(Outdir)
|
---|
| 216 |
|
---|
[2911] | 217 | call PreBuildEvent.cmd
|
---|
[6866] | 218 | </PreBuildEvent>
|
---|
[9203] | 219 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 220 | export ProjectDir=$(ProjectDir)
|
---|
| 221 | export SolutionDir=$(SolutionDir)
|
---|
| 222 |
|
---|
| 223 | $SolutionDir/PreBuildEvent.sh
|
---|
| 224 | </PreBuildEvent>
|
---|
[2659] | 225 | </PropertyGroup>
|
---|
| 226 | </Project> |
---|