Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj @ 11907

Last change on this file since 11907 was 11907, checked in by jkarder, 9 years ago

#2211: merged r11450, r11466, r11483, r11514, r11515 and r11890 into stable
#2234: merged r11308, r11309, r11326, r11337, r11340, r11339, r11342, r11361, r11427, r11447, r11464, r11542, r11544, r11545, r11547, r11548 into stable
#2239: merged r11437, r11439 and r11472 into stable
#2262: merged r11436, r11440, r11471, r11474, r11477, r11479, r11480, r11605, r11657, r11721, r11734, r11735, r11787, r11788, r11789 and r11826 into stable

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