[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>
|
---|
[6866] | 10 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 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>
|
---|
[2659] | 73 | </PropertyGroup>
|
---|
| 74 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[6866] | 75 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2659] | 76 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 77 | <Optimize>true</Optimize>
|
---|
| 78 | <FileAlignment>4096</FileAlignment>
|
---|
[2689] | 79 | <DebugType>pdbonly</DebugType>
|
---|
[2659] | 80 | <PlatformTarget>x86</PlatformTarget>
|
---|
[6866] | 81 | <DocumentationFile>
|
---|
| 82 | </DocumentationFile>
|
---|
[2689] | 83 | <DebugSymbols>true</DebugSymbols>
|
---|
[4065] | 84 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2659] | 85 | </PropertyGroup>
|
---|
[2660] | 86 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 87 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 88 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2660] | 89 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 90 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
| 91 | <FileAlignment>4096</FileAlignment>
|
---|
| 92 | <DebugType>Full</DebugType>
|
---|
| 93 | <PlatformTarget>x64</PlatformTarget>
|
---|
[4065] | 94 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2660] | 95 | </PropertyGroup>
|
---|
| 96 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[6866] | 97 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2660] | 98 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 99 | <Optimize>true</Optimize>
|
---|
| 100 | <FileAlignment>4096</FileAlignment>
|
---|
| 101 | <DebugType>None</DebugType>
|
---|
| 102 | <PlatformTarget>x64</PlatformTarget>
|
---|
[6866] | 103 | <DocumentationFile>
|
---|
| 104 | </DocumentationFile>
|
---|
[4065] | 105 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2660] | 106 | </PropertyGroup>
|
---|
[2900] | 107 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
[6866] | 108 | <DocumentationFile>
|
---|
| 109 | </DocumentationFile>
|
---|
[4065] | 110 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2900] | 111 | </PropertyGroup>
|
---|
[4065] | 112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
---|
| 113 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 114 | </PropertyGroup>
|
---|
[2659] | 115 | <ItemGroup>
|
---|
[9203] | 116 | <Reference Include="ICSharpCode.NRefactory, Version=3.2.1.0, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
|
---|
[2659] | 117 | <SpecificVersion>False</SpecificVersion>
|
---|
[7021] | 118 | <HintPath>..\..\bin\ICSharpCode.NRefactory.dll</HintPath>
|
---|
| 119 | <Private>False</Private>
|
---|
[2659] | 120 | </Reference>
|
---|
[9203] | 121 | <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.2.1.0, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
|
---|
[2659] | 122 | <SpecificVersion>False</SpecificVersion>
|
---|
[7021] | 123 | <HintPath>..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
|
---|
| 124 | <Private>False</Private>
|
---|
[2659] | 125 | </Reference>
|
---|
[9203] | 126 | <Reference Include="ICSharpCode.TextEditor, Version=3.2.1.0, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
|
---|
[2659] | 127 | <SpecificVersion>False</SpecificVersion>
|
---|
[7021] | 128 | <HintPath>..\..\bin\ICSharpCode.TextEditor.dll</HintPath>
|
---|
| 129 | <Private>False</Private>
|
---|
[2659] | 130 | </Reference>
|
---|
[2667] | 131 | <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
---|
| 132 | <SpecificVersion>False</SpecificVersion>
|
---|
[7021] | 133 | <HintPath>..\..\bin\Mono.Cecil.dll</HintPath>
|
---|
| 134 | <Private>False</Private>
|
---|
[2667] | 135 | </Reference>
|
---|
[2659] | 136 | <Reference Include="System" />
|
---|
| 137 | <Reference Include="System.Core">
|
---|
| 138 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 139 | </Reference>
|
---|
| 140 | <Reference Include="System.Data" />
|
---|
| 141 | <Reference Include="System.Drawing" />
|
---|
| 142 | <Reference Include="System.Windows.Forms" />
|
---|
| 143 | <Reference Include="System.Xml" />
|
---|
| 144 | </ItemGroup>
|
---|
| 145 | <ItemGroup>
|
---|
| 146 | <Compile Include="CodeCompletionData.cs" />
|
---|
| 147 | <EmbeddedResource Include="CodeEditor.resx">
|
---|
| 148 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
| 149 | </EmbeddedResource>
|
---|
| 150 | <EmbeddedResource Include="CodeViewer.resx">
|
---|
| 151 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
| 152 | </EmbeddedResource>
|
---|
| 153 | <Compile Include="CodeCompletionProvider.cs" />
|
---|
| 154 | <Compile Include="CodeCompletionKeyHandler.cs" />
|
---|
| 155 | <Compile Include="CodeViewer.cs">
|
---|
| 156 | <SubType>Form</SubType>
|
---|
| 157 | </Compile>
|
---|
| 158 | <Compile Include="CodeViewer.Designer.cs">
|
---|
| 159 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
| 160 | </Compile>
|
---|
[6866] | 161 | <None Include="Plugin.cs.frame" />
|
---|
[2659] | 162 | <Compile Include="ErrorBookmark.cs" />
|
---|
| 163 | <Compile Include="HostCallbackImplementation.cs" />
|
---|
| 164 | <Compile Include="CodeEditor.cs">
|
---|
| 165 | <SubType>UserControl</SubType>
|
---|
| 166 | </Compile>
|
---|
| 167 | <Compile Include="CodeEditor.Designer.cs">
|
---|
| 168 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
| 169 | </Compile>
|
---|
[6866] | 170 | <Compile Include="Plugin.cs" />
|
---|
[2659] | 171 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 172 | <Compile Include="ToolTipProvider.cs" />
|
---|
| 173 | </ItemGroup>
|
---|
| 174 | <ItemGroup>
|
---|
| 175 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 176 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[2659] | 177 | </ItemGroup>
|
---|
| 178 | <ItemGroup>
|
---|
[3702] | 179 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
[2667] | 180 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
[3702] | 181 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[6866] | 182 | <Private>False</Private>
|
---|
[2667] | 183 | </ProjectReference>
|
---|
[3832] | 184 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[2670] | 185 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[3832] | 186 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 187 | <Private>False</Private>
|
---|
[2670] | 188 | </ProjectReference>
|
---|
[2659] | 189 | </ItemGroup>
|
---|
[4065] | 190 | <ItemGroup>
|
---|
| 191 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 192 | <Visible>False</Visible>
|
---|
| 193 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 194 | <Install>false</Install>
|
---|
| 195 | </BootstrapperPackage>
|
---|
| 196 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 197 | <Visible>False</Visible>
|
---|
| 198 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 199 | <Install>true</Install>
|
---|
| 200 | </BootstrapperPackage>
|
---|
| 201 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 202 | <Visible>False</Visible>
|
---|
| 203 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 204 | <Install>true</Install>
|
---|
| 205 | </BootstrapperPackage>
|
---|
| 206 | </ItemGroup>
|
---|
[2659] | 207 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
---|
| 208 | <PropertyGroup>
|
---|
[9203] | 209 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[2659] | 210 | set ProjectDir=$(ProjectDir)
|
---|
| 211 | set SolutionDir=$(SolutionDir)
|
---|
| 212 | set Outdir=$(Outdir)
|
---|
| 213 |
|
---|
[2911] | 214 | call PreBuildEvent.cmd
|
---|
[6866] | 215 | </PreBuildEvent>
|
---|
[9203] | 216 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 217 | export ProjectDir=$(ProjectDir)
|
---|
| 218 | export SolutionDir=$(SolutionDir)
|
---|
| 219 |
|
---|
| 220 | $SolutionDir/PreBuildEvent.sh
|
---|
| 221 | </PreBuildEvent>
|
---|
[2659] | 222 | </PropertyGroup>
|
---|
| 223 | </Project> |
---|