Changeset 6760 for branches/PersistenceSpeedUp/HeuristicLab.MainForm
- Timestamp:
- 09/14/11 13:59:25 (13 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/PersistenceSpeedUp/HeuristicLab.MainForm/3.3/HeuristicLab.MainForm-3.3.csproj
r5163 r6760 12 12 <AssemblyName>HeuristicLab.MainForm-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 111 112 <ItemGroup> 112 113 <None Include="HeuristicLabMainFormPlugin.cs.frame" /> 114 <Compile Include="Interfaces\IConfigureableView.cs" /> 113 115 <Compile Include="ViewAttribute.cs" /> 114 116 <Compile Include="Interfaces\IContentView.cs" /> -
branches/PersistenceSpeedUp/HeuristicLab.MainForm/3.3/HeuristicLabMainFormPlugin.cs.frame
r6099 r6760 26 26 27 27 namespace HeuristicLab.MainForm { 28 [Plugin("HeuristicLab.MainForm", "3.3. 4.$WCREV$")]28 [Plugin("HeuristicLab.MainForm", "3.3.5.$WCREV$")] 29 29 [PluginFile("HeuristicLab.MainForm-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Common", "3.3")] -
branches/PersistenceSpeedUp/HeuristicLab.MainForm/3.3/Properties/AssemblyInfo.frame
r6099 r6760 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3. 4.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.5.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.