Changeset 3475
- Timestamp:
- 04/21/10 20:12:02 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r3437 r3475 38 38 {489CFE09-FDF7-4C89-BAB5-BD09CADD61AD} = {489CFE09-FDF7-4C89-BAB5-BD09CADD61AD} 39 39 {72104A0B-90E7-42F3-9ABE-9BBBADD4B943} = {72104A0B-90E7-42F3-9ABE-9BBBADD4B943} 40 {C458C60D-33CE-42B8-8B7A-651B698A3C96} = {C458C60D-33CE-42B8-8B7A-651B698A3C96}41 40 {25087811-F74C-4128-BC86-8324271DA13E} = {25087811-F74C-4128-BC86-8324271DA13E} 42 41 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2} = {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2} … … 193 192 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.SimulatedAnnealing-3.3", "HeuristicLab.Algorithms.SimulatedAnnealing\3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj", "{96E5ED5B-187D-4012-9CDA-D85CDAD38342}" 194 193 EndProject 195 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PluginAdministrator-3.3", "HeuristicLab.PluginAdministrator\3.3\HeuristicLab.PluginAdministrator-3.3.csproj", "{C458C60D-33CE-42B8-8B7A-651B698A3C96}"196 EndProject197 194 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Deployment-3.3", "HeuristicLab.Services.Deployment\3.3\HeuristicLab.Services.Deployment-3.3.csproj", "{30D8C5F1-CD3A-4EC1-907F-430177A03FBE}" 198 195 EndProject … … 250 247 EndProject 251 248 Global 252 GlobalSection(TestCaseManagementSettings) = postSolution253 CategoryFile = HeuristicLab 3.3.vsmdi254 EndGlobalSection255 249 GlobalSection(SolutionConfigurationPlatforms) = preSolution 256 250 Debug|Any CPU = Debug|Any CPU … … 972 966 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Services|x64.ActiveCfg = Release|x64 973 967 {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Services|x86.ActiveCfg = Release|x86 974 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU975 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|Any CPU.Build.0 = Debug|Any CPU976 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|x64.ActiveCfg = Debug|x64977 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|x64.Build.0 = Debug|x64978 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|x86.ActiveCfg = Debug|x86979 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|x86.Build.0 = Debug|x86980 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|Any CPU.ActiveCfg = Release|Any CPU981 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|Any CPU.Build.0 = Release|Any CPU982 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|x64.ActiveCfg = Release|x64983 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|x64.Build.0 = Release|x64984 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|x86.ActiveCfg = Release|x86985 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|x86.Build.0 = Release|x86986 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Services|Any CPU.ActiveCfg = Release|Any CPU987 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Services|x64.ActiveCfg = Release|x64988 {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Services|x86.ActiveCfg = Release|x86989 968 {30D8C5F1-CD3A-4EC1-907F-430177A03FBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 990 969 {30D8C5F1-CD3A-4EC1-907F-430177A03FBE}.Debug|x64.ActiveCfg = Debug|x64 -
trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj
r3474 r3475 146 146 <DependentUpon>MultiSelectListView.cs</DependentUpon> 147 147 </Compile> 148 <Compile Include="Advanced\PluginComparisonView.cs">149 <SubType>Form</SubType>150 </Compile>151 <Compile Include="Advanced\PluginComparisonView.Designer.cs">152 <DependentUpon>PluginComparisonView.cs</DependentUpon>153 </Compile>154 148 <Compile Include="Advanced\PluginListView.cs"> 155 149 <SubType>UserControl</SubType> … … 163 157 <Compile Include="Advanced\PluginView.Designer.cs"> 164 158 <DependentUpon>PluginView.cs</DependentUpon> 165 </Compile>166 <Compile Include="Advanced\ProductEditor.cs">167 <SubType>UserControl</SubType>168 </Compile>169 <Compile Include="Advanced\ProductEditor.Designer.cs">170 <DependentUpon>ProductEditor.cs</DependentUpon>171 159 </Compile> 172 160 <Compile Include="Advanced\RemotePluginInstaller.cs"> … … 292 280 <DependentUpon>LicenseView.cs</DependentUpon> 293 281 </EmbeddedResource> 294 <EmbeddedResource Include="Advanced\PluginComparisonView.resx">295 <DependentUpon>PluginComparisonView.cs</DependentUpon>296 </EmbeddedResource>297 282 <EmbeddedResource Include="Advanced\PluginListView.resx"> 298 283 <DependentUpon>PluginListView.cs</DependentUpon> … … 300 285 <EmbeddedResource Include="Advanced\PluginView.resx"> 301 286 <DependentUpon>PluginView.cs</DependentUpon> 302 </EmbeddedResource>303 <EmbeddedResource Include="Advanced\ProductEditor.resx">304 <DependentUpon>ProductEditor.cs</DependentUpon>305 287 </EmbeddedResource> 306 288 <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
Note: See TracChangeset
for help on using the changeset viewer.