Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj @ 10037

Last change on this file since 10037 was 9700, checked in by ascheibe, 11 years ago

#2030 merged r9665,r9666,r9675 into the stable branch

File size: 9.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>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" />
116    <Compile Include="DataTransfer\UserPriority.cs" />
117    <Compile Include="DataTransfer\ResourcePermission.cs" />
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="OptimizedHiveDao.cs" />
140    <Compile Include="HiveDao.cs" />
141    <Compile Include="HiveJanitor.cs" />
142    <Compile Include="HiveOperationContext.cs" />
143    <Compile Include="Interfaces\IOptimizedHiveDao.cs" />
144    <Compile Include="Interfaces\IHiveDao.cs" />
145    <Compile Include="Interfaces\ITaskScheduler.cs" />
146    <Compile Include="Scheduler\TaskInfoForScheduler.cs" />
147    <Compile Include="Scheduler\JobInfoForScheduler.cs" />
148    <Compile Include="Scheduler\RoundRobinTaskScheduler.cs" />
149    <Compile Include="Settings.cs" />
150    <None Include="app.config" />
151    <None Include="Plugin.cs.frame" />
152    <None Include="Properties\AssemblyInfo.cs.frame" />
153    <Compile Include="Manager\HeartbeatManager.cs" />
154    <Compile Include="Interfaces\IEventManager.cs" />
155    <Compile Include="Interfaces\IServiceLocator.cs" />
156    <Compile Include="Manager\AuthorizationManager.cs" />
157    <Compile Include="Plugin.cs" />
158    <Compile Include="Manager\EventManager.cs" />
159    <Compile Include="HiveRoles.cs" />
160    <Compile Include="HiveService.cs" />
161    <Compile Include="Interfaces\IAuthorizationManager.cs" />
162    <Compile Include="MessageContainer.cs" />
163    <Compile Include="Properties\AssemblyInfo.cs" />
164    <Compile Include="Properties\Settings.Designer.cs">
165      <DependentUpon>Settings.settings</DependentUpon>
166      <AutoGen>True</AutoGen>
167      <DesignTimeSharedInput>True</DesignTimeSharedInput>
168    </Compile>
169    <Compile Include="ServiceContracts\IHiveService.cs" />
170    <Compile Include="ServiceFaults\PluginAlreadyExistsFault.cs" />
171    <Compile Include="ServiceLocator.cs" />
172    <None Include="Properties\Settings.settings">
173      <Generator>PublicSettingsSingleFileGenerator</Generator>
174      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
175    </None>
176  </ItemGroup>
177  <ItemGroup>
178    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
179      <Project>{9FAC0B23-2730-452A-9BA0-D7CA1746C541}</Project>
180      <Name>HeuristicLab.Services.Access-3.3</Name>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
183      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
184      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
185    </ProjectReference>
186  </ItemGroup>
187  <ItemGroup>
188    <None Include="HeuristicLab.snk" />
189  </ItemGroup>
190  <ItemGroup />
191  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
192  <ProjectExtensions>
193    <VisualStudio>
194      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
195        <WcfProjectProperties>
196          <AutoStart>False</AutoStart>
197        </WcfProjectProperties>
198      </FlavorProperties>
199    </VisualStudio>
200  </ProjectExtensions>
201  <PropertyGroup>
202    <PostBuildEvent>
203    </PostBuildEvent>
204  </PropertyGroup>
205  <PropertyGroup>
206    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
207set ProjectDir=$(ProjectDir)
208set SolutionDir=$(SolutionDir)
209set Outdir=$(Outdir)
210
211call PreBuildEvent.cmd</PreBuildEvent>
212    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
213export ProjectDir=$(ProjectDir)
214export SolutionDir=$(SolutionDir)
215
216$SolutionDir/PreBuildEvent.sh
217</PreBuildEvent>
218  </PropertyGroup>
219  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
220       Other similar extension points exist, see Microsoft.Common.targets.
221  <Target Name="BeforeBuild">
222  </Target>
223  <Target Name="AfterBuild">
224  </Target>
225  -->
226</Project>
Note: See TracBrowser for help on using the repository browser.