Free cookie consent management tool by TermsFeed Policy Generator

source: branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/HeuristicLab.Problems.NK.csproj @ 7128

Last change on this file since 7128 was 7128, checked in by epitzer, 13 years ago

#1696 Integrate fitness landscape analysis plugins from Heureka! repository.

File size: 12.8 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>{C3AD50E6-E717-490E-ABC7-32EF7FB03C97}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.NK</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.NK-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>..\..\..\trunk\sources\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>bin\Release\</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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
46    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
47    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
48    <ErrorReport>prompt</ErrorReport>
49    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
51    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
52    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
53    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
56    <OutputPath>bin\x86\Release\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
62    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
63    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
67    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
68    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
69    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
72    <DebugSymbols>true</DebugSymbols>
73    <OutputPath>bin\x64\Debug\</OutputPath>
74    <DefineConstants>DEBUG;TRACE</DefineConstants>
75    <DebugType>full</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
78    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
79    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
82    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
83    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
84    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
85    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
86  </PropertyGroup>
87  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
88    <OutputPath>bin\x64\Release\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
94    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
95    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
98    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
99    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
100    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
101    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
102  </PropertyGroup>
103  <ItemGroup>
104    <Reference Include="HeuristicLab.Collections-3.3">
105      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Common-3.3">
108      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Common.Resources-3.3">
111      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Core-3.3">
114      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Core.Views-3.3">
117      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Data-3.3">
120      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Data.Views-3.3">
123      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
126      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.MainForm-3.3">
129      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
132      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Operators-3.3">
135      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="HeuristicLab.Optimization-3.3">
138      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
139    </Reference>
140    <Reference Include="HeuristicLab.Parameters-3.3">
141      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
142    </Reference>
143    <Reference Include="HeuristicLab.Persistence-3.3">
144      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
147      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
148    </Reference>
149    <Reference Include="HeuristicLab.Random-3.3">
150      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
151    </Reference>
152    <Reference Include="System" />
153    <Reference Include="System.Core" />
154    <Reference Include="System.Drawing" />
155    <Reference Include="System.Windows.Forms" />
156    <Reference Include="System.Xml.Linq" />
157    <Reference Include="System.Data.DataSetExtensions" />
158    <Reference Include="Microsoft.CSharp" />
159    <Reference Include="System.Data" />
160    <Reference Include="System.Xml" />
161  </ItemGroup>
162  <ItemGroup>
163    <Compile Include="BinaryVectorComparers\BinaryVectorComparer.cs" />
164    <Compile Include="BinaryVectorComparers\LexicographicBinaryVectorComparer.cs" />
165    <Compile Include="BinaryVectorComparers\AverageBitBinaryVectorComparer.cs" />
166    <Compile Include="BinaryVectorComparers\MedianBitBinaryVectorComparer.cs" />
167    <Compile Include="BoolMatrixBitmapView.cs">
168      <SubType>UserControl</SubType>
169    </Compile>
170    <Compile Include="BoolMatrixBitmapView.Designer.cs">
171      <DependentUpon>BoolMatrixBitmapView.cs</DependentUpon>
172    </Compile>
173    <Compile Include="InteractionInitializers\LimitedRandomInteractionsInitializer.cs" />
174    <Compile Include="InteractionInitializers\IncreasingBlockSizeInteractionsInitializer.cs" />
175    <Compile Include="InteractionInitializers\SortedRandomInteractionsInitializer.cs" />
176    <Compile Include="InteractionInitializers\IInteractionInitializer.cs" />
177    <Compile Include="INKEvaluator.cs" />
178    <Compile Include="INKMoveEvaluator.cs" />
179    <Compile Include="WeightInitializers\ExponentialDistributionWeightsInitializer.cs" />
180    <Compile Include="WeightInitializers\ReverseLinearWeightsInitializer.cs" />
181    <Compile Include="WeightInitializers\LinearWeightsInitializer.cs" />
182    <Compile Include="WeightInitializers\ReverseExponentialWeightsInitializer.cs" />
183    <Compile Include="WeightInitializers\ExponentialWeightsInitializer.cs" />
184    <Compile Include="WeightInitializers\IWeightsInitializer.cs" />
185    <Compile Include="NKBitFlipMoveEvaluator.cs" />
186    <Compile Include="NKEvaluatator.cs" />
187    <Compile Include="NKLandscape.cs" />
188    <Compile Include="HeuristicLabProblemsNKPlugin.cs" />
189    <Compile Include="NKMoveEvaluator.cs" />
190    <Compile Include="Properties\AssemblyInfo.cs" />
191    <Compile Include="InteractionInitializers\RandomInteractionsInitializer.cs" />
192    <Compile Include="WeightInitializers\EqualWeightsInitializer.cs" />
193  </ItemGroup>
194  <ItemGroup>
195    <None Include="HeuristicLab.snk" />
196    <None Include="HeuristicLabProblemsNKPlugin.cs.frame" />
197    <None Include="Properties\AssemblyInfo.cs.frame" />
198  </ItemGroup>
199  <ItemGroup>
200    <EmbeddedResource Include="BoolMatrixBitmapView.resx">
201      <DependentUpon>BoolMatrixBitmapView.cs</DependentUpon>
202    </EmbeddedResource>
203  </ItemGroup>
204  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
205  <PropertyGroup>
206    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
207set ProjectDir=$(ProjectDir)
208set SolutionDir=$(SolutionDir)
209set Outdir=$(Outdir)
210
211SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
212SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsNKPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsNKPlugin.cs"</PreBuildEvent>
213  </PropertyGroup>
214  <PropertyGroup>
215    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
216set ProjectDir=$(ProjectDir)
217set SolutionDir=$(SolutionDir)
218set Outdir=$(Outdir)
219set Platform=$(PlatformName)
220set Configuration=$(ConfigurationName)</PostBuildEvent>
221  </PropertyGroup>
222  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
223       Other similar extension points exist, see Microsoft.Common.targets.
224  <Target Name="BeforeBuild">
225  </Target>
226  <Target Name="AfterBuild">
227  </Target>
228  -->
229</Project>
Note: See TracBrowser for help on using the repository browser.