Changeset 8496 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj
- Timestamp:
- 08/17/12 11:54:58 (12 years ago)
- Location:
- branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3
-
Property
svn:ignore
set to
Plugin.cs
-
Property
svn:ignore
set to
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj
r8415 r8496 49 49 <Private>False</Private> 50 50 </Reference> 51 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">52 <Private>False</Private>53 </Reference>54 51 <Reference Include="HeuristicLab.Core-3.3"> 55 52 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> … … 98 95 </ItemGroup> 99 96 <ItemGroup> 97 <Compile Include="AlgorithmBehaviorHelpers.cs" /> 100 98 <Compile Include="DuplicateSolutionsAnalyzer.cs" /> 101 99 <Compile Include="MutationPerformanceAnalyzer.cs" /> … … 104 102 <Compile Include="Properties\AssemblyInfo.cs" /> 105 103 <Compile Include="VariableDuplicator.cs" /> 106 </ItemGroup>107 <ItemGroup>108 <ProjectReference Include="..\..\HeuristicLab.Analysis.AlgorithmBehavior\3.3\HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj">109 <Project>{1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}</Project>110 <Name>HeuristicLab.Analysis.AlgorithmBehavior-3.3</Name>111 </ProjectReference>112 104 </ItemGroup> 113 105 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.