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 @ 4296

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

corrected assembly reference paths, added some missing files

File size: 5.8 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="ISlaveConfigDao.cs" />
90    <Compile Include="ISlaveDao.cs" />
91    <Compile Include="ISlaveGroupDao.cs" />
92    <Compile Include="IContextFactory.cs" />
93    <Compile Include="IGenericDao.cs" />
94    <Compile Include="IJobDao.cs" />
95    <Compile Include="IPluginInfoDao.cs" />
96    <Compile Include="IUptimeCalendarDao.cs" />
97    <Compile Include="Properties\AssemblyInfo.cs" />
98    <Compile Include="HeuristicLabHiveServerDataAccessPlugin.cs" />
99  </ItemGroup>
100  <ItemGroup>
101    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
102      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
103      <Name>HeuristicLab.DataAccess-3.3</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
106      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
107      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
108    </ProjectReference>
109  </ItemGroup>
110  <PropertyGroup>
111    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
112set ProjectDir=$(ProjectDir)
113set SolutionDir=$(SolutionDir)
114set Outdir=$(Outdir)
115
116call PreBuildEvent.cmd</PreBuildEvent>
117  </PropertyGroup>
118  <ItemGroup>
119    <None Include="HeuristicLab.snk" />
120    <None Include="Properties\AssemblyInfo.frame" />
121  </ItemGroup>
122  <ItemGroup>
123    <Reference Include="HeuristicLab.Common-3.3">
124      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
127      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
128    </Reference>
129    <Reference Include="System" />
130    <Reference Include="System.Data" />
131    <Reference Include="System.Data.Linq" />
132    <Reference Include="System.Transactions" />
133    <Reference Include="System.Xml" />
134  </ItemGroup>
135</Project>
Note: See TracBrowser for help on using the repository browser.