Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.Regression/3.3/HeuristicLab.Problems.Instances.Regression-3.3.csproj @ 7830

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

#1784: adjusted the version numbers of some projects

File size: 8.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>{26BF13E1-C8B2-4ACE-862D-EBFD360116B3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.Regression</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.Regression-3.3</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="Keijzer\KeijzerFunctionTwelve.cs" />
53    <Compile Include="Keijzer\KeijzerFunctionThirteen.cs" />
54    <Compile Include="Keijzer\KeijzerFunctionSixteen.cs" />
55    <Compile Include="Keijzer\KeijzerFunctionSix.cs" />
56    <Compile Include="Keijzer\KeijzerFunctionSeven.cs" />
57    <Compile Include="Keijzer\KeijzerFunctionFour.cs" />
58    <Compile Include="Keijzer\KeijzerFunctionFifteen.cs" />
59    <Compile Include="Keijzer\KeijzerFunctionEight.cs" />
60    <Compile Include="Korns\KornsFunctionTwo.cs" />
61    <Compile Include="Korns\KornsFunctionTwelve.cs" />
62    <Compile Include="Korns\KornsFunctionThree.cs" />
63    <Compile Include="Korns\KornsFunctionThirteen.cs" />
64    <Compile Include="Korns\KornsFunctionTen.cs" />
65    <Compile Include="Korns\KornsFunctionSix.cs" />
66    <Compile Include="Korns\KornsFunctionSeven.cs" />
67    <Compile Include="Korns\KornsFunctionOne.cs" />
68    <Compile Include="Korns\KornsFunctionNine.cs" />
69    <Compile Include="Korns\KornsFunctionFourteen.cs" />
70    <Compile Include="Korns\KornsFunctionFour.cs" />
71    <Compile Include="Korns\KornsFunctionFiveteen.cs" />
72    <Compile Include="Korns\KornsFunctionFive.cs" />
73    <Compile Include="Korns\KornsFunctionEleven.cs" />
74    <Compile Include="Korns\KornsFunctionEight.cs" />
75    <Compile Include="Korns\KornsInstanceProvider.cs" />
76    <Compile Include="Nguyen\NguyenFunctionTwo.cs" />
77    <Compile Include="Nguyen\NguyenFunctionTwelve.cs" />
78    <Compile Include="Nguyen\NguyenFunctionThree.cs" />
79    <Compile Include="Nguyen\NguyenFunctionTen.cs" />
80    <Compile Include="Nguyen\NguyenFunctionSix.cs" />
81    <Compile Include="Nguyen\NguyenFunctionSeven.cs" />
82    <Compile Include="Nguyen\NguyenFunctionOne.cs" />
83    <Compile Include="Nguyen\NguyenFunctionNine.cs" />
84    <Compile Include="Nguyen\NguyenFunctionFour.cs" />
85    <Compile Include="Nguyen\NguyenFunctionFive.cs" />
86    <Compile Include="Nguyen\NguyenFunctionEleven.cs" />
87    <Compile Include="Nguyen\NguyenFunctionEight.cs" />
88    <Compile Include="Nguyen\NguyenInstanceProvider.cs" />
89    <Compile Include="Plugin.cs" />
90    <Compile Include="RealWorld\RealWorldInstanceProvider.cs" />
91    <Compile Include="ResourceRegressionInstanceProvider.cs" />
92    <Compile Include="ArtificialRegressionInstanceProvider.cs" />
93    <Compile Include="ResourceRegressionDataDescriptor.cs" />
94    <Compile Include="ArtificialRegressionDataDescriptor.cs" />
95    <Compile Include="Keijzer\KeijzerInstanceProvider.cs" />
96    <Compile Include="Properties\AssemblyInfo.cs" />
97    <Compile Include="RegressionInstanceProvider.cs" />
98    <Compile Include="ValueGenerator.cs" />
99    <Compile Include="Various\BreimanOne.cs" />
100    <Compile Include="Various\SpatialCoevolution.cs" />
101    <Compile Include="Various\PolyTen.cs" />
102    <Compile Include="Various\VariousInstanceProvider.cs" />
103    <Compile Include="Vladislavleva\UnwrappedBallFunctionFiveDimensional.cs" />
104    <Compile Include="Vladislavleva\SineCosineFunction.cs" />
105    <Compile Include="Vladislavleva\SalutowiczFunctionTwoDimensional.cs" />
106    <Compile Include="Vladislavleva\SalutowiczFunctionOneDimensional.cs" />
107    <Compile Include="Vladislavleva\RippleFunction.cs" />
108    <Compile Include="Vladislavleva\RationalPolynomialTwoDimensional.cs" />
109    <Compile Include="Vladislavleva\RationalPolynomialThreeDimensional.cs" />
110    <Compile Include="Vladislavleva\KotanchekFunction.cs" />
111    <Compile Include="Vladislavleva\VladislavlevaInstanceProvider.cs" />
112  </ItemGroup>
113  <ItemGroup>
114    <EmbeddedResource Include="Data\RealWorld.zip" />
115    <None Include="HeuristicLab.snk" />
116    <None Include="Plugin.cs.frame" />
117    <None Include="Properties\AssemblyInfo.cs.frame" />
118  </ItemGroup>
119  <ItemGroup>
120    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
121      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
122      <Name>HeuristicLab.Collections-3.3</Name>
123      <Private>False</Private>
124    </ProjectReference>
125    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
126      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
127      <Name>HeuristicLab.Common-3.3</Name>
128      <Private>False</Private>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
131      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
132      <Name>HeuristicLab.Core-3.3</Name>
133      <Private>False</Private>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
136      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
137      <Name>HeuristicLab.Data-3.3</Name>
138      <Private>False</Private>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
141      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
142      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
143      <Private>False</Private>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
146      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
147      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
148      <Private>False</Private>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
151      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
152      <Name>HeuristicLab.Problems.Instances-3.3</Name>
153      <Private>False</Private>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
156      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
157      <Name>HeuristicLab.Random-3.3</Name>
158      <Private>False</Private>
159    </ProjectReference>
160  </ItemGroup>
161  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
162  <PropertyGroup>
163    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
164set ProjectDir=$(ProjectDir)
165set SolutionDir=$(SolutionDir)
166set Outdir=$(Outdir)
167
168call PreBuildEvent.cmd
169</PreBuildEvent>
170  </PropertyGroup>
171  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172       Other similar extension points exist, see Microsoft.Common.targets.
173  <Target Name="BeforeBuild">
174  </Target>
175  <Target Name="AfterBuild">
176  </Target>
177  -->
178</Project>
Note: See TracBrowser for help on using the repository browser.