Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Async/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj @ 12912

Last change on this file since 12912 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
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3  <PropertyGroup>
4    <OutputType>Library</OutputType>
5    <RootNamespace>HeuristicLab.CodeEditor</RootNamespace>
6    <AssemblyName>HeuristicLab.CodeEditor-3.3</AssemblyName>
7    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9    <ProjectGuid>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</ProjectGuid>
10    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11    <TargetFrameworkProfile>
12    </TargetFrameworkProfile>
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>
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>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
42    <OutputPath>$(SolutionDir)\bin\</OutputPath>
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' ">
50    <OutputPath>$(SolutionDir)\bin\</OutputPath>
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>
66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
67    <DefineConstants>DEBUG;TRACE</DefineConstants>
68    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
69    <FileAlignment>4096</FileAlignment>
70    <DebugType>Full</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
77    <DefineConstants>TRACE</DefineConstants>
78    <Optimize>true</Optimize>
79    <FileAlignment>4096</FileAlignment>
80    <DebugType>pdbonly</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <DocumentationFile>
83    </DocumentationFile>
84    <DebugSymbols>true</DebugSymbols>
85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
86    <Prefer32Bit>false</Prefer32Bit>
87  </PropertyGroup>
88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
89    <DebugSymbols>true</DebugSymbols>
90    <OutputPath>$(SolutionDir)\bin\</OutputPath>
91    <DefineConstants>DEBUG;TRACE</DefineConstants>
92    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
93    <FileAlignment>4096</FileAlignment>
94    <DebugType>Full</DebugType>
95    <PlatformTarget>x64</PlatformTarget>
96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
97    <Prefer32Bit>false</Prefer32Bit>
98  </PropertyGroup>
99  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
100    <OutputPath>$(SolutionDir)\bin\</OutputPath>
101    <DefineConstants>TRACE</DefineConstants>
102    <Optimize>true</Optimize>
103    <FileAlignment>4096</FileAlignment>
104    <DebugType>None</DebugType>
105    <PlatformTarget>x64</PlatformTarget>
106    <DocumentationFile>
107    </DocumentationFile>
108    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
109    <Prefer32Bit>false</Prefer32Bit>
110  </PropertyGroup>
111  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
112    <DocumentationFile>
113    </DocumentationFile>
114    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
115    <Prefer32Bit>false</Prefer32Bit>
116  </PropertyGroup>
117  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
118    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
119    <Prefer32Bit>false</Prefer32Bit>
120  </PropertyGroup>
121  <ItemGroup>
122    <Reference Include="ICSharpCode.NRefactory, Version=3.2.1.0, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\..\bin\ICSharpCode.NRefactory.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.2.1.0, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
128      <SpecificVersion>False</SpecificVersion>
129      <HintPath>..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="ICSharpCode.TextEditor, Version=3.2.1.0, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
133      <SpecificVersion>False</SpecificVersion>
134      <HintPath>..\..\bin\ICSharpCode.TextEditor.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
138      <SpecificVersion>False</SpecificVersion>
139      <HintPath>..\..\bin\Mono.Cecil.dll</HintPath>
140      <Private>False</Private>
141    </Reference>
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>
167    <None Include="Plugin.cs.frame" />
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>
176    <Compile Include="Plugin.cs" />
177    <Compile Include="Properties\AssemblyInfo.cs" />
178    <Compile Include="ToolTipProvider.cs" />
179  </ItemGroup>
180  <ItemGroup>
181    <None Include="HeuristicLab.snk" />
182    <None Include="Properties\AssemblyInfo.cs.frame" />
183  </ItemGroup>
184  <ItemGroup>
185    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
186      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
187      <Name>HeuristicLab.Common.Resources-3.3</Name>
188      <Private>False</Private>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
191      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
192      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
193      <Private>False</Private>
194    </ProjectReference>
195  </ItemGroup>
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>
213  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
214  <PropertyGroup>
215    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
216set ProjectDir=$(ProjectDir)
217set SolutionDir=$(SolutionDir)
218set Outdir=$(Outdir)
219
220call PreBuildEvent.cmd
221</PreBuildEvent>
222    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
223export ProjectDir=$(ProjectDir)
224export SolutionDir=$(SolutionDir)
225
226$SolutionDir/PreBuildEvent.sh
227</PreBuildEvent>
228  </PropertyGroup>
229</Project>
Note: See TracBrowser for help on using the repository browser.