[7443] | 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.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>
|
---|
[7771] | 20 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[7443] | 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>
|
---|
[7923] | 28 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[7443] | 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>
|
---|
[7558] | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x64</PlatformTarget>
|
---|
[7771] | 45 | <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[7558] | 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>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 52 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 53 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 54 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 55 | </PropertyGroup>
|
---|
| 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 57 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 58 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 59 | <Optimize>true</Optimize>
|
---|
| 60 | <DebugType>pdbonly</DebugType>
|
---|
| 61 | <PlatformTarget>x64</PlatformTarget>
|
---|
[7771] | 62 | <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[7558] | 63 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 64 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 65 | <ErrorReport>prompt</ErrorReport>
|
---|
| 66 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 67 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 68 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 69 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 70 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 71 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 72 | </PropertyGroup>
|
---|
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 74 | <DebugSymbols>true</DebugSymbols>
|
---|
| 75 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 76 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 77 | <DebugType>full</DebugType>
|
---|
| 78 | <PlatformTarget>x86</PlatformTarget>
|
---|
[7771] | 79 | <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[7558] | 80 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 81 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 82 | <ErrorReport>prompt</ErrorReport>
|
---|
| 83 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 84 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 85 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 86 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 87 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 88 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 89 | </PropertyGroup>
|
---|
| 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 91 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 92 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 93 | <Optimize>true</Optimize>
|
---|
| 94 | <DebugType>pdbonly</DebugType>
|
---|
| 95 | <PlatformTarget>x86</PlatformTarget>
|
---|
[7771] | 96 | <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[7558] | 97 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 98 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 99 | <ErrorReport>prompt</ErrorReport>
|
---|
| 100 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 101 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 102 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 103 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 104 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 105 | </PropertyGroup>
|
---|
[7443] | 106 | <ItemGroup>
|
---|
[7846] | 107 | <Reference Include="Microsoft.CSharp" />
|
---|
[7443] | 108 | <Reference Include="System" />
|
---|
| 109 | <Reference Include="System.Core" />
|
---|
| 110 | <Reference Include="System.Data" />
|
---|
| 111 | </ItemGroup>
|
---|
| 112 | <ItemGroup>
|
---|
| 113 | <None Include="Plugin.cs.frame" />
|
---|
[7846] | 114 | <Compile Include="ProblemInstanceManager.cs" />
|
---|
[7664] | 115 | <Compile Include="IProblemInstanceExporter.cs" />
|
---|
[7548] | 116 | <Compile Include="Types\ATSPData.cs" />
|
---|
| 117 | <Compile Include="Types\CTAPData.cs" />
|
---|
| 118 | <Compile Include="IDataDescriptor.cs" />
|
---|
[7872] | 119 | <Compile Include="Types\DistanceHelper.cs" />
|
---|
[7880] | 120 | <Compile Include="Types\VRP\MDCVRPTWData.cs" />
|
---|
| 121 | <Compile Include="Types\VRP\MDCVRPData.cs" />
|
---|
| 122 | <Compile Include="Types\VRP\PDPTWData.cs" />
|
---|
| 123 | <Compile Include="Types\VRP\CVRPTWData.cs" />
|
---|
| 124 | <Compile Include="Types\VRP\VRPData.cs" />
|
---|
[7872] | 125 | <Compile Include="Types\VRP\CVRPData.cs" />
|
---|
[7548] | 126 | <Compile Include="Types\GQAPData.cs" />
|
---|
[7872] | 127 | <Compile Include="Types\VRP\IVRPData.cs" />
|
---|
[7548] | 128 | <Compile Include="Types\QAPData.cs" />
|
---|
| 129 | <Compile Include="Types\TSPData.cs" />
|
---|
| 130 | <Compile Include="IProblemInstanceConsumer.cs" />
|
---|
[7443] | 131 | <Compile Include="IProblemInstanceProvider.cs" />
|
---|
| 132 | <Compile Include="Plugin.cs" />
|
---|
[7465] | 133 | <Compile Include="ProblemInstanceProvider.cs" />
|
---|
[7443] | 134 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[7444] | 135 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[7443] | 136 | </ItemGroup>
|
---|
| 137 | <ItemGroup>
|
---|
| 138 | <None Include="HeuristicLab.snk" />
|
---|
| 139 | </ItemGroup>
|
---|
[7825] | 140 | <ItemGroup>
|
---|
| 141 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 142 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 143 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 144 | <Private>False</Private>
|
---|
| 145 | </ProjectReference>
|
---|
| 146 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 147 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 148 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 149 | <Private>False</Private>
|
---|
| 150 | </ProjectReference>
|
---|
| 151 | </ItemGroup>
|
---|
[7443] | 152 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 153 | <PropertyGroup>
|
---|
| 154 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 155 | set ProjectDir=$(ProjectDir)
|
---|
| 156 | set SolutionDir=$(SolutionDir)
|
---|
| 157 | set Outdir=$(Outdir)
|
---|
| 158 |
|
---|
| 159 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 160 | </PropertyGroup>
|
---|
| 161 | <PropertyGroup>
|
---|
| 162 | <PostBuildEvent>
|
---|
| 163 | </PostBuildEvent>
|
---|
| 164 | </PropertyGroup>
|
---|
| 165 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 166 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 167 | <Target Name="BeforeBuild">
|
---|
| 168 | </Target>
|
---|
| 169 | <Target Name="AfterBuild">
|
---|
| 170 | </Target>
|
---|
| 171 | -->
|
---|
| 172 | </Project> |
---|