Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-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: 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{E36BE58F-F3CE-40BB-9AB3-9F9E30AD5CCF}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.OKB.DataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.OKB.DataAccess-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <FileUpgradeFlags></FileUpgradeFlags>
16    <OldToolsVersion>3.5</OldToolsVersion>
17    <UpgradeBackupLocation />
18    <PublishUrl>publish\</PublishUrl>
19    <Install>true</Install>
20    <InstallFrom>Disk</InstallFrom>
21    <UpdateEnabled>false</UpdateEnabled>
22    <UpdateMode>Foreground</UpdateMode>
23    <UpdateInterval>7</UpdateInterval>
24    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25    <UpdatePeriodically>false</UpdatePeriodically>
26    <UpdateRequired>false</UpdateRequired>
27    <MapFileExtensions>true</MapFileExtensions>
28    <ApplicationRevision>0</ApplicationRevision>
29    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30    <IsWebBootstrapper>false</IsWebBootstrapper>
31    <UseApplicationTrust>false</UseApplicationTrust>
32    <BootstrapperEnabled>true</BootstrapperEnabled>
33    <TargetFrameworkProfile />
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36    <DebugSymbols>true</DebugSymbols>
37    <DebugType>full</DebugType>
38    <Optimize>false</Optimize>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
44    <Prefer32Bit>false</Prefer32Bit>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53    <DocumentationFile></DocumentationFile>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55    <Prefer32Bit>false</Prefer32Bit>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65    <Prefer32Bit>false</Prefer32Bit>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
68    <OutputPath>bin\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile></DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x86</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76    <Prefer32Bit>false</Prefer32Bit>
77  </PropertyGroup>
78  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
79    <DebugSymbols>true</DebugSymbols>
80    <OutputPath>bin\Debug\</OutputPath>
81    <DefineConstants>DEBUG;TRACE</DefineConstants>
82    <DebugType>full</DebugType>
83    <PlatformTarget>x64</PlatformTarget>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
86    <Prefer32Bit>false</Prefer32Bit>
87  </PropertyGroup>
88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
89    <OutputPath>bin\Release\</OutputPath>
90    <DefineConstants>TRACE</DefineConstants>
91    <DocumentationFile></DocumentationFile>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x64</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
97    <Prefer32Bit>false</Prefer32Bit>
98  </PropertyGroup>
99  <PropertyGroup>
100    <SignAssembly>true</SignAssembly>
101  </PropertyGroup>
102  <PropertyGroup>
103    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
104  </PropertyGroup>
105  <ItemGroup>
106    <Reference Include="System" />
107    <Reference Include="System.Core">
108      <RequiredTargetFramework>3.5</RequiredTargetFramework>
109    </Reference>
110    <Reference Include="System.Data.Linq">
111      <RequiredTargetFramework>3.5</RequiredTargetFramework>
112    </Reference>
113    <Reference Include="System.Runtime.Serialization">
114      <RequiredTargetFramework>3.0</RequiredTargetFramework>
115    </Reference>
116    <Reference Include="System.Xml.Linq">
117      <RequiredTargetFramework>3.5</RequiredTargetFramework>
118    </Reference>
119    <Reference Include="System.Data.DataSetExtensions">
120      <RequiredTargetFramework>3.5</RequiredTargetFramework>
121    </Reference>
122    <Reference Include="System.Data" />
123    <Reference Include="System.Xml" />
124  </ItemGroup>
125  <ItemGroup>
126    <Compile Include="CharacteristicType.cs" />
127    <Compile Include="ValueNameType.cs" />
128    <Compile Include="ValueNameCategory.cs" />
129    <Compile Include="OKB.designer.cs">
130      <AutoGen>True</AutoGen>
131      <DesignTime>True</DesignTime>
132      <DependentUpon>OKB.dbml</DependentUpon>
133    </Compile>
134    <Compile Include="Properties\AssemblyInfo.cs" />
135    <None Include="Properties\AssemblyInfo.cs.frame" />
136    <Compile Include="Properties\Settings.Designer.cs">
137      <DependentUpon>Settings.settings</DependentUpon>
138      <AutoGen>True</AutoGen>
139      <DesignTimeSharedInput>True</DesignTimeSharedInput>
140    </Compile>
141  </ItemGroup>
142  <ItemGroup>
143    <None Include="app.config">
144      <SubType>Designer</SubType>
145    </None>
146    <None Include="HeuristicLab.snk" />
147    <None Include="OKB.dbml">
148      <Generator>MSLinqToSQLGenerator</Generator>
149      <LastGenOutput>OKB.designer.cs</LastGenOutput>
150      <SubType>Designer</SubType>
151    </None>
152  </ItemGroup>
153  <ItemGroup>
154    <None Include="OKB.dbml.layout">
155      <DependentUpon>OKB.dbml</DependentUpon>
156    </None>
157    <None Include="Properties\Settings.settings">
158      <Generator>PublicSettingsSingleFileGenerator</Generator>
159      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
160    </None>
161  </ItemGroup>
162  <ItemGroup>
163    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
164    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
165    <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
166  </ItemGroup>
167  <ItemGroup>
168    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
169      <Visible>False</Visible>
170      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
171      <Install>false</Install>
172    </BootstrapperPackage>
173    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
174      <Visible>False</Visible>
175      <ProductName>.NET Framework 3.5 SP1</ProductName>
176      <Install>true</Install>
177    </BootstrapperPackage>
178    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
179      <Visible>False</Visible>
180      <ProductName>Windows Installer 3.1</ProductName>
181      <Install>true</Install>
182    </BootstrapperPackage>
183  </ItemGroup>
184  <ItemGroup>
185    <None Include="SQL Scripts\Initialize OKB.sql" />
186  </ItemGroup>
187  <ItemGroup>
188    <None Include="SQL Scripts\Create OKB.sql" />
189  </ItemGroup>
190  <ItemGroup>
191    <Content Include="SQL Scripts\Clear OKB.sql" />
192  </ItemGroup>
193  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
194  <PropertyGroup>
195    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
196set ProjectDir=$(ProjectDir)
197set SolutionDir=$(SolutionDir)
198set Outdir=$(Outdir)
199
200call PreBuildEvent.cmd</PreBuildEvent>
201    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
202export ProjectDir=$(ProjectDir)
203export SolutionDir=$(SolutionDir)
204
205$SolutionDir/PreBuildEvent.sh
206</PreBuildEvent>
207  </PropertyGroup>
208  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
209       Other similar extension points exist, see Microsoft.Common.targets.
210  <Target Name="BeforeBuild">
211  </Target>
212  <Target Name="AfterBuild">
213  </Target>
214  -->
215</Project>
Note: See TracBrowser for help on using the repository browser.