Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ALPS/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj @ 11677

Last change on this file since 11677 was 11677, checked in by pfleck, 9 years ago

#2269 Merged trunk. Updated .net version of ALPS plugin.

File size: 9.8 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="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>
164    <None Include="Plugin.cs.frame" />
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>
173    <Compile Include="Plugin.cs" />
174    <Compile Include="Properties\AssemblyInfo.cs" />
175    <Compile Include="ToolTipProvider.cs" />
176  </ItemGroup>
177  <ItemGroup>
178    <None Include="HeuristicLab.snk" />
179    <None Include="Properties\AssemblyInfo.cs.frame" />
180  </ItemGroup>
181  <ItemGroup>
182    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
183      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
184      <Name>HeuristicLab.Common.Resources-3.3</Name>
185      <Private>False</Private>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
188      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
189      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
190      <Private>False</Private>
191    </ProjectReference>
192  </ItemGroup>
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>
210  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
211  <PropertyGroup>
212    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
213set ProjectDir=$(ProjectDir)
214set SolutionDir=$(SolutionDir)
215set Outdir=$(Outdir)
216
217call PreBuildEvent.cmd
218</PreBuildEvent>
219    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
220export ProjectDir=$(ProjectDir)
221export SolutionDir=$(SolutionDir)
222
223$SolutionDir/PreBuildEvent.sh
224</PreBuildEvent>
225  </PropertyGroup>
226</Project>
Note: See TracBrowser for help on using the repository browser.