Wayne Foley 147864bc78 Adding support for listing key pairs.
Adding support for creating servers with key pairs.

Partially implements blueprint support-compute-api
Change-Id: Ic6fbb384fd51d71c0b590c285d40e89857353ec0
2014-08-14 16:40:55 -07:00

161 lines
9.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7AF6DEC5-2257-4A29-BB55-66711DE3055D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenStack.Test</RootNamespace>
<AssemblyName>OpenStack.Test</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
<IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\net45\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\net45\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.6.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Web" />
</ItemGroup>
<Choose>
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>
<Compile Include="Compute\ComputeKeyPairPayloadConverterTests.cs" />
<Compile Include="Compute\ComputeServerPayloadConverterTests.cs" />
<Compile Include="Compute\ComputeImagePayloadConverterTests.cs" />
<Compile Include="Compute\ComputeFlavorPayloadConverterTests.cs" />
<Compile Include="Compute\ComputeItemMetadataPayloadConverterTests.cs" />
<Compile Include="Compute\ComputeRestSimulator.cs" />
<Compile Include="Compute\ComputeServiceRestClientTests.cs" />
<Compile Include="Compute\ComputeServicePocoClientTests.cs" />
<Compile Include="Compute\ComputeServiceClientTests.cs" />
<Compile Include="Compute\TestComputeServiceRestClient.cs" />
<Compile Include="Compute\TestComputeServicePocoClient.cs" />
<Compile Include="Helper.cs" />
<Compile Include="HttpAbstraction\HttpAbstractionClientTests.cs" />
<Compile Include="HttpAbstraction\HttpHeadersAbstractionTests.cs" />
<Compile Include="Identity\IdentityRestServiceSimulator.cs" />
<Compile Include="Identity\IdentityServiceRestClientTests.cs" />
<Compile Include="Identity\AccessTokenPayloadConverterTests.cs" />
<Compile Include="Identity\IdentityServicePocoClientTests.cs" />
<Compile Include="Identity\TestIdentityServicePocoClient.cs" />
<Compile Include="Identity\TestIdentityServiceRestClient.cs" />
<Compile Include="Identity\IdentityServiceClientTests.cs" />
<Compile Include="Identity\OpenStackServiceEndpointPayloadConverterTests.cs" />
<Compile Include="Identity\OpenStackServiceDefinitionPayloadConverterTests.cs" />
<Compile Include="Identity\OpenStackServiceCatalogPayloadConverterTests.cs" />
<Compile Include="Identity\OpenStackServiceCatalogTests.cs" />
<Compile Include="Identity\IdentityServiceClientDefinitionTests.cs" />
<Compile Include="Identity\OpenStackRegionResolverTests.cs" />
<Compile Include="Network\FloatingIpPayloadConverterTests.cs" />
<Compile Include="Network\NetworkServiceClientTests.cs" />
<Compile Include="Network\NetworkServicePocoClientTests.cs" />
<Compile Include="Network\NetworkPayloadConverterTests.cs" />
<Compile Include="Network\NetworkRestSimulator.cs" />
<Compile Include="Network\NetworkServiceRestClientTests.cs" />
<Compile Include="Network\TestNetworkServicePocoClient.cs" />
<Compile Include="Network\TestNetworkServiceRestClient.cs" />
<Compile Include="RestSimulator.cs" />
<Compile Include="ServiceLocation\ServiceLocationAssemblyScannerTests.cs" />
<Compile Include="ServiceLocation\ServiceLocatorTests.cs" />
<Compile Include="..\AssemblyVersionInfo.cs">
<Link>Properties\AssemblyVersionInfo.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Storage\StorageAccountPayloadConverterTests.cs" />
<Compile Include="Storage\StorageContainerPayloadConverterTests.cs" />
<Compile Include="Storage\StorageObjectPayloadConverterTests.cs" />
<Compile Include="Storage\StorageServicePocoClientTests.cs" />
<Compile Include="Storage\StorageServiceRestClientTests.cs" />
<Compile Include="Storage\StorageRestSimulator.cs" />
<Compile Include="Storage\TestLargeStorageObjectCreator.cs" />
<Compile Include="Storage\TestStorageManifest.cs" />
<Compile Include="Storage\TestStorageServiceClient.cs" />
<Compile Include="Storage\TestStorageServicePocoClient.cs" />
<Compile Include="Storage\TestStorageServiceRestClient.cs" />
<Compile Include="Storage\StorageServiceClientTests.cs" />
<Compile Include="Identity\OpenStackCredentialTests.cs" />
<Compile Include="OpenStackClientManagerTests.cs" />
<Compile Include="OpenStackServiceClientManagerTests.cs" />
<Compile Include="Storage\StorageServiceClientDefinitionTests.cs" />
<Compile Include="Storage\StorageFolderTests.cs" />
<Compile Include="Storage\StorageFolderPayloadConverterTests.cs" />
<Compile Include="Storage\StorageItemTests.cs" />
<Compile Include="Storage\LargeStorageObjectProviderTests.cs" />
<Compile Include="TestOpenStackRegionResolver.cs" />
<Compile Include="OpenStackClientTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenStack45-PCL\OpenStack45-PCL.csproj">
<Project>{5660f8aa-14d5-4b3b-ada0-f79a286ef483}</Project>
<Name>OpenStack45-PCL</Name>
</ProjectReference>
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
</ItemGroup>
</When>
</Choose>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>