Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.ExperimentManager/3.3/HeuristicLab.Hive.ExperimentManager-3.3.csproj @ 4760

Last change on this file since 4760 was 4760, checked in by cneumuel, 13 years ago

#1260

  • finished renaming of Hive.Experiment to Hive.ExperimentManager
  • renamed HiveClient to HiveExperimentManager
  • restructured menuitems in optimizer
File size: 9.4 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.ExperimentManager</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.ExperimentManager-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>x64</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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x64\Debug\</OutputPath>
59    <PlatformTarget>x64</PlatformTarget>
60    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Hive.Experiment-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
61    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
62    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
65    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
66    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
67    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
68  </PropertyGroup>
69  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
70    <OutputPath>bin\x64\Release\</OutputPath>
71    <PlatformTarget>x64</PlatformTarget>
72    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Hive.Experiment-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
73    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
74    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
75    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
76    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
77    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
78    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
79    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
80  </PropertyGroup>
81  <ItemGroup>
82    <Reference Include="HeuristicLab.Collections-3.3">
83      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.Common-3.3">
86      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="HeuristicLab.Common.Resources-3.3">
89      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
90    </Reference>
91    <Reference Include="HeuristicLab.Core-3.3">
92      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Data-3.3">
95      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Optimization-3.3">
98      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Persistence-3.3">
101      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
104      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="System" />
107    <Reference Include="System.Core" />
108    <Reference Include="System.Drawing" />
109    <Reference Include="System.Runtime.Serialization" />
110    <Reference Include="System.ServiceModel" />
111    <Reference Include="System.Xml.Linq" />
112    <Reference Include="System.Data.DataSetExtensions" />
113    <Reference Include="System.Data" />
114    <Reference Include="System.Xml" />
115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="Exceptions\AddJobToHiveException.cs" />
118    <Compile Include="HiveExperiment.cs" />
119    <Compile Include="HiveJob.cs" />
120    <Compile Include="HiveJobList.cs" />
121    <Compile Include="Jobs\JobList.cs" />
122    <Compile Include="Jobs\OptimizerJob.cs" />
123    <Compile Include="Progress\IProgress.cs" />
124    <Compile Include="Progress\IProgressReporter.cs" />
125    <Compile Include="JobResultPoller.cs" />
126    <Compile Include="Exceptions\JobResultPollingException.cs" />
127    <Compile Include="HiveClient.cs" />
128    <Compile Include="HiveExperimentList.cs" />
129    <Compile Include="HeuristicLabHiveExperimentManagerPlugin.cs" />
130    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
131    <Compile Include="Progress\Progress.cs" />
132    <Compile Include="Properties\AssemblyInfo.cs" />
133    <Compile Include="Properties\Settings.Designer.cs">
134      <AutoGen>True</AutoGen>
135      <DesignTimeSharedInput>True</DesignTimeSharedInput>
136      <DependentUpon>Settings.settings</DependentUpon>
137    </Compile>
138    <Compile Include="ServiceLocator.cs" />
139  </ItemGroup>
140  <ItemGroup>
141    <None Include="app.config">
142      <SubType>Designer</SubType>
143    </None>
144    <None Include="Jobs.cd" />
145    <None Include="HeuristicLab.snk" />
146    <None Include="Properties\AssemblyInfo.frame" />
147    <None Include="Properties\Settings.settings">
148      <Generator>PublicSettingsSingleFileGenerator</Generator>
149      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
150    </None>
151    <None Include="Tools\RecreateServiceConfig.bat" />
152  </ItemGroup>
153  <ItemGroup>
154    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
155      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
156      <Name>HeuristicLab.DataAccess-3.3</Name>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
159      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
160      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
163      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
164      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Hive.Tracing\3.3\HeuristicLab.Hive.Tracing-3.3.csproj">
167      <Project>{CDAD2510-299C-4FA2-B351-9D71A5AF20B7}</Project>
168      <Name>HeuristicLab.Hive.Tracing-3.3</Name>
169    </ProjectReference>
170  </ItemGroup>
171  <ItemGroup>
172    <WCFMetadata Include="Service References\" />
173  </ItemGroup>
174  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
175  <PropertyGroup>
176    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
177set ProjectDir=$(ProjectDir)
178set SolutionDir=$(SolutionDir)
179set Outdir=$(Outdir)
180
181call PreBuildEvent.cmd</PreBuildEvent>
182  </PropertyGroup>
183  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
184       Other similar extension points exist, see Microsoft.Common.targets.
185  <Target Name="BeforeBuild">
186  </Target>
187  <Target Name="AfterBuild">
188  </Target>
189  -->
190</Project>
Note: See TracBrowser for help on using the repository browser.