Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess/3.3/HeuristicLab.DataAccess-3.3.csproj @ 4077

Last change on this file since 4077 was 4077, checked in by cneumuel, 14 years ago

moved JobBase to 3.3-HiveMigration and changed versions in hive-projects (#1091)

File size: 7.2 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>{9076697B-C151-46CD-95BC-1D059492B478}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.DataAccess-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <IsWebBootstrapper>false</IsWebBootstrapper>
18    <StartupObject>
19    </StartupObject>
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    <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>bin\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>bin\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x86\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
68    <OutputPath>bin\x86\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x86</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>bin\x64\Debug\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x64</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
86    <OutputPath>bin\x64\Release\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x64</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93  </PropertyGroup>
94  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96       Other similar extension points exist, see Microsoft.Common.targets.
97  <Target Name="BeforeBuild">
98  </Target>
99  <Target Name="AfterBuild">
100  </Target>
101  -->
102  <ItemGroup>
103    <None Include="Properties\AssemblyInfo.frame" />
104    <None Include="HeuristicLab.snk" />
105  </ItemGroup>
106  <ItemGroup>
107    <Compile Include="Interfaces\IPolymorphicDataAdapter.cs" />
108    <Compile Include="Properties\AssemblyInfo.cs" />
109    <Compile Include="DataAccessPlugin.cs" />
110    <Compile Include="Interfaces\ISession.cs" />
111    <Compile Include="Interfaces\ISessionFactory.cs" />
112    <Compile Include="Interfaces\ITransaction.cs" />
113    <Compile Include="Interfaces\ITransactionManager.cs" />
114    <Compile Include="PersistableObject.cs" />
115    <Compile Include="Interfaces\IDataAdapter.cs" />
116    <Compile Include="Interfaces\IPersistableObject.cs" />
117  </ItemGroup>
118  <PropertyGroup>
119    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
120set ProjectDir=$(ProjectDir)
121set SolutionDir=$(SolutionDir)
122set Outdir=$(Outdir)
123
124call PreBuildEvent.cmd</PreBuildEvent>
125  </PropertyGroup>
126  <ItemGroup>
127    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
128      <Visible>False</Visible>
129      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
130      <Install>false</Install>
131    </BootstrapperPackage>
132    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
133      <Visible>False</Visible>
134      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
135      <Install>false</Install>
136    </BootstrapperPackage>
137    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
138      <Visible>False</Visible>
139      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
140      <Install>false</Install>
141    </BootstrapperPackage>
142    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
143      <Visible>False</Visible>
144      <ProductName>.NET Framework 3.5</ProductName>
145      <Install>false</Install>
146    </BootstrapperPackage>
147    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
148      <Visible>False</Visible>
149      <ProductName>.NET Framework 3.5 SP1</ProductName>
150      <Install>true</Install>
151    </BootstrapperPackage>
152    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
153      <Visible>False</Visible>
154      <ProductName>Windows Installer 3.1</ProductName>
155      <Install>true</Install>
156    </BootstrapperPackage>
157  </ItemGroup>
158  <ItemGroup>
159    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
160      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
161    </Reference>
162    <Reference Include="System" />
163    <Reference Include="System.Runtime.Serialization">
164      <RequiredTargetFramework>3.0</RequiredTargetFramework>
165    </Reference>
166    <Reference Include="System.Xml" />
167  </ItemGroup>
168</Project>
Note: See TracBrowser for help on using the repository browser.