Changeset 7666 for branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4/HeuristicLab.Problems.Instances.Regression-3.4.csproj
- Timestamp:
- 03/27/12 16:13:25 (13 years ago)
- Location:
- branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4
- Property svn:ignore
-
old new 2 2 bin 3 3 obj 4 *.user
-
- Property svn:ignore
-
branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4/HeuristicLab.Problems.Instances.Regression-3.4.csproj
r7664 r7666 53 53 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 54 54 </Reference> 55 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" /> 55 56 <Reference Include="System" /> 56 57 <Reference Include="System.Core" /> … … 107 108 <Compile Include="Properties\AssemblyInfo.cs" /> 108 109 <Compile Include="RegressionInstanceProvider.cs" /> 110 <Compile Include="TrentMcConaghy\TrentMcConaghyInstanceProvider.cs" /> 109 111 <Compile Include="ValueGenerator.cs" /> 112 <Compile Include="Various\BreimanOne.cs" /> 113 <Compile Include="Various\SpatialCoevolution.cs" /> 114 <Compile Include="Various\PolyTen.cs" /> 115 <Compile Include="Various\VariousInstanceProvider.cs" /> 110 116 <Compile Include="Vladislavleva\UnwrappedBallFunctionFiveDimensional.cs" /> 111 117 <Compile Include="Vladislavleva\SineCosineFunction.cs" /> … … 119 125 </ItemGroup> 120 126 <ItemGroup> 127 <EmbeddedResource Include="Data\TrentMcConaghy.zip" /> 121 128 <None Include="HeuristicLab.snk" /> 122 129 <None Include="Plugin.cs.frame" /> … … 133 140 </ProjectReference> 134 141 </ItemGroup> 142 <ItemGroup /> 135 143 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 136 144 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.