[1467] | 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>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Tracing</RootNamespace>
|
---|
[1525] | 12 | <AssemblyName>HeuristicLab.Tracing-3.2</AssemblyName>
|
---|
[1467] | 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\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[2900] | 34 | <DocumentationFile>bin\Release\HeuristicLab.Tracing-3.2.XML</DocumentationFile>
|
---|
[1467] | 35 | </PropertyGroup>
|
---|
[1474] | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 37 | <DebugSymbols>true</DebugSymbols>
|
---|
| 38 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 40 | <DebugType>full</DebugType>
|
---|
| 41 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 42 | <ErrorReport>prompt</ErrorReport>
|
---|
| 43 | </PropertyGroup>
|
---|
| 44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 45 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 46 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 47 | <Optimize>true</Optimize>
|
---|
| 48 | <DebugType>pdbonly</DebugType>
|
---|
| 49 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 50 | <ErrorReport>prompt</ErrorReport>
|
---|
[2900] | 51 | <DocumentationFile>bin\x64\Release\HeuristicLab.Tracing-3.2.XML</DocumentationFile>
|
---|
[1474] | 52 | </PropertyGroup>
|
---|
| 53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 54 | <DebugSymbols>true</DebugSymbols>
|
---|
| 55 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 56 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 57 | <DebugType>full</DebugType>
|
---|
| 58 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 59 | <ErrorReport>prompt</ErrorReport>
|
---|
| 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 62 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 63 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 64 | <Optimize>true</Optimize>
|
---|
| 65 | <DebugType>pdbonly</DebugType>
|
---|
| 66 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 67 | <ErrorReport>prompt</ErrorReport>
|
---|
[2900] | 68 | <DocumentationFile>bin\x86\Release\HeuristicLab.Tracing-3.2.XML</DocumentationFile>
|
---|
[1474] | 69 | </PropertyGroup>
|
---|
[1467] | 70 | <ItemGroup>
|
---|
| 71 | <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
---|
| 72 | <SpecificVersion>False</SpecificVersion>
|
---|
[2645] | 73 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0\log4net.dll</HintPath>
|
---|
[1467] | 74 | </Reference>
|
---|
| 75 | <Reference Include="System" />
|
---|
| 76 | <Reference Include="System.Core">
|
---|
| 77 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 78 | </Reference>
|
---|
| 79 | <Reference Include="System.Xml.Linq">
|
---|
| 80 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 81 | </Reference>
|
---|
| 82 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 83 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="System.Data" />
|
---|
| 86 | <Reference Include="System.Xml" />
|
---|
| 87 | </ItemGroup>
|
---|
| 88 | <ItemGroup>
|
---|
[2754] | 89 | <None Include="HeuristicLabTracingPlugin.cs.frame" />
|
---|
[1933] | 90 | <Compile Include="HiveLogger.cs" />
|
---|
[1467] | 91 | <Compile Include="Logger.cs" />
|
---|
| 92 | <Compile Include="HeuristicLabTracingPlugin.cs" />
|
---|
| 93 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 94 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 95 | <AutoGen>True</AutoGen>
|
---|
| 96 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 97 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 98 | </Compile>
|
---|
| 99 | </ItemGroup>
|
---|
| 100 | <ItemGroup>
|
---|
[1534] | 101 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[1467] | 102 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 103 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 104 | </ProjectReference>
|
---|
| 105 | </ItemGroup>
|
---|
| 106 | <ItemGroup>
|
---|
| 107 | <None Include="app.config" />
|
---|
| 108 | <None Include="HeuristicLab.snk" />
|
---|
[1472] | 109 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[1467] | 110 | <None Include="Properties\Settings.settings">
|
---|
| 111 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 112 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 113 | </None>
|
---|
| 114 | <Content Include="HeuristicLab.log4net.xml">
|
---|
| 115 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 116 | </Content>
|
---|
| 117 | </ItemGroup>
|
---|
| 118 | <ItemGroup>
|
---|
[2598] | 119 | <Content Include="HeuristicLab.Hive.log4net.xml">
|
---|
| 120 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 121 | </Content>
|
---|
[1467] | 122 | </ItemGroup>
|
---|
| 123 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 124 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 125 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 126 | <Target Name="BeforeBuild">
|
---|
| 127 | </Target>
|
---|
| 128 | <Target Name="AfterBuild">
|
---|
| 129 | </Target>
|
---|
| 130 | -->
|
---|
[1470] | 131 | <PropertyGroup>
|
---|
| 132 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 133 | set ProjectDir=$(ProjectDir)
|
---|
| 134 | set SolutionDir=$(SolutionDir)
|
---|
| 135 | set Outdir=$(Outdir)
|
---|
| 136 |
|
---|
[2754] | 137 | call PreBuildEvent.cmd
|
---|
| 138 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs"</PreBuildEvent>
|
---|
[1470] | 139 | </PropertyGroup>
|
---|
[1467] | 140 | </Project> |
---|