Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TimeSeries/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLab.SharpDevelop-3.1.1.5327.csproj @ 7842

Last change on this file since 7842 was 7842, checked in by gkronber, 12 years ago

merged r7609:7840 from trunk into time series branch

File size: 8.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.SharpDevelop</RootNamespace>
12    <AssemblyName>HeuristicLab.SharpDevelop-3.1.1.5327</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
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)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <PlatformTarget>AnyCPU</PlatformTarget>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>$(SolutionDir)\bin\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
69    <OutputPath>$(SolutionDir)\bin\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x86</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>$(SolutionDir)\bin\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
87    <OutputPath>$(SolutionDir)\bin\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94  </PropertyGroup>
95  <ItemGroup>
96    <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
97      <SpecificVersion>False</SpecificVersion>
98      <HintPath>.\ICSharpCode.NRefactory.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
102      <SpecificVersion>False</SpecificVersion>
103      <HintPath>.\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>.\ICSharpCode.TextEditor.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
112      <SpecificVersion>False</SpecificVersion>
113      <HintPath>.\Mono.Cecil.dll</HintPath>
114    </Reference>
115    <Reference Include="System" />
116    <Reference Include="System.Core">
117      <RequiredTargetFramework>3.5</RequiredTargetFramework>
118    </Reference>
119    <Reference Include="System.Xml.Linq">
120      <RequiredTargetFramework>3.5</RequiredTargetFramework>
121    </Reference>
122    <Reference Include="System.Data.DataSetExtensions">
123      <RequiredTargetFramework>3.5</RequiredTargetFramework>
124    </Reference>
125    <Reference Include="System.Data" />
126    <Reference Include="System.Xml" />
127  </ItemGroup>
128  <ItemGroup>
129    <Compile Include="Plugin.cs" />
130    <None Include="HeuristicLab.snk" />
131    <None Include="Properties\AssemblyInfo.cs.frame" />
132    <Compile Include="Properties\AssemblyInfo.cs" />
133  </ItemGroup>
134  <ItemGroup>
135    <Content Include="ICSharpCode.NRefactory.dll">
136      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
137    </Content>
138    <Content Include="ICSharpCode.SharpDevelop.Dom.dll">
139      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
140    </Content>
141    <Content Include="ICSharpCode.TextEditor.dll">
142      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
143    </Content>
144    <Content Include="Mono Cecil License.txt">
145      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
146    </Content>
147    <Content Include="SharpDevelop License.txt">
148      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
149    </Content>
150    <Content Include="Mono.Cecil.dll">
151      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
152    </Content>
153  </ItemGroup>
154  <ItemGroup>
155    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
156      <Visible>False</Visible>
157      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
158      <Install>false</Install>
159    </BootstrapperPackage>
160    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
161      <Visible>False</Visible>
162      <ProductName>.NET Framework 3.5 SP1</ProductName>
163      <Install>true</Install>
164    </BootstrapperPackage>
165    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
166      <Visible>False</Visible>
167      <ProductName>Windows Installer 3.1</ProductName>
168      <Install>true</Install>
169    </BootstrapperPackage>
170  </ItemGroup>
171  <ItemGroup>
172    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
173      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
174      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
175      <Private>False</Private>
176    </ProjectReference>
177  </ItemGroup>
178  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
179  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
180       Other similar extension points exist, see Microsoft.Common.targets.
181  <Target Name="BeforeBuild">
182  </Target>
183  <Target Name="AfterBuild">
184  </Target>
185  -->
186  <PropertyGroup>
187    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
188set ProjectDir=$(ProjectDir)
189set SolutionDir=$(SolutionDir)
190set Outdir=$(Outdir)
191
192call PreBuildEvent.cmd</PreBuildEvent>
193  </PropertyGroup>
194</Project>
Note: See TracBrowser for help on using the repository browser.