Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.LINQDataAccess/3.2/HeuristicLab.Hive.Server.LINQDataAccess-3.2.csproj @ 3220

Last change on this file since 3220 was 3220, checked in by kgrading, 14 years ago

improved the DAL further, changed minor details for the presentation (#830)

File size: 7.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>{A4499DDD-D1B8-414F-98F6-903C2C71BEB0}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Server.LINQDataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Server.LINQDataAccess-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\x86\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <PlatformTarget>x86</PlatformTarget>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x86\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x86</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
45    <OutputPath>bin\x86\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <Optimize>true</Optimize>
48    <DebugType>pdbonly</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
53    <DebugSymbols>true</DebugSymbols>
54    <OutputPath>bin\x64\Debug\</OutputPath>
55    <DefineConstants>DEBUG;TRACE</DefineConstants>
56    <DebugType>full</DebugType>
57    <PlatformTarget>x64</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
61    <OutputPath>bin\x64\Release\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67  </PropertyGroup>
68  <ItemGroup>
69    <Reference Include="System" />
70    <Reference Include="System.Core">
71      <RequiredTargetFramework>3.5</RequiredTargetFramework>
72    </Reference>
73    <Reference Include="System.Data.Linq">
74      <RequiredTargetFramework>3.5</RequiredTargetFramework>
75    </Reference>
76    <Reference Include="System.Drawing" />
77    <Reference Include="System.Windows.Forms" />
78    <Reference Include="System.Xml.Linq">
79      <RequiredTargetFramework>3.5</RequiredTargetFramework>
80    </Reference>
81    <Reference Include="System.Data.DataSetExtensions">
82      <RequiredTargetFramework>3.5</RequiredTargetFramework>
83    </Reference>
84    <Reference Include="System.Data" />
85    <Reference Include="System.Xml" />
86  </ItemGroup>
87  <ItemGroup>
88    <Compile Include="BaseDao.cs" />
89    <Compile Include="ClientConfigDao.cs" />
90    <Compile Include="ClientDao.cs" />
91    <Compile Include="ClientGroupDao.cs" />
92    <Compile Include="ContextFactory.cs" />
93    <Compile Include="Hive.designer.cs">
94      <AutoGen>True</AutoGen>
95      <DesignTime>True</DesignTime>
96      <DependentUpon>Hive.dbml</DependentUpon>
97    </Compile>
98    <Compile Include="JobDao.cs" />
99    <Compile Include="LINQDataAccessPlugin.cs" />
100    <Compile Include="PluginInfoDao.cs" />
101    <Compile Include="Properties\AssemblyInfo.cs" />
102    <Compile Include="Properties\Settings.Designer.cs">
103      <AutoGen>True</AutoGen>
104      <DesignTimeSharedInput>True</DesignTimeSharedInput>
105      <DependentUpon>Settings.settings</DependentUpon>
106    </Compile>
107    <Compile Include="UptimeCalendarDao.cs" />
108    <Compile Include="VarBinaryStream.cs" />
109  </ItemGroup>
110  <ItemGroup>
111    <None Include="Hive.dbml">
112      <Generator>MSLinqToSQLGenerator</Generator>
113      <LastGenOutput>Hive.designer.cs</LastGenOutput>
114      <SubType>Designer</SubType>
115    </None>
116    <None Include="HeuristicLab.snk" />
117    <None Include="Properties\AssemblyInfo.frame" />
118  </ItemGroup>
119  <ItemGroup>
120    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
121      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
122      <Name>HeuristicLab.DataAccess-3.2</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj">
125      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
126      <Name>HeuristicLab.Hive.Contracts-3.2</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.DataAccess\3.2\HeuristicLab.Hive.Server.DataAccess-3.2.csproj">
129      <Project>{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}</Project>
130      <Name>HeuristicLab.Hive.Server.DataAccess-3.2</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
133      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
134      <Name>HeuristicLab.PluginInfrastructure</Name>
135    </ProjectReference>
136  </ItemGroup>
137  <ItemGroup>
138    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
139  </ItemGroup>
140  <ItemGroup>
141    <None Include="app.config" />
142    <None Include="Hive.dbml.layout">
143      <DependentUpon>Hive.dbml</DependentUpon>
144    </None>
145    <None Include="Properties\Settings.settings">
146      <Generator>SettingsSingleFileGenerator</Generator>
147      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
148    </None>
149  </ItemGroup>
150  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
151  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152       Other similar extension points exist, see Microsoft.Common.targets.
153  <Target Name="BeforeBuild">
154  </Target>
155  <Target Name="AfterBuild">
156  </Target>
157  -->
158  <PropertyGroup>
159    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
160set ProjectDir=$(ProjectDir)
161set SolutionDir=$(SolutionDir)
162set Outdir=$(Outdir)
163
164call PreBuildEvent.cmd</PreBuildEvent>
165  </PropertyGroup>
166</Project>
Note: See TracBrowser for help on using the repository browser.