Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment/3.3/HeuristicLab.Hive.Experiment-3.3.csproj @ 4171

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

corrected all AssemblyInfo.frame (removed BuildDate and changed PluginVersion to "3.3.0.0"). Also deleted unused HL.Hive.Server.Scheduler and obsolete HL.Hive.Engine

File size: 6.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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{A84C0A25-13D0-40A6-924F-53556D9691DC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Experiment</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Experiment-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19    <PlatformTarget>AnyCPU</PlatformTarget>
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
30    <PlatformTarget>x86</PlatformTarget>
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37  </PropertyGroup>
38  <PropertyGroup>
39    <StartupObject />
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
42    <PlatformTarget>AnyCPU</PlatformTarget>
43    <OutputPath>bin\Debug\</OutputPath>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
47    <PlatformTarget>AnyCPU</PlatformTarget>
48    <OutputPath>bin\Release\</OutputPath>
49  </PropertyGroup>
50  <PropertyGroup>
51    <SignAssembly>true</SignAssembly>
52  </PropertyGroup>
53  <PropertyGroup>
54    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
55  </PropertyGroup>
56  <ItemGroup>
57    <Reference Include="HeuristicLab.Collections-3.3">
58      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Common-3.3">
61      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Common.Resources-3.3">
64      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Core-3.3">
67      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Data-3.3">
70      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.DataAccess-3.3">
73      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.DataAccess-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.Optimization-3.3">
76      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Persistence-3.3">
79      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
82      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Tracing-3.3" />
85    <Reference Include="System" />
86    <Reference Include="System.Core" />
87    <Reference Include="System.Drawing" />
88    <Reference Include="System.ServiceModel" />
89    <Reference Include="System.Xml.Linq" />
90    <Reference Include="System.Data.DataSetExtensions" />
91    <Reference Include="System.Data" />
92    <Reference Include="System.Xml" />
93  </ItemGroup>
94  <ItemGroup>
95    <Compile Include="JobItemList.cs" />
96    <Compile Include="JobItem.cs" />
97    <Compile Include="OptimizerJob.cs" />
98    <Compile Include="HeuristicLabHiveExperimentPlugin.cs" />
99    <Compile Include="HiveExperiment.cs" />
100    <Compile Include="Properties\AssemblyInfo.cs" />
101    <Compile Include="Properties\Settings.Designer.cs">
102      <AutoGen>True</AutoGen>
103      <DesignTimeSharedInput>True</DesignTimeSharedInput>
104      <DependentUpon>Settings.settings</DependentUpon>
105    </Compile>
106    <Compile Include="ServiceLocator.cs" />
107    <Compile Include="Settings.cs" />
108  </ItemGroup>
109  <ItemGroup>
110    <None Include="app.config">
111      <SubType>Designer</SubType>
112    </None>
113    <None Include="HeuristicLab.snk" />
114    <None Include="Properties\AssemblyInfo.frame" />
115    <None Include="Properties\Settings.settings">
116      <Generator>SettingsSingleFileGenerator</Generator>
117      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
118    </None>
119  </ItemGroup>
120  <ItemGroup>
121    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
122      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
123      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
126      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
127      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
128    </ProjectReference>
129  </ItemGroup>
130  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131  <PropertyGroup>
132    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
133set ProjectDir=$(ProjectDir)
134set SolutionDir=$(SolutionDir)
135set Outdir=$(Outdir)
136
137call PreBuildEvent.cmd</PreBuildEvent>
138  </PropertyGroup>
139  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
140       Other similar extension points exist, see Microsoft.Common.targets.
141  <Target Name="BeforeBuild">
142  </Target>
143  <Target Name="AfterBuild">
144  </Target>
145  -->
146</Project>
Note: See TracBrowser for help on using the repository browser.