- Timestamp:
- 01/19/10 18:11:25 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/HeuristicLab.Modeling.Database.SQLServerCompact-3.2.csproj
r2482 r2645 111 111 <Name>HeuristicLab.PluginInfrastructure</Name> 112 112 </ProjectReference> 113 <ProjectReference Include="..\..\HeuristicLab.SQLServerCompact\3.2\HeuristicLab.SQLServerCompact-3.2.csproj">114 <Project>{31DD6385-7276-49ED-9533-823D4CDF3D2A}</Project>115 <Name>HeuristicLab.SQLServerCompact-3.2</Name>116 </ProjectReference>117 113 </ItemGroup> 118 114 <ItemGroup> -
trunk/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/HeuristicLabModelingDatabaseSQLServerCompactPlugin.cs
r2591 r2645 33 33 [PluginDependency("HeuristicLab.Modeling-3.2")] 34 34 [PluginDependency("HeuristicLab.Modeling.Database-3.2")] 35 [PluginDependency("HeuristicLab.SQLServerCompact-3. 2")]35 [PluginDependency("HeuristicLab.SQLServerCompact-3.5")] 36 36 public class HeuristicLabModelingDatabaseSQLServerCompactPlugin : PluginBase { 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.