| <?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> | |
| </ProductVersion> | |
| <SchemaVersion>2.0</SchemaVersion> | |
| <ProjectGuid>{925FD1DE-6211-4E10-9949-3751B8ABDF59}</ProjectGuid> | |
| <OutputType>Library</OutputType> | |
| <AppDesignerFolder>Properties</AppDesignerFolder> | |
| <RootNamespace>ServerResource.Tests</RootNamespace> | |
| <AssemblyName>ServerResource.Tests</AssemblyName> | |
| <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |
| <FileAlignment>512</FileAlignment> | |
| <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
| <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="Microsoft.CSharp" /> | |
| <Reference Include="Newtonsoft.Json"> | |
| <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> | |
| </Reference> | |
| <Reference Include="NSubstitute"> | |
| <HintPath>..\packages\NSubstitute.1.6.1.0\lib\NET40\NSubstitute.dll</HintPath> | |
| </Reference> | |
| <Reference Include="System" /> | |
| <Reference Include="System.ComponentModel.DataAnnotations" /> | |
| <Reference Include="System.Configuration" /> | |
| <Reference Include="System.Core" /> | |
| <Reference Include="System.Data" /> | |
| <Reference Include="System.Management" /> | |
| <Reference Include="System.ServiceProcess" /> | |
| <Reference Include="System.Web" /> | |
| <Reference Include="System.Web.ApplicationServices" /> | |
| <Reference Include="System.Web.Extensions" /> | |
| <Reference Include="System.Web.Abstractions" /> | |
| <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> | |
| <Reference Include="System.Web.Routing" /> | |
| <Reference Include="System.Xml" /> | |
| <Reference Include="System.Xml.Linq" /> | |
| <Reference Include="System.Net.Http"> | |
| </Reference> | |
| <Reference Include="xunit"> | |
| <HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath> | |
| </Reference> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Compile Include="HypervResourceController1Test.cs" /> | |
| <Compile Include="Properties\AssemblyInfo.cs" /> | |
| <!--<Compile Include="HypervResourceControllerTest.cs" /> --> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Content Include="App.config"> | |
| <SubType>Designer</SubType> | |
| </Content> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <None Include="packages.config"> | |
| <SubType>Designer</SubType> | |
| </None> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\AgentShell\AgentShell.csproj"> | |
| <Project>{9060b539-62d0-4e71-a6c6-5944828774e9}</Project> | |
| <Name>AgentShell</Name> | |
| </ProjectReference> | |
| <ProjectReference Include="..\HypervResource\HypervResource.csproj"> | |
| <Project>{c963dfff-65ba-4e71-ada5-526a4da4e0b2}</Project> | |
| <Name>HypervResource</Name> | |
| </ProjectReference> | |
| <ProjectReference Include="..\WmiWrappers\WmiWrappers.csproj"> | |
| <Project>{db824727-bdc3-437c-a364-7a811d8a160f}</Project> | |
| <Name>WmiWrappers</Name> | |
| </ProjectReference> | |
| </ItemGroup> | |
| <Import Project="$(MSBuildBinPath)\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> | |
| --> | |
| <UsingTask AssemblyFile="..\packages\xunit.1.9.2\lib\net20\xunit.runner.msbuild.dll" TaskName="Xunit.Runner.MSBuild.xunit" /> | |
| <Target Name="AfterBuild"> | |
| <Xunit.Runner.MSBuild.xunit Assembly="..\ServerResource.Tests\bin\Debug\ServerResource.Tests.dll" /> | |
| </Target> | |
| </Project> |