Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11170 was 8600, checked in by ascheibe, 12 years ago

#1937 added pre- and postbuild events for mono

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