- Timestamp:
- 11/13/13 15:15:58 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj
r10095 r10134 68 68 <Reference Include="System" /> 69 69 <Reference Include="System.Core" /> 70 <Reference Include="System.Drawing" /> 71 <Reference Include="System.Windows.Forms" /> 70 72 <Reference Include="System.Xml.Linq" /> 71 73 <Reference Include="System.Data.DataSetExtensions" /> … … 76 78 <ItemGroup> 77 79 <None Include="Plugin.cs.frame" /> 80 <Compile Include="DataPreprocessingView.cs"> 81 <SubType>UserControl</SubType> 82 </Compile> 83 <Compile Include="DataPreprocessingView.Designer.cs"> 84 <DependentUpon>DataPreprocessingView.cs</DependentUpon> 85 </Compile> 78 86 <Compile Include="Plugin.cs" /> 79 87 <Compile Include="Properties\AssemblyInfo.cs" /> … … 94 102 <Private>False</Private> 95 103 </ProjectReference> 104 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 105 <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project> 106 <Name>HeuristicLab.Core.Views-3.3</Name> 107 </ProjectReference> 96 108 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 97 109 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project> 98 110 <Name>HeuristicLab.Core-3.3</Name> 99 111 <Private>False</Private> 112 </ProjectReference> 113 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 114 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project> 115 <Name>HeuristicLab.Data-3.3</Name> 116 </ProjectReference> 117 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 118 <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project> 119 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 120 </ProjectReference> 121 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 122 <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project> 123 <Name>HeuristicLab.MainForm-3.3</Name> 100 124 </ProjectReference> 101 125 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> … … 109 133 <Private>False</Private> 110 134 </ProjectReference> 135 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 136 <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project> 137 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 138 </ProjectReference> 139 </ItemGroup> 140 <ItemGroup> 141 <EmbeddedResource Include="DataPreprocessingView.resx"> 142 <DependentUpon>DataPreprocessingView.cs</DependentUpon> 143 </EmbeddedResource> 111 144 </ItemGroup> 112 145 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Plugin.cs.frame
r10095 r10134 32 32 [PluginDependency("HeuristicLab.Core", "3.3")] 33 33 [PluginDependency("HeuristicLab.Persistence", "3.3")] 34 [PluginDependency("HeuristicLab.MainForm", "3.3")] 35 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 36 [PluginDependency("HeuristicLab.Problems.DataAnalysis","3.4")] 34 37 public class HeuristicLabDataPreprocessingPlugin : PluginBase { 35 38 }
Note: See TracChangeset
for help on using the changeset viewer.