Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/11/09 18:25:15 (14 years ago)
Author:
gkronber
Message:

Refactored class Loader in plugin infrastructure. #799

Location:
branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure.Manager
Files:
2 edited

Legend:

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

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3HeuristicLab.PluginInfrastructure.Manager.csproj.user
  • branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure.Manager/HeuristicLab.PluginInfrastructure.Manager.csproj

    r2475 r2481  
    66    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>a687a63d-d039-4b62-9de0-71f8ef480e57</ProjectGuid>
     8    <ProjectGuid>{CA8AAD91-E8E2-41AF-96AD-2BA94BC3EF2D}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
     
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     15    <SignAssembly>true</SignAssembly>
     16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    1517  </PropertyGroup>
    1618  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    4648  </ItemGroup>
    4749  <ItemGroup>
    48     <Compile Include="Class1.cs" />
     50    <Compile Include="ApplicationDescription.cs" />
     51    <Compile Include="PluginDescriptionIterator.cs" />
     52    <Compile Include="Loader.cs" />
     53    <Compile Include="PluginState.cs" />
     54    <Compile Include="PluginDescription.cs" />
     55    <Compile Include="PluginManager.cs" />
     56    <Compile Include="PluginManagerActionEventArgs.cs" />
    4957    <Compile Include="Properties\AssemblyInfo.cs" />
     58    <Compile Include="Runner.cs" />
     59  </ItemGroup>
     60  <ItemGroup>
     61    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
     62      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     63      <Name>HeuristicLab.PluginInfrastructure</Name>
     64    </ProjectReference>
     65  </ItemGroup>
     66  <ItemGroup>
     67    <None Include="HeuristicLab.snk" />
    5068  </ItemGroup>
    5169  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.