Changeset 13617 for branches/HeuristicLab.Problems.BioBoost
- Timestamp:
- 02/12/16 15:19:47 (9 years ago)
- Location:
- branches/HeuristicLab.Problems.BioBoost
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/HeuristicLab.Problems.BioBoost-3.3.csproj
r13075 r13617 111 111 <HintPath>..\..\packages\BruTile.0.7.4.4\lib\net40\BruTile.Desktop.dll</HintPath> 112 112 </Reference> 113 <Reference Include="BruTile.MbTiles">114 <HintPath>..\..\packages\BruTile.0.7.4.4\lib\net40\BruTile.MbTiles.dll</HintPath>115 </Reference>116 113 <Reference Include="BruTile.Serialization"> 117 114 <HintPath>..\..\packages\BruTile.0.7.4.4\lib\net40\BruTile.Serialization.dll</HintPath> … … 218 215 <Reference Include="System.Xml" /> 219 216 <Reference Include="YamlDotNet"> 220 <HintPath>..\..\packages\YamlDotNet.3. 7.0\lib\net35\YamlDotNet.dll</HintPath>217 <HintPath>..\..\packages\YamlDotNet.3.8.0\lib\net35\YamlDotNet.dll</HintPath> 221 218 </Reference> 222 219 </ItemGroup> … … 303 300 <None Include="HeuristicLab.snk" /> 304 301 <None Include="packages.config" /> 302 <None Include="Plugin.cs.frame" /> 305 303 </ItemGroup> 306 304 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/Plugin.cs.frame
r13126 r13617 27 27 [PluginFile("BruTile.dll", PluginFileType.Assembly)] 28 28 [PluginFile("BruTile.Desktop.dll", PluginFileType.Assembly)] 29 [PluginFile("BruTile.MbTiles.dll", PluginFileType.Assembly)]30 29 [PluginFile("BruTile.Serialization.dll", PluginFileType.Assembly)] 31 30 [PluginFile("Common.Logging.dll", PluginFileType.Assembly)] -
branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/packages.config
r13069 r13617 10 10 <package id="SharpMap" version="1.1.0" targetFramework="net45" /> 11 11 <package id="System.Data.SQLite.MSIL" version="1.0.86.0" targetFramework="net45" /> 12 <package id="YamlDotNet" version="3. 7.0" targetFramework="net45" />12 <package id="YamlDotNet" version="3.8.0" targetFramework="net45" /> 13 13 </packages> -
branches/HeuristicLab.Problems.BioBoost/packages
- Property svn:ignore
-
old new 10 10 System.Data.SQLite.MSIL.1.0.86.0 11 11 YamlDotNet.3.7.0 12 YamlDotNet.3.8.0
-
- Property svn:ignore
Note: See TracChangeset
for help on using the changeset viewer.