Files
disco-ad-compare-plugin/Disco.Plugins.ADCompare.csproj

79 lines
3.4 KiB
XML

<?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>{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Disco.Plugins.ADCompare</RootNamespace>
<AssemblyName>Disco.Plugins.ADCompare</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.Entity" />
<Reference Include="System.Web" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="EntityFramework">
<HintPath>..\ref\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="System.Web.Mvc">
<HintPath>..\ref\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages">
<HintPath>..\ref\System.Web.WebPages.dll</HintPath>
</Reference>
<Reference Include="System.Web.Razor">
<HintPath>..\ref\System.Web.Razor.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\ref\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Disco.Models">
<HintPath>..\ref\Disco.Models.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Disco.Data">
<HintPath>..\ref\Disco.Data.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Disco.Services">
<HintPath>..\ref\Disco.Services.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ADComparePlugin.cs" />
<Compile Include="ConfigurationHandler\ADCompareConfigurationHandler.cs" />
<Compile Include="Features\DeviceCompareService.cs" />
<Compile Include="Features\DeviceUIExtension.cs" />
<Compile Include="Features\UserUIExtension.cs" />
<Compile Include="Models\DeviceComparisonResult.cs" />
<Compile Include="WebHandler\ADCompareWebHandler.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>