Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj @ 16143

Last change on this file since 16143 was 16143, checked in by dpiringe, 6 years ago

#2522:

  • migrated a lot of projects to .NET Standard 2.0
  • added AppDomain.CurrentDomain.ApplyPolicy to Assembly.ReflectionOnlyLoad in PluginValidator to correctly load the System library
  • deleted Properties folder from .NET Standard projects, because AssemblyInformation is saved in .csproj files now
  • .NET Framework projects target now v4.7, because it is only possible to use .NET Standard libraries in v4.6 or higher
  • removed System.Data.Linq from defaultAssemblies and DiscoverNamespaces in ProgrammableOperator, it is not supported in .NET Standard
  • the Microsoft.Windows.Compatibility package is necessary for usage of PluginInfrastructure, we should probably switch to the System.Drawing.Common package when PluginInfrastructure is migrated to .NET Standard
File size: 9.6 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>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.SlaveCore-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>$(SolutionDir)\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26    <Prefer32Bit>false</Prefer32Bit>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>$(SolutionDir)\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile></DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37    <Prefer32Bit>false</Prefer32Bit>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>$(SolutionDir)\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile></DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <DocumentationFile></DocumentationFile>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79    <Prefer32Bit>false</Prefer32Bit>
80  </PropertyGroup>
81  <PropertyGroup>
82    <SignAssembly>true</SignAssembly>
83  </PropertyGroup>
84  <PropertyGroup>
85    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
86  </PropertyGroup>
87  <ItemGroup>
88    <Reference Include="HeuristicLab.Clients.Common-3.3">
89      <HintPath>..\..\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
90      <Private>False</Private>
91    </Reference>
92    <Reference Include="HeuristicLab.Common-3.3">
93      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
97      <HintPath>..\..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Core-3.3">
101      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="HeuristicLab.Persistence-3.3">
105      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
109      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Clients.Hive-3.3">
113      <HintPath>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Hive-3.3">
117      <HintPath>..\..\bin\HeuristicLab.Hive-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="System" />
121    <Reference Include="System.Core" />
122    <Reference Include="System.Drawing" />
123    <Reference Include="System.Management" />
124    <Reference Include="System.Runtime.Serialization" />
125    <Reference Include="System.ServiceModel" />
126    <Reference Include="System.Xml.Linq" />
127    <Reference Include="System.Data.DataSetExtensions" />
128    <Reference Include="System.Data" />
129    <Reference Include="System.Xml" />
130  </ItemGroup>
131  <ItemGroup>
132    <Compile Include="Exceptions\TaskFailedException.cs" />
133    <Compile Include="Manager\ConfigManager.cs" />
134    <Compile Include="Exceptions\SerializationException.cs" />
135    <Compile Include="Exceptions\OutOfMemoryException.cs" />
136    <Compile Include="Exceptions\TaskNotRunningException.cs" />
137    <Compile Include="Exceptions\TaskAlreadyRunningException.cs" />
138    <Compile Include="Exceptions\TaskNotFoundException.cs" />
139    <Compile Include="Exceptions\TaskNotDataFoundException.cs" />
140    <Compile Include="ExecutorMessage.cs" />
141    <Compile Include="ExecutorQueue.cs" />
142    <Compile Include="IPluginProvider.cs" />
143    <Compile Include="Manager\EventLogManager.cs" />
144    <Compile Include="Manager\TaskManager.cs" />
145    <Compile Include="Exceptions\OutOfCoresException.cs" />
146    <Compile Include="Exceptions\AppDomainNotCreatedException.cs" />
147    <Compile Include="SlaveClientCom.cs" />
148    <Compile Include="Core.cs" />
149    <Compile Include="DummyListener.cs" />
150    <Compile Include="Executor.cs" />
151    <Compile Include="Manager\HeartbeatManager.cs" />
152    <Compile Include="Exceptions\InvalidStateException.cs" />
153    <Compile Include="TaskStatus.cs" />
154    <Compile Include="MessageQueue.cs" />
155    <Compile Include="NetworkEnum.cs" />
156    <Compile Include="Manager\PluginManager.cs" />
157    <Compile Include="Properties\Settings.Designer.cs">
158      <AutoGen>True</AutoGen>
159      <DesignTimeSharedInput>True</DesignTimeSharedInput>
160      <DependentUpon>Settings.settings</DependentUpon>
161    </Compile>
162    <Compile Include="ServiceContracts\ISlaveCommunication.cs" />
163    <Compile Include="ServiceContracts\ISlaveCommunicationCallbacks.cs" />
164    <Compile Include="SlaveCommunicationService.cs" />
165    <Compile Include="SlaveTask.cs" />
166    <Compile Include="SlaveStatusInfo.cs" />
167    <Compile Include="StatusCommons.cs" />
168    <Compile Include="WcfService.cs" />
169    <None Include="app.config">
170      <SubType>Designer</SubType>
171    </None>
172    <None Include="Plugin.cs.frame" />
173    <Compile Include="Plugin.cs" />
174    <Compile Include="Properties\AssemblyInfo.cs" />
175    <None Include="Properties\AssemblyInfo.cs.frame" />
176    <None Include="Properties\Settings.settings">
177      <Generator>PublicSettingsSingleFileGenerator</Generator>
178      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
179    </None>
180  </ItemGroup>
181  <ItemGroup>
182    <None Include="HeuristicLab.snk" />
183  </ItemGroup>
184  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
185  <PropertyGroup>
186    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
187set ProjectDir=$(ProjectDir)
188set SolutionDir=$(SolutionDir)
189set Outdir=$(Outdir)
190
191call PreBuildEvent.cmd</PreBuildEvent>
192    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
193export ProjectDir=$(ProjectDir)
194export SolutionDir=$(SolutionDir)
195
196$SolutionDir/PreBuildEvent.sh
197    </PreBuildEvent>
198    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
199      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
200      set ProjectDir=$(ProjectDir)
201      set SolutionDir=$(SolutionDir)
202      set OutDir=$(OutDir)
203      set TargetDir=$(TargetDir)
204      set Platform=$(PlatformName)
205      set Configuration=$(ConfigurationName)
206
207      call "$(SolutionDir)MergeConfigs.cmd"
208    </PostBuildEvent>
209    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
210export OutDir=$(OutDir)
211export ProjectDir=$(ProjectDir)
212export SolutionDir=$(SolutionDir)
213export TargetDir=$(TargetDir)
214
215$SolutionDir/MergeConfigs.sh
216    </PostBuildEvent>
217  </PropertyGroup>
218  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
219       Other similar extension points exist, see Microsoft.Common.targets.
220  <Target Name="BeforeBuild">
221  </Target>
222  <Target Name="AfterBuild">
223  </Target>
224  -->
225</Project>
Note: See TracBrowser for help on using the repository browser.