Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/10/09 16:52:52 (14 years ago)
Author:
gkronber
Message:

worked on plugin infrastructure refactoring. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj

    r1589 r2475  
    1919    <UpgradeBackupLocation>
    2020    </UpgradeBackupLocation>
     21    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    2122  </PropertyGroup>
    2223  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    7576  <ItemGroup>
    7677    <Reference Include="System" />
     78    <Reference Include="System.Core">
     79      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     80    </Reference>
    7781    <Reference Include="System.Data" />
    7882    <Reference Include="System.Deployment" />
     
    8387  <ItemGroup>
    8488    <Compile Include="ApplicationInfo.cs" />
    85     <Compile Include="AssemblyBuildDateAttribute.cs" />
     89    <Compile Include="Attributes\ApplicationDescriptionAttribute.cs" />
     90    <Compile Include="Attributes\AssemblyBuildDateAttribute.cs" />
     91    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
     92    <Compile Include="Attributes\PluginDescriptionAttribute.cs" />
     93    <Compile Include="Attributes\PluginFileAttribute.cs" />
    8694    <Compile Include="BaseClasses\ApplicationBase.cs" />
    8795    <Compile Include="BaseClasses\PluginBase.cs" />
    88     <Compile Include="ClassInfoAttribute.cs" />
    8996    <Compile Include="Interfaces\IApplication.cs" />
    9097    <Compile Include="Interfaces\IControl.cs" />
     
    93100    <Compile Include="PluginManager.cs" />
    94101    <Compile Include="PluginManagerActionEventArgs.cs" />
    95     <Compile Include="DependencyAttribute.cs" />
    96102    <Compile Include="Interfaces\IPlugin.cs" />
    97103    <Compile Include="DiscoveryService.cs" />
    98     <Compile Include="PluginFileAttribute.cs" />
    99104    <Compile Include="PluginInfo.cs" />
    100105    <Compile Include="Loader.cs" />
Note: See TracChangeset for help on using the changeset viewer.