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.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\Debug\</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="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
41 | <Private>False</Private>
|
---|
42 | </Reference>
|
---|
43 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
44 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
45 | <Private>False</Private>
|
---|
46 | </Reference>
|
---|
47 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
48 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
49 | <Private>False</Private>
|
---|
50 | </Reference>
|
---|
51 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
52 | <Private>False</Private>
|
---|
53 | </Reference>
|
---|
54 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
55 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
56 | <Private>False</Private>
|
---|
57 | </Reference>
|
---|
58 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
59 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
60 | <Private>False</Private>
|
---|
61 | </Reference>
|
---|
62 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
63 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
64 | <Private>False</Private>
|
---|
65 | </Reference>
|
---|
66 | <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
---|
67 | <Private>False</Private>
|
---|
68 | </Reference>
|
---|
69 | <Reference Include="System" />
|
---|
70 | <Reference Include="System.Core" />
|
---|
71 | <Reference Include="System.Xml.Linq" />
|
---|
72 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
73 | <Reference Include="Microsoft.CSharp" />
|
---|
74 | <Reference Include="System.Data" />
|
---|
75 | <Reference Include="System.Xml" />
|
---|
76 | </ItemGroup>
|
---|
77 | <ItemGroup>
|
---|
78 | <Compile Include="Keijzer\KeijzerFunctionTwelve.cs" />
|
---|
79 | <Compile Include="Keijzer\KeijzerFunctionThirteen.cs" />
|
---|
80 | <Compile Include="Keijzer\KeijzerFunctionSixteen.cs" />
|
---|
81 | <Compile Include="Keijzer\KeijzerFunctionSix.cs" />
|
---|
82 | <Compile Include="Keijzer\KeijzerFunctionSeven.cs" />
|
---|
83 | <Compile Include="Keijzer\KeijzerFunctionFour.cs" />
|
---|
84 | <Compile Include="Keijzer\KeijzerFunctionFifteen.cs" />
|
---|
85 | <Compile Include="Keijzer\KeijzerFunctionEight.cs" />
|
---|
86 | <Compile Include="Korns\KornsFunctionTwo.cs" />
|
---|
87 | <Compile Include="Korns\KornsFunctionTwelve.cs" />
|
---|
88 | <Compile Include="Korns\KornsFunctionThree.cs" />
|
---|
89 | <Compile Include="Korns\KornsFunctionThirteen.cs" />
|
---|
90 | <Compile Include="Korns\KornsFunctionTen.cs" />
|
---|
91 | <Compile Include="Korns\KornsFunctionSix.cs" />
|
---|
92 | <Compile Include="Korns\KornsFunctionSeven.cs" />
|
---|
93 | <Compile Include="Korns\KornsFunctionOne.cs" />
|
---|
94 | <Compile Include="Korns\KornsFunctionNine.cs" />
|
---|
95 | <Compile Include="Korns\KornsFunctionFourteen.cs" />
|
---|
96 | <Compile Include="Korns\KornsFunctionFour.cs" />
|
---|
97 | <Compile Include="Korns\KornsFunctionFiveteen.cs" />
|
---|
98 | <Compile Include="Korns\KornsFunctionFive.cs" />
|
---|
99 | <Compile Include="Korns\KornsFunctionEleven.cs" />
|
---|
100 | <Compile Include="Korns\KornsFunctionEight.cs" />
|
---|
101 | <Compile Include="Korns\KornsInstanceProvider.cs" />
|
---|
102 | <Compile Include="Nguyen\NguyenFunctionTwo.cs" />
|
---|
103 | <Compile Include="Nguyen\NguyenFunctionTwelve.cs" />
|
---|
104 | <Compile Include="Nguyen\NguyenFunctionThree.cs" />
|
---|
105 | <Compile Include="Nguyen\NguyenFunctionTen.cs" />
|
---|
106 | <Compile Include="Nguyen\NguyenFunctionSix.cs" />
|
---|
107 | <Compile Include="Nguyen\NguyenFunctionSeven.cs" />
|
---|
108 | <Compile Include="Nguyen\NguyenFunctionOne.cs" />
|
---|
109 | <Compile Include="Nguyen\NguyenFunctionNine.cs" />
|
---|
110 | <Compile Include="Nguyen\NguyenFunctionFour.cs" />
|
---|
111 | <Compile Include="Nguyen\NguyenFunctionFive.cs" />
|
---|
112 | <Compile Include="Nguyen\NguyenFunctionEleven.cs" />
|
---|
113 | <Compile Include="Nguyen\NguyenFunctionEight.cs" />
|
---|
114 | <Compile Include="Nguyen\NguyenInstanceProvider.cs" />
|
---|
115 | <Compile Include="Plugin.cs" />
|
---|
116 | <Compile Include="RealWorld\RealWorldInstanceProvider.cs" />
|
---|
117 | <Compile Include="ResourceRegressionInstanceProvider.cs" />
|
---|
118 | <Compile Include="ArtificialRegressionInstanceProvider.cs" />
|
---|
119 | <Compile Include="ResourceRegressionDataDescriptor.cs" />
|
---|
120 | <Compile Include="ArtificialRegressionDataDescriptor.cs" />
|
---|
121 | <Compile Include="Keijzer\KeijzerInstanceProvider.cs" />
|
---|
122 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
123 | <Compile Include="RegressionInstanceProvider.cs" />
|
---|
124 | <Compile Include="TrentMcConaghy\TrentMcConaghyInstanceProvider.cs" />
|
---|
125 | <Compile Include="ValueGenerator.cs" />
|
---|
126 | <Compile Include="Various\BreimanOne.cs" />
|
---|
127 | <Compile Include="Various\SpatialCoevolution.cs" />
|
---|
128 | <Compile Include="Various\PolyTen.cs" />
|
---|
129 | <Compile Include="Various\VariousInstanceProvider.cs" />
|
---|
130 | <Compile Include="Vladislavleva\UnwrappedBallFunctionFiveDimensional.cs" />
|
---|
131 | <Compile Include="Vladislavleva\SineCosineFunction.cs" />
|
---|
132 | <Compile Include="Vladislavleva\SalutowiczFunctionTwoDimensional.cs" />
|
---|
133 | <Compile Include="Vladislavleva\SalutowiczFunctionOneDimensional.cs" />
|
---|
134 | <Compile Include="Vladislavleva\RippleFunction.cs" />
|
---|
135 | <Compile Include="Vladislavleva\RationalPolynomialTwoDimensional.cs" />
|
---|
136 | <Compile Include="Vladislavleva\RationalPolynomialThreeDimensional.cs" />
|
---|
137 | <Compile Include="Vladislavleva\KotanchekFunction.cs" />
|
---|
138 | <Compile Include="Vladislavleva\VladislavlevaInstanceProvider.cs" />
|
---|
139 | </ItemGroup>
|
---|
140 | <ItemGroup>
|
---|
141 | <EmbeddedResource Include="Data\TrentMcConaghy.zip" />
|
---|
142 | <EmbeddedResource Include="Data\RealWorld.zip" />
|
---|
143 | <None Include="HeuristicLab.snk" />
|
---|
144 | <None Include="Plugin.cs.frame" />
|
---|
145 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
146 | </ItemGroup>
|
---|
147 | <ItemGroup>
|
---|
148 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
149 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
150 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
151 | <Private>False</Private>
|
---|
152 | </ProjectReference>
|
---|
153 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
154 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
155 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
156 | <Private>False</Private>
|
---|
157 | </ProjectReference>
|
---|
158 | </ItemGroup>
|
---|
159 | <ItemGroup />
|
---|
160 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
161 | <PropertyGroup>
|
---|
162 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
163 | set ProjectDir=$(ProjectDir)
|
---|
164 | set SolutionDir=$(SolutionDir)
|
---|
165 | set Outdir=$(Outdir)
|
---|
166 |
|
---|
167 | call PreBuildEvent.cmd
|
---|
168 | </PreBuildEvent>
|
---|
169 | </PropertyGroup>
|
---|
170 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
171 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
172 | <Target Name="BeforeBuild">
|
---|
173 | </Target>
|
---|
174 | <Target Name="AfterBuild">
|
---|
175 | </Target>
|
---|
176 | -->
|
---|
177 | </Project> |
---|