Changeset 545 for trunk/sources
- Timestamp:
- 09/10/08 19:29:04 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.CEDMA.DB
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CEDMA.DB/HeuristicLab.CEDMA.DB.csproj
r382 r545 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{B3D6D8D9-2B1F-47EC-9C73-77FAECF87310}</ProjectGuid> … … 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <SignAssembly> true</SignAssembly>15 <SignAssembly>false</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 17 17 <StartupObject> … … 36 36 </PropertyGroup> 37 37 <ItemGroup> 38 <Reference Include="SemWeb, Version=1.0.6.2, Culture=neutral, processorArchitecture=MSIL" /> 38 39 <Reference Include="System" /> 39 40 <Reference Include="System.Core"> … … 60 61 </ItemGroup> 61 62 <ItemGroup> 63 <Compile Include="Store.cs" /> 62 64 <Compile Include="Database.cs" /> 63 65 <Compile Include="HeuristicLabCedmaDbPlugin.cs" /> … … 72 74 <Name>HeuristicLab.CEDMA.DB.Interfaces</Name> 73 75 </ProjectReference> 76 <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj"> 77 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project> 78 <Name>HeuristicLab.Core</Name> 79 </ProjectReference> 80 <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj"> 81 <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project> 82 <Name>HeuristicLab.Data</Name> 83 </ProjectReference> 74 84 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 75 85 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> … … 80 90 <Name>HeuristicLab.SQLite</Name> 81 91 </ProjectReference> 92 </ItemGroup> 93 <ItemGroup> 94 <Content Include="SemWeb.dll"> 95 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 96 </Content> 97 <Content Include="SemWeb.SqliteStore.dll"> 98 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 99 </Content> 82 100 </ItemGroup> 83 101 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.