Files
disco-service-tracker-plugin/Disco.Plugins.ServiceTracker.csproj
T
2026-05-05 15:06:42 +10:00

80 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>{B1C2D3E4-F5A6-7890-ABCD-EF1234567891}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Disco.Plugins.ServiceTracker</RootNamespace>
<AssemblyName>Disco.Plugins.ServiceTracker</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="ServiceTrackerPlugin.cs" />
<Compile Include="ConfigurationHandler\ServiceTrackerConfigurationHandler.cs" />
<Compile Include="Models\DashboardViewModel.cs" />
<Compile Include="Models\ServiceTicket.cs" />
<Compile Include="Models\ServiceTrackerConfig.cs" />
<Compile Include="Services\ServiceTrackerDataStore.cs" />
<Compile Include="Services\ServiceTrackerService.cs" />
<Compile Include="WebHandler\ServiceTrackerWebHandler.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>