Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4133 was 4133, checked in by cneumuel, 14 years ago
  • Made HiveExperiment storable, so that a running HiveExperiment can be disconnected, stored and later resumed. (#1115)
  • Added Log to each JobItem (#1115)
File size: 6.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>{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Server.DataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Server.DataAccess-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
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  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25    <DebugSymbols>true</DebugSymbols>
26    <DebugType>full</DebugType>
27    <Optimize>false</Optimize>
28    <OutputPath>bin\Debug\</OutputPath>
29    <DefineConstants>DEBUG;TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35    <DebugType>pdbonly</DebugType>
36    <Optimize>true</Optimize>
37    <OutputPath>bin\Release\</OutputPath>
38    <DefineConstants>TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
53    <OutputPath>bin\x86\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x64\Debug\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>bin\x64\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81       Other similar extension points exist, see Microsoft.Common.targets.
82  <Target Name="BeforeBuild">
83  </Target>
84  <Target Name="AfterBuild">
85  </Target>
86  -->
87  <ItemGroup>
88    <Compile Include="DataAccessException.cs" />
89    <Compile Include="IClientConfigAdapter.cs" />
90    <Compile Include="IClientConfigDao.cs" />
91    <Compile Include="IClientDao.cs" />
92    <Compile Include="IClientGroupDao.cs" />
93    <Compile Include="IContextFactory.cs" />
94    <Compile Include="IGenericDao.cs" />
95    <Compile Include="IJobDao.cs" />
96    <Compile Include="IPluginInfoAdapter.cs" />
97    <Compile Include="IPluginInfoDao.cs" />
98    <Compile Include="IProjectAdapter.cs" />
99    <Compile Include="IUptimeCalendarDao.cs" />
100    <Compile Include="Properties\AssemblyInfo.cs" />
101    <Compile Include="HiveServerDataAccessPlugin.cs" />
102    <Compile Include="IClientAdapter.cs" />
103    <Compile Include="IClientGroupAdapter.cs" />
104    <Compile Include="IJobAdapter.cs" />
105    <Compile Include="IJobResultsAdapter.cs" />
106    <Compile Include="IResourceAdapter.cs" />
107  </ItemGroup>
108  <ItemGroup>
109    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
110      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
111      <Name>HeuristicLab.DataAccess-3.3</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
114      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
115      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
116    </ProjectReference>
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    <None Include="HeuristicLab.snk" />
128    <None Include="Properties\AssemblyInfo.frame" />
129  </ItemGroup>
130  <ItemGroup>
131    <Reference Include="HeuristicLab.Common-3.3">
132      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
135      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="System" />
138    <Reference Include="System.Data" />
139    <Reference Include="System.Data.Linq" />
140    <Reference Include="System.Transactions" />
141    <Reference Include="System.Xml" />
142  </ItemGroup>
143</Project>
Note: See TracBrowser for help on using the repository browser.