Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2178


Ignore:
Timestamp:
07/21/09 16:10:43 (15 years ago)
Author:
mkommend
Message:

added first implementation of LinqToSql mapping (ticket #712)

Location:
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLiteBackend/3.2
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLiteBackend/3.2/HeuristicLab.Modeling.SQLiteBackend-3.2.csproj

    r2172 r2178  
    7070      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    7171    </Reference>
     72    <Reference Include="System.Data.Linq">
     73      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     74    </Reference>
    7275    <Reference Include="System.Xml.Linq">
    7376      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    8487  </ItemGroup>
    8588  <ItemGroup>
     89    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
     90      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
     91      <Name>HeuristicLab.Core-3.2</Name>
     92    </ProjectReference>
     93    <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.2\HeuristicLab.DataAnalysis-3.2.csproj">
     94      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
     95      <Name>HeuristicLab.DataAnalysis-3.2</Name>
     96    </ProjectReference>
    8697    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    8798      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     
    90101  </ItemGroup>
    91102  <ItemGroup>
     103    <Compile Include="Algorithm.cs" />
     104    <Compile Include="InputVariable.cs" />
     105    <Compile Include="InputVariableResult.cs" />
     106    <Compile Include="Model.cs" />
     107    <Compile Include="ModelingDataContext.cs" />
     108    <Compile Include="ModelResult.cs" />
     109    <Compile Include="Problem.cs" />
    92110    <Compile Include="Properties\AssemblyInfo.cs" />
     111    <Compile Include="Result.cs" />
     112    <Compile Include="Variable.cs" />
    93113  </ItemGroup>
    94114  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.