Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/12 17:06:16 (13 years ago)
Author:
spimming
Message:

#1680:

  • Subscription DTO
  • View for subscription items
  • Dialog to add new azure subscription
  • General view for cloud resources
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/HeuristicLab.Clients.Hive.CloudManager-3.3.csproj

    r7278 r7281  
    5151    <Compile Include="CloudManagerClient.cs" />
    5252    <Compile Include="MenuItems\CloudManagerMenuItem.cs" />
     53    <Compile Include="Model\Subscription.cs" />
    5354    <Compile Include="Plugin.cs" />
    5455    <Compile Include="Properties\AssemblyInfo.cs" />
     56    <Compile Include="Views\AddSubscriptionDialog.cs">
     57      <SubType>Form</SubType>
     58    </Compile>
     59    <Compile Include="Views\AddSubscriptionDialog.Designer.cs">
     60      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
     61    </Compile>
     62    <Compile Include="Views\CloudResourcesView.cs">
     63      <SubType>UserControl</SubType>
     64    </Compile>
     65    <Compile Include="Views\CloudResourcesView.Designer.cs">
     66      <DependentUpon>CloudResourcesView.cs</DependentUpon>
     67    </Compile>
    5568    <Compile Include="Views\HiveCloudManagerView.cs">
    5669      <SubType>UserControl</SubType>
     
    5871    <Compile Include="Views\HiveCloudManagerView.Designer.cs">
    5972      <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
     73    </Compile>
     74    <Compile Include="Views\SubscriptionView.cs">
     75      <SubType>UserControl</SubType>
     76    </Compile>
     77    <Compile Include="Views\SubscriptionView.Designer.cs">
     78      <DependentUpon>SubscriptionView.cs</DependentUpon>
    6079    </Compile>
    6180  </ItemGroup>
     
    111130    </ProjectReference>
    112131  </ItemGroup>
    113   <ItemGroup />
     132  <ItemGroup>
     133    <EmbeddedResource Include="Views\AddSubscriptionDialog.resx">
     134      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
     135    </EmbeddedResource>
     136    <EmbeddedResource Include="Views\HiveCloudManagerView.resx">
     137      <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
     138    </EmbeddedResource>
     139    <EmbeddedResource Include="Views\SubscriptionView.resx">
     140      <DependentUpon>SubscriptionView.cs</DependentUpon>
     141    </EmbeddedResource>
     142  </ItemGroup>
    114143  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    115144  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.