Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.Classification/3.4/HeuristicLab.Problems.Instances.Classification-3.4.csproj @ 7825

Last change on this file since 7825 was 7825, checked in by sforsten, 12 years ago

#1784: changes in the references and output directories

File size: 5.7 KB
Line 
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>{1BBFCD5B-8A1C-4225-A682-ADEC7800E683}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.Classification</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.Classification-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
41      <Private>False</Private>
42    </Reference>
43    <Reference Include="System" />
44    <Reference Include="System.Core" />
45    <Reference Include="System.Xml.Linq" />
46    <Reference Include="System.Data.DataSetExtensions" />
47    <Reference Include="Microsoft.CSharp" />
48    <Reference Include="System.Data" />
49    <Reference Include="System.Xml" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="ArtificialClassificationDataDescriptor.cs" />
53    <Compile Include="ArtificialClassificationInstanceProvider.cs" />
54    <Compile Include="Plugin.cs" />
55    <Compile Include="Properties\AssemblyInfo.cs" />
56    <Compile Include="ClassificationInstanceProvider.cs" />
57    <Compile Include="RealWorld\Iris.cs">
58      <SubType>Code</SubType>
59    </Compile>
60    <Compile Include="RealWorld\Mammography.cs">
61      <SubType>Code</SubType>
62    </Compile>
63    <Compile Include="RealWorld\RealWorldInstanceProvider.cs" />
64    <Compile Include="ResourceClassificationDataDescriptor.cs" />
65    <Compile Include="ResourceClassificationInstanceProvider.cs" />
66  </ItemGroup>
67  <ItemGroup>
68    <EmbeddedResource Include="Data\RealWorld.zip" />
69    <None Include="Properties\AssemblyInfo.cs.frame" />
70    <None Include="HeuristicLab.snk" />
71    <None Include="Plugin.cs.frame" />
72  </ItemGroup>
73  <ItemGroup>
74    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
75      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
76      <Name>HeuristicLab.Collections-3.3</Name>
77      <Private>False</Private>
78    </ProjectReference>
79    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
80      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
81      <Name>HeuristicLab.Common-3.3</Name>
82      <Private>False</Private>
83    </ProjectReference>
84    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
85      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
86      <Name>HeuristicLab.Core-3.3</Name>
87      <Private>False</Private>
88    </ProjectReference>
89    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
90      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
91      <Name>HeuristicLab.Data-3.3</Name>
92      <Private>False</Private>
93    </ProjectReference>
94    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
95      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
96      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
97      <Private>False</Private>
98    </ProjectReference>
99    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
100      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
101      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
102      <Private>False</Private>
103    </ProjectReference>
104    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
105      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
106      <Name>HeuristicLab.Problems.Instances-3.3</Name>
107      <Private>False</Private>
108    </ProjectReference>
109  </ItemGroup>
110  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111  <PropertyGroup>
112    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
113set ProjectDir=$(ProjectDir)
114set SolutionDir=$(SolutionDir)
115set Outdir=$(Outdir)
116
117call PreBuildEvent.cmd
118</PreBuildEvent>
119  </PropertyGroup>
120  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
121       Other similar extension points exist, see Microsoft.Common.targets.
122  <Target Name="BeforeBuild">
123  </Target>
124  <Target Name="AfterBuild">
125  </Target>
126  -->
127</Project>
Note: See TracBrowser for help on using the repository browser.