Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj @ 6936

Last change on this file since 6936 was 6936, checked in by abeham, 12 years ago

#1619

  • Added a new service method and a helper class for calling the service and configuring a QAP instance
  • Made parameter properties of the RTS public (so that it can be configured programmatically)
File size: 14.3 KB
RevLine 
[5558]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>{79271BC8-4446-40E2-BB89-9BE4E17174FE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.QuadraticAssignment</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.QuadraticAssignment-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>
[6878]20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]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>
[6878]28    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]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>
[6878]41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <CodeAnalysisLogFile>bin\Debug\Plugin.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'">
[6878]56    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
[6878]61    <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[5558]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    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
68    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
69  </PropertyGroup>
70  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
71    <DebugSymbols>true</DebugSymbols>
[6878]72    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]73    <DefineConstants>DEBUG;TRACE</DefineConstants>
74    <DebugType>full</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
77    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
78    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
81    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
82    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
83    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
84    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
85  </PropertyGroup>
86  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
[6878]87    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
[6878]92    <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[5558]93    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
94    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
97    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
98    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
99    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
100    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
101    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
102  </PropertyGroup>
103  <ItemGroup>
104    <Reference Include="System" />
105    <Reference Include="System.Core" />
106    <Reference Include="System.Data" />
107    <Reference Include="System.Drawing" />
[6875]108    <Reference Include="System.Runtime.Serialization" />
109    <Reference Include="System.ServiceModel" />
110    <Reference Include="System.Xml" />
[5558]111  </ItemGroup>
112  <ItemGroup>
[5583]113    <Compile Include="Analyzers\BestQAPSolutionAnalyzer.cs" />
[6342]114    <Compile Include="Analyzers\QAPAlleleFrequencyAnalyzer.cs" />
115    <Compile Include="Analyzers\QAPPopulationDiversityAnalyzer.cs" />
[6801]116    <Compile Include="Evaluators\AffinitySwapMoveEvaluator.cs" />
[6685]117    <Compile Include="Evaluators\QAPScrambleMoveEvaluator.cs" />
[5930]118    <Compile Include="Evaluators\QAPSwap2MoveEvaluator.cs" />
[5558]119    <Compile Include="Evaluators\QAPEvaluator.cs" />
[5785]120    <Compile Include="Evaluators\QAPInversionMoveEvaluator.cs" />
121    <Compile Include="Evaluators\QAPMoveEvaluator.cs" />
[5801]122    <Compile Include="Evaluators\QAPTranslocationMoveEvaluator.cs">
123      <SubType>Code</SubType>
124    </Compile>
[6801]125    <Compile Include="Interfaces\IAffinitySwapMoveOperator.cs" />
[5558]126    <Compile Include="Interfaces\IQAPEvaluator.cs" />
[5785]127    <Compile Include="Interfaces\IQAPMoveEvaluator.cs" />
[6342]128    <Compile Include="LocalImprovement\QAPExhaustiveSwap2LocalImprovement.cs" />
[6801]129    <Compile Include="Moves\AffinitySwapMove.cs" />
130    <Compile Include="Moves\StochasticAffinitySwapMoveGenerator.cs" />
131    <Compile Include="Moves\AffinitySwapMoveMaker.cs" />
[5598]132    <Compile Include="Parsers\QAPLIBSolutionParser.cs" />
[5562]133    <Compile Include="Parsers\QAPLIBParser.cs" />
[5583]134    <Compile Include="QAPAssignment.cs" />
[6628]135    <Compile Include="QAPPermutationProximityCalculator.cs" />
[5558]136    <Compile Include="QuadraticAssignmentProblem.cs" />
[6875]137    <Compile Include="Service References\QAPInstanceService\Reference.cs">
138      <AutoGen>True</AutoGen>
139      <DesignTime>True</DesignTime>
140      <DependentUpon>Reference.svcmap</DependentUpon>
141    </Compile>
[6936]142    <Compile Include="Services\QAPService.cs" />
[6875]143    <None Include="app.config" />
[5558]144    <None Include="Plugin.cs.frame" />
145    <Compile Include="Plugin.cs" />
146    <Compile Include="Properties\AssemblyInfo.cs" />
[6878]147    <None Include="Properties\AssemblyInfo.cs.frame" />
[6875]148    <None Include="Service References\QAPInstanceService\HeuristicLab.Problems.QuadraticAssignment.QAPInstanceService.QAPInstanceDto.datasource">
149      <DependentUpon>Reference.svcmap</DependentUpon>
150    </None>
151    <None Include="Service References\QAPInstanceService\HeuristicLab.Problems.QuadraticAssignment.QAPInstanceService.QAPSolutionDto.datasource">
152      <DependentUpon>Reference.svcmap</DependentUpon>
153    </None>
154    <None Include="Service References\QAPInstanceService\QAP.wsdl" />
155    <None Include="Service References\QAPInstanceService\QAP.xsd">
156      <SubType>Designer</SubType>
157    </None>
158    <None Include="Service References\QAPInstanceService\QAP1.xsd">
159      <SubType>Designer</SubType>
160    </None>
161    <None Include="Service References\QAPInstanceService\QAP2.xsd">
162      <SubType>Designer</SubType>
163    </None>
164    <None Include="Service References\QAPInstanceService\QAP3.xsd">
165      <SubType>Designer</SubType>
166    </None>
[5558]167  </ItemGroup>
168  <ItemGroup>
169    <None Include="HeuristicLab.snk" />
170  </ItemGroup>
[5562]171  <ItemGroup>
[6342]172    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
173      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
174      <Name>HeuristicLab.Analysis-3.3</Name>
[6878]175      <Private>False</Private>
[6342]176    </ProjectReference>
[5933]177    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
178      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
179      <Name>HeuristicLab.Collections-3.3</Name>
[6878]180      <Private>False</Private>
[5933]181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
183      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
184      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6878]185      <Private>False</Private>
[5933]186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
188      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
189      <Name>HeuristicLab.Common-3.3</Name>
[6878]190      <Private>False</Private>
[5933]191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
193      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
194      <Name>HeuristicLab.Core-3.3</Name>
[6878]195      <Private>False</Private>
[5933]196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
198      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
199      <Name>HeuristicLab.Data-3.3</Name>
[6878]200      <Private>False</Private>
[5933]201    </ProjectReference>
[5785]202    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
203      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
204      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
[6878]205      <Private>False</Private>
[5785]206    </ProjectReference>
[5933]207    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
208      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
209      <Name>HeuristicLab.Operators-3.3</Name>
[6878]210      <Private>False</Private>
[5933]211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
213      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
214      <Name>HeuristicLab.Optimization-3.3</Name>
[6878]215      <Private>False</Private>
[5933]216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
218      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
219      <Name>HeuristicLab.Parameters-3.3</Name>
[6878]220      <Private>False</Private>
[5933]221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
223      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
224      <Name>HeuristicLab.Persistence-3.3</Name>
[6878]225      <Private>False</Private>
[5933]226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
228      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
229      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6878]230      <Private>False</Private>
[5933]231    </ProjectReference>
[5723]232  </ItemGroup>
[5950]233  <ItemGroup>
[6875]234    <WCFMetadata Include="Service References\" />
[5950]235  </ItemGroup>
[6342]236  <ItemGroup>
[6875]237    <WCFMetadataStorage Include="Service References\QAPInstanceService\" />
[6342]238  </ItemGroup>
239  <ItemGroup>
[6875]240    <None Include="Service References\QAPInstanceService\QAP.disco" />
[6342]241  </ItemGroup>
[6875]242  <ItemGroup>
243    <None Include="Service References\QAPInstanceService\configuration91.svcinfo" />
244  </ItemGroup>
245  <ItemGroup>
246    <None Include="Service References\QAPInstanceService\configuration.svcinfo" />
247  </ItemGroup>
248  <ItemGroup>
249    <None Include="Service References\QAPInstanceService\Reference.svcmap">
250      <Generator>WCF Proxy Generator</Generator>
251      <LastGenOutput>Reference.cs</LastGenOutput>
252    </None>
253  </ItemGroup>
[6936]254  <ItemGroup />
[5558]255  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
256  <PropertyGroup>
257    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
258set ProjectDir=$(ProjectDir)
259set SolutionDir=$(SolutionDir)
260set Outdir=$(Outdir)
261
[6878]262call PreBuildEvent.cmd</PreBuildEvent>
[5558]263  </PropertyGroup>
264  <PropertyGroup>
[5933]265    <PostBuildEvent>
266    </PostBuildEvent>
[5558]267  </PropertyGroup>
268  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
269       Other similar extension points exist, see Microsoft.Common.targets.
270  <Target Name="BeforeBuild">
271  </Target>
272  <Target Name="AfterBuild">
273  </Target>
274  -->
275</Project>
Note: See TracBrowser for help on using the repository browser.