Changeset 17097 for stable/HeuristicLab.Algorithms.RandomSearch/3.3/HeuristicLab.Algorithms.RandomSearch-3.3.csproj
- Timestamp:
- 07/07/19 23:40:10 (5 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Algorithms.RandomSearch/3.3/HeuristicLab.Algorithms.RandomSearch-3.3.csproj
r13952 r17097 10 10 <RootNamespace>HeuristicLab.Algorithms.RandomSearch</RootNamespace> 11 11 <AssemblyName>HeuristicLab.Algorithms.RandomSearch-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 </PropertyGroup> … … 73 73 </PropertyGroup> 74 74 <ItemGroup> 75 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> 76 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath> 77 </Reference> 78 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 79 <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre02\lib\net461\HEAL.Attic.dll</HintPath> 80 </Reference> 75 81 <Reference Include="System" /> 76 82 <Reference Include="System.Core" /> 83 <Reference Include="System.Drawing" /> 84 <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 85 <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath> 86 </Reference> 77 87 </ItemGroup> 78 88 <ItemGroup> 79 89 <Compile Include="RandomSearchAlgorithm.cs" /> 80 90 <None Include="HeuristicLab.snk" /> 91 <None Include="packages.config" /> 81 92 <None Include="Plugin.cs.frame" /> 82 93 <Compile Include="Plugin.cs" />
Note: See TracChangeset
for help on using the changeset viewer.