Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.0/sources/HeuristicLab.Logging/HeuristicLab.Logging.csproj @ 11401

Last change on this file since 11401 was 30, checked in by swagner, 16 years ago

Fixed ticket #26

  • added automatic generation of version strings for all projects using the SVN tool SubWCRev
File size: 5.0 KB
Line 
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>
5    <ProductVersion>9.0.21022</ProductVersion>
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>
11    <AssemblyName>HeuristicLab.Logging</AssemblyName>
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>
37    <DocumentationFile>bin\Release\HeuristicLab.Logging.XML</DocumentationFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="System" />
41    <Reference Include="System.Data" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Xml" />
45  </ItemGroup>
46  <ItemGroup>
47    <Compile Include="BestAverageWorstQualityCalculator.cs" />
48    <Compile Include="Linechart.cs" />
49    <Compile Include="HeuristicLabLoggingPlugin.cs" />
50    <Compile Include="LinechartView.cs">
51      <SubType>UserControl</SubType>
52    </Compile>
53    <Compile Include="LinechartView.Designer.cs">
54      <DependentUpon>LinechartView.cs</DependentUpon>
55    </Compile>
56    <Compile Include="LogView.cs">
57      <SubType>UserControl</SubType>
58    </Compile>
59    <Compile Include="LogView.Designer.cs">
60      <DependentUpon>LogView.cs</DependentUpon>
61    </Compile>
62    <Compile Include="Properties\AssemblyInfo.cs" />
63    <Compile Include="QualityLogger.cs" />
64    <Compile Include="Log.cs" />
65    <Compile Include="LinechartInjector.cs" />
66  </ItemGroup>
67  <ItemGroup>
68    <None Include="HeuristicLab.snk" />
69    <None Include="Properties\AssemblyInfo.frame" />
70  </ItemGroup>
71  <ItemGroup>
72    <ProjectReference Include="..\HeuristicLab.Charting.Data\HeuristicLab.Charting.Data.csproj">
73      <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>
74      <Name>HeuristicLab.Charting.Data</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj">
77      <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
78      <Name>HeuristicLab.Charting</Name>
79    </ProjectReference>
80    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
81      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
82      <Name>HeuristicLab.Core</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
85      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
86      <Name>HeuristicLab.Data</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
89      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
90      <Name>HeuristicLab.Operators</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
93      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
94      <Name>HeuristicLab.PluginInfrastructure</Name>
95    </ProjectReference>
96  </ItemGroup>
97  <ItemGroup>
98    <EmbeddedResource Include="LinechartView.resx">
99      <DependentUpon>LinechartView.cs</DependentUpon>
100      <SubType>Designer</SubType>
101    </EmbeddedResource>
102    <EmbeddedResource Include="LogView.resx">
103      <DependentUpon>LogView.cs</DependentUpon>
104      <SubType>Designer</SubType>
105    </EmbeddedResource>
106  </ItemGroup>
107  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
108  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109       Other similar extension points exist, see Microsoft.Common.targets.
110  <Target Name="BeforeBuild">
111  </Target>
112  <Target Name="AfterBuild">
113  </Target>
114  -->
115  <PropertyGroup>
116    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
117  </PropertyGroup>
118</Project>
Note: See TracBrowser for help on using the repository browser.