Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-3.3.csproj @ 11920

Last change on this file since 11920 was 11920, checked in by ascheibe, 9 years ago

#2280 merged r11623, r11631, r11634 into stable

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="ValueNameType.cs" />
131    <Compile Include="ValueNameCategory.cs" />
132    <Compile Include="OKB.designer.cs">
133      <AutoGen>True</AutoGen>
134      <DesignTime>True</DesignTime>
135      <DependentUpon>OKB.dbml</DependentUpon>
136    </Compile>
137    <Compile Include="Properties\AssemblyInfo.cs" />
138    <None Include="Properties\AssemblyInfo.cs.frame" />
139    <Compile Include="Properties\Settings.Designer.cs">
140      <DependentUpon>Settings.settings</DependentUpon>
141      <AutoGen>True</AutoGen>
142      <DesignTimeSharedInput>True</DesignTimeSharedInput>
143    </Compile>
144  </ItemGroup>
145  <ItemGroup>
146    <None Include="app.config">
147      <SubType>Designer</SubType>
148    </None>
149    <None Include="HeuristicLab.snk" />
150    <None Include="OKB.dbml">
151      <Generator>MSLinqToSQLGenerator</Generator>
152      <LastGenOutput>OKB.designer.cs</LastGenOutput>
153      <SubType>Designer</SubType>
154    </None>
155  </ItemGroup>
156  <ItemGroup>
157    <None Include="OKB.dbml.layout">
158      <DependentUpon>OKB.dbml</DependentUpon>
159    </None>
160    <None Include="Properties\Settings.settings">
161      <Generator>PublicSettingsSingleFileGenerator</Generator>
162      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
163    </None>
164  </ItemGroup>
165  <ItemGroup>
166    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
167    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
168    <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
169  </ItemGroup>
170  <ItemGroup>
171    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
172      <Visible>False</Visible>
173      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
174      <Install>false</Install>
175    </BootstrapperPackage>
176    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
177      <Visible>False</Visible>
178      <ProductName>.NET Framework 3.5 SP1</ProductName>
179      <Install>true</Install>
180    </BootstrapperPackage>
181    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
182      <Visible>False</Visible>
183      <ProductName>Windows Installer 3.1</ProductName>
184      <Install>true</Install>
185    </BootstrapperPackage>
186  </ItemGroup>
187  <ItemGroup>
188    <None Include="SQL Scripts\Initialize OKB.sql" />
189  </ItemGroup>
190  <ItemGroup>
191    <None Include="SQL Scripts\Create OKB.sql" />
192  </ItemGroup>
193  <ItemGroup>
194    <Content Include="SQL Scripts\Clear OKB.sql" />
195  </ItemGroup>
196  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
197  <PropertyGroup>
198    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
199set ProjectDir=$(ProjectDir)
200set SolutionDir=$(SolutionDir)
201set Outdir=$(Outdir)
202
203call PreBuildEvent.cmd</PreBuildEvent>
204    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
205export ProjectDir=$(ProjectDir)
206export SolutionDir=$(SolutionDir)
207
208$SolutionDir/PreBuildEvent.sh
209</PreBuildEvent>
210  </PropertyGroup>
211  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
212       Other similar extension points exist, see Microsoft.Common.targets.
213  <Target Name="BeforeBuild">
214  </Target>
215  <Target Name="AfterBuild">
216  </Target>
217  -->
218</Project>
Note: See TracBrowser for help on using the repository browser.