Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-3.3.csproj @ 7573

Last change on this file since 7573 was 7332, checked in by ascheibe, 12 years ago

#1174 adapted frame filenames to new naming scheme

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