Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.CEDMA.DB/HeuristicLab.CEDMA.DB.csproj @ 428

Last change on this file since 428 was 382, checked in by gkronber, 16 years ago

fixed references to HeuristicLab.PluginInfrastructure

File size: 4.1 KB
RevLine 
[352]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.21022</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{B3D6D8D9-2B1F-47EC-9C73-77FAECF87310}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.CEDMA.DB</RootNamespace>
12    <AssemblyName>HeuristicLab.CEDMA.DB</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[372]17    <StartupObject>
18    </StartupObject>
[352]19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <ItemGroup>
38    <Reference Include="System" />
39    <Reference Include="System.Core">
40      <RequiredTargetFramework>3.5</RequiredTargetFramework>
41    </Reference>
[357]42    <Reference Include="System.Data.Linq">
43      <RequiredTargetFramework>3.5</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System.Data.SQLite, Version=1.0.49.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
46      <SpecificVersion>False</SpecificVersion>
47      <HintPath>..\HeuristicLab.SQLite\System.Data.SQLite.DLL</HintPath>
48    </Reference>
49    <Reference Include="System.ServiceModel">
50      <RequiredTargetFramework>3.0</RequiredTargetFramework>
51    </Reference>
[352]52    <Reference Include="System.Xml.Linq">
53      <RequiredTargetFramework>3.5</RequiredTargetFramework>
54    </Reference>
55    <Reference Include="System.Data.DataSetExtensions">
56      <RequiredTargetFramework>3.5</RequiredTargetFramework>
57    </Reference>
58    <Reference Include="System.Data" />
59    <Reference Include="System.Xml" />
60  </ItemGroup>
61  <ItemGroup>
[357]62    <Compile Include="Database.cs" />
[352]63    <Compile Include="HeuristicLabCedmaDbPlugin.cs" />
64    <Compile Include="Properties\AssemblyInfo.cs" />
65  </ItemGroup>
66  <ItemGroup>
67    <None Include="HeuristicLab.snk" />
68  </ItemGroup>
[357]69  <ItemGroup>
70    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
71      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
72      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
73    </ProjectReference>
[382]74    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
75      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
76      <Name>HeuristicLab.PluginInfrastructure</Name>
77    </ProjectReference>
[357]78    <ProjectReference Include="..\HeuristicLab.SQLite\HeuristicLab.SQLite.csproj">
79      <Project>{6960CBCD-E44B-49B0-BA86-671091C42C36}</Project>
80      <Name>HeuristicLab.SQLite</Name>
81    </ProjectReference>
82  </ItemGroup>
[352]83  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85       Other similar extension points exist, see Microsoft.Common.targets.
86  <Target Name="BeforeBuild">
87  </Target>
88  <Target Name="AfterBuild">
89  </Target>
90  -->
91  <PropertyGroup>
92    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
93  </PropertyGroup>
94</Project>
Note: See TracBrowser for help on using the repository browser.