[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>
|
---|
[11920] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[7443] | 14 | <FileAlignment>512</FileAlignment>
|
---|
[11920] | 15 | <TargetFrameworkProfile />
|
---|
[7443] | 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
[7771] | 21 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[7443] | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
[11920] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7443] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[7923] | 30 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[7443] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11920] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7443] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
[7558] | 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>
|
---|
[7771] | 48 | <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[7558] | 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>
|
---|
[11920] | 58 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7558] | 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>
|
---|
[7771] | 66 | <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[7558] | 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>
|
---|
[11920] | 76 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7558] | 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>
|
---|
[7771] | 84 | <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[7558] | 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>
|
---|
[11920] | 94 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7558] | 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>
|
---|
[7771] | 102 | <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[7558] | 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>
|
---|
[11920] | 111 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7558] | 112 | </PropertyGroup>
|
---|
[7443] | 113 | <ItemGroup>
|
---|
[7846] | 114 | <Reference Include="Microsoft.CSharp" />
|
---|
[7443] | 115 | <Reference Include="System" />
|
---|
| 116 | <Reference Include="System.Core" />
|
---|
| 117 | <Reference Include="System.Data" />
|
---|
| 118 | </ItemGroup>
|
---|
| 119 | <ItemGroup>
|
---|
| 120 | <None Include="Plugin.cs.frame" />
|
---|
[7846] | 121 | <Compile Include="ProblemInstanceManager.cs" />
|
---|
[7664] | 122 | <Compile Include="IProblemInstanceExporter.cs" />
|
---|
[7548] | 123 | <Compile Include="Types\ATSPData.cs" />
|
---|
[8882] | 124 | <Compile Include="Types\JSSPData.cs" />
|
---|
[7548] | 125 | <Compile Include="Types\CTAPData.cs" />
|
---|
| 126 | <Compile Include="IDataDescriptor.cs" />
|
---|
[7872] | 127 | <Compile Include="Types\DistanceHelper.cs" />
|
---|
[12742] | 128 | <Compile Include="Types\OPData.cs" />
|
---|
[7880] | 129 | <Compile Include="Types\VRP\MDCVRPTWData.cs" />
|
---|
| 130 | <Compile Include="Types\VRP\MDCVRPData.cs" />
|
---|
| 131 | <Compile Include="Types\VRP\PDPTWData.cs" />
|
---|
| 132 | <Compile Include="Types\VRP\CVRPTWData.cs" />
|
---|
| 133 | <Compile Include="Types\VRP\VRPData.cs" />
|
---|
[7872] | 134 | <Compile Include="Types\VRP\CVRPData.cs" />
|
---|
[7548] | 135 | <Compile Include="Types\GQAPData.cs" />
|
---|
[7872] | 136 | <Compile Include="Types\VRP\IVRPData.cs" />
|
---|
[7548] | 137 | <Compile Include="Types\QAPData.cs" />
|
---|
| 138 | <Compile Include="Types\TSPData.cs" />
|
---|
| 139 | <Compile Include="IProblemInstanceConsumer.cs" />
|
---|
[7443] | 140 | <Compile Include="IProblemInstanceProvider.cs" />
|
---|
| 141 | <Compile Include="Plugin.cs" />
|
---|
[7465] | 142 | <Compile Include="ProblemInstanceProvider.cs" />
|
---|
[7443] | 143 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[7444] | 144 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[7443] | 145 | </ItemGroup>
|
---|
| 146 | <ItemGroup>
|
---|
| 147 | <None Include="HeuristicLab.snk" />
|
---|
| 148 | </ItemGroup>
|
---|
[7825] | 149 | <ItemGroup>
|
---|
| 150 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 151 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 152 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 153 | <Private>False</Private>
|
---|
| 154 | </ProjectReference>
|
---|
| 155 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 156 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 157 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 158 | <Private>False</Private>
|
---|
| 159 | </ProjectReference>
|
---|
| 160 | </ItemGroup>
|
---|
[7443] | 161 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 162 | <PropertyGroup>
|
---|
[8882] | 163 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[7443] | 164 | set ProjectDir=$(ProjectDir)
|
---|
| 165 | set SolutionDir=$(SolutionDir)
|
---|
| 166 | set Outdir=$(Outdir)
|
---|
| 167 |
|
---|
| 168 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[8882] | 169 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 170 | export ProjectDir=$(ProjectDir)
|
---|
| 171 | export SolutionDir=$(SolutionDir)
|
---|
| 172 |
|
---|
| 173 | $SolutionDir/PreBuildEvent.sh
|
---|
| 174 | </PreBuildEvent>
|
---|
[7443] | 175 | </PropertyGroup>
|
---|
| 176 | <PropertyGroup>
|
---|
| 177 | <PostBuildEvent>
|
---|
| 178 | </PostBuildEvent>
|
---|
| 179 | </PropertyGroup>
|
---|
| 180 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 181 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 182 | <Target Name="BeforeBuild">
|
---|
| 183 | </Target>
|
---|
| 184 | <Target Name="AfterBuild">
|
---|
| 185 | </Target>
|
---|
| 186 | -->
|
---|
| 187 | </Project> |
---|