Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Security.ADODataAccess/3.2/HeuristicLab.Security.ADODataAccess-3.2.csproj @ 1629

Last change on this file since 1629 was 1629, checked in by svonolfe, 15 years ago

Initial import (#597)

File size: 2.8 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>{FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Security.ADODataAccess_3._2</RootNamespace>
12    <AssemblyName>HeuristicLab.Security.ADODataAccess-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
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  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
38  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
39       Other similar extension points exist, see Microsoft.Common.targets.
40  <Target Name="BeforeBuild">
41  </Target>
42  <Target Name="AfterBuild">
43  </Target>
44  -->
45  <ItemGroup>
46    <None Include="HeuristicLab.snk" />
47    <None Include="Properties\AssemblyInfo.frame" />
48  </ItemGroup>
49  <PropertyGroup>
50    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
51set ProjectDir=$(ProjectDir)
52set SolutionDir=$(SolutionDir)
53set Outdir=$(Outdir)
54
55call PreBuildEvent.cmd</PreBuildEvent>
56  </PropertyGroup>
57  <ItemGroup>
58    <Compile Include="ADODataAccessPlugin.cs" />
59    <Compile Include="Properties\AssemblyInfo.cs" />
60  </ItemGroup>
61  <ItemGroup>
62    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
63      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
64      <Name>HeuristicLab.PluginInfrastructure</Name>
65    </ProjectReference>
66  </ItemGroup>
67</Project>
Note: See TracBrowser for help on using the repository browser.