Changeset 3477 for trunk/sources
- Timestamp:
- 04/21/10 21:15:29 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 10 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLab.MainForm.WindowsForms-3.2.csproj
r3437 r3477 100 100 <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" /> 101 101 <Compile Include="ControlExtensions.cs" /> 102 <Compile Include="AsynchronousStorableContentView.cs">103 <SubType>UserControl</SubType>104 </Compile>105 <Compile Include="AsynchronousStorableContentView.Designer.cs">106 <DependentUpon>AsynchronousStorableContentView.cs</DependentUpon>107 </Compile>108 <Compile Include="StorableContentView.cs">109 <SubType>UserControl</SubType>110 </Compile>111 <Compile Include="StorableContentView.Designer.cs">112 <DependentUpon>StorableContentView.cs</DependentUpon>113 </Compile>114 102 <Compile Include="DockForm.cs"> 115 103 <SubType>Form</SubType> -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj
r3437 r3477 100 100 <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" /> 101 101 <Compile Include="ControlExtensions.cs" /> 102 <Compile Include="AsynchronousStorableContentView.cs">103 <SubType>UserControl</SubType>104 </Compile>105 <Compile Include="AsynchronousStorableContentView.Designer.cs">106 <DependentUpon>AsynchronousStorableContentView.cs</DependentUpon>107 </Compile>108 <Compile Include="StorableContentView.cs">109 <SubType>UserControl</SubType>110 </Compile>111 <Compile Include="StorableContentView.Designer.cs">112 <DependentUpon>StorableContentView.cs</DependentUpon>113 </Compile>114 102 <Compile Include="DockForm.cs"> 115 103 <SubType>Form</SubType> -
trunk/sources/HeuristicLab.MainForm/3.2/HeuristicLab.MainForm-3.2.csproj
r3437 r3477 85 85 <ItemGroup> 86 86 <None Include="HeuristicLabMainFormPlugin.cs.frame" /> 87 <Compile Include="Interfaces\IStorableContentView.cs" />88 87 <Compile Include="ViewAttribute.cs" /> 89 88 <Compile Include="Interfaces\IContentView.cs" /> -
trunk/sources/HeuristicLab.MainForm/3.3/HeuristicLab.MainForm-3.3.csproj
r3437 r3477 85 85 <ItemGroup> 86 86 <None Include="HeuristicLabMainFormPlugin.cs.frame" /> 87 <Compile Include="Interfaces\IStorableContentView.cs" />88 87 <Compile Include="ViewAttribute.cs" /> 89 88 <Compile Include="Interfaces\IContentView.cs" />
Note: See TracChangeset
for help on using the changeset viewer.