CaffGeek/MBACNationals

View on GitHub
ReadModels/ReadModels.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">
  <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>{146A4004-73D9-4015-899B-83CBBBD2FFEE}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>MBACNationals.ReadModels</RootNamespace>
    <AssemblyName>MBACNationalsReadModels</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="Microsoft.Data.Edm, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\Microsoft.Data.Edm.5.6.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.Data.OData, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\Microsoft.Data.OData.5.6.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.Data.Services.Client, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\Microsoft.Data.Services.Client.5.6.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.1.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.WindowsAzure.Storage">
      <HintPath>..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
    </Reference>
    <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="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Core" />
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath>
    </Reference>
    <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="DivisionGameCompleteSaga.cs" />
    <Compile Include="Helpers\AzureReadModel.cs" />
    <Compile Include="Helpers\BaseReadModel.cs" />
    <Compile Include="ContingentPracticePlanQueries.cs" />
    <Compile Include="ContingentTravelPlanQueries.cs" />
    <Compile Include="ContingentViewQueries.cs" />
    <Compile Include="Interfaces\IDivisionGameCompleteSaga.cs" />
    <Compile Include="Interfaces\IStatisticsQueries.cs" />
    <Compile Include="StatisticsQueries.cs" />
    <Compile Include="Interfaces\ICommandQueries.cs" />
    <Compile Include="Interfaces\IStepladderQueries.cs" />
    <Compile Include="Interfaces\ITeamScoreQueries.cs" />
    <Compile Include="Interfaces\IParticipantScoreQueries.cs" />
    <Compile Include="HighScoreQueries.cs" />
    <Compile Include="Interfaces\IHighScoreQueries.cs" />
    <Compile Include="Interfaces\IStandingQueries.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Interfaces\ITournamentQueries.cs" />
    <Compile Include="ParticipantScoreQueries.cs" />
    <Compile Include="Helpers\ReadModelPersister.cs" />
    <Compile Include="StandingQueries.cs" />
    <Compile Include="Interfaces\IMatchQueries.cs" />
    <Compile Include="Interfaces\IScheduleQueries.cs" />
    <Compile Include="Interfaces\IParticipantProfileQueries.cs" />
    <Compile Include="Helpers\EntityMissingException.cs" />
    <Compile Include="Interfaces\IContingentPracticePlanQueries.cs" />
    <Compile Include="Interfaces\IContingentTravelPlanQueries.cs" />
    <Compile Include="Interfaces\IContingentViewQueries.cs" />
    <Compile Include="Interfaces\IParticipantQueries.cs" />
    <Compile Include="Interfaces\IReservationQueries.cs" />
    <Compile Include="MatchQueries.cs" />
    <Compile Include="ParticipantProfileQueries.cs" />
    <Compile Include="ParticipantQueries.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
      <DependentUpon>Settings.settings</DependentUpon>
    </Compile>
    <Compile Include="ReservationQueries.cs" />
    <Compile Include="ScheduleQueries.cs" />
    <Compile Include="CommandQueries.cs" />
    <Compile Include="StepladderQueries.cs" />
    <Compile Include="TournamentQueries.cs" />
    <Compile Include="TeamScoreQueries.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\AzureTableHelper\AzureTableHelper.csproj">
      <Project>{0077AEB3-E23B-4226-9D9B-3E32DD65353D}</Project>
      <Name>AzureTableHelper</Name>
    </ProjectReference>
    <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>
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="packages.config" />
    <None Include="Properties\Settings.settings">
      <Generator>PublicSettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
  </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>