Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1260 configured ExperimentManager project to be buildable and compatible with services.heuristiclab.com

File size: 9.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.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.DataAccess-3.3">
98      <HintPath>..\..\Bin\HeuristicLab.DataAccess-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Hive.Contracts-3.3">
101      <HintPath>..\..\Bin\HeuristicLab.Hive.Contracts-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Hive.JobBase-3.3">
104      <HintPath>..\..\Bin\HeuristicLab.Hive.JobBase-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Hive.Tracing-3.3">
107      <HintPath>..\..\Bin\HeuristicLab.Hive.Tracing-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Optimization-3.3">
110      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Persistence-3.3">
113      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
116      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="System" />
119    <Reference Include="System.Core" />
120    <Reference Include="System.Drawing" />
121    <Reference Include="System.Runtime.Serialization" />
122    <Reference Include="System.ServiceModel" />
123    <Reference Include="System.Xml.Linq" />
124    <Reference Include="System.Data.DataSetExtensions" />
125    <Reference Include="System.Data" />
126    <Reference Include="System.Xml" />
127  </ItemGroup>
128  <ItemGroup>
129    <Compile Include="Exceptions\AddJobToHiveException.cs" />
130    <Compile Include="HiveExperiment.cs" />
131    <Compile Include="HiveJob.cs" />
132    <Compile Include="HiveJobList.cs" />
133    <Compile Include="Jobs\JobList.cs" />
134    <Compile Include="Jobs\OptimizerJob.cs" />
135    <Compile Include="Progress\IProgress.cs" />
136    <Compile Include="Progress\IProgressReporter.cs" />
137    <Compile Include="JobResultPoller.cs" />
138    <Compile Include="Exceptions\JobResultPollingException.cs" />
139    <Compile Include="HiveExperimentManager.cs" />
140    <Compile Include="HiveExperimentList.cs" />
141    <Compile Include="HeuristicLabHiveExperimentManagerPlugin.cs" />
142    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
143    <Compile Include="Progress\Progress.cs" />
144    <Compile Include="Properties\AssemblyInfo.cs" />
145    <Compile Include="Properties\Settings.Designer.cs">
146      <AutoGen>True</AutoGen>
147      <DesignTimeSharedInput>True</DesignTimeSharedInput>
148      <DependentUpon>Settings.settings</DependentUpon>
149    </Compile>
150    <Compile Include="ServiceLocator.cs" />
151  </ItemGroup>
152  <ItemGroup>
153    <None Include="app.config">
154      <SubType>Designer</SubType>
155    </None>
156    <None Include="HeuristicLab 3.3.exe.config">
157      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
158    </None>
159    <None Include="Jobs.cd" />
160    <None Include="HeuristicLab.snk" />
161    <None Include="Properties\AssemblyInfo.frame" />
162    <None Include="Properties\Settings.settings">
163      <Generator>PublicSettingsSingleFileGenerator</Generator>
164      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
165    </None>
166    <None Include="Tools\RecreateServiceConfig.bat" />
167    <None Include="UpdateLocalInstallation.cmd" />
168  </ItemGroup>
169  <ItemGroup>
170    <WCFMetadata Include="Service References\" />
171  </ItemGroup>
172  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
173  <PropertyGroup>
174    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
175set ProjectDir=$(ProjectDir)
176set SolutionDir=$(SolutionDir)
177set Outdir=$(Outdir)
178
179call PreBuildEvent.cmd</PreBuildEvent>
180  </PropertyGroup>
181  <PropertyGroup>
182    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
183set ProjectDir=$(ProjectDir)
184set SolutionDir=$(SolutionDir)
185set Outdir=$(Outdir)
186
187call UpdateLocalInstallation.cmd
188call MergeConfigs.cmd</PostBuildEvent>
189  </PropertyGroup>
190  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
191       Other similar extension points exist, see Microsoft.Common.targets.
192  <Target Name="BeforeBuild">
193  </Target>
194  <Target Name="AfterBuild">
195  </Target>
196  -->
197</Project>
Note: See TracBrowser for help on using the repository browser.