Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 15:45:06 (8 years ago)
Author:
gkronber
Message:

#2522: added new PluginInformationDialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/HeuristicLab.PluginInfrastructure.UI-4.0.csproj

    r13353 r13360  
    1717    <DebugType>full</DebugType>
    1818    <Optimize>false</Optimize>
    19     <OutputPath>..\..\bin\</OutputPath>
     19    <OutputPath>..\bin\</OutputPath>
    2020    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2121    <ErrorReport>prompt</ErrorReport>
     
    2525    <DebugType>pdbonly</DebugType>
    2626    <Optimize>true</Optimize>
    27     <OutputPath>..\..\bin\</OutputPath>
     27    <OutputPath>..\bin\</OutputPath>
    2828    <DefineConstants>TRACE</DefineConstants>
    2929    <ErrorReport>prompt</ErrorReport>
     
    9090      <DependentUpon>MultiSelectListView.cs</DependentUpon>
    9191    </Compile>
     92    <Compile Include="PluginInformationDialog.cs">
     93      <SubType>Form</SubType>
     94    </Compile>
     95    <Compile Include="PluginInformationDialog.Designer.cs">
     96      <DependentUpon>PluginInformationDialog.cs</DependentUpon>
     97    </Compile>
    9298    <Compile Include="PluginView.cs">
    9399      <SubType>Form</SubType>
     
    114120  </ItemGroup>
    115121  <ItemGroup>
     122    <EmbeddedResource Include="PluginInformationDialog.resx">
     123      <DependentUpon>PluginInformationDialog.cs</DependentUpon>
     124    </EmbeddedResource>
    116125    <EmbeddedResource Include="Resources\Error.ico" />
    117126    <EmbeddedResource Include="Resources\HeuristicLab.ico" />
Note: See TracChangeset for help on using the changeset viewer.