- Timestamp:
- 09/14/18 18:05:09 (6 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure/HeuristicLab.Problems.Instances/3.3
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r16143 r16144 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project Sdk="Microsoft.NET.Sdk">2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> 4 <TargetFramework>netstandard2.0</TargetFramework> 5 <Copyright>(c) 2002-2018 HEAL</Copyright> 6 <Product>HeuristicLab</Product> 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> 7 37 <SignAssembly>true</SignAssembly> 38 </PropertyGroup> 39 <PropertyGroup> 8 40 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 9 <AssemblyVersion>3.3.0.0</AssemblyVersion> 10 <AssemblyFileVersion>3.3.15.0</AssemblyFileVersion> 11 <RootNamespace>HeuristicLab.Problems.Instances</RootNamespace> 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> 12 112 </PropertyGroup> 13 113 <ItemGroup> 14 <PackageReference Include="Microsoft.CSharp" Version="4.5.0" /> 15 <PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" /> 16 <PackageReference Include="System.Drawing.Common" Version="4.5.0" /> 17 <PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" /> 18 <PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" /> 114 <Reference Include="Microsoft.CSharp" /> 115 <Reference Include="System" /> 116 <Reference Include="System.Core" /> 117 <Reference Include="System.Data" /> 19 118 </ItemGroup> 20 119 <ItemGroup> 21 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj" /> 22 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" /> 120 <None Include="Plugin.cs.frame" /> 121 <Compile Include="ProblemInstanceManager.cs" /> 122 <Compile Include="IProblemInstanceExporter.cs" /> 123 <Compile Include="Types\GCPData.cs" /> 124 <Compile Include="Types\PTSPData.cs" /> 125 <Compile Include="Types\ATSPData.cs" /> 126 <Compile Include="Types\JSSPData.cs" /> 127 <Compile Include="Types\CTAPData.cs" /> 128 <Compile Include="IDataDescriptor.cs" /> 129 <Compile Include="Types\DistanceHelper.cs" /> 130 <Compile Include="Types\OPData.cs" /> 131 <Compile Include="Types\VRP\MDCVRPTWData.cs" /> 132 <Compile Include="Types\VRP\MDCVRPData.cs" /> 133 <Compile Include="Types\VRP\PDPTWData.cs" /> 134 <Compile Include="Types\VRP\CVRPTWData.cs" /> 135 <Compile Include="Types\VRP\VRPData.cs" /> 136 <Compile Include="Types\VRP\CVRPData.cs" /> 137 <Compile Include="Types\GQAPData.cs" /> 138 <Compile Include="Types\VRP\IVRPData.cs" /> 139 <Compile Include="Types\QAPData.cs" /> 140 <Compile Include="Types\TSPData.cs" /> 141 <Compile Include="IProblemInstanceConsumer.cs" /> 142 <Compile Include="IProblemInstanceProvider.cs" /> 143 <Compile Include="Plugin.cs" /> 144 <Compile Include="ProblemInstanceProvider.cs" /> 145 <Compile Include="Properties\AssemblyInfo.cs" /> 146 <None Include="Properties\AssemblyInfo.cs.frame" /> 23 147 </ItemGroup> 24 148 <ItemGroup> 25 < Reference Include="Microsoft.CSharp" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />149 <None Include="HeuristicLab.snk" /> 26 150 </ItemGroup> 27 <Target Name="PreBuild" BeforeTargets="PreBuildEvent"> 28 <Exec Command="set Path=%Path%;$(ProjectDir);$(SolutionDir)
set ProjectDir=$(ProjectDir)
set SolutionDir=$(SolutionDir)
set Outdir=$(Outdir)
call PreBuildEvent.cmd" /> 151 <ItemGroup> 152 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 153 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 154 <Name>HeuristicLab.Common-3.3</Name> 155 <Private>False</Private> 156 </ProjectReference> 157 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 158 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 159 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 160 <Private>False</Private> 161 </ProjectReference> 162 </ItemGroup> 163 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 164 <PropertyGroup> 165 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 166 set ProjectDir=$(ProjectDir) 167 set SolutionDir=$(SolutionDir) 168 set Outdir=$(Outdir) 169 170 call PreBuildEvent.cmd</PreBuildEvent> 171 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 172 export ProjectDir=$(ProjectDir) 173 export SolutionDir=$(SolutionDir) 174 175 $SolutionDir/PreBuildEvent.sh 176 </PreBuildEvent> 177 </PropertyGroup> 178 <PropertyGroup> 179 <PostBuildEvent> 180 </PostBuildEvent> 181 </PropertyGroup> 182 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 183 Other similar extension points exist, see Microsoft.Common.targets. 184 <Target Name="BeforeBuild"> 29 185 </Target> 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> 31 <OutputPath>..\..\bin\</OutputPath> 32 <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> 33 </PropertyGroup> 186 <Target Name="AfterBuild"> 187 </Target> 188 --> 34 189 </Project>
Note: See TracChangeset
for help on using the changeset viewer.