Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4384


Ignore:
Timestamp:
09/13/10 16:03:04 (14 years ago)
Author:
swagner
Message:

Worked on OKB data model (#1174)

Location:
trunk/sources
Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3 Services.sln

    r4313 r4384  
    66    ConfigMerger.exe = ConfigMerger.exe
    77    ..\documentation\License\gpl-3.0.txt = ..\documentation\License\gpl-3.0.txt
     8    HeuristicLab 3.3 Services.vsmdi = HeuristicLab 3.3 Services.vsmdi
     9    Local.testsettings = Local.testsettings
    810    PreBuildEvent.cmd = PreBuildEvent.cmd
     11    TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
    912  EndProjectSection
    1013EndProject
     
    2124Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.OKB-3.3", "HeuristicLab.Services.OKB\3.3\HeuristicLab.Services.OKB-3.3.csproj", "{766DA4B7-2A0E-4CDE-8F90-93D8B1AD62CF}"
    2225EndProject
     26Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.OKB.DataAccess-3.3.Tests", "HeuristicLab.Services.OKB.DataAccess\3.3\Tests\HeuristicLab.Services.OKB.DataAccess-3.3.Tests.csproj", "{89234006-FE1B-4A15-AFEC-91CB3526F0A5}"
     27EndProject
    2328Global
     29  GlobalSection(TestCaseManagementSettings) = postSolution
     30    CategoryFile = HeuristicLab 3.3 Services.vsmdi
     31  EndGlobalSection
    2432  GlobalSection(SolutionConfigurationPlatforms) = preSolution
    2533    Debug|Any CPU = Debug|Any CPU
     
    103111    {766DA4B7-2A0E-4CDE-8F90-93D8B1AD62CF}.Release|x86.ActiveCfg = Release|x86
    104112    {766DA4B7-2A0E-4CDE-8F90-93D8B1AD62CF}.Release|x86.Build.0 = Release|x86
     113    {89234006-FE1B-4A15-AFEC-91CB3526F0A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     114    {89234006-FE1B-4A15-AFEC-91CB3526F0A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
     115    {89234006-FE1B-4A15-AFEC-91CB3526F0A5}.Debug|x64.ActiveCfg = Debug|Any CPU
     116    {89234006-FE1B-4A15-AFEC-91CB3526F0A5}.Debug|x86.ActiveCfg = Debug|Any CPU
     117    {89234006-FE1B-4A15-AFEC-91CB3526F0A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
     118    {89234006-FE1B-4A15-AFEC-91CB3526F0A5}.Release|Any CPU.Build.0 = Release|Any CPU
     119    {89234006-FE1B-4A15-AFEC-91CB3526F0A5}.Release|x64.ActiveCfg = Release|Any CPU
     120    {89234006-FE1B-4A15-AFEC-91CB3526F0A5}.Release|x86.ActiveCfg = Release|Any CPU
    105121  EndGlobalSection
    106122  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-3.3.csproj

    r4381 r4384  
    126126      <DependentUpon>OKB.dbml</DependentUpon>
    127127    </None>
     128    <Compile Include="Extensions.cs">
     129      <SubType>Code</SubType>
     130    </Compile>
    128131    <Compile Include="OKB.generated.cs">
    129132      <DependentUpon>OKB.tt</DependentUpon>
  • trunk/sources/HeuristicLab.Services.OKB.DataAccess/3.3/OKB.generated.cs

    r4381 r4384  
    33// <auto-generated>
    44//     This code was generated by LINQ to SQL template for T4 C#
    5 //     Generated at 09/12/2010 03:47:59
     5//     Generated at 09/13/2010 13:15:17
    66//
    77//     Changes to this file may cause incorrect behavior and will be lost if
Note: See TracChangeset for help on using the changeset viewer.