CaffGeek/MBACNationals

View on GitHub
Aggregates/Aggregates.csproj

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>{42FE290D-7A80-451B-AC4F-A7B34B3B3D3B}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>MBACNationals</RootNamespace>
    <AssemblyName>MBACNationals</AssemblyName>
    <TargetFrameworkVersion>v4.5.2</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="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="SendGrid, Version=9.10.0.0, Culture=neutral, PublicKeyToken=4f047e93159395ca, processorArchitecture=MSIL">
      <HintPath>..\packages\Sendgrid.9.10.0\lib\net452\SendGrid.dll</HintPath>
    </Reference>
    <Reference Include="SimpleSyslog, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\SimpleSyslog.1.0.24\lib\net40\SimpleSyslog.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Core" />
    <Reference Include="System.Net.Http" />
    <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="Admin\QualifyingPositionFixer.cs" />
    <Compile Include="Admin\ScheduleBuilder2014.cs" />
    <Compile Include="Admin\ScheduleBuilder2015.cs" />
    <Compile Include="Admin\ScheduleBuilder2016.cs" />
    <Compile Include="Admin\ScheduleBuilder2017.cs" />
    <Compile Include="Admin\ScheduleBuilder2018.cs" />
    <Compile Include="Admin\ScheduleBuilder2019.cs" />
    <Compile Include="Contingent\Exceptions\ContingentAlreadyExists.cs" />
    <Compile Include="Contingent\Exceptions\TournamentNotFound.cs" />
    <Compile Include="Emailer.cs" />
    <Compile Include="Contingent\ContingentCommandHandlers.cs" />
    <Compile Include="Contingent\ContingentAggregate.cs" />
    <Compile Include="Scores\StepladderMatchAggregate.cs" />
    <Compile Include="Participant\Exceptions\ParticipantAlreadyExists.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Participant\ParticipantAggregate.cs" />
    <Compile Include="Participant\ParticipantCommandHandlers.cs" />
    <Compile Include="Contingent\Exceptions\TeamAlreadyExists.cs" />
    <Compile Include="Scores\Exceptions\MatchAlreadyCreated.cs" />
    <Compile Include="Scores\Exceptions\MatchAlreadyEntered.cs" />
    <Compile Include="Admin\ScheduleBuilder.cs" />
    <Compile Include="Scores\MatchAggregate.cs" />
    <Compile Include="Scores\ScoresCommandHandlers.cs" />
    <Compile Include="Tournament\TournamentCommandHandlers.cs" />
    <Compile Include="Tournament\TournamentAggregate.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>
    <ProjectReference Include="..\Events\Events.csproj">
      <Project>{B195F4C7-41EF-403C-AA05-0018B9DF25F8}</Project>
      <Name>Events</Name>
    </ProjectReference>
    <ProjectReference Include="..\ReadModels\ReadModels.csproj">
      <Project>{146a4004-73d9-4015-899b-83cbbbd2ffee}</Project>
      <Name>ReadModels</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Tournament\Exceptions\" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="packages.config" />
  </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>