Changeset 10723 for branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj
- Timestamp:
- 04/04/14 09:56:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj
r10722 r10723 217 217 </Compile> 218 218 <Compile Include="Plugin.cs" /> 219 <Compile Include="SlidingWindowBestSolutionsCollectionHeatMapView.cs"> 220 <SubType>UserControl</SubType> 221 </Compile> 222 <Compile Include="SlidingWindowBestSolutionsCollectionHeatMapView.Designer.cs"> 223 <DependentUpon>SlidingWindowBestSolutionsCollectionHeatMapView.cs</DependentUpon> 224 </Compile> 219 225 <Compile Include="SlidingWindowBestSolutionsCollectionHeatMapControl.cs"> 220 226 <SubType>UserControl</SubType> … … 222 228 <Compile Include="SlidingWindowBestSolutionsCollectionHeatMapControl.Designer.cs"> 223 229 <DependentUpon>SlidingWindowBestSolutionsCollectionHeatMapControl.cs</DependentUpon> 224 </Compile>225 <Compile Include="SlidingWindowBestSolutionsCollectionHeatMapView.cs">226 <SubType>UserControl</SubType>227 </Compile>228 <Compile Include="SlidingWindowBestSolutionsCollectionHeatMapView.Designer.cs">229 <DependentUpon>SlidingWindowBestSolutionsCollectionHeatMapView.cs</DependentUpon>230 230 </Compile> 231 231 <Compile Include="SlidingWindowBestSolutionsCollectionView.cs"> … … 349 349 <ItemGroup> 350 350 <Folder Include="Exporters\" /> 351 </ItemGroup>352 <ItemGroup>353 <EmbeddedResource Include="SlidingWindowBestSolutionsCollectionView.resx">354 <DependentUpon>SlidingWindowBestSolutionsCollectionView.cs</DependentUpon>355 </EmbeddedResource>356 351 </ItemGroup> 357 352 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.