Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Classification/HeuristicLab.Problems.DataAnalysis.Classification/3.3/HeuristicLab.Problems.DataAnalysis.Classification.csproj @ 4303

Last change on this file since 4303 was 4303, checked in by mkommend, 14 years ago

Added branch for classification (ticket #939).

File size: 3.1 KB
RevLine 
[4303]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Classification</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Classification-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="System" />
42    <Reference Include="System.Core" />
43    <Reference Include="System.Xml.Linq" />
44    <Reference Include="System.Data.DataSetExtensions" />
45    <Reference Include="System.Data" />
46    <Reference Include="System.Xml" />
47  </ItemGroup>
48  <ItemGroup>
49    <Compile Include="Properties\AssemblyInfo.cs" />
50  </ItemGroup>
51  <ItemGroup>
52    <None Include="HeuristicLab.Problems.DataAnalysis.Classification.frame" />
53    <None Include="HeuristicLab.snk" />
54    <None Include="Properties\AssemblyInfo.frame" />
55  </ItemGroup>
56  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57  <PropertyGroup>
58    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
59set ProjectDir=$(ProjectDir)
60set SolutionDir=$(SolutionDir)
61set Outdir=$(Outdir)
62
63call PreBuildEvent.cmd
64SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs"</PreBuildEvent>
65  </PropertyGroup>
66  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
67       Other similar extension points exist, see Microsoft.Common.targets.
68  <Target Name="BeforeBuild">
69  </Target>
70  <Target Name="AfterBuild">
71  </Target>
72  -->
73</Project>
Note: See TracBrowser for help on using the repository browser.