Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.2/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj @ 4894

Last change on this file since 4894 was 4065, checked in by swagner, 14 years ago

Migrated solution and projects to Visual Studio 2010 (#1093)

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