Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/HeuristicLab.Hive.Server.Core-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: 8.8 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)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{898B31CF-81DC-453B-AEB3-BDF83197A7EE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Server.Core</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Server.Core-3.3</AssemblyName>
13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22  </PropertyGroup>
23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24    <DebugSymbols>true</DebugSymbols>
25    <DebugType>full</DebugType>
26    <Optimize>false</Optimize>
27    <OutputPath>bin\Debug\</OutputPath>
28    <DefineConstants>DEBUG;TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34    <DebugType>pdbonly</DebugType>
35    <Optimize>true</Optimize>
36    <OutputPath>bin\Release\</OutputPath>
37    <DefineConstants>TRACE</DefineConstants>
38    <ErrorReport>prompt</ErrorReport>
39    <WarningLevel>4</WarningLevel>
40    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>bin\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <ErrorReport>prompt</ErrorReport>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
52    <OutputPath>bin\x86\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>bin\x64\Debug\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
70    <OutputPath>bin\x64\Release\</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x64</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77  </PropertyGroup>
78  <ItemGroup>
79    <Reference Include="HeuristicLab.Collections-3.3">
80      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Common-3.3">
83      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
86      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="HeuristicLab.Tracing-3.3">
89      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
90    </Reference>
91    <Reference Include="System" />
92    <Reference Include="System.Core">
93      <RequiredTargetFramework>3.5</RequiredTargetFramework>
94    </Reference>
95    <Reference Include="System.Data.Linq">
96      <RequiredTargetFramework>3.5</RequiredTargetFramework>
97    </Reference>
98    <Reference Include="System.Drawing" />
99    <Reference Include="System.Runtime.Serialization" />
100    <Reference Include="System.ServiceModel">
101      <RequiredTargetFramework>3.0</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Transactions" />
104    <Reference Include="System.Web" />
105    <Reference Include="System.Windows.Forms" />
106    <Reference Include="System.Xml.Linq">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Data.DataSetExtensions">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Data" />
113    <Reference Include="System.Xml" />
114  </ItemGroup>
115  <ItemGroup>
116    <Compile Include="CreateHiveDatabaseApplication.cs" />
117    <Compile Include="SlaveCommunicator.cs" />
118    <Compile Include="Facades\SlaveFacade.cs" />
119    <Compile Include="SlaveManager.cs" />
120    <Compile Include="DaoLocator.cs" />
121    <Compile Include="DefaultScheduler.cs" />
122    <Compile Include="Facades\ExecutionEngineFacade.cs" />
123    <Compile Include="HeuristicLabHiveServerCorePlugin.cs" />
124    <Compile Include="InternalInterfaces\IHivePermissionManager.cs" />
125    <Compile Include="InternalInterfaces\IInternalSlaveCommunicator.cs" />
126    <Compile Include="InternalInterfaces\IInternalJobManager.cs" />
127    <Compile Include="InternalInterfaces\IScheduler.cs" />
128    <Compile Include="JobManager.cs" />
129    <Compile Include="LifecycleManager.cs" />
130    <Compile Include="Properties\AssemblyInfo.cs" />
131    <Compile Include="Facades\ServerConsoleFacade.cs" />
132    <Compile Include="ServiceLocator.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="Settings.cs" />
139  </ItemGroup>
140  <ItemGroup>
141    <None Include="app.config">
142      <SubType>Designer</SubType>
143    </None>
144    <None Include="HeuristicLab.snk" />
145    <None Include="Properties\AssemblyInfo.frame" />
146    <None Include="Properties\Settings.settings">
147      <Generator>PublicSettingsSingleFileGenerator</Generator>
148      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
149    </None>
150  </ItemGroup>
151  <ItemGroup>
152    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
153      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
154      <Name>HeuristicLab.DataAccess-3.3</Name>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
157      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
158      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.DataAccess\3.3\HeuristicLab.Hive.Server.DataAccess-3.3.csproj">
161      <Project>{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}</Project>
162      <Name>HeuristicLab.Hive.Server.DataAccess-3.3</Name>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.LINQDataAccess\3.3\HeuristicLab.Hive.Server.LINQDataAccess-3.3.csproj">
165      <Project>{A4499DDD-D1B8-414F-98F6-903C2C71BEB0}</Project>
166      <Name>HeuristicLab.Hive.Server.LINQDataAccess-3.3</Name>
167    </ProjectReference>
168  </ItemGroup>
169  <ItemGroup>
170    <Folder Include="Authorization\" />
171  </ItemGroup>
172  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
173  <ProjectExtensions>
174    <VisualStudio>
175      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
176        <WcfProjectProperties>
177          <AutoStart>False</AutoStart>
178        </WcfProjectProperties>
179      </FlavorProperties>
180    </VisualStudio>
181  </ProjectExtensions>
182  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
183       Other similar extension points exist, see Microsoft.Common.targets.
184  <Target Name="BeforeBuild">
185  </Target>
186  <Target Name="AfterBuild">
187  </Target>
188  -->
189  <PropertyGroup>
190    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
191set ProjectDir=$(ProjectDir)
192set SolutionDir=$(SolutionDir)
193set Outdir=$(Outdir)
194
195call PreBuildEvent.cmd</PreBuildEvent>
196  </PropertyGroup>
197</Project>
Note: See TracBrowser for help on using the repository browser.