Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/09/12 16:14:57 (13 years ago)
Author:
spimming
Message:

#1680:

  • Azure management utils initial version added
  • 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

    r7281 r7299  
    4949  </ItemGroup>
    5050  <ItemGroup>
     51    <Compile Include="Azure\AzureProvider.cs" />
     52    <Compile Include="Azure\Constants.cs" />
     53    <Compile Include="Azure\IAzureProvider.cs" />
     54    <Compile Include="Azure\ServiceManagementOperation.cs" />
     55    <Compile Include="Azure\ServiceWebRequest.cs" />
     56    <Compile Include="Azure\Utils.cs" />
    5157    <Compile Include="CloudManagerClient.cs" />
    5258    <Compile Include="MenuItems\CloudManagerMenuItem.cs" />
     
    5460    <Compile Include="Plugin.cs" />
    5561    <Compile Include="Properties\AssemblyInfo.cs" />
     62    <Compile Include="Properties\Resources.Designer.cs">
     63      <AutoGen>True</AutoGen>
     64      <DesignTime>True</DesignTime>
     65      <DependentUpon>Resources.resx</DependentUpon>
     66    </Compile>
    5667    <Compile Include="Views\AddSubscriptionDialog.cs">
    5768      <SubType>Form</SubType>
     
    131142  </ItemGroup>
    132143  <ItemGroup>
     144    <EmbeddedResource Include="Properties\Resources.resx">
     145      <Generator>ResXFileCodeGenerator</Generator>
     146      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     147    </EmbeddedResource>
    133148    <EmbeddedResource Include="Views\AddSubscriptionDialog.resx">
    134149      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
     150    </EmbeddedResource>
     151    <EmbeddedResource Include="Views\CloudResourcesView.resx">
     152      <DependentUpon>CloudResourcesView.cs</DependentUpon>
    135153    </EmbeddedResource>
    136154    <EmbeddedResource Include="Views\HiveCloudManagerView.resx">
     
    141159    </EmbeddedResource>
    142160  </ItemGroup>
     161  <ItemGroup />
    143162  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    144163  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.