CaffGeek/MBACNationals

View on GitHub
Commands/Commands.csproj

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{B31D063F-C153-47C7-BEF6-229D62A02017}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Commands</RootNamespace>
    <AssemblyName>Commands</AssemblyName>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <TargetFrameworkProfile />
  </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.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="BowlingCentre.cs" />
    <Compile Include="Contingent\AssignContingentToTournament.cs" />
    <Compile Include="Contingent\ChangeRoomCheckin.cs" />
    <Compile Include="Contingent\ChangeRoomType.cs" />
    <Compile Include="Contingent\CreateContingent.cs" />
    <Compile Include="Contingent\CreateTeam.cs" />
    <Compile Include="Contingent\RemoveTeam.cs" />
    <Compile Include="Contingent\SavePracticePlan.cs" />
    <Compile Include="Contingent\SaveReservationInstructions.cs" />
    <Compile Include="Contingent\SaveTravelPlans.cs" />
    <Compile Include="Participant\AddCoachToTeam.cs" />
    <Compile Include="Participant\AddParticipantToContingent.cs" />
    <Compile Include="Participant\AddParticipantToTeam.cs" />
    <Compile Include="Participant\AssignAlternateToTeam.cs" />
    <Compile Include="Participant\AssignParticipantToRoom.cs" />
    <Compile Include="Participant\CreateParticipant.cs" />
    <Compile Include="Participant\RemoveParticipantFromRoom.cs" />
    <Compile Include="Participant\RenameParticipant.cs" />
    <Compile Include="Participant\ReorderParticipant.cs" />
    <Compile Include="Participant\ReplaceParticipant.cs" />
    <Compile Include="Participant\UpdateParticipant.cs" />
    <Compile Include="Participant\UpdateParticipantProfile.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Scores\CreateStepladderMatch.cs" />
    <Compile Include="Scores\DeleteStepladderMatch.cs" />
    <Compile Include="Scores\SaveMatch.cs" />
    <Compile Include="Scores\SaveMatchResult.cs" />
    <Compile Include="Scores\UpdateStepladderMatch.cs" />
    <Compile Include="Tournament\ChangeTournamentSettings.cs" />
    <Compile Include="Tournament\CreateCentre.cs" />
    <Compile Include="Tournament\CreateHotel.cs" />
    <Compile Include="Tournament\CreateNews.cs" />
    <Compile Include="Tournament\CreateSponsor.cs" />
    <Compile Include="Tournament\CreateTournament.cs" />
    <Compile Include="Tournament\DeleteCentre.cs" />
    <Compile Include="Tournament\DeleteHotel.cs" />
    <Compile Include="Tournament\DeleteNews.cs" />
    <Compile Include="Tournament\DeleteSponsor.cs" />
    <Compile Include="Tournament\EmailDivisionGameResult.cs" />
    <Compile Include="Tournament\ReorderSponsor.cs" />
    <Compile Include="Tournament\SaveGuestPackages.cs" />
    <Compile Include="Tournament\TournamentAlreadyExists.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>