Changeset 14658
- Timestamp:
- 02/10/17 15:14:38 (8 years ago)
- Location:
- branches/PersistentDataStructures
- Files:
-
- 7 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistentDataStructures/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r12280 r14658 170 170 <Compile Include="Statistics\PairwiseTest.cs" /> 171 171 <Compile Include="Statistics\SampleSizeDetermination.cs" /> 172 <Compile Include="Tracking\DoubleArraySnapshotCreaterAnalyzer.cs" /> 173 <Compile Include="Tracking\IntArraySnapshotCreaterAnalyzer.cs" /> 174 <Compile Include="Tracking\SnapshotCreaterAnalyzer.cs" /> 172 175 <Compile Include="ValueAnalysis\SingleValueAnalyzer.cs" /> 173 176 <Compile Include="ValueAnalysis\MinAverageMaxValueAnalyzer.cs" /> -
branches/PersistentDataStructures/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj
r11920 r14658 122 122 <DependentUpon>PermutationTypeView.cs</DependentUpon> 123 123 </Compile> 124 <Compile Include="PermutationHistoryView.cs"> 125 <SubType>UserControl</SubType> 126 </Compile> 127 <Compile Include="PermutationHistoryView.Designer.cs"> 128 <DependentUpon>PermutationHistoryView.cs</DependentUpon> 129 </Compile> 124 130 <Compile Include="PermutationView.cs"> 125 131 <SubType>UserControl</SubType> … … 224 230 <Install>true</Install> 225 231 </BootstrapperPackage> 232 </ItemGroup> 233 <ItemGroup> 234 <EmbeddedResource Include="PermutationHistoryView.resx"> 235 <DependentUpon>PermutationHistoryView.cs</DependentUpon> 236 </EmbeddedResource> 226 237 </ItemGroup> 227 238 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.