Changeset 17759 for branches/3040_VectorBasedGP/HeuristicLab.ExtLibs
- Timestamp:
- 09/24/20 14:45:26 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3040_VectorBasedGP/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/HeuristicLab.Attic.csproj
r17725 r17759 35 35 <Prefer32Bit>false</Prefer32Bit> 36 36 </PropertyGroup> 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 38 <DebugSymbols>true</DebugSymbols> 39 <OutputPath>$(SolutionDir)\bin\</OutputPath> 40 <DefineConstants>DEBUG;TRACE</DefineConstants> 41 <DebugType>full</DebugType> 42 <PlatformTarget>x64</PlatformTarget> 43 <ErrorReport>prompt</ErrorReport> 44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 45 </PropertyGroup> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 47 <OutputPath>$(SolutionDir)\bin\</OutputPath> 48 <DefineConstants>TRACE</DefineConstants> 49 <Optimize>true</Optimize> 50 <DebugType>pdbonly</DebugType> 51 <PlatformTarget>x64</PlatformTarget> 52 <ErrorReport>prompt</ErrorReport> 53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 54 </PropertyGroup> 37 55 <ItemGroup> 56 <Reference Include="HEAL.Attic, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 57 <SpecificVersion>False</SpecificVersion> 58 <HintPath>..\..\..\bin\HEAL.Attic.dll</HintPath> 59 </Reference> 38 60 <Reference Include="System" /> 39 61 <Reference Include="System.Core" /> … … 60 82 </ItemGroup> 61 83 <ItemGroup> 62 <PackageReference Include="HEAL.Attic">63 <Version>1.5.0</Version>64 </PackageReference>65 </ItemGroup>66 <ItemGroup>67 84 <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 68 85 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> … … 73 90 <Project>{44b10478-d290-43d3-9757-c08f5292fea5}</Project> 74 91 <Name>HeuristicLab.Protobuf</Name> 92 <Private>False</Private> 75 93 </ProjectReference> 76 94 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.