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

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

added streamedHttpEndpoit binding (without message-security (for now)) (#1168)

File size: 6.7 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.Runtime.Serialization" />
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  </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>PublicSettingsSingleFileGenerator</Generator>
116      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
117    </None>
118    <None Include="Tools\RecreateServiceConfig.bat" />
119  </ItemGroup>
120  <ItemGroup>
121    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
122      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
123      <Name>HeuristicLab.DataAccess-3.3</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
126      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
127      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
130      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
131      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
132    </ProjectReference>
133  </ItemGroup>
134  <ItemGroup>
135    <WCFMetadata Include="Service References\" />
136  </ItemGroup>
137  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
138  <PropertyGroup>
139    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
140set ProjectDir=$(ProjectDir)
141set SolutionDir=$(SolutionDir)
142set Outdir=$(Outdir)
143
144call PreBuildEvent.cmd</PreBuildEvent>
145  </PropertyGroup>
146  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147       Other similar extension points exist, see Microsoft.Common.targets.
148  <Target Name="BeforeBuild">
149  </Target>
150  <Target Name="AfterBuild">
151  </Target>
152  -->
153</Project>
Note: See TracBrowser for help on using the repository browser.