Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj @ 16147

Last change on this file since 16147 was 16147, checked in by jkarder, 6 years ago

#2924: reapplied changes from r16143

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