[2] | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
---|
| 2 | <PropertyGroup>
|
---|
| 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[574] | 5 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[2] | 6 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 7 | <ProjectGuid>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Logging</RootNamespace>
|
---|
[582] | 11 | <AssemblyName>HeuristicLab.Logging-3.2</AssemblyName>
|
---|
[2] | 12 | <SignAssembly>true</SignAssembly>
|
---|
| 13 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 14 | <FileUpgradeFlags>
|
---|
| 15 | </FileUpgradeFlags>
|
---|
| 16 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
| 17 | <UpgradeBackupLocation>
|
---|
| 18 | </UpgradeBackupLocation>
|
---|
| 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 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
[582] | 37 | <DocumentationFile>bin\Release\HeuristicLab.Logging-3.2.XML</DocumentationFile>
|
---|
[2] | 38 | </PropertyGroup>
|
---|
[564] | 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | </PropertyGroup>
|
---|
| 47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 48 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 49 | <DefineConstants>TRACE</DefineConstants>
|
---|
[582] | 50 | <DocumentationFile>bin\Release\HeuristicLab.Logging-3.2.XML</DocumentationFile>
|
---|
[564] | 51 | <Optimize>true</Optimize>
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | </PropertyGroup>
|
---|
[2] | 56 | <ItemGroup>
|
---|
| 57 | <Reference Include="System" />
|
---|
| 58 | <Reference Include="System.Data" />
|
---|
| 59 | <Reference Include="System.Drawing" />
|
---|
| 60 | <Reference Include="System.Windows.Forms" />
|
---|
| 61 | <Reference Include="System.Xml" />
|
---|
| 62 | </ItemGroup>
|
---|
| 63 | <ItemGroup>
|
---|
| 64 | <Compile Include="BestAverageWorstQualityCalculator.cs" />
|
---|
[363] | 65 | <Compile Include="BestSolutionStorer.cs" />
|
---|
[671] | 66 | <Compile Include="PointXYChartView.cs">
|
---|
| 67 | <SubType>UserControl</SubType>
|
---|
| 68 | </Compile>
|
---|
| 69 | <Compile Include="PointXYChartView.Designer.cs">
|
---|
| 70 | <DependentUpon>PointXYChartView.cs</DependentUpon>
|
---|
| 71 | </Compile>
|
---|
[283] | 72 | <Compile Include="Logger.cs" />
|
---|
[2] | 73 | <Compile Include="Linechart.cs" />
|
---|
| 74 | <Compile Include="HeuristicLabLoggingPlugin.cs" />
|
---|
| 75 | <Compile Include="LinechartView.cs">
|
---|
| 76 | <SubType>UserControl</SubType>
|
---|
| 77 | </Compile>
|
---|
| 78 | <Compile Include="LinechartView.Designer.cs">
|
---|
| 79 | <DependentUpon>LinechartView.cs</DependentUpon>
|
---|
| 80 | </Compile>
|
---|
| 81 | <Compile Include="LogView.cs">
|
---|
| 82 | <SubType>UserControl</SubType>
|
---|
| 83 | </Compile>
|
---|
| 84 | <Compile Include="LogView.Designer.cs">
|
---|
| 85 | <DependentUpon>LogView.cs</DependentUpon>
|
---|
| 86 | </Compile>
|
---|
[671] | 87 | <Compile Include="PointXYChart.cs" />
|
---|
| 88 | <Compile Include="PointXYChartInjector.cs" />
|
---|
[2] | 89 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 90 | <Compile Include="QualityLogger.cs" />
|
---|
| 91 | <Compile Include="Log.cs" />
|
---|
| 92 | <Compile Include="LinechartInjector.cs" />
|
---|
| 93 | </ItemGroup>
|
---|
| 94 | <ItemGroup>
|
---|
| 95 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 96 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 97 | </ItemGroup>
|
---|
| 98 | <ItemGroup>
|
---|
| 99 | <ProjectReference Include="..\HeuristicLab.Charting.Data\HeuristicLab.Charting.Data.csproj">
|
---|
| 100 | <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>
|
---|
| 101 | <Name>HeuristicLab.Charting.Data</Name>
|
---|
| 102 | </ProjectReference>
|
---|
| 103 | <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj">
|
---|
| 104 | <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
|
---|
| 105 | <Name>HeuristicLab.Charting</Name>
|
---|
| 106 | </ProjectReference>
|
---|
| 107 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 108 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 109 | <Name>HeuristicLab.Core</Name>
|
---|
| 110 | </ProjectReference>
|
---|
| 111 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
| 112 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
| 113 | <Name>HeuristicLab.Data</Name>
|
---|
| 114 | </ProjectReference>
|
---|
| 115 | <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
|
---|
| 116 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
| 117 | <Name>HeuristicLab.Operators</Name>
|
---|
| 118 | </ProjectReference>
|
---|
| 119 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 120 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 121 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 122 | </ProjectReference>
|
---|
| 123 | </ItemGroup>
|
---|
| 124 | <ItemGroup>
|
---|
[671] | 125 | <EmbeddedResource Include="PointXYChartView.resx">
|
---|
| 126 | <DependentUpon>PointXYChartView.cs</DependentUpon>
|
---|
| 127 | <SubType>Designer</SubType>
|
---|
| 128 | </EmbeddedResource>
|
---|
[2] | 129 | <EmbeddedResource Include="LinechartView.resx">
|
---|
| 130 | <DependentUpon>LinechartView.cs</DependentUpon>
|
---|
| 131 | <SubType>Designer</SubType>
|
---|
| 132 | </EmbeddedResource>
|
---|
| 133 | <EmbeddedResource Include="LogView.resx">
|
---|
| 134 | <DependentUpon>LogView.cs</DependentUpon>
|
---|
| 135 | <SubType>Designer</SubType>
|
---|
| 136 | </EmbeddedResource>
|
---|
| 137 | </ItemGroup>
|
---|
| 138 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 139 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 140 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 141 | <Target Name="BeforeBuild">
|
---|
| 142 | </Target>
|
---|
| 143 | <Target Name="AfterBuild">
|
---|
| 144 | </Target>
|
---|
| 145 | -->
|
---|
[30] | 146 | <PropertyGroup>
|
---|
[574] | 147 | <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
|
---|
[30] | 148 | </PropertyGroup>
|
---|
[2] | 149 | </Project> |
---|