Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

File size: 10.0 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></TargetFrameworkProfile>
12    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
13    <NoStdLib>False</NoStdLib>
14    <WarningLevel>4</WarningLevel>
15    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
16    <StartupObject>
17    </StartupObject>
18    <SignAssembly>true</SignAssembly>
19    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
20    <FileUpgradeFlags>
21    </FileUpgradeFlags>
22    <OldToolsVersion>3.5</OldToolsVersion>
23    <UpgradeBackupLocation />
24    <PublishUrl>publish\</PublishUrl>
25    <Install>true</Install>
26    <InstallFrom>Disk</InstallFrom>
27    <UpdateEnabled>false</UpdateEnabled>
28    <UpdateMode>Foreground</UpdateMode>
29    <UpdateInterval>7</UpdateInterval>
30    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
31    <UpdatePeriodically>false</UpdatePeriodically>
32    <UpdateRequired>false</UpdateRequired>
33    <MapFileExtensions>true</MapFileExtensions>
34    <ApplicationRevision>0</ApplicationRevision>
35    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
36    <IsWebBootstrapper>false</IsWebBootstrapper>
37    <UseApplicationTrust>false</UseApplicationTrust>
38    <BootstrapperEnabled>true</BootstrapperEnabled>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
41    <OutputPath>bin\Debug\</OutputPath>
42    <Optimize>False</Optimize>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugSymbols>true</DebugSymbols>
45    <DebugType>Full</DebugType>
46    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
49    <OutputPath>bin\Release\</OutputPath>
50    <Optimize>True</Optimize>
51    <DefineConstants>TRACE</DefineConstants>
52    <DebugSymbols>False</DebugSymbols>
53    <DebugType>None</DebugType>
54    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
57    <RegisterForComInterop>False</RegisterForComInterop>
58    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
59    <BaseAddress>4194304</BaseAddress>
60    <PlatformTarget>AnyCPU</PlatformTarget>
61    <FileAlignment>4096</FileAlignment>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>bin\x86\Debug\</OutputPath>
66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
68    <FileAlignment>4096</FileAlignment>
69    <DebugType>Full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
74    <OutputPath>bin\x86\Release\</OutputPath>
75    <DefineConstants>TRACE</DefineConstants>
76    <Optimize>true</Optimize>
77    <FileAlignment>4096</FileAlignment>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <DocumentationFile>bin\x86\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
81    <DebugSymbols>true</DebugSymbols>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
85    <DebugSymbols>true</DebugSymbols>
86    <OutputPath>bin\x64\Debug\</OutputPath>
87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
89    <FileAlignment>4096</FileAlignment>
90    <DebugType>Full</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93  </PropertyGroup>
94  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
95    <OutputPath>bin\x64\Release\</OutputPath>
96    <DefineConstants>TRACE</DefineConstants>
97    <Optimize>true</Optimize>
98    <FileAlignment>4096</FileAlignment>
99    <DebugType>None</DebugType>
100    <PlatformTarget>x64</PlatformTarget>
101    <DocumentationFile>bin\x64\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
102    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
103  </PropertyGroup>
104  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
105    <DocumentationFile>bin\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
107  </PropertyGroup>
108  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
109    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
110  </PropertyGroup>
111  <ItemGroup>
112    <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
113      <SpecificVersion>False</SpecificVersion>
114      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.NRefactory.dll</HintPath>
115    </Reference>
116    <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
117      <SpecificVersion>False</SpecificVersion>
118      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
119    </Reference>
120    <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
121      <SpecificVersion>False</SpecificVersion>
122      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.TextEditor.dll</HintPath>
123    </Reference>
124    <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
125      <SpecificVersion>False</SpecificVersion>
126      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\Mono.Cecil.dll</HintPath>
127    </Reference>
128    <Reference Include="System" />
129    <Reference Include="System.Core">
130      <RequiredTargetFramework>3.5</RequiredTargetFramework>
131    </Reference>
132    <Reference Include="System.Data" />
133    <Reference Include="System.Drawing" />
134    <Reference Include="System.Windows.Forms" />
135    <Reference Include="System.Xml" />
136  </ItemGroup>
137  <ItemGroup>
138    <Compile Include="CodeCompletionData.cs" />
139    <EmbeddedResource Include="CodeEditor.resx">
140      <DependentUpon>CodeEditor.cs</DependentUpon>
141    </EmbeddedResource>
142    <EmbeddedResource Include="CodeViewer.resx">
143      <DependentUpon>CodeViewer.cs</DependentUpon>
144    </EmbeddedResource>
145    <Compile Include="CodeCompletionProvider.cs" />
146    <Compile Include="CodeCompletionKeyHandler.cs" />
147    <Compile Include="CodeViewer.cs">
148      <SubType>Form</SubType>
149    </Compile>
150    <Compile Include="CodeViewer.Designer.cs">
151      <DependentUpon>CodeViewer.cs</DependentUpon>
152    </Compile>
153    <None Include="HeuristicLabCodeEditorPlugin.cs.frame" />
154    <Compile Include="HeuristicLabCodeEditorPlugin.cs" />
155    <Compile Include="ErrorBookmark.cs" />
156    <Compile Include="HostCallbackImplementation.cs" />
157    <Compile Include="CodeEditor.cs">
158      <SubType>UserControl</SubType>
159    </Compile>
160    <Compile Include="CodeEditor.Designer.cs">
161      <DependentUpon>CodeEditor.cs</DependentUpon>
162    </Compile>
163    <Compile Include="Properties\AssemblyInfo.cs" />
164    <Compile Include="ToolTipProvider.cs" />
165  </ItemGroup>
166  <ItemGroup>
167    <None Include="HeuristicLab.snk" />
168    <None Include="Properties\AssemblyInfo.frame" />
169  </ItemGroup>
170  <ItemGroup>
171    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
172      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
173      <Name>HeuristicLab.Common.Resources-3.3</Name>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
176      <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>
177      <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
180      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
181      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
182    </ProjectReference>
183  </ItemGroup>
184  <ItemGroup>
185    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
186      <Visible>False</Visible>
187      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
188      <Install>false</Install>
189    </BootstrapperPackage>
190    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
191      <Visible>False</Visible>
192      <ProductName>.NET Framework 3.5 SP1</ProductName>
193      <Install>true</Install>
194    </BootstrapperPackage>
195    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
196      <Visible>False</Visible>
197      <ProductName>Windows Installer 3.1</ProductName>
198      <Install>true</Install>
199    </BootstrapperPackage>
200  </ItemGroup>
201  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
202  <PropertyGroup>
203    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
204set ProjectDir=$(ProjectDir)
205set SolutionDir=$(SolutionDir)
206set Outdir=$(Outdir)
207
208call PreBuildEvent.cmd
209SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs"</PreBuildEvent>
210  </PropertyGroup>
211</Project>
Note: See TracBrowser for help on using the repository browser.