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 @ 4277

Last change on this file since 4277 was 4277, checked in by swagner, 14 years ago

Added SQL script for creating the OKB database (#1166)

File size: 8.5 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.0</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  </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>bin\Release\HeuristicLab.Services.OKB.DataAccess-3.3.xml</DocumentationFile>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x64\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x64</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63    <DocumentationFile>
64    </DocumentationFile>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\x64\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <DocumentationFile>bin\x64\Release\HeuristicLab.Services.OKB.DataAccess-3.3.xml</DocumentationFile>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>bin\x86\Debug\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
87    <OutputPath>bin\x86\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x86</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <DocumentationFile>bin\x86\Release\HeuristicLab.Services.OKB.DataAccess-3.3.xml</DocumentationFile>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95  </PropertyGroup>
96  <PropertyGroup>
97    <SignAssembly>true</SignAssembly>
98  </PropertyGroup>
99  <PropertyGroup>
100    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
101  </PropertyGroup>
102  <ItemGroup>
103    <Reference Include="System" />
104    <Reference Include="System.Core">
105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
106    </Reference>
107    <Reference Include="System.Data.Linq">
108      <RequiredTargetFramework>3.5</RequiredTargetFramework>
109    </Reference>
110    <Reference Include="System.Runtime.Serialization">
111      <RequiredTargetFramework>3.0</RequiredTargetFramework>
112    </Reference>
113    <Reference Include="System.Xml.Linq">
114      <RequiredTargetFramework>3.5</RequiredTargetFramework>
115    </Reference>
116    <Reference Include="System.Data.DataSetExtensions">
117      <RequiredTargetFramework>3.5</RequiredTargetFramework>
118    </Reference>
119    <Reference Include="System.Data" />
120    <Reference Include="System.Xml" />
121  </ItemGroup>
122  <ItemGroup>
123    <Compile Include="Authentication.cs" />
124    <Compile Include="ExperimentKit.cs" />
125    <None Include="OKB.designer.cs">
126      <AutoGen>True</AutoGen>
127      <DesignTime>True</DesignTime>
128      <DependentUpon>OKB.dbml</DependentUpon>
129    </None>
130    <Compile Include="OKB.generated.cs">
131      <DependentUpon>OKB.tt</DependentUpon>
132      <AutoGen>True</AutoGen>
133      <DesignTime>True</DesignTime>
134    </Compile>
135    <Compile Include="OKB_Methods.cs" />
136    <Compile Include="Properties\AssemblyInfo.cs" />
137    <None Include="Properties\AssemblyInfo.frame" />
138    <Compile Include="Properties\Settings.Designer.cs">
139      <DependentUpon>Settings.settings</DependentUpon>
140      <AutoGen>True</AutoGen>
141      <DesignTimeSharedInput>True</DesignTimeSharedInput>
142    </Compile>
143  </ItemGroup>
144  <ItemGroup>
145    <None Include="app.config" />
146    <None Include="HeuristicLab.snk" />
147    <None Include="L2ST4.ttinclude" />
148    <None Include="OKB.dbml">
149      <Generator>MSLinqToSQLGenerator</Generator>
150      <LastGenOutput>OKB.designer.cs</LastGenOutput>
151      <SubType>Designer</SubType>
152    </None>
153  </ItemGroup>
154  <ItemGroup>
155    <None Include="OKB.dbml.layout">
156      <DependentUpon>OKB.dbml</DependentUpon>
157    </None>
158    <None Include="OKB.tt">
159      <Generator>TextTemplatingFileGenerator</Generator>
160      <LastGenOutput>OKB.generated.cs</LastGenOutput>
161    </None>
162    <None Include="Properties\Settings.settings">
163      <Generator>SettingsSingleFileGenerator</Generator>
164      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
165    </None>
166  </ItemGroup>
167  <ItemGroup>
168    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
169    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
170    <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
171  </ItemGroup>
172  <ItemGroup>
173    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
174      <Visible>False</Visible>
175      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
176      <Install>false</Install>
177    </BootstrapperPackage>
178    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
179      <Visible>False</Visible>
180      <ProductName>.NET Framework 3.5 SP1</ProductName>
181      <Install>true</Install>
182    </BootstrapperPackage>
183    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
184      <Visible>False</Visible>
185      <ProductName>Windows Installer 3.1</ProductName>
186      <Install>true</Install>
187    </BootstrapperPackage>
188  </ItemGroup>
189  <ItemGroup>
190    <None Include="SQL Scripts\Initialize OKB.sql" />
191  </ItemGroup>
192  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
193  <PropertyGroup>
194    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
195set ProjectDir=$(ProjectDir)
196set SolutionDir=$(SolutionDir)
197set Outdir=$(Outdir)
198
199call PreBuildEvent.cmd</PreBuildEvent>
200  </PropertyGroup>
201  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
202       Other similar extension points exist, see Microsoft.Common.targets.
203  <Target Name="BeforeBuild">
204  </Target>
205  <Target Name="AfterBuild">
206  </Target>
207  -->
208</Project>
Note: See TracBrowser for help on using the repository browser.