Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/10 18:44:45 (14 years ago)
Author:
gkronber
Message:

Worked on plugin deployment GUI.
Added contact info and license text to DB schema.
#860

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.DeploymentService.AdminClient/HeuristicLab.DeploymentService.AdminClient.csproj

    r2804 r2816  
    4848  </PropertyGroup>
    4949  <ItemGroup>
     50    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
     51      <SpecificVersion>False</SpecificVersion>
     52      <HintPath>..\HeuristicLab.PluginInfrastructure\ICSharpCode.SharpZipLib.dll</HintPath>
     53    </Reference>
    5054    <Reference Include="System" />
    5155    <Reference Include="System.Core">
     
    7074  </ItemGroup>
    7175  <ItemGroup>
     76    <Compile Include="ServerPluginView.cs">
     77      <SubType>UserControl</SubType>
     78    </Compile>
     79    <Compile Include="ServerPluginView.Designer.cs">
     80      <DependentUpon>ServerPluginView.cs</DependentUpon>
     81    </Compile>
     82    <Compile Include="PluginView.cs">
     83      <SubType>UserControl</SubType>
     84    </Compile>
     85    <Compile Include="PluginView.Designer.cs">
     86      <DependentUpon>PluginView.cs</DependentUpon>
     87    </Compile>
     88    <Compile Include="LicenseView.cs">
     89      <SubType>UserControl</SubType>
     90    </Compile>
     91    <Compile Include="LicenseView.Designer.cs">
     92      <DependentUpon>LicenseView.cs</DependentUpon>
     93    </Compile>
     94    <Compile Include="LocalPluginView.cs">
     95      <SubType>UserControl</SubType>
     96    </Compile>
     97    <Compile Include="LocalPluginView.Designer.cs">
     98      <DependentUpon>LocalPluginView.cs</DependentUpon>
     99    </Compile>
    72100    <Compile Include="ProductEditor.cs">
    73101      <SubType>UserControl</SubType>
     
    91119    </Compile>
    92120    <Compile Include="Properties\AssemblyInfo.cs" />
    93     <Compile Include="Service References\AdminService\Reference.cs">
    94       <AutoGen>True</AutoGen>
    95       <DesignTime>True</DesignTime>
    96       <DependentUpon>Reference.svcmap</DependentUpon>
    97     </Compile>
    98     <Compile Include="UpdateAction.cs" />
    99     <Compile Include="UpdateServerPluginsButtonItem.cs" />
    100     <Compile Include="UpdateServerPluginsMenuItem.cs" />
    101121  </ItemGroup>
    102122  <ItemGroup>
     
    115135  </ItemGroup>
    116136  <ItemGroup>
    117     <WCFMetadata Include="Service References\" />
    118   </ItemGroup>
    119   <ItemGroup>
    120137    <None Include="app.config" />
    121138    <None Include="HeuristicLabDeploymentServiceAdminClientPlugin.cs.frame" />
    122139    <None Include="Properties\AssemblyInfo.frame" />
    123     <None Include="Service References\AdminService\service.wsdl" />
    124     <None Include="Service References\AdminService\service.xsd" />
    125     <None Include="Service References\AdminService\service1.xsd" />
    126140  </ItemGroup>
    127141  <ItemGroup>
     142    <EmbeddedResource Include="ServerPluginView.resx">
     143      <DependentUpon>ServerPluginView.cs</DependentUpon>
     144    </EmbeddedResource>
     145    <EmbeddedResource Include="PluginView.resx">
     146      <DependentUpon>PluginView.cs</DependentUpon>
     147    </EmbeddedResource>
     148    <EmbeddedResource Include="LicenseView.resx">
     149      <DependentUpon>LicenseView.cs</DependentUpon>
     150    </EmbeddedResource>
     151    <EmbeddedResource Include="LocalPluginView.resx">
     152      <DependentUpon>LocalPluginView.cs</DependentUpon>
     153    </EmbeddedResource>
    128154    <EmbeddedResource Include="ProductEditor.resx">
    129155      <DependentUpon>ProductEditor.cs</DependentUpon>
     
    132158      <DependentUpon>PluginListView.cs</DependentUpon>
    133159    </EmbeddedResource>
    134   </ItemGroup>
    135   <ItemGroup>
    136     <WCFMetadataStorage Include="Service References\AdminService\" />
    137   </ItemGroup>
    138   <ItemGroup>
    139     <None Include="Service References\AdminService\configuration91.svcinfo" />
    140   </ItemGroup>
    141   <ItemGroup>
    142     <None Include="Service References\AdminService\configuration.svcinfo" />
    143   </ItemGroup>
    144   <ItemGroup>
    145     <None Include="Service References\AdminService\Reference.svcmap">
    146       <Generator>WCF Proxy Generator</Generator>
    147       <LastGenOutput>Reference.cs</LastGenOutput>
    148     </None>
    149160  </ItemGroup>
    150161  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.