- Timestamp:
- 12/19/17 11:10:14 (7 years ago)
- Location:
- branches/2864_PermutationProblems/HeuristicLab.Problems.PFSP.Views/3.3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2864_PermutationProblems/HeuristicLab.Problems.PFSP.Views/3.3/HeuristicLab.Problems.PFSP.Views-3.3.csproj
r15521 r15541 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath> $(SolutionDir)\bin\</OutputPath>21 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <ErrorReport>prompt</ErrorReport> … … 108 108 </PropertyGroup> 109 109 <ItemGroup> 110 <Reference Include="HeuristicLab.Collections-3.3"> 111 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.Common-3.3"> 114 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 115 </Reference> 116 <Reference Include="HeuristicLab.Core-3.3"> 117 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 118 </Reference> 119 <Reference Include="HeuristicLab.Core.Views-3.3"> 120 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 121 </Reference> 122 <Reference Include="HeuristicLab.Data-3.3"> 123 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 124 </Reference> 125 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 126 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 127 </Reference> 128 <Reference Include="HeuristicLab.Encodings.ScheduleEncoding-3.3"> 129 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll</HintPath> 130 </Reference> 131 <Reference Include="HeuristicLab.Encodings.ScheduleEncoding.Views-3.3"> 132 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.dll</HintPath> 133 </Reference> 134 <Reference Include="HeuristicLab.MainForm-3.3"> 135 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 136 </Reference> 137 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 138 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 139 </Reference> 140 <Reference Include="HeuristicLab.Operators-3.3"> 141 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 142 </Reference> 143 <Reference Include="HeuristicLab.Optimization-3.3"> 144 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 145 </Reference> 146 <Reference Include="HeuristicLab.Optimization.Views-3.3"> 147 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 148 </Reference> 149 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 150 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 151 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 152 </Reference> 110 153 <Reference Include="System" /> 111 154 <Reference Include="System.Core" /> … … 116 159 </ItemGroup> 117 160 <ItemGroup> 118 <Compile Include="JobShopSchedulingProblemView.cs" /> 161 <Compile Include="JobShopSchedulingProblemView.cs"> 162 <SubType>UserControl</SubType> 163 </Compile> 119 164 <Compile Include="JobShopSchedulingProblemView.Designer.cs"> 120 165 <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon> … … 129 174 </ItemGroup> 130 175 <ItemGroup> 131 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">132 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>133 <Name>HeuristicLab.Collections-3.3</Name>134 <Private>False</Private>135 </ProjectReference>136 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">137 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>138 <Name>HeuristicLab.Common-3.3</Name>139 <Private>False</Private>140 </ProjectReference>141 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">142 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>143 <Name>HeuristicLab.Core.Views-3.3</Name>144 <Private>False</Private>145 </ProjectReference>146 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">147 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>148 <Name>HeuristicLab.Core-3.3</Name>149 <Private>False</Private>150 </ProjectReference>151 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">152 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>153 <Name>HeuristicLab.Data-3.3</Name>154 </ProjectReference>155 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">156 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>157 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>158 </ProjectReference>159 <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding.Views\3.3\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj">160 <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>161 <Name>HeuristicLab.Encodings.ScheduleEncoding.Views-3.3</Name>162 <Private>False</Private>163 </ProjectReference>164 <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">165 <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>166 <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>167 <Private>False</Private>168 </ProjectReference>169 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">170 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>171 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>172 <Private>False</Private>173 </ProjectReference>174 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">175 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>176 <Name>HeuristicLab.MainForm-3.3</Name>177 <Private>False</Private>178 </ProjectReference>179 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">180 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>181 <Name>HeuristicLab.Operators-3.3</Name>182 </ProjectReference>183 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">184 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>185 <Name>HeuristicLab.Optimization.Views-3.3</Name>186 <Private>False</Private>187 </ProjectReference>188 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">189 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>190 <Name>HeuristicLab.Optimization-3.3</Name>191 <Private>False</Private>192 </ProjectReference>193 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">194 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>195 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>196 <Private>False</Private>197 </ProjectReference>198 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">199 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>200 <Name>HeuristicLab.Problems.Instances-3.3</Name>201 </ProjectReference>202 176 <ProjectReference Include="..\..\HeuristicLab.Problems.PFSP\3.3\HeuristicLab.Problems.PFSP-3.3.csproj"> 203 177 <Project>{51650b00-4ca6-41ff-8cb6-165fcacc3b51}</Project> 204 178 <Name>HeuristicLab.Problems.PFSP-3.3</Name> 205 </ProjectReference>206 <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">207 <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>208 <Name>HeuristicLab.Problems.Scheduling-3.3</Name>209 <Private>False</Private>210 179 </ProjectReference> 211 180 </ItemGroup> -
branches/2864_PermutationProblems/HeuristicLab.Problems.PFSP.Views/3.3/JobShopSchedulingProblemView.cs
r15521 r15541 31 31 namespace HeuristicLab.Problems.PFSP.Views 32 32 { 33 [View(" JobShop Scheduling Problem View")]33 [View("Permutation Flowshop Scheduling Problem View")] 34 34 [Content(typeof(PermutationFlowshopSchedulingProblem), true)] 35 35 public partial class JobShopSchedulingProblemView : ProblemView -
branches/2864_PermutationProblems/HeuristicLab.Problems.PFSP.Views/3.3/Plugin.cs
r15521 r15541 23 23 24 24 namespace HeuristicLab.Problems.PFSP.Views { 25 [Plugin("HeuristicLab.Problems.PFSP.Views", "3.3.14.1 4190")]25 [Plugin("HeuristicLab.Problems.PFSP.Views", "3.3.14.15521")] 26 26 [PluginFile("HeuristicLab.Problems.PFSP.Views-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/2864_PermutationProblems/HeuristicLab.Problems.PFSP.Views/3.3/Properties/AssemblyInfo.cs
r15521 r15541 41 41 42 42 // The following GUID is for the ID of the typelib if this project is exposed to COM 43 [assembly: Guid("ABF1DB5E-5774-48AB-B65A-5CF405C0E2A 9")]43 [assembly: Guid("ABF1DB5E-5774-48AB-B65A-5CF405C0E2A8")] 44 44 45 45 // Version information for an assembly consists of the following four values: … … 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3.14.1 4190")]55 [assembly: AssemblyFileVersion("3.3.14.15521")]
Note: See TracChangeset
for help on using the changeset viewer.