Free cookie consent management tool by TermsFeed Policy Generator

source: branches/crossvalidation-2434/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj @ 14029

Last change on this file since 14029 was 14029, checked in by gkronber, 8 years ago

#2434: merged trunk changes r12934:14026 from trunk to branch

File size: 9.9 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>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>..\..\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x64</PlatformTarget>
48    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
49    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
55    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
56    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
57    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
58    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
61    <OutputPath>..\..\bin\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
67    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
68    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
71    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
72    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
73    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
74    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
75    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
76    <Prefer32Bit>false</Prefer32Bit>
77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
79    <DebugSymbols>true</DebugSymbols>
80    <OutputPath>..\..\bin\</OutputPath>
81    <DefineConstants>DEBUG;TRACE</DefineConstants>
82    <DebugType>full</DebugType>
83    <PlatformTarget>x86</PlatformTarget>
84    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
85    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
86    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
87    <ErrorReport>prompt</ErrorReport>
88    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
89    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
90    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
91    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
92    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
93    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
94    <Prefer32Bit>false</Prefer32Bit>
95  </PropertyGroup>
96  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
97    <OutputPath>..\..\bin\</OutputPath>
98    <DefineConstants>TRACE</DefineConstants>
99    <Optimize>true</Optimize>
100    <DebugType>pdbonly</DebugType>
101    <PlatformTarget>x86</PlatformTarget>
102    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
103    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
104    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
105    <ErrorReport>prompt</ErrorReport>
106    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
107    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
108    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
109    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
110    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
111    <Prefer32Bit>false</Prefer32Bit>
112  </PropertyGroup>
113  <ItemGroup>
114    <Reference Include="Microsoft.CSharp" />
115    <Reference Include="System" />
116    <Reference Include="System.Core" />
117    <Reference Include="System.Data" />
118  </ItemGroup>
119  <ItemGroup>
120    <None Include="Plugin.cs.frame" />
121    <Compile Include="ProblemInstanceManager.cs" />
122    <Compile Include="IProblemInstanceExporter.cs" />
123    <Compile Include="Types\PTSPData.cs" />
124    <Compile Include="Types\ATSPData.cs" />
125    <Compile Include="Types\JSSPData.cs" />
126    <Compile Include="Types\CTAPData.cs" />
127    <Compile Include="IDataDescriptor.cs" />
128    <Compile Include="Types\DistanceHelper.cs" />
129    <Compile Include="Types\OPData.cs" />
130    <Compile Include="Types\VRP\MDCVRPTWData.cs" />
131    <Compile Include="Types\VRP\MDCVRPData.cs" />
132    <Compile Include="Types\VRP\PDPTWData.cs" />
133    <Compile Include="Types\VRP\CVRPTWData.cs" />
134    <Compile Include="Types\VRP\VRPData.cs" />
135    <Compile Include="Types\VRP\CVRPData.cs" />
136    <Compile Include="Types\GQAPData.cs" />
137    <Compile Include="Types\VRP\IVRPData.cs" />
138    <Compile Include="Types\QAPData.cs" />
139    <Compile Include="Types\TSPData.cs" />
140    <Compile Include="IProblemInstanceConsumer.cs" />
141    <Compile Include="IProblemInstanceProvider.cs" />
142    <Compile Include="Plugin.cs" />
143    <Compile Include="ProblemInstanceProvider.cs" />
144    <Compile Include="Properties\AssemblyInfo.cs" />
145    <None Include="Properties\AssemblyInfo.cs.frame" />
146  </ItemGroup>
147  <ItemGroup>
148    <None Include="HeuristicLab.snk" />
149  </ItemGroup>
150  <ItemGroup>
151    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
152      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
153      <Name>HeuristicLab.Common-3.3</Name>
154      <Private>False</Private>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
157      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
158      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
159      <Private>False</Private>
160    </ProjectReference>
161  </ItemGroup>
162  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
163  <PropertyGroup>
164    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
165set ProjectDir=$(ProjectDir)
166set SolutionDir=$(SolutionDir)
167set Outdir=$(Outdir)
168
169call PreBuildEvent.cmd</PreBuildEvent>
170    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
171export ProjectDir=$(ProjectDir)
172export SolutionDir=$(SolutionDir)
173
174$SolutionDir/PreBuildEvent.sh
175</PreBuildEvent>
176  </PropertyGroup>
177  <PropertyGroup>
178    <PostBuildEvent>
179    </PostBuildEvent>
180  </PropertyGroup>
181  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
182       Other similar extension points exist, see Microsoft.Common.targets.
183  <Target Name="BeforeBuild">
184  </Target>
185  <Target Name="AfterBuild">
186  </Target>
187  -->
188</Project>
Note: See TracBrowser for help on using the repository browser.