<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{32BAC168-2EC8-4074-9E6D-8C13460DCFAD}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Openstack.Client.Powershell</RootNamespace>
    <AssemblyName>Openstack.Client.Powershell</AssemblyName>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <TargetFrameworkProfile>
    </TargetFrameworkProfile>
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
    <RestorePackages>true</RestorePackages>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <RunCodeAnalysis>false</RunCodeAnalysis>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TransformTool Build|AnyCPU'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\TransformTool Build\</OutputPath>
    <DefineConstants>TRACE;DEBUG</DefineConstants>
    <DebugType>full</DebugType>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup>
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="AWSSDK, Version=2.0.11.0, Culture=neutral, PublicKeyToken=9f476d3089b52be3, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\AWSSDK.2.0.11.0\lib\net45\AWSSDK.dll</HintPath>
    </Reference>
    <Reference Include="BouncyCastle.Crypto, Version=1.7.4137.9688, Culture=neutral, PublicKeyToken=a4292a325f69b123, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll</HintPath>
    </Reference>
    <Reference Include="Newtonsoft.Json">
      <HintPath>..\packages\Newtonsoft.Json.4.5.7\lib\net40\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.Composition" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Configuration.Install" />
    <Reference Include="System.Core" />
    <Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.Net" />
    <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.Runtime.Serialization" />
    <Reference Include="System.Security" />
    <Reference Include="System.ServiceModel" />
    <Reference Include="System.ServiceModel.Activation" />
    <Reference Include="System.ServiceModel.Web" />
    <Reference Include="System.Web" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <Reference Include="XamlBuildTask" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="BaseNavigationCmdletProvider.cs" />
    <Compile Include="Cmdlets\BasePSCmdlet.cs" />
    <Compile Include="Cmdlets\Common\BasePSCmdlet.cs" />
    <Compile Include="Cmdlets\Common\GetServiceProvidersCmdlet.cs" />
    <Compile Include="Cmdlets\Common\NewServiceProvider.cs" />
    <Compile Include="Cmdlets\ObjectStorage\Objects\CopyItemCmdlet.cs" />
    <Compile Include="Cmdlets\ObjectStorage\Objects\GetURICmdlet.cs" />
    <Compile Include="Cmdlets\ObjectStorage\Objects\RemoveItemCmdlet.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Providers\ObjectStorage\StorageItemViewModel.cs" />
    <Compile Include="Utility\CredentialManager.cs" />
    <Compile Include="Providers\ObjectStorage\HPOSDriveInfo.cs" />
    <Compile Include="Providers\ObjectStorage\HPOSDriveParameters.cs" />
    <Compile Include="Providers\ObjectStorage\HPOSNavigationProvider.cs" />
    <Compile Include="Utility\Context.cs" />
    <Compile Include="Utility\Enums.cs" />
    <Compile Include="Utility\ServiceProvider.cs" />
    <Compile Include="Utility\Settings.cs" />
    <Compile Include="Utility\StoragePath.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="Deployment\CLI.config">
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="Deployment\DevProfile.ps1" />
    <None Include="Deployment\PostBuild.bat" />
    <None Include="Deployment\ScratchPad\app.config" />
    <None Include="Deployment\CLI.config.example">
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="Deployment\DevProfile.ps1.example" />
    <None Include="Deployment\OpenstackShell.format.ps1xml">
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="Deployment\Microsoft.PowerShell_profile.ps1">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="Deployment\PostBuild.example" />
    <None Include="Deployment\ScratchPad\PostBuild.targets">
      <SubType>Designer</SubType>
    </None>
    <None Include="Deployment\ScratchPad\ProCLI.config">
      <SubType>Designer</SubType>
    </None>
    <None Include="packages.config" />
    <Resource Include="Deployment\powershell.exe.config">
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Resource>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Cmdlets\BlockStorage\" />
    <Folder Include="Cmdlets\Compute\Security\" />
    <Folder Include="Cmdlets\Compute\Server\" />
    <Folder Include="Cmdlets\DBaaS\" />
    <Folder Include="Cmdlets\Networking\" />
    <Folder Include="Cmdlets\ObjectStorage\CDN\" />
    <Folder Include="Cmdlets\ObjectStorage\Containers\" />
    <Folder Include="Cmdlets\Security\" />
    <Folder Include="Migrations\" />
    <Folder Include="Providers\BlockStorage\" />
    <Folder Include="Providers\Common\" />
    <Folder Include="Providers\Compute\" />
    <Folder Include="Providers\Dbaas\" />
    <Folder Include="Providers\Networking\" />
    <Folder Include="Providers\Security\" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="Deployment\Aliases.txt">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Deployment\ScratchPad\AnotherTest.txt">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="Deployment\ApacheLicense.txt" />
    <Content Include="Deployment\CredentialList.xml">
      <SubType>Designer</SubType>
    </Content>
    <Content Include="Deployment\Openstack.Client.Powershell.dll-Help.xml" />
    <Content Include="Deployment\readme.txt" />
    <Content Include="Deployment\ReleaseManifest.xml" />
    <Content Include="Deployment\ScratchPad\SecurityGroupData\SecurityGroupTest.xml" />
    <Content Include="Deployment\ScratchPad\SecurityGroupData\SecurityGroupsTest.xml" />
    <Content Include="Deployment\ScratchPad\SecurityGroupData\SecurityGroups.xml" />
    <Content Include="Deployment\ScratchPad\ServerData\Server.xml">
      <SubType>Designer</SubType>
    </Content>
    <Content Include="Deployment\ScratchPad\ServerData\Server1.xml" />
    <Content Include="Deployment\ScratchPad\ServerData\Servers.xml" />
    <Content Include="License.txt" />
    <None Include="Deployment\CLIManifest.psd1">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Include="Deployment\ReleaseNotes.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
      <SubType>Designer</SubType>
    </None>
  </ItemGroup>
  <ItemGroup>
    <WCFMetadata Include="Service References\" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\openstack-sdk-dotnet\Openstack\Openstack.Common\Openstack.Common.csproj">
      <Project>{c53d669c-cdf1-4157-aec1-bd167f655b2b}</Project>
      <Name>Openstack.Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\openstack-sdk-dotnet\Openstack\Openstack\Openstack.csproj">
      <Project>{b2c92371-b62b-45a2-adeb-edebefa3a75c}</Project>
      <Name>Openstack</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!--<PropertyGroup>
    <SlowCheetahTargets Condition=" '$(SlowCheetahTargets)'=='' ">$(LOCALAPPDATA)\Microsoft\MSBuild\SlowCheetah\v1\SlowCheetah.Transforms.targets</SlowCheetahTargets>
  </PropertyGroup>-->
  <!--<Import Project="$(SlowCheetahTargets)" Condition="Exists('$(SlowCheetahTargets)')" />-->
  <!--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.-->
  <PropertyGroup>
    <PostBuildEvent>Echo =====================
Echo Executing Post-Build Scripts
Echo =====================

copy ..\..\.\Deployment\CLIManifest.psd1                                                $(ProjectDir)\bin\release\CLIManifest.psd1
copy ..\..\.\Deployment\OpenstackShell.format.ps1xml                         $(ProjectDir)\bin\release\OpenstackShell.format.ps1xml
copy ..\..\.\Deployment\Openstack.Client.Powershell.dll-help.xml      $(ProjectDir)\bin\release\Openstack.Client.Powershell.dll-help.xml

call  $(ProjectDir)Deployment\PostBuild.bat</PostBuildEvent>
  </PropertyGroup>
  <!--<Import Project="$(ProjectDir)\Deployment\PostBuild.targets" Condition="Exists('$(ProjectDir)\Deployment\PostBuild.targets')" />-->
  <!---->
  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
  </PropertyGroup>
</Project>