Changeset 8617 for trunk/sources/HeuristicLab.MainForm.WindowsForms
- Timestamp:
- 09/10/12 14:50:32 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj
r8600 r8617 113 113 <Reference Include="System.Data" /> 114 114 <Reference Include="System.Xml" /> 115 <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1, Version=2.3.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 116 <HintPath>..\..\bin\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath> 117 <Private>False</Private> 115 <Reference Include="WeifenLuo.WinFormsUI.Docking-2.7.0, Version=2.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 116 <HintPath>..\..\bin\WeifenLuo.WinFormsUI.Docking-2.7.0.dll</HintPath> 118 117 </Reference> 119 118 </ItemGroup> … … 263 262 --> 264 263 <PropertyGroup> 265 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)264 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 266 265 set ProjectDir=$(ProjectDir) 267 266 set SolutionDir=$(SolutionDir) … … 270 269 call PreBuildEvent.cmd 271 270 </PreBuildEvent> 272 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">271 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 273 272 export ProjectDir=$(ProjectDir) 274 273 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Plugin.cs.frame
r8246 r8617 31 31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 32 32 [PluginDependency("HeuristicLab.MainForm", "3.3")] 33 [PluginDependency("HeuristicLab.WinFormsUI", "2. 3.1")]33 [PluginDependency("HeuristicLab.WinFormsUI", "2.7")] 34 34 public class HeuristicLabMainFormPlugin : PluginBase { 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.