Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Problems.LinearAssignment/3.3/HeuristicLab.Problems.LinearAssignment-3.3.csproj @ 9363

Last change on this file since 9363 was 9363, checked in by spimming, 11 years ago

#1888:

  • Merged revisions from trunk
File size: 11.2 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>{7250653F-DE83-4069-8D34-8050E8E45EA1}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.LinearAssignment</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.LinearAssignment-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>..\..\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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\bin\</OutputPath>
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'">
56    <OutputPath>..\..\bin\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <CodeAnalysisLogFile>bin\Release\Plugin.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    <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>
72    <OutputPath>..\..\bin\</OutputPath>
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'">
87    <OutputPath>..\..\bin\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
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="HeuristicLab.PluginInfrastructure-3.3">
105      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="System" />
109    <Reference Include="System.Core" />
110    <Reference Include="System.Data" />
111    <Reference Include="System.Drawing" />
112  </ItemGroup>
113  <ItemGroup>
114    <Compile Include="HungarianAlgorithm.cs" />
115    <Compile Include="LAPAssignment.cs" />
116    <None Include="Plugin.cs.frame" />
117    <Compile Include="Analyzers\BestLAPSolutionAnalyzer.cs" />
118    <Compile Include="Interfaces\ILAPEvaluator.cs" />
119    <Compile Include="LAPEvaluator.cs" />
120    <Compile Include="LinearAssignmentProblem.cs" />
121    <Compile Include="LinearAssignmentProblemSolver.cs" />
122    <Compile Include="Plugin.cs" />
123    <Compile Include="Properties\AssemblyInfo.cs" />
124    <None Include="Properties\AssemblyInfo.cs.frame" />
125  </ItemGroup>
126  <ItemGroup>
127    <None Include="HeuristicLab.snk" />
128  </ItemGroup>
129  <ItemGroup>
130    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
131      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
132      <Name>HeuristicLab.Analysis-3.3</Name>
133      <Private>False</Private>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
136      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
137      <Name>HeuristicLab.Collections-3.3</Name>
138      <Private>False</Private>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
141      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
142      <Name>HeuristicLab.Common.Resources-3.3</Name>
143      <Private>False</Private>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
146      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
147      <Name>HeuristicLab.Common-3.3</Name>
148      <Private>False</Private>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
151      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
152      <Name>HeuristicLab.Core-3.3</Name>
153      <Private>False</Private>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
156      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
157      <Name>HeuristicLab.Data-3.3</Name>
158      <Private>False</Private>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
161      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
162      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
163      <Private>False</Private>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
166      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
167      <Name>HeuristicLab.Operators-3.3</Name>
168      <Private>False</Private>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
171      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
172      <Name>HeuristicLab.Optimization-3.3</Name>
173      <Private>False</Private>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
176      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
177      <Name>HeuristicLab.Parameters-3.3</Name>
178      <Private>False</Private>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
181      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
182      <Name>HeuristicLab.Persistence-3.3</Name>
183      <Private>False</Private>
184    </ProjectReference>
185  </ItemGroup>
186  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187  <PropertyGroup>
188   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
189set ProjectDir=$(ProjectDir)
190set SolutionDir=$(SolutionDir)
191set Outdir=$(Outdir)
192
193call PreBuildEvent.cmd</PreBuildEvent>
194<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
195export ProjectDir=$(ProjectDir)
196export SolutionDir=$(SolutionDir)
197
198$SolutionDir/PreBuildEvent.sh
199</PreBuildEvent>
200  </PropertyGroup>
201  <PropertyGroup>
202    <PostBuildEvent>
203    </PostBuildEvent>
204  </PropertyGroup>
205  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
206       Other similar extension points exist, see Microsoft.Common.targets.
207  <Target Name="BeforeBuild">
208  </Target>
209  <Target Name="AfterBuild">
210  </Target>
211  -->
212</Project>
Note: See TracBrowser for help on using the repository browser.