CaffGeek/MBACNationals

View on GitHub
Events/Events.csproj

Summary

Maintainability
Test Coverage
<?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>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{B195F4C7-41EF-403C-AA05-0018B9DF25F8}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Events</RootNamespace>
    <AssemblyName>Events</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>
    <Prefer32Bit>false</Prefer32Bit>
  </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>
    <Prefer32Bit>false</Prefer32Bit>
  </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.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Contingent\ContingentAssignedToTournament.cs" />
    <Compile Include="Contingent\ReservationInstructionsChanged.cs" />
    <Compile Include="Contingent\RoomCheckinChanged.cs" />
    <Compile Include="Contingent\TeamPracticeRescheduled.cs" />
    <Compile Include="Contingent\RoomTypeChanged.cs" />
    <Compile Include="Contingent\TravelPlansChanged.cs" />
    <Compile Include="Contingent\ContingentCreated.cs" />
    <Compile Include="Contingent\TeamRemoved.cs" />
    <Compile Include="Participant\ParticipantManagerStatusChanged.cs" />
    <Compile Include="Participant\ParticipantDesignatedAsAlternate.cs" />
    <Compile Include="Participant\CoachAssignedToTeam.cs" />
    <Compile Include="Participant\ParticipantAssignedToContingent.cs" />
    <Compile Include="Participant\ParticipantAssignedToRoom.cs" />
    <Compile Include="Participant\ParticipantAverageChanged.cs" />
    <Compile Include="Participant\ParticipantGuestPackageChanged.cs" />
    <Compile Include="Participant\ParticipantQualifyingPositionChanged.cs" />
    <Compile Include="Participant\ParticipantProfileChanged.cs" />
    <Compile Include="Participant\ParticipantRemovedFromRoom.cs" />
    <Compile Include="Participant\ParticipantBirthdayChanged.cs" />
    <Compile Include="Participant\ParticipantReplacedWithAlternate.cs" />
    <Compile Include="Participant\ParticipantShirtSizeChanged.cs" />
    <Compile Include="Participant\ParticipantYearsQualifyingChanged.cs" />
    <Compile Include="Participant\ParticipantDelegateStatusChanged.cs" />
    <Compile Include="Participant\ParticipantGenderReassigned.cs" />
    <Compile Include="Participant\ParticipantRenamed.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Participant\ParticipantCreated.cs" />
    <Compile Include="Participant\ParticipantAssignedToTeam.cs" />
    <Compile Include="Contingent\TeamCreated.cs" />
    <Compile Include="Scores\MatchCreated.cs" />
    <Compile Include="Scores\MatchCompleted.cs" />
    <Compile Include="Scores\ParticipantGameCompleted.cs" />
    <Compile Include="Scores\StepladderMatchDeleted.cs" />
    <Compile Include="Scores\StepladderMatchUpdated.cs" />
    <Compile Include="Scores\StepladderMatchCreated.cs" />
    <Compile Include="Scores\TeamGameCompleted.cs" />
    <Compile Include="Tournament\ChangeNotificationCutoffChanged.cs" />
    <Compile Include="Tournament\DivisionGameResultEmailed.cs" />
    <Compile Include="Tournament\ScoreNotificationEmailChanged.cs" />
    <Compile Include="Tournament\GuestPackageSaved.cs" />
    <Compile Include="Tournament\CentreCreated.cs" />
    <Compile Include="Tournament\CentreDeleted.cs" />
    <Compile Include="Tournament\HotelDeleted.cs" />
    <Compile Include="Tournament\HotelCreated.cs" />
    <Compile Include="Tournament\NewsDeleted.cs" />
    <Compile Include="Tournament\NewsCreated.cs" />
    <Compile Include="Tournament\ChangeNotificationEmailChanged.cs" />
    <Compile Include="Tournament\SponsorCreated.cs" />
    <Compile Include="Tournament\SponsorDeleted.cs" />
    <Compile Include="Tournament\SponsorPositionChanged.cs" />
    <Compile Include="Tournament\TournamentCreated.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Commands\Commands.csproj">
      <Project>{b31d063f-c153-47c7-bef6-229d62a02017}</Project>
      <Name>Commands</Name>
    </ProjectReference>
    <ProjectReference Include="..\Edument.CQRS\Edument.CQRS.csproj">
      <Project>{D2BAB57D-225D-4F4C-9410-ED39495A8FE0}</Project>
      <Name>Edument.CQRS</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- 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>