| <?xml version="1.0" encoding="utf-8"?> |
| <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| <PropertyGroup> |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| <ProjectGuid>{C963DFFF-65BA-4E71-ADA5-526A4DA4E0B2}</ProjectGuid> |
| <OutputType>Library</OutputType> |
| <AppDesignerFolder>Properties</AppDesignerFolder> |
| <RootNamespace>HypervResource</RootNamespace> |
| <AssemblyName>HypervResource</AssemblyName> |
| <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| <FileAlignment>512</FileAlignment> |
| <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\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\Release\</OutputPath> |
| <DefineConstants>TRACE</DefineConstants> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NoUnitTestsDebug|AnyCPU'"> |
| <DebugSymbols>true</DebugSymbols> |
| <OutputPath>bin\NoUnitTestsDebug\</OutputPath> |
| <DefineConstants>DEBUG;TRACE</DefineConstants> |
| <DebugType>full</DebugType> |
| <PlatformTarget>AnyCPU</PlatformTarget> |
| <ErrorReport>prompt</ErrorReport> |
| <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NoUnitTests|AnyCPU'"> |
| <OutputPath>bin\NoUnitTests\</OutputPath> |
| <DefineConstants>TRACE</DefineConstants> |
| <Optimize>true</Optimize> |
| <DebugType>pdbonly</DebugType> |
| <PlatformTarget>AnyCPU</PlatformTarget> |
| <ErrorReport>prompt</ErrorReport> |
| <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| </PropertyGroup> |
| <ItemGroup> |
| <Reference Include="AWSSDK"> |
| <HintPath>..\packages\AWSSDK.1.5.23.0\lib\AWSSDK.dll</HintPath> |
| </Reference> |
| <Reference Include="Ionic.Zip"> |
| <HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath> |
| </Reference> |
| <Reference Include="log4net"> |
| <HintPath>..\packages\log4net.2.0.0\lib\net40-full\log4net.dll</HintPath> |
| </Reference> |
| <Reference Include="Newtonsoft.Json"> |
| <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> |
| </Reference> |
| <Reference Include="System" /> |
| <Reference Include="System.Configuration" /> |
| <Reference Include="System.Core" /> |
| <Reference Include="System.Management" /> |
| <Reference Include="System.Net.Http" /> |
| <Reference Include="System.Web" /> |
| <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| <Reference Include="System.Xml.Linq" /> |
| <Reference Include="System.Data.DataSetExtensions" /> |
| <Reference Include="Microsoft.CSharp" /> |
| <Reference Include="System.Data" /> |
| <Reference Include="System.Xml" /> |
| </ItemGroup> |
| <ItemGroup> |
| <Compile Include="CloudStackTypes.cs" /> |
| <Compile Include="IWmiCallsV2.cs" /> |
| <Compile Include="WmiCallsV2.cs" /> |
| <Compile Include="Properties\AssemblyInfo.cs" /> |
| <Compile Include="HypervResourceController.cs" /> |
| <Compile Include="Utils.cs" /> |
| </ItemGroup> |
| <ItemGroup> |
| <None Include="packages.config" /> |
| </ItemGroup> |
| <ItemGroup> |
| <None Include="heartbeat.bat"> |
| <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| </None> |
| </ItemGroup> |
| <ItemGroup> |
| <ProjectReference Include="..\WmiWrappers\WmiWrappers.csproj"> |
| <Project>{db824727-bdc3-437c-a364-7a811d8a160f}</Project> |
| <Name>WmiWrappers</Name> |
| </ProjectReference> |
| </ItemGroup> |
| <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
| <Target Name="BeforeBuild" Condition="'$(BuildWithMono)' == 'true' "> |
| <RemoveDir Directories="$(ProjectDir)$(BaseIntermediateOutputPath)" Condition="Exists('$(ProjectDir)$(BaseIntermediateOutputPath)')"/> |
| <RemoveDir Directories="$(ProjectDir)$(OutputPath)" Condition="Exists('$(ProjectDir)$(OutputPath)')"/> |
| </Target> |
| <!-- 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> |