Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Logging/3.3/HeuristicLab.Logging-3.3.csproj @ 2112

Last change on this file since 2112 was 1872, checked in by epitzer, 15 years ago

Upgrade Charting.Data, Logging, Operators.Programmable, OptimizationFrontend, OffspringSelection, SGA, TestFunctions and ThreadParallelEngine to 3.3 (#603)

File size: 7.8 KB
RevLine 
[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>
[1872]7    <ProjectGuid>{72908B54-D136-4BF2-8474-25AA6CB66C92}</ProjectGuid>
[2]8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Logging</RootNamespace>
[1872]11    <AssemblyName>HeuristicLab.Logging-3.3</AssemblyName>
[2]12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
[1872]19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
[2]20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
[1872]38    <DocumentationFile>bin\Release\HeuristicLab.Logging-3.3.xml</DocumentationFile>
[2]39  </PropertyGroup>
[564]40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
49    <OutputPath>bin\x86\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
[582]51    <DocumentationFile>bin\Release\HeuristicLab.Logging-3.2.XML</DocumentationFile>
[564]52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
[1474]57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x64\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
66    <OutputPath>bin\x64\Release\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <DocumentationFile>bin\Release\HeuristicLab.Logging-3.2.XML</DocumentationFile>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73  </PropertyGroup>
[2]74  <ItemGroup>
75    <Reference Include="System" />
[1872]76    <Reference Include="System.Core">
77      <RequiredTargetFramework>3.5</RequiredTargetFramework>
78    </Reference>
[2]79    <Reference Include="System.Data" />
80    <Reference Include="System.Drawing" />
81    <Reference Include="System.Windows.Forms" />
82    <Reference Include="System.Xml" />
83  </ItemGroup>
84  <ItemGroup>
85    <Compile Include="BestAverageWorstQualityCalculator.cs" />
[363]86    <Compile Include="BestSolutionStorer.cs" />
[671]87    <Compile Include="PointXYChartView.cs">
88      <SubType>UserControl</SubType>
89    </Compile>
90    <Compile Include="PointXYChartView.Designer.cs">
91      <DependentUpon>PointXYChartView.cs</DependentUpon>
92    </Compile>
[283]93    <Compile Include="Logger.cs" />
[2]94    <Compile Include="Linechart.cs" />
95    <Compile Include="HeuristicLabLoggingPlugin.cs" />
96    <Compile Include="LinechartView.cs">
97      <SubType>UserControl</SubType>
98    </Compile>
99    <Compile Include="LinechartView.Designer.cs">
100      <DependentUpon>LinechartView.cs</DependentUpon>
101    </Compile>
102    <Compile Include="LogView.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="LogView.Designer.cs">
106      <DependentUpon>LogView.cs</DependentUpon>
107    </Compile>
[671]108    <Compile Include="PointXYChart.cs" />
109    <Compile Include="PointXYChartInjector.cs" />
[2]110    <Compile Include="Properties\AssemblyInfo.cs" />
111    <Compile Include="QualityLogger.cs" />
112    <Compile Include="Log.cs" />
113    <Compile Include="LinechartInjector.cs" />
[1782]114    <Compile Include="SimpleBestSolutionStorer.cs" />
[2]115  </ItemGroup>
116  <ItemGroup>
117    <None Include="HeuristicLab.snk" />
[30]118    <None Include="Properties\AssemblyInfo.frame" />
[2]119  </ItemGroup>
120  <ItemGroup>
[1534]121    <ProjectReference Include="..\..\HeuristicLab.Charting.Data\3.2\HeuristicLab.Charting.Data-3.2.csproj">
[2]122      <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>
[1534]123      <Name>HeuristicLab.Charting.Data-3.2</Name>
[2]124    </ProjectReference>
[1534]125    <ProjectReference Include="..\..\HeuristicLab.Charting\3.2\HeuristicLab.Charting-3.2.csproj">
[2]126      <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
[1534]127      <Name>HeuristicLab.Charting-3.2</Name>
[2]128    </ProjectReference>
[1872]129    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
130      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
131      <Name>HeuristicLab.Core-3.3</Name>
[2]132    </ProjectReference>
[1872]133    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
134      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
135      <Name>HeuristicLab.Data-3.3</Name>
[2]136    </ProjectReference>
[1872]137    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
138      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
139      <Name>HeuristicLab.Operators-3.3</Name>
[2]140    </ProjectReference>
[1872]141    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
142      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
143      <Name>HeuristicLab.Persistence-3.3</Name>
144    </ProjectReference>
[1534]145    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
[2]146      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
147      <Name>HeuristicLab.PluginInfrastructure</Name>
148    </ProjectReference>
149  </ItemGroup>
150  <ItemGroup>
[671]151    <EmbeddedResource Include="PointXYChartView.resx">
152      <DependentUpon>PointXYChartView.cs</DependentUpon>
153      <SubType>Designer</SubType>
154    </EmbeddedResource>
[2]155    <EmbeddedResource Include="LinechartView.resx">
156      <DependentUpon>LinechartView.cs</DependentUpon>
157      <SubType>Designer</SubType>
158    </EmbeddedResource>
159    <EmbeddedResource Include="LogView.resx">
160      <DependentUpon>LogView.cs</DependentUpon>
161      <SubType>Designer</SubType>
162    </EmbeddedResource>
163  </ItemGroup>
164  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
165  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
166       Other similar extension points exist, see Microsoft.Common.targets.
167  <Target Name="BeforeBuild">
168  </Target>
169  <Target Name="AfterBuild">
170  </Target>
171  -->
[30]172  <PropertyGroup>
[852]173    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
174set ProjectDir=$(ProjectDir)
175set SolutionDir=$(SolutionDir)
176set Outdir=$(Outdir)
177
178call PreBuildEvent.cmd</PreBuildEvent>
[30]179  </PropertyGroup>
[2]180</Project>
Note: See TracBrowser for help on using the repository browser.