Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveTaskScheduler/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj @ 8687

Last change on this file since 8687 was 8687, checked in by jkarder, 12 years ago

#1712: initial commit

File size: 9.6 KB
RevLine 
[6983]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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive-3.3</AssemblyName>
13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <TargetFrameworkProfile />
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile>
36    </DocumentationFile>
37    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <DocumentationFile>
52    </DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
69    <OutputPath>bin\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <DocumentationFile>
72    </DocumentationFile>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <PropertyGroup>
80    <SignAssembly>true</SignAssembly>
81  </PropertyGroup>
82  <PropertyGroup>
83    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
84  </PropertyGroup>
85  <ItemGroup>
86    <Reference Include="HeuristicLab.Common-3.3">
87      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.Core-3.3">
90      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.Persistence-3.3">
93      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
96      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="System" />
99    <Reference Include="System.Core" />
100    <Reference Include="System.Data.Linq" />
101    <Reference Include="System.Drawing" />
102    <Reference Include="System.Runtime.Serialization" />
103    <Reference Include="System.ServiceModel" />
104    <Reference Include="System.Transactions" />
105    <Reference Include="System.Web" />
106    <Reference Include="System.Web.ApplicationServices" />
107    <Reference Include="System.Windows.Forms" />
108    <Reference Include="System.Xml.Linq" />
109    <Reference Include="System.Data.DataSetExtensions" />
110    <Reference Include="System.Data" />
111    <Reference Include="System.Xml" />
112  </ItemGroup>
113  <ItemGroup>
114    <Compile Include="Convert.cs" />
115    <Compile Include="DataTransfer\Command.cs" />
[8687]116    <Compile Include="DataTransfer\UserPriority.cs" />
[7916]117    <Compile Include="DataTransfer\ResourcePermission.cs" />
[6983]118    <Compile Include="DataTransfer\Downtime.cs" />
119    <Compile Include="DataTransfer\Heartbeat.cs" />
120    <Compile Include="DataTransfer\Job.cs" />
121    <Compile Include="DataTransfer\JobPermission.cs" />
122    <Compile Include="DataTransfer\HiveItem.cs" />
123    <Compile Include="DataTransfer\Task.cs" />
124    <Compile Include="DataTransfer\TaskData.cs" />
125    <Compile Include="DataTransfer\TaskState.cs" />
126    <Compile Include="DataTransfer\LightweightTask.cs" />
127    <Compile Include="DataTransfer\NamedHiveItem.cs" />
128    <Compile Include="DataTransfer\Permission.cs" />
129    <Compile Include="DataTransfer\Plugin.cs" />
130    <Compile Include="DataTransfer\PluginData.cs" />
131    <Compile Include="DataTransfer\Resource.cs" />
132    <Compile Include="DataTransfer\Slave.cs" />
133    <Compile Include="DataTransfer\SlaveGroup.cs" />
134    <Compile Include="DataTransfer\SlaveState.cs" />
135    <Compile Include="DataTransfer\SlaveStatistics.cs" />
136    <Compile Include="DataTransfer\StateLog.cs" />
137    <Compile Include="DataTransfer\Statistics.cs" />
138    <Compile Include="DataTransfer\UserStatistics.cs" />
139    <Compile Include="HiveDao.cs" />
[7189]140    <Compile Include="HiveJanitor.cs" />
[6983]141    <Compile Include="Interfaces\IHiveDao.cs" />
[8687]142    <Compile Include="Interfaces\ITaskScheduler.cs" />
143    <Compile Include="Scheduler\RoundRobinTaskScheduler.cs" />
[6983]144    <Compile Include="Settings.cs" />
[7189]145    <None Include="app.config" />
[6983]146    <None Include="Plugin.cs.frame" />
147    <None Include="Properties\AssemblyInfo.cs.frame" />
148    <Compile Include="Manager\HeartbeatManager.cs" />
149    <Compile Include="Interfaces\IEventManager.cs" />
150    <Compile Include="Interfaces\IServiceLocator.cs" />
151    <Compile Include="Manager\AuthorizationManager.cs" />
152    <Compile Include="Plugin.cs" />
153    <Compile Include="Manager\EventManager.cs" />
154    <Compile Include="HiveRoles.cs" />
155    <Compile Include="HiveService.cs" />
156    <Compile Include="Interfaces\IAuthorizationManager.cs" />
157    <Compile Include="MessageContainer.cs" />
158    <Compile Include="Properties\AssemblyInfo.cs" />
159    <Compile Include="Properties\Settings.Designer.cs">
160      <DependentUpon>Settings.settings</DependentUpon>
161      <AutoGen>True</AutoGen>
162      <DesignTimeSharedInput>True</DesignTimeSharedInput>
163    </Compile>
164    <Compile Include="ServiceContracts\IHiveService.cs" />
165    <Compile Include="ServiceFaults\PluginAlreadyExistsFault.cs" />
166    <Compile Include="ServiceLocator.cs" />
167    <None Include="Properties\Settings.settings">
168      <Generator>PublicSettingsSingleFileGenerator</Generator>
169      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
170    </None>
171  </ItemGroup>
172  <ItemGroup>
[8051]173    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
174      <Project>{9FAC0B23-2730-452A-9BA0-D7CA1746C541}</Project>
175      <Name>HeuristicLab.Services.Access-3.3</Name>
176    </ProjectReference>
[6983]177    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
178      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
179      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
180    </ProjectReference>
181  </ItemGroup>
182  <ItemGroup>
183    <None Include="HeuristicLab.snk" />
184  </ItemGroup>
185  <ItemGroup />
186  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187  <ProjectExtensions>
188    <VisualStudio>
189      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
190        <WcfProjectProperties>
191          <AutoStart>False</AutoStart>
192        </WcfProjectProperties>
193      </FlavorProperties>
194    </VisualStudio>
195  </ProjectExtensions>
196  <PropertyGroup>
197    <PostBuildEvent>
198    </PostBuildEvent>
199  </PropertyGroup>
200  <PropertyGroup>
[8687]201    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[6983]202set ProjectDir=$(ProjectDir)
203set SolutionDir=$(SolutionDir)
204set Outdir=$(Outdir)
205
206call PreBuildEvent.cmd</PreBuildEvent>
[8687]207    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]208export ProjectDir=$(ProjectDir)
209export SolutionDir=$(SolutionDir)
210
211$SolutionDir/PreBuildEvent.sh
212</PreBuildEvent>
[6983]213  </PropertyGroup>
214  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
215       Other similar extension points exist, see Microsoft.Common.targets.
216  <Target Name="BeforeBuild">
217  </Target>
218  <Target Name="AfterBuild">
219  </Target>
220  -->
221</Project>
Note: See TracBrowser for help on using the repository browser.