Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-3.3.csproj @ 13501

Last change on this file since 13501 was 13501, checked in by abeham, 8 years ago

#2560: added service methods

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