[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>
|
---|
[1474] | 56 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 57 | <DebugSymbols>true</DebugSymbols>
|
---|
| 58 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 59 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 60 | <DebugType>full</DebugType>
|
---|
| 61 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 62 | <ErrorReport>prompt</ErrorReport>
|
---|
| 63 | </PropertyGroup>
|
---|
| 64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 65 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 66 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 67 | <DocumentationFile>bin\Release\HeuristicLab.Logging-3.2.XML</DocumentationFile>
|
---|
| 68 | <Optimize>true</Optimize>
|
---|
| 69 | <DebugType>pdbonly</DebugType>
|
---|
| 70 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 71 | <ErrorReport>prompt</ErrorReport>
|
---|
| 72 | </PropertyGroup>
|
---|
[2] | 73 | <ItemGroup>
|
---|
| 74 | <Reference Include="System" />
|
---|
| 75 | <Reference Include="System.Data" />
|
---|
| 76 | <Reference Include="System.Drawing" />
|
---|
| 77 | <Reference Include="System.Windows.Forms" />
|
---|
| 78 | <Reference Include="System.Xml" />
|
---|
| 79 | </ItemGroup>
|
---|
| 80 | <ItemGroup>
|
---|
| 81 | <Compile Include="BestAverageWorstQualityCalculator.cs" />
|
---|
[363] | 82 | <Compile Include="BestSolutionStorer.cs" />
|
---|
[671] | 83 | <Compile Include="PointXYChartView.cs">
|
---|
| 84 | <SubType>UserControl</SubType>
|
---|
| 85 | </Compile>
|
---|
| 86 | <Compile Include="PointXYChartView.Designer.cs">
|
---|
| 87 | <DependentUpon>PointXYChartView.cs</DependentUpon>
|
---|
| 88 | </Compile>
|
---|
[283] | 89 | <Compile Include="Logger.cs" />
|
---|
[2] | 90 | <Compile Include="Linechart.cs" />
|
---|
| 91 | <Compile Include="HeuristicLabLoggingPlugin.cs" />
|
---|
| 92 | <Compile Include="LinechartView.cs">
|
---|
| 93 | <SubType>UserControl</SubType>
|
---|
| 94 | </Compile>
|
---|
| 95 | <Compile Include="LinechartView.Designer.cs">
|
---|
| 96 | <DependentUpon>LinechartView.cs</DependentUpon>
|
---|
| 97 | </Compile>
|
---|
| 98 | <Compile Include="LogView.cs">
|
---|
| 99 | <SubType>UserControl</SubType>
|
---|
| 100 | </Compile>
|
---|
| 101 | <Compile Include="LogView.Designer.cs">
|
---|
| 102 | <DependentUpon>LogView.cs</DependentUpon>
|
---|
| 103 | </Compile>
|
---|
[671] | 104 | <Compile Include="PointXYChart.cs" />
|
---|
| 105 | <Compile Include="PointXYChartInjector.cs" />
|
---|
[2] | 106 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 107 | <Compile Include="QualityLogger.cs" />
|
---|
| 108 | <Compile Include="Log.cs" />
|
---|
| 109 | <Compile Include="LinechartInjector.cs" />
|
---|
[1782] | 110 | <Compile Include="SimpleBestSolutionStorer.cs" />
|
---|
[2] | 111 | </ItemGroup>
|
---|
| 112 | <ItemGroup>
|
---|
| 113 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 114 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 115 | </ItemGroup>
|
---|
| 116 | <ItemGroup>
|
---|
[1534] | 117 | <ProjectReference Include="..\..\HeuristicLab.Charting.Data\3.2\HeuristicLab.Charting.Data-3.2.csproj">
|
---|
[2] | 118 | <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>
|
---|
[1534] | 119 | <Name>HeuristicLab.Charting.Data-3.2</Name>
|
---|
[2] | 120 | </ProjectReference>
|
---|
[1534] | 121 | <ProjectReference Include="..\..\HeuristicLab.Charting\3.2\HeuristicLab.Charting-3.2.csproj">
|
---|
[2] | 122 | <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
|
---|
[1534] | 123 | <Name>HeuristicLab.Charting-3.2</Name>
|
---|
[2] | 124 | </ProjectReference>
|
---|
[1534] | 125 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
[2] | 126 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
[1534] | 127 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
[2] | 128 | </ProjectReference>
|
---|
[1534] | 129 | <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
|
---|
[2] | 130 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
[1534] | 131 | <Name>HeuristicLab.Data-3.2</Name>
|
---|
[2] | 132 | </ProjectReference>
|
---|
[1534] | 133 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
|
---|
[2] | 134 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
[1534] | 135 | <Name>HeuristicLab.Operators-3.2</Name>
|
---|
[2] | 136 | </ProjectReference>
|
---|
[1534] | 137 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[2] | 138 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 139 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 140 | </ProjectReference>
|
---|
| 141 | </ItemGroup>
|
---|
| 142 | <ItemGroup>
|
---|
[671] | 143 | <EmbeddedResource Include="PointXYChartView.resx">
|
---|
| 144 | <DependentUpon>PointXYChartView.cs</DependentUpon>
|
---|
| 145 | <SubType>Designer</SubType>
|
---|
| 146 | </EmbeddedResource>
|
---|
[2] | 147 | <EmbeddedResource Include="LinechartView.resx">
|
---|
| 148 | <DependentUpon>LinechartView.cs</DependentUpon>
|
---|
| 149 | <SubType>Designer</SubType>
|
---|
| 150 | </EmbeddedResource>
|
---|
| 151 | <EmbeddedResource Include="LogView.resx">
|
---|
| 152 | <DependentUpon>LogView.cs</DependentUpon>
|
---|
| 153 | <SubType>Designer</SubType>
|
---|
| 154 | </EmbeddedResource>
|
---|
| 155 | </ItemGroup>
|
---|
| 156 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 157 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 158 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 159 | <Target Name="BeforeBuild">
|
---|
| 160 | </Target>
|
---|
| 161 | <Target Name="AfterBuild">
|
---|
| 162 | </Target>
|
---|
| 163 | -->
|
---|
[30] | 164 | <PropertyGroup>
|
---|
[852] | 165 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 166 | set ProjectDir=$(ProjectDir)
|
---|
| 167 | set SolutionDir=$(SolutionDir)
|
---|
| 168 | set Outdir=$(Outdir)
|
---|
| 169 |
|
---|
| 170 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[30] | 171 | </PropertyGroup>
|
---|
[2] | 172 | </Project> |
---|