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

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

Worked on OKB data model and services (#1174)

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    <None Include="OKB.designer.cs">
124      <AutoGen>True</AutoGen>
125      <DesignTime>True</DesignTime>
126      <DependentUpon>OKB.dbml</DependentUpon>
127    </None>
128    <Compile Include="OKB.generated.cs">
129      <DependentUpon>OKB.tt</DependentUpon>
130      <AutoGen>True</AutoGen>
131      <DesignTime>True</DesignTime>
132    </Compile>
133    <Compile Include="Properties\AssemblyInfo.cs" />
134    <None Include="Properties\AssemblyInfo.frame" />
135    <Compile Include="Properties\Settings.Designer.cs">
136      <DependentUpon>Settings.settings</DependentUpon>
137      <AutoGen>True</AutoGen>
138      <DesignTimeSharedInput>True</DesignTimeSharedInput>
139    </Compile>
140  </ItemGroup>
141  <ItemGroup>
142    <None Include="app.config">
143      <SubType>Designer</SubType>
144    </None>
145    <None Include="HeuristicLab.snk" />
146    <None Include="L2ST4.ttinclude" />
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="OKB.tt">
158      <Generator>TextTemplatingFileGenerator</Generator>
159      <LastGenOutput>OKB.generated.cs</LastGenOutput>
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  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
195  <PropertyGroup>
196    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
197set ProjectDir=$(ProjectDir)
198set SolutionDir=$(SolutionDir)
199set Outdir=$(Outdir)
200
201call PreBuildEvent.cmd</PreBuildEvent>
202  </PropertyGroup>
203  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
204       Other similar extension points exist, see Microsoft.Common.targets.
205  <Target Name="BeforeBuild">
206  </Target>
207  <Target Name="AfterBuild">
208  </Target>
209  -->
210</Project>
Note: See TracBrowser for help on using the repository browser.