Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4/HeuristicLab.Problems.Instances.Regression-3.4.csproj @ 7687

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

#1784:

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