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 @ 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: 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>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Common-3.3">
61      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Common.Resources-3.3">
64      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Core-3.3">
67      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Data-3.3">
70      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.Optimization-3.3">
73      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.Persistence-3.3">
76      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
79      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Tracing-3.3">
82      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="System" />
85    <Reference Include="System.Core" />
86    <Reference Include="System.Drawing" />
87    <Reference Include="System.ServiceModel" />
88    <Reference Include="System.Xml.Linq" />
89    <Reference Include="System.Data.DataSetExtensions" />
90    <Reference Include="System.Data" />
91    <Reference Include="System.Xml" />
92  </ItemGroup>
93  <ItemGroup>
94    <Compile Include="JobItemList.cs" />
95    <Compile Include="JobItem.cs" />
96    <Compile Include="OptimizerJob.cs" />
97    <Compile Include="HeuristicLabHiveExperimentPlugin.cs" />
98    <Compile Include="HiveExperiment.cs" />
99    <Compile Include="Properties\AssemblyInfo.cs" />
100    <Compile Include="Properties\Settings.Designer.cs">
101      <AutoGen>True</AutoGen>
102      <DesignTimeSharedInput>True</DesignTimeSharedInput>
103      <DependentUpon>Settings.settings</DependentUpon>
104    </Compile>
105    <Compile Include="ServiceLocator.cs" />
106    <Compile Include="Settings.cs" />
107  </ItemGroup>
108  <ItemGroup>
109    <None Include="app.config">
110      <SubType>Designer</SubType>
111    </None>
112    <None Include="HeuristicLab.snk" />
113    <None Include="Properties\AssemblyInfo.frame" />
114    <None Include="Properties\Settings.settings">
115      <Generator>SettingsSingleFileGenerator</Generator>
116      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
117    </None>
118  </ItemGroup>
119  <ItemGroup>
120    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
121      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
122      <Name>HeuristicLab.DataAccess-3.3</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
125      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
126      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
129      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
130      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
131    </ProjectReference>
132  </ItemGroup>
133  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
134  <PropertyGroup>
135    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
136set ProjectDir=$(ProjectDir)
137set SolutionDir=$(SolutionDir)
138set Outdir=$(Outdir)
139
140call PreBuildEvent.cmd</PreBuildEvent>
141  </PropertyGroup>
142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143       Other similar extension points exist, see Microsoft.Common.targets.
144  <Target Name="BeforeBuild">
145  </Target>
146  <Target Name="AfterBuild">
147  </Target>
148  -->
149</Project>
Note: See TracBrowser for help on using the repository browser.