Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Tracing/3.3/HeuristicLab.Hive.Tracing-3.3.csproj @ 4296

Last change on this file since 4296 was 4296, checked in by cneumuel, 14 years ago

corrected assembly reference paths, added some missing files

File size: 3.4 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{CDAD2510-299C-4FA2-B351-9D71A5AF20B7}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Tracing</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Tracing-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
36      <HintPath>..\..\..\..\..\..\trunk\sources\HeuristicLab.PluginInfrastructure\3.3\bin\Debug\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
37    </Reference>
38    <Reference Include="HeuristicLab.Tracing-3.3">
39      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
40    </Reference>
41    <Reference Include="log4net">
42      <HintPath>C:\Program Files\HeuristicLab 3.3\log4net.dll</HintPath>
43    </Reference>
44    <Reference Include="System" />
45    <Reference Include="System.Core" />
46    <Reference Include="System.Xml.Linq" />
47    <Reference Include="System.Data.DataSetExtensions" />
48    <Reference Include="System.Data" />
49    <Reference Include="System.Xml" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="HeuristicLabHiveTracingPlugin.cs" />
53    <Compile Include="MethodCallPatternConverter.cs" />
54    <Compile Include="MethodCallPatternLayout.cs" />
55    <Compile Include="Properties\AssemblyInfo.cs" />
56  </ItemGroup>
57  <ItemGroup>
58    <Content Include="HeuristicLab.Hive.log4net.xml">
59      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
60    </Content>
61  </ItemGroup>
62  <ItemGroup>
63    <None Include="app.config" />
64    <None Include="Properties\AssemblyInfo.frame" />
65  </ItemGroup>
66  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67  <PropertyGroup>
68    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
69set ProjectDir=$(ProjectDir)
70set SolutionDir=$(SolutionDir)
71set Outdir=$(Outdir)
72
73call PreBuildEvent.cmd</PreBuildEvent>
74  </PropertyGroup>
75  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
76       Other similar extension points exist, see Microsoft.Common.targets.
77  <Target Name="BeforeBuild">
78  </Target>
79  <Target Name="AfterBuild">
80  </Target>
81  -->
82</Project>
Note: See TracBrowser for help on using the repository browser.