Changeset 12593
- Timestamp:
- 07/06/15 10:16:27 (9 years ago)
- Location:
- branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK.Views
- Files:
-
- 1 deleted
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK.Views/HeuristicLab.Problems.NK.Views.csproj
r11626 r12593 138 138 </ItemGroup> 139 139 <ItemGroup> 140 <Compile Include="BoolMatrix BitmapView.cs">140 <Compile Include="BoolMatrixView.cs"> 141 141 <SubType>UserControl</SubType> 142 142 </Compile> 143 <Compile Include="BoolMatrix BitmapView.Designer.cs">144 <DependentUpon>BoolMatrix BitmapView.cs</DependentUpon>143 <Compile Include="BoolMatrixView.Designer.cs"> 144 <DependentUpon>BoolMatrixView.cs</DependentUpon> 145 145 </Compile> 146 146 <Compile Include="HeuristicLabProblemsNKViewsPlugin.cs" /> 147 147 <Compile Include="Properties\AssemblyInfo.cs" /> 148 </ItemGroup>149 <ItemGroup>150 <EmbeddedResource Include="BoolMatrixBitmapView.resx">151 <DependentUpon>BoolMatrixBitmapView.cs</DependentUpon>152 </EmbeddedResource>153 148 </ItemGroup> 154 149 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.