Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-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: 8.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>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive.DataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive.DataAccess-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>bin\Debug\</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>bin\Release\</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>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    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>bin\Release\</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>bin\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    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>bin\Release\</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.PluginInfrastructure-3.3">
89      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
90    </Reference>
91    <Reference Include="System" />
92    <Reference Include="System.Core" />
93    <Reference Include="System.Data.Linq" />
94    <Reference Include="System.Transactions" />
95    <Reference Include="System.Windows.Forms" />
96    <Reference Include="System.Xml.Linq" />
97    <Reference Include="System.Data.DataSetExtensions" />
98    <Reference Include="System.Data" />
99    <Reference Include="System.Xml" />
100  </ItemGroup>
101  <ItemGroup>
102    <None Include="Plugin.cs.frame" />
103    <Compile Include="Daos\AssignedResourceDao.cs" />
104    <Compile Include="Daos\DowntimeDao.cs" />
105    <Compile Include="Daos\GenericDao.cs" />
106    <Compile Include="Daos\HiveStatistics\DimClientDao.cs" />
107    <Compile Include="Daos\HiveStatistics\DimJobDao.cs" />
108    <Compile Include="Daos\HiveStatistics\DimTimeDao.cs" />
109    <Compile Include="Daos\HiveStatistics\DimUserDao.cs" />
110    <Compile Include="Daos\HiveStatistics\FactClientInfoDao.cs" />
111    <Compile Include="Daos\HiveStatistics\FactTaskDao.cs" />
112    <Compile Include="Daos\JobDao.cs" />
113    <Compile Include="Daos\JobPermissionDao.cs" />
114    <Compile Include="Daos\LifecycleDao.cs" />
115    <Compile Include="Daos\PluginDao.cs" />
116    <Compile Include="Daos\PluginDataDao.cs" />
117    <Compile Include="Daos\RequiredPluginDao.cs" />
118    <Compile Include="Daos\ResourceDao.cs" />
119    <Compile Include="Daos\ResourcePermissionDao.cs" />
120    <Compile Include="Daos\SlaveDao.cs" />
121    <Compile Include="Daos\SlaveGroupDao.cs" />
122    <Compile Include="Daos\StateLogDao.cs" />
123    <Compile Include="Daos\TaskDao.cs" />
124    <Compile Include="Daos\TaskDataDao.cs" />
125    <Compile Include="Daos\UserPriorityDao.cs" />
126    <Compile Include="Data\TableInformation.cs" />
127    <Compile Include="Interfaces\IGenericDao.cs" />
128    <Compile Include="Enums\Command.cs" />
129    <Compile Include="Enums\DowntimeType.cs" />
130    <Compile Include="Enums\CpuArchitecture.cs" />
131    <Compile Include="Interfaces\IPersistenceManager.cs" />
132    <Compile Include="Manager\PersistenceManager.cs" />
133    <Compile Include="Plugin.cs" />
134    <Compile Include="HiveDataContext.cs">
135      <DependentUpon>HiveDataContext.dbml</DependentUpon>
136    </Compile>
137    <Compile Include="HiveDataContext.designer.cs">
138      <AutoGen>True</AutoGen>
139      <DesignTime>True</DesignTime>
140      <DependentUpon>HiveDataContext.dbml</DependentUpon>
141    </Compile>
142    <Compile Include="Enums\TaskState.cs" />
143    <Compile Include="Logger.cs" />
144    <Compile Include="Enums\Permission.cs" />
145    <Compile Include="Properties\AssemblyInfo.cs" />
146    <None Include="Properties\AssemblyInfo.cs.frame" />
147    <Compile Include="Settings.Designer.cs">
148      <AutoGen>True</AutoGen>
149      <DesignTimeSharedInput>True</DesignTimeSharedInput>
150      <DependentUpon>Settings.settings</DependentUpon>
151    </Compile>
152    <Compile Include="Enums\SlaveState.cs" />
153  </ItemGroup>
154  <ItemGroup>
155    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
156  </ItemGroup>
157  <ItemGroup>
158    <None Include="app.config">
159      <SubType>Designer</SubType>
160    </None>
161    <None Include="HeuristicLab.snk" />
162    <None Include="HiveDataContext.dbml">
163      <Generator>MSLinqToSQLGenerator</Generator>
164      <LastGenOutput>HiveDataContext.designer.cs</LastGenOutput>
165      <SubType>Designer</SubType>
166    </None>
167    <None Include="Settings.settings">
168      <Generator>PublicSettingsSingleFileGenerator</Generator>
169      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
170    </None>
171  </ItemGroup>
172  <ItemGroup>
173    <None Include="HiveDataContext.dbml.layout">
174      <DependentUpon>HiveDataContext.dbml</DependentUpon>
175    </None>
176  </ItemGroup>
177  <ItemGroup>
178    <Content Include="SQL Scripts\Initialize Hive Database.sql" />
179    <Content Include="SQL Scripts\Prepare Hive Database.sql" />
180  </ItemGroup>
181  <ItemGroup />
182  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
183  <PropertyGroup>
184    <PostBuildEvent></PostBuildEvent>
185  </PropertyGroup>
186  <PropertyGroup>
187    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
188set ProjectDir=$(ProjectDir)
189set SolutionDir=$(SolutionDir)
190set Outdir=$(Outdir)
191
192call PreBuildEvent.cmd</PreBuildEvent>
193    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
194export ProjectDir=$(ProjectDir)
195export SolutionDir=$(SolutionDir)
196
197$SolutionDir/PreBuildEvent.sh
198</PreBuildEvent>
199  </PropertyGroup>
200  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
201       Other similar extension points exist, see Microsoft.Common.targets.
202  <Target Name="BeforeBuild">
203  </Target>
204  <Target Name="AfterBuild">
205  </Target>
206  -->
207</Project>
Note: See TracBrowser for help on using the repository browser.