datalust / serilog-sinks-seq

A Serilog sink that writes events to the Seq structured log server
https://datalust.co/seq
Apache License 2.0
239 stars 50 forks source link

Error - Cant find System.Net.Http when using Appx Bridge onn WPF project #102

Closed stokara closed 6 years ago

stokara commented 6 years ago

Adding a ref to framework system.net.http does not help nor does adding the NuGet Package for it

Here is the csproj:

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
    <SkipPostSharp>False</SkipPostSharp>
    <PostSharpOptimizationMode>OptimizeForBuildTime</PostSharpOptimizationMode>
    <PostSharpDisabledMessages>DIA006</PostSharpDisabledMessages>
    <PostSharpBuild>Release</PostSharpBuild>
    <UpdatePackageVersion>False</UpdatePackageVersion>
    <AssemblyInfoVersionType>SettingsVersion</AssemblyInfoVersionType>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x64\Debug\</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <WarningLevel>2</WarningLevel>
    <DebugType>full</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <LangVersion>latest</LangVersion>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    <OutputPath>bin\x64\Release\</OutputPath>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <LangVersion>latest</LangVersion>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Beta|x64'">
    <OutputPath>bin\x64\Beta\</OutputPath>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <LangVersion>latest</LangVersion>
  </PropertyGroup>
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <ApplicationIcon>Office-building.ico</ApplicationIcon>
    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    <TargetFrameworkProfile />
    <ProjectGuid>{E055DEC9-2BFA-47DA-9FC2-4F97027D97D9}</ProjectGuid>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    <SccProjectName>%24/OfficeAnywhere/OfficeAnywhere/Source/OfficeAnywhere.Office</SccProjectName>
    <SccLocalPath>.</SccLocalPath>
    <SccAuxPath>https://ncp.visualstudio.com</SccAuxPath>
    <SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
    <AssemblyVersion>2.1.4</AssemblyVersion>
    <ShouldCreateLogs>False</ShouldCreateLogs>
    <AdvancedSettingsExpanded>False</AdvancedSettingsExpanded>
    <UpdateAssemblyVersion>True</UpdateAssemblyVersion>
    <UpdateAssemblyFileVersion>False</UpdateAssemblyFileVersion>
    <UpdateAssemblyInfoVersion>False</UpdateAssemblyInfoVersion>
    <AssemblyVersionSettings>None.None.IncrementOnDemand.IncrementWithResetOnIncrease</AssemblyVersionSettings>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="FluentValidation" Version="7.3.4" />
    <PackageReference Include="Ix-Main" Version="1.2.5" />
    <PackageReference Include="JetBrains.Annotations" Version="11.1.0" />
    <PackageReference Include="MahApps.Metro" Version="1.5.0" />
    <PackageReference Include="Microsoft.Expression.Drawing" Version="3.0.0" />
    <PackageReference Include="Microsoft.VisualStudio.SlowCheetah" Version="3.0.61" />
    <PackageReference Include="MicrosoftExpressionInteractions" Version="3.0.40218.0" />
    <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
    <PackageReference Include="PostSharp">
      <Version>5.0.43</Version>
    </PackageReference>
    <PackageReference Include="PostSharp.Patterns.Diagnostics">
      <Version>5.0.43</Version>
    </PackageReference>
    <PackageReference Include="QuickConverter" Version="1.2.5" />
    <PackageReference Include="reactiveui" Version="7.4.0" />
    <PackageReference Include="reactiveui-core" Version="7.4.0" />
    <PackageReference Include="Rx-Core" Version="2.2.5" />
    <PackageReference Include="Rx-Interfaces" Version="2.2.5" />
    <PackageReference Include="Rx-Linq" Version="2.2.5" />
    <PackageReference Include="Rx-Main" Version="2.2.5" />
    <PackageReference Include="Rx-PlatformServices" Version="2.2.5" />
    <PackageReference Include="Rx-XAML" Version="2.2.5" />
    <PackageReference Include="Serilog" Version="2.6.0" />
    <PackageReference Include="Serilog.Enrichers.Context" Version="2.4.0" />
    <PackageReference Include="Serilog.Enrichers.Environment" Version="2.1.2" />
    <PackageReference Include="Serilog.Enrichers.Process" Version="2.0.1" />
    <PackageReference Include="Serilog.Enrichers.Thread" Version="3.0.0" />
    <PackageReference Include="Serilog.Formatting.Compact" Version="1.0.0" />
    <PackageReference Include="Serilog.Sinks.AzureTableStorage">
      <Version>4.0.0</Version>
    </PackageReference>
    <PackageReference Include="Serilog.Sinks.ColoredConsole">
      <Version>3.0.1</Version>
    </PackageReference>
    <PackageReference Include="Serilog.Sinks.File" Version="4.0.0" />
    <PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="2.1.1" />
    <PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
    <PackageReference Include="Serilog.Sinks.Seq">
      <Version>4.0.0</Version>
    </PackageReference>
    <PackageReference Include="SimpleInjector" Version="4.0.12" />
    <PackageReference Include="Splat" Version="1.6.2" />
    <PackageReference Include="System.Collections.Immutable" Version="1.4.0" />
    <PackageReference Include="System.IO" Version="4.3.0" />
    <PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
    <PackageReference Include="System.Security.Cryptography.Encoding" Version="4.3.0" />
    <PackageReference Include="System.Security.Cryptography.Primitives" Version="4.3.0" />
    <PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.2" />
  </ItemGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>2</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <PlatformTarget>x64</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>
    </DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Beta|AnyCPU'">
    <OutputPath>bin\Beta\</OutputPath>
    <Optimize>false</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup>
    <ManifestCertificateThumbprint>65054312A063B84BD7A1E703D1D9A39004858282</ManifestCertificateThumbprint>
  </PropertyGroup>
  <PropertyGroup>
    <ManifestKeyFile>OfficeAnywhere.Office_TemporaryKey.pfx</ManifestKeyFile>
  </PropertyGroup>
  <PropertyGroup>
    <GenerateManifests>true</GenerateManifests>
  </PropertyGroup>
  <PropertyGroup>
    <SignManifests>false</SignManifests>
  </PropertyGroup>
  <PropertyGroup>
    <RootNamespace>OfficeAnywhere.Office</RootNamespace>
  </PropertyGroup>
  <PropertyGroup>
    <OutputType>WinExe</OutputType>
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject>OfficeAnywhere.Office.OfficeProgram</StartupObject>
  </PropertyGroup>
  <PropertyGroup>
    <NoWin32Manifest>true</NoWin32Manifest>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <WarningLevel>2</WarningLevel>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    <OutputPath>bin\x86\Release\</OutputPath>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Beta|x86'">
    <OutputPath>bin\x86\Beta\</OutputPath>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup>
    <TargetZone>LocalIntranet</TargetZone>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Configuration.Install" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Management" />
    <Reference Include="System.Runtime.Caching" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.ServiceModel" />
    <Reference Include="System.Transactions" />
    <Reference Include="System.Web.Extensions" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Xaml">
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
    </Reference>
    <Reference Include="Telerik.Pivot.Core, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Pivot.Core.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.Chart, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.Chart.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.Data, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.Data.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.DataVisualization, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.DataVisualization.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.FileDialogs, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.FileDialogs.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.FixedDocumentViewers, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.FixedDocumentViewers.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.FixedDocumentViewersUI, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.FixedDocumentViewersUI.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.GridView, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.GridView.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.ImageEditor, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.ImageEditor.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.Input, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.Input.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.Navigation, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.Navigation.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.Pivot, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.Pivot.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.PivotFieldList, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.PivotFieldList.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.RibbonView, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.RibbonView.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.RichTextBoxUI, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Controls.RichTextBoxUI.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Data, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Data.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Documents, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Documents.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Documents.Core, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Documents.Core.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Documents.Fixed, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Documents.Fixed.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Documents.Flow, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Documents.Flow.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Documents.Flow.FormatProviders.Pdf, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Documents.FormatProviders.OpenXml, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Documents.FormatProviders.OpenXml.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Documents.FormatProviders.Pdf, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Documents.FormatProviders.Pdf.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Documents.FormatProviders.Rtf, Version=2018.1.122.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Documents.FormatProviders.Rtf.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Telerik.Windows.Themes.Fluent">
      <HintPath>..\..\lib\Themes\Telerik.Windows.Themes.Fluent.dll</HintPath>
    </Reference>
    <Reference Include="Telerik.Windows.Zip, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\lib\RCWPF\2018.1.122.45\Telerik.Windows.Zip.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="UIAutomationProvider" />
    <Reference Include="UIAutomationTypes" />
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Compile Include="Behaviors\ScheduleListBoxDragDropBehavior.cs" />
    <Compile Include="ConnectData.cs" />
    <Compile Include="Converters\DocSignStatusConverter.cs" />
    <Compile Include="FileRepositoryLocation.cs" />
    <Compile Include="MainViewModelConfiguration.cs" />
    <Compile Include="Properties\GlobalAspects.cs" />
    <Compile Include="OfficeProgram.cs" />
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Resources.cs" />
    <Compile Include="Settings.cs" />
    <Compile Include="UserProfilesSource.cs" />
    <Compile Include="ViewModels\AnnualWellnessVisitsViewModel.cs" />
    <Compile Include="ViewModels\AnnualWellnessVisitViewModel.cs" />
    <Compile Include="ViewModels\AppointmentViewModel.cs" />
    <Compile Include="ViewModels\AppointmentVisitViewModel.cs" />
    <Compile Include="ViewModels\AuditLogViewModel.cs" />
    <Compile Include="ViewModels\BillingViewModel.cs" />
    <Compile Include="ViewModels\CcdCreatorViewModel.cs" />
    <Compile Include="ViewModels\CcdManagerViewModel.cs" />
    <Compile Include="ViewModels\CcdReaderViewModel.cs" />
    <Compile Include="ViewModels\CcmWorksheetViewModel.cs" />
    <Compile Include="ViewModels\CertificationBillingViewModel.cs" />
    <Compile Include="ViewModels\ChargeBatchesViewModel.cs" />
    <Compile Include="ViewModels\ChargesOpenBalanceViewModel.cs" />
    <Compile Include="ViewModels\ChargeViewModel.cs" />
    <Compile Include="ViewModels\ChartFilerItemViewModel.cs" />
    <Compile Include="ViewModels\ChartFilerViewModel.cs" />
    <Compile Include="ViewModels\ClearinghousePaymentsViewModel.cs" />
    <Compile Include="ViewModels\CreateChargesViewModel.cs" />
    <Compile Include="ViewModels\EligibilityWorksheetViewModel.cs" />
    <Compile Include="ViewModels\ExternalDoctorsViewModel.cs" />
    <Compile Include="ViewModels\FaxAddressItemsViewModel.cs" />
    <Compile Include="ViewModels\FaxServiceViewModel.cs" />
    <Compile Include="ViewModels\InKindDoctorsViewModel.cs" />
    <Compile Include="ViewModels\InsuranceCompaniesViewModel.cs" />
    <Compile Include="ViewModels\LanguagesViewModel.cs" />
    <Compile Include="ViewModels\LetterKindsViewModel.cs" />
    <Compile Include="ViewModels\MuScoreCardViewModel.cs" />
    <Compile Include="ViewModels\PaperworkItemViewModel.cs" />
    <Compile Include="ViewModels\PaperworkViewModel.cs" />
    <Compile Include="ViewModels\PatientLetterViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientAmendmentsViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientAppointmentsViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientCarePlanGoalsViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientChargesViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientCognitiveFunctionalStatusViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientDetailsViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientDocumentsViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientEligibilityViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientHospitalizationsViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientMedicationsViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientQualityItemsViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientTabsViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientTasksViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientViewModel.cs" />
    <Compile Include="ViewModels\Patient\PatientCollectionViewModel.cs" />
    <Compile Include="ViewModels\PaymentBatchesViewModel.cs" />
    <Compile Include="ViewModels\PaymentBatchViewModel.cs" />
    <Compile Include="ViewModels\PaymentProcessingViewModel.cs" />
    <Compile Include="ViewModels\PhiMailViewModel.cs" />
    <Compile Include="ViewModels\QuickbooksViewModel.cs" />
    <Compile Include="ViewModels\AnalysisViewModel.cs" />
    <Compile Include="ViewModels\ScheduleDayViewModel.cs" />
    <Compile Include="ViewModels\ScheduleViewModel.cs" />
    <Compile Include="ViewModels\SurveyQuestionAnswerViewModel.cs" />
    <Compile Include="ViewModels\TabsViewModel.cs" />
    <Compile Include="ViewModels\TaskItemsViewModel.cs" />
    <Compile Include="ViewModels\TaskItemViewModel.cs" />
    <Compile Include="Views\AppointmentDetailsView.xaml.cs">
      <DependentUpon>AppointmentDetailsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\AppointmentView.xaml.cs">
      <DependentUpon>AppointmentView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\AppointmentVisitView.xaml.cs">
      <DependentUpon>AppointmentVisitView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\AuditLogView.xaml.cs">
      <DependentUpon>AuditLogView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\FaxOutboxView.xaml.cs">
      <DependentUpon>FaxOutboxView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\TabsView.xaml.cs">
      <DependentUpon>TabsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\CcdCreatorView.xaml.cs">
      <DependentUpon>CcdCreatorView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\CcdManagerView.xaml.cs">
      <DependentUpon>CcdManagerView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\CcdReaderView.xaml.cs">
      <DependentUpon>CcdReaderView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\CcmWorksheetView.xaml.cs">
      <DependentUpon>CcmWorksheetView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\CertificationBillingView.xaml.cs">
      <DependentUpon>CertificationBillingView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ChangePasswordView.xaml.cs">
      <DependentUpon>ChangePasswordView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ChargeBatchesView.xaml.cs">
      <DependentUpon>ChargeBatchesView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ChargesOpenBalanceView.xaml.cs">
      <DependentUpon>ChargesOpenBalanceView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ChargeView.xaml.cs">
      <DependentUpon>ChargeView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ChartFilerView.xaml.cs">
      <DependentUpon>ChartFilerView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ClearinghousePaymentsView.xaml.cs">
      <DependentUpon>ClearinghousePaymentsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\CreateChargesView.xaml.cs">
      <DependentUpon>CreateChargesView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\EligibilityWorksheetView.xaml.cs">
      <DependentUpon>EligibilityWorksheetView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ExternalDoctorsView.xaml.cs">
      <DependentUpon>ExternalDoctorsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\FaxAddressItemsView.xaml.cs">
      <DependentUpon>FaxAddressItemsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\InKindDoctorsView.xaml.cs">
      <DependentUpon>InKindDoctorsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\InsuranceCompaniesView.xaml.cs">
      <DependentUpon>InsuranceCompaniesView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\LanguagesView.xaml.cs">
      <DependentUpon>LanguagesView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\LetterKindsView.xaml.cs">
      <DependentUpon>LetterKindsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\MuScoreCardView.xaml.cs">
      <DependentUpon>MuScoreCardView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PaperworkView.xaml.cs">
      <DependentUpon>PaperworkView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientAllergiesView.xaml.cs">
      <DependentUpon>PatientAllergiesView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientAmendmentsView.xaml.cs">
      <DependentUpon>PatientAmendmentsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientAnnualWellnessVisitsView.xaml.cs">
      <DependentUpon>PatientAnnualWellnessVisitsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientAppointmentsView.xaml.cs">
      <DependentUpon>PatientAppointmentsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientAuthorizationsView.xaml.cs">
      <DependentUpon>PatientAuthorizationsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientCarePlanView.xaml.cs">
      <DependentUpon>PatientCarePlanView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientCcdsView.xaml.cs">
      <DependentUpon>PatientCcdsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientChargesView.xaml.cs">
      <DependentUpon>PatientChargesView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientCognitiveFunctionalStatusView.xaml.cs">
      <DependentUpon>PatientCognitiveFunctionalStatusView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientDetailsView.xaml.cs">
      <DependentUpon>PatientDetailsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientDocumentsView.xaml.cs">
      <DependentUpon>PatientDocumentsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientEligibilityView.xaml.cs">
      <DependentUpon>PatientEligibilityView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientFormsView.xaml.cs">
      <DependentUpon>PatientFormsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientHospitalizationsView.xaml.cs">
      <DependentUpon>PatientHospitalizationsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientImmunizationsView.xaml.cs">
      <DependentUpon>PatientImmunizationsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientInsuranceView.xaml.cs">
      <DependentUpon>PatientInsuranceView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientLabOrdersView.xaml.cs">
      <DependentUpon>PatientLabOrdersView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientLabResultsView.xaml.cs">
      <DependentUpon>PatientLabResultsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientMedicationsView.xaml.cs">
      <DependentUpon>PatientMedicationsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientNotesView.xaml.cs">
      <DependentUpon>PatientNotesView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientPhonesView.xaml.cs">
      <DependentUpon>PatientPhonesView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientProblemsView.xaml.cs">
      <DependentUpon>PatientProblemsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientQualityItemsView.xaml.cs">
      <DependentUpon>PatientQualityItemsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientReferralsView.xaml.cs">
      <DependentUpon>PatientReferralsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientTaskItemsView.xaml.cs">
      <DependentUpon>PatientTaskItemsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PatientView\PatientView.xaml.cs">
      <DependentUpon>PatientView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PaymentBatchesView.xaml.cs">
      <DependentUpon>PaymentBatchesView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PaymentBatchManualEntryView.xaml.cs">
      <DependentUpon>PaymentBatchManualEntryView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PaymentProcessingView.xaml.cs">
      <DependentUpon>PaymentProcessingView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\PhiMailView.xaml.cs">
      <DependentUpon>PhiMailView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\QuickbooksView.xaml.cs">
      <DependentUpon>QuickbooksView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\AnalysisView.xaml.cs">
      <DependentUpon>AnalysisView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\ScheduleView.xaml.cs">
      <DependentUpon>ScheduleView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\TaskItemsView.xaml.cs">
      <DependentUpon>TaskItemsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\TaskItemView.xaml.cs">
      <DependentUpon>TaskItemView.xaml</DependentUpon>
    </Compile>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Page Include="Resources\ColorsResources.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Resources\IconsResources.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Resources\PatientDemographicsTabContent.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\AppointmentDetailsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\AppointmentView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\AppointmentVisitView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\AuditLogView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\FaxOutboxView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\TabsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\CcdCreatorView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\CcdManagerView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\CcdReaderView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\CcmWorksheetView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\CertificationBillingView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\ChangePasswordView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\ChargeBatchesView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\ChargesOpenBalanceView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\ChargeView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\ChartFilerView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\ClearinghousePaymentsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\CreateChargesView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\EligibilityWorksheetView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\ExternalDoctorsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\FaxAddressItemsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\InKindDoctorsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\InsuranceCompaniesView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\LanguagesView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\LetterKindsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\MuScoreCardView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PaperworkView.xaml">
      <SubType>Designer</SubType>
      <Generator>XamlIntelliSenseFileGenerator</Generator>
    </Page>
    <Page Include="Views\PatientView\PatientAllergiesView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientAmendmentsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientAnnualWellnessVisitsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientAppointmentsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientAuthorizationsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientCarePlanView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientCcdsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientChargesView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientCognitiveFunctionalStatusView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientDetailsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientDocumentsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientEligibilityView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientFormsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientHospitalizationsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientImmunizationsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientInsuranceView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientLabOrdersView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientLabResultsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientMedicationsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientNotesView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientPhonesView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientProblemsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientQualityItemsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientReferralsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientTaskItemsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PatientView\PatientView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PaymentBatchesView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PaymentBatchManualEntryView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PaymentProcessingView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\PhiMailView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\QuickbooksView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\AnalysisView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\ScheduleView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\TaskItemsView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\TaskItemView.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <EmbeddedResource Include="Properties\licenses.licx" />
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="App.Beta.config">
      <DependentUpon>App.config</DependentUpon>
      <IsTransformFile>True</IsTransformFile>
      <SubType>Designer</SubType>
    </None>
    <None Include="App.Debug.config">
      <DependentUpon>App.config</DependentUpon>
      <IsTransformFile>True</IsTransformFile>
      <SubType>Designer</SubType>
    </None>
    <None Include="App.Release.config">
      <DependentUpon>App.config</DependentUpon>
      <IsTransformFile>True</IsTransformFile>
      <SubType>Designer</SubType>
    </None>
    <None Include="OfficeAnywhere.Office_TemporaryKey.pfx" />
    <None Include="Properties\app.manifest" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config">
      <TransformOnBuild>true</TransformOnBuild>
    </None>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Resources\Office-building.ico" />
  </ItemGroup>
  <ItemGroup>
    <SplashScreen Include="call-center-man.jpg" />
    <Content Include="housecall.mdf" />
    <Content Include="housecall_log.ldf">
      <DependentUpon>housecall.mdf</DependentUpon>
    </Content>
    <Resource Include="Office-building.ico" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\OfficeAnywhere.Aspects\OfficeAnywhere.Aspects.csproj">
      <Project>{ef43e096-80bf-4804-a7c9-e49d20a5e9ae}</Project>
      <Name>OfficeAnywhere.Aspects</Name>
    </ProjectReference>
    <ProjectReference Include="..\OfficeAnywhere.Base\OfficeAnywhere.Base.csproj">
      <Project>{06d75d59-7d0f-4a3a-b606-30607c1287cc}</Project>
      <Name>OfficeAnywhere.Base</Name>
    </ProjectReference>
    <ProjectReference Include="..\OfficeAnywhere.Common\OfficeAnywhere.Common.csproj">
      <Project>{41f31eff-766c-4b24-ab3d-7a1244811ebb}</Project>
      <Name>OfficeAnywhere.Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\OfficeAnywhere.Entities.Massive\OfficeAnywhere.Entities.Massive.csproj">
      <Project>{db57a144-b4f1-4226-92ad-6cdc1d85849b}</Project>
      <Name>OfficeAnywhere.Entities.Massive</Name>
    </ProjectReference>
    <ProjectReference Include="..\OfficeAnywhere.Entities\OfficeAnywhere.Entities.csproj">
      <Project>{5abaa00e-9d32-4bed-9dd1-26433cb32c9d}</Project>
      <Name>OfficeAnywhere.Entities</Name>
    </ProjectReference>
    <ProjectReference Include="..\OfficeAnywhere.POCO\OfficeAnywhere.POCO.csproj">
      <Project>{a8889565-753f-412e-b9fb-094f46a607aa}</Project>
      <Name>OfficeAnywhere.POCO</Name>
    </ProjectReference>
    <ProjectReference Include="..\OfficeAnywhere.Services\OfficeAnywhere.Services.csproj">
      <Project>{3dc8911f-065e-4f07-98f8-894edbbef879}</Project>
      <Name>OfficeAnywhere.Services</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup />
  <ItemGroup>
    <BootstrapperPackage Include=".NETFramework,Version=v4.7.1">
      <Visible>False</Visible>
      <ProductName>Microsoft .NET Framework 4.7.1 %28x86 and x64%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup>
    <PublishFile Include="housecall.mdf">
      <Visible>False</Visible>
      <Group>
      </Group>
      <TargetPath>
      </TargetPath>
      <PublishState>Exclude</PublishState>
      <IncludeHash>True</IncludeHash>
      <FileType>File</FileType>
    </PublishFile>
    <PublishFile Include="housecall_log.ldf">
      <Visible>False</Visible>
      <Group>
      </Group>
      <TargetPath>
      </TargetPath>
      <PublishState>Exclude</PublishState>
      <IncludeHash>True</IncludeHash>
      <FileType>File</FileType>
    </PublishFile>
    <PublishFile Include="ReactiveUI">
      <Visible>False</Visible>
      <Group>
      </Group>
      <TargetPath>
      </TargetPath>
      <PublishState>Include</PublishState>
      <IncludeHash>True</IncludeHash>
      <FileType>Assembly</FileType>
    </PublishFile>
    <PublishFile Include="Splat">
      <Visible>False</Visible>
      <Group>
      </Group>
      <TargetPath>
      </TargetPath>
      <PublishState>Include</PublishState>
      <IncludeHash>True</IncludeHash>
      <FileType>Assembly</FileType>
    </PublishFile>
    <PublishFile Include="System.Collections.NonGeneric">
      <Visible>False</Visible>
      <Group>
      </Group>
      <TargetPath>
      </TargetPath>
      <PublishState>Exclude</PublishState>
      <IncludeHash>True</IncludeHash>
      <FileType>Assembly</FileType>
    </PublishFile>
    <PublishFile Include="System.Diagnostics.TraceSource">
      <Visible>False</Visible>
      <Group>
      </Group>
      <TargetPath>
      </TargetPath>
      <PublishState>Exclude</PublishState>
      <IncludeHash>True</IncludeHash>
      <FileType>Assembly</FileType>
    </PublishFile>
    <PublishFile Include="System.Drawing.Primitives">
      <Visible>False</Visible>
      <Group>
      </Group>
      <TargetPath>
      </TargetPath>
      <PublishState>Exclude</PublishState>
      <IncludeHash>True</IncludeHash>
      <FileType>Assembly</FileType>
    </PublishFile>
  </ItemGroup>
  <PropertyGroup>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
  </PropertyGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Import Project="..\..\packages\Microsoft.VisualStudio.SlowCheetah.3.0.61\build\Microsoft.VisualStudio.SlowCheetah.targets" Condition="Exists('..\..\packages\Microsoft.VisualStudio.SlowCheetah.3.0.61\build\Microsoft.VisualStudio.SlowCheetah.targets')" />
  <PropertyGroup>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
</Project>
nblumhardt commented 6 years ago

Hi, thanks for the follow-up.

Just clutching at straws, is it possible <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> might not be kicking in properly for this toolchain?

One thing to try might be an explicit binding redirect for System.Net.Http in the App.config file.

Let me know if this makes any difference. If not, a copy of the error message would be handy. Thanks!

stokara commented 6 years ago

I had already tried that. The problem stems from use the UWP Bridge. The WPF app works by itself, it is when the app is started using the UWP bridge that the problem surfaces when it seems to load the system.net.http nuget dll but then looks for the 4.2 framework version.

From: Nicholas Blumhardt [mailto:notifications@github.com] Sent: Tuesday, January 30, 2018 7:33 PM To: serilog/serilog-sinks-seq serilog-sinks-seq@noreply.github.com Cc: stokara avistokar@gmail.com; Author author@noreply.github.com Subject: Re: [serilog/serilog-sinks-seq] Error - Cant find System.Net.Http when using Appx Bridge onn WPF project (#102)

Hi, thanks for the follow-up.

Just clutching at straws, is it possible true might not be kicking in properly for this toolchain?

One thing to try might be an explicit binding redirect for System.Net.Http in the App.config file.

Let me know if this makes any difference. If not, a copy of the error message would be handy. Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/serilog/serilog-sinks-seq/issues/102#issuecomment-361782729, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABAJ5iaaL0zK9kieDfxbe_L8GxtlAUf4ks5tP7SugaJpZM4Rxe5l.

nblumhardt commented 6 years ago

Hoping that the tooling has been updated to address this, since we haven't had further reports. Cheers!