Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj @ 11623

Last change on this file since 11623 was 11623, checked in by ascheibe, 10 years ago

#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)

File size: 9.9 KB
RevLine 
[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="CodeEditor.resx">
154      <DependentUpon>CodeEditor.cs</DependentUpon>
155    </EmbeddedResource>
156    <EmbeddedResource Include="CodeViewer.resx">
157      <DependentUpon>CodeViewer.cs</DependentUpon>
158    </EmbeddedResource>
159    <Compile Include="CodeCompletionProvider.cs" />
160    <Compile Include="CodeCompletionKeyHandler.cs" />
161    <Compile Include="CodeViewer.cs">
162      <SubType>Form</SubType>
163    </Compile>
164    <Compile Include="CodeViewer.Designer.cs">
165      <DependentUpon>CodeViewer.cs</DependentUpon>
166    </Compile>
[6866]167    <None Include="Plugin.cs.frame" />
[2659]168    <Compile Include="ErrorBookmark.cs" />
169    <Compile Include="HostCallbackImplementation.cs" />
170    <Compile Include="CodeEditor.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="CodeEditor.Designer.cs">
174      <DependentUpon>CodeEditor.cs</DependentUpon>
175    </Compile>
[6866]176    <Compile Include="Plugin.cs" />
[2659]177    <Compile Include="Properties\AssemblyInfo.cs" />
178    <Compile Include="ToolTipProvider.cs" />
179  </ItemGroup>
180  <ItemGroup>
181    <None Include="HeuristicLab.snk" />
[6866]182    <None Include="Properties\AssemblyInfo.cs.frame" />
[2659]183  </ItemGroup>
184  <ItemGroup>
[3702]185    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[2667]186      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]187      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]188      <Private>False</Private>
[2667]189    </ProjectReference>
[3832]190    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2670]191      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]192      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]193      <Private>False</Private>
[2670]194    </ProjectReference>
[2659]195  </ItemGroup>
[4065]196  <ItemGroup>
197    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
198      <Visible>False</Visible>
199      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
200      <Install>false</Install>
201    </BootstrapperPackage>
202    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
203      <Visible>False</Visible>
204      <ProductName>.NET Framework 3.5 SP1</ProductName>
205      <Install>true</Install>
206    </BootstrapperPackage>
207    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
208      <Visible>False</Visible>
209      <ProductName>Windows Installer 3.1</ProductName>
210      <Install>true</Install>
211    </BootstrapperPackage>
212  </ItemGroup>
[2659]213  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
214  <PropertyGroup>
[9203]215    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[2659]216set ProjectDir=$(ProjectDir)
217set SolutionDir=$(SolutionDir)
218set Outdir=$(Outdir)
219
[2911]220call PreBuildEvent.cmd
[6866]221</PreBuildEvent>
[9203]222    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]223export ProjectDir=$(ProjectDir)
224export SolutionDir=$(SolutionDir)
225
226$SolutionDir/PreBuildEvent.sh
227</PreBuildEvent>
[2659]228  </PropertyGroup>
229</Project>
Note: See TracBrowser for help on using the repository browser.