Changeset 16143 for branches/2522_RefactorPluginInfrastructure/HeuristicLab.Problems.Instances.CordeauGQAP
- Timestamp:
- 09/14/18 17:07:25 (6 years ago)
- Location:
- branches/2522_RefactorPluginInfrastructure/HeuristicLab.Problems.Instances.CordeauGQAP/3.3
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/HeuristicLab.Problems.Instances.CordeauGQAP-3.3.csproj
r11650 r16143 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project Sdk="Microsoft.NET.Sdk"> 3 3 <PropertyGroup> 4 < Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>5 < Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>6 <Product Version>8.0.30703</ProductVersion>7 <S chemaVersion>2.0</SchemaVersion>8 < ProjectGuid>{1F2718DA-BF13-40EE-A7FD-EEDB4912E64E}</ProjectGuid>9 < OutputType>Library</OutputType>10 <A ppDesignerFolder>Properties</AppDesignerFolder>4 <TargetFramework>netstandard2.0</TargetFramework> 5 <Copyright>(c) 2002-2018 HEAL</Copyright> 6 <Product>HeuristicLab</Product> 7 <SignAssembly>true</SignAssembly> 8 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 9 <AssemblyVersion>3.3.0.0</AssemblyVersion> 10 <AssemblyFileVersion>3.3.15.0</AssemblyFileVersion> 11 11 <RootNamespace>HeuristicLab.Problems.Instances.CordeauGQAP</RootNamespace> 12 <AssemblyName>HeuristicLab.Problems.Instances.CordeauGQAP-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|x86'">43 <DebugSymbols>true</DebugSymbols>44 <OutputPath>..\..\bin\</OutputPath>45 <DefineConstants>DEBUG;TRACE</DefineConstants>46 <DebugType>full</DebugType>47 <PlatformTarget>x86</PlatformTarget>48 <CodeAnalysisLogFile>..\..\bin\Plugin.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>false</CodeAnalysisIgnoreBuiltInRuleSets>55 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>56 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>57 <Prefer32Bit>false</Prefer32Bit>58 </PropertyGroup>59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">60 <OutputPath>..\..\bin\</OutputPath>61 <DefineConstants>TRACE</DefineConstants>62 <Optimize>true</Optimize>63 <DebugType>pdbonly</DebugType>64 <PlatformTarget>x86</PlatformTarget>65 <CodeAnalysisLogFile>..\..\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>66 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>67 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>68 <ErrorReport>prompt</ErrorReport>69 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>70 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>71 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>72 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>73 <Prefer32Bit>false</Prefer32Bit>74 </PropertyGroup>75 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">76 <DebugSymbols>true</DebugSymbols>77 <OutputPath>..\..\bin\</OutputPath>78 <DefineConstants>DEBUG;TRACE</DefineConstants>79 <DebugType>full</DebugType>80 <PlatformTarget>x64</PlatformTarget>81 <CodeAnalysisLogFile>..\..\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>82 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>83 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>84 <ErrorReport>prompt</ErrorReport>85 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>86 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>87 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>88 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>89 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>90 <Prefer32Bit>false</Prefer32Bit>91 </PropertyGroup>92 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">93 <OutputPath>..\..\bin\</OutputPath>94 <DefineConstants>TRACE</DefineConstants>95 <Optimize>true</Optimize>96 <DebugType>pdbonly</DebugType>97 <PlatformTarget>x64</PlatformTarget>98 <CodeAnalysisLogFile>..\..\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>99 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>100 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>101 <ErrorReport>prompt</ErrorReport>102 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>103 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>104 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>105 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>106 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>107 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>108 <Prefer32Bit>false</Prefer32Bit>109 12 </PropertyGroup> 110 13 <ItemGroup> 111 <Reference Include="System" /> 112 <Reference Include="System.Core" /> 113 <Reference Include="System.Data" /> 114 <Reference Include="System.IO.Compression" /> 14 <PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" /> 15 <PackageReference Include="System.Drawing.Common" Version="4.5.0" /> 115 16 </ItemGroup> 116 17 <ItemGroup> 117 <EmbeddedResource Include="Data\CordeauGQAP.zip" /> 118 <None Include="Plugin.cs.frame" /> 119 <Compile Include="CordeauGQAPParser.cs" /> 120 <Compile Include="CordeauGQAPInstanceProvider.cs" /> 121 <Compile Include="CordeauGQAPDataDescriptor.cs" /> 122 <Compile Include="Plugin.cs" /> 123 <Compile Include="Properties\AssemblyInfo.cs" /> 124 <None Include="Properties\AssemblyInfo.cs.frame" /> 18 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj" /> 19 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" /> 20 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj" /> 125 21 </ItemGroup> 126 <ItemGroup> 127 <None Include="HeuristicLab.snk" /> 128 </ItemGroup> 129 <ItemGroup> 130 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 131 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 132 <Name>HeuristicLab.Common-3.3</Name> 133 <Private>False</Private> 134 </ProjectReference> 135 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 136 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 137 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 138 <Private>False</Private> 139 </ProjectReference> 140 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj"> 141 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project> 142 <Name>HeuristicLab.Problems.Instances-3.3</Name> 143 <Private>False</Private> 144 </ProjectReference> 145 </ItemGroup> 146 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 147 <PropertyGroup> 148 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 149 set ProjectDir=$(ProjectDir) 150 set SolutionDir=$(SolutionDir) 151 set Outdir=$(Outdir) 152 153 call PreBuildEvent.cmd</PreBuildEvent> 154 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 155 export ProjectDir=$(ProjectDir) 156 export SolutionDir=$(SolutionDir) 157 158 $SolutionDir/PreBuildEvent.sh 159 </PreBuildEvent> 22 <Target Name="PreBuild" BeforeTargets="PreBuildEvent"> 23 <Exec Command="set Path=%Path%;$(ProjectDir);$(SolutionDir)
set ProjectDir=$(ProjectDir)
set SolutionDir=$(SolutionDir)
set Outdir=$(Outdir)
call PreBuildEvent.cmd" /> 24 </Target> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> 26 <OutputPath>..\..\bin\</OutputPath> 27 <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> 160 28 </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 29 </Project>
Note: See TracChangeset
for help on using the changeset viewer.