|  | @@ -49,13 +49,16 @@
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
 | 
	
		
			
				|  |  |      <DebugSymbols>true</DebugSymbols>
 | 
	
		
			
				|  |  | -    <OutputPath>..\bin\x64\Debug\</OutputPath>
 | 
	
		
			
				|  |  | +    <OutputPath>..\Bin\x64\Debug\</OutputPath>
 | 
	
		
			
				|  |  |      <DefineConstants>DEBUG;TRACE</DefineConstants>
 | 
	
		
			
				|  |  |      <DebugType>full</DebugType>
 | 
	
		
			
				|  |  |      <PlatformTarget>x86</PlatformTarget>
 | 
	
		
			
				|  |  | -    <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
 | 
	
		
			
				|  |  | +    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
 | 
	
		
			
				|  |  |      <LangVersion>7.3</LangVersion>
 | 
	
		
			
				|  |  |      <ErrorReport>prompt</ErrorReport>
 | 
	
		
			
				|  |  | +    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 | 
	
		
			
				|  |  | +    <DocumentationFile>
 | 
	
		
			
				|  |  | +    </DocumentationFile>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
 | 
	
		
			
				|  |  |      <OutputPath>..\bin\x64\Release\</OutputPath>
 | 
	
	
		
			
				|  | @@ -95,14 +98,9 @@
 | 
	
		
			
				|  |  |      <Reference Include="System" />
 | 
	
		
			
				|  |  |      <Reference Include="System.ComponentModel.DataAnnotations" />
 | 
	
		
			
				|  |  |      <Reference Include="System.Core" />
 | 
	
		
			
				|  |  | -    <Reference Include="System.Data.SQLite, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
 | 
	
		
			
				|  |  | -      <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\lib\net46\System.Data.SQLite.dll</HintPath>
 | 
	
		
			
				|  |  | -    </Reference>
 | 
	
		
			
				|  |  | -    <Reference Include="System.Data.SQLite.EF6, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
 | 
	
		
			
				|  |  | -      <HintPath>..\packages\System.Data.SQLite.EF6.1.0.114.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
 | 
	
		
			
				|  |  | -    </Reference>
 | 
	
		
			
				|  |  | -    <Reference Include="System.Data.SQLite.Linq, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
 | 
	
		
			
				|  |  | -      <HintPath>..\packages\System.Data.SQLite.Linq.1.0.114.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
 | 
	
		
			
				|  |  | +    <Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
 | 
	
		
			
				|  |  | +      <SpecificVersion>False</SpecificVersion>
 | 
	
		
			
				|  |  | +      <HintPath>..\Bin\x64\Debug\ReportTemplateExe\System.Data.SQLite.dll</HintPath>
 | 
	
		
			
				|  |  |      </Reference>
 | 
	
		
			
				|  |  |      <Reference Include="System.Xml.Linq" />
 | 
	
		
			
				|  |  |      <Reference Include="System.Data.DataSetExtensions" />
 | 
	
	
		
			
				|  | @@ -156,8 +154,6 @@
 | 
	
		
			
				|  |  |      </PropertyGroup>
 | 
	
		
			
				|  |  |      <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
 | 
	
		
			
				|  |  |      <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
 | 
	
		
			
				|  |  | -    <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
 | 
	
		
			
				|  |  |    </Target>
 | 
	
		
			
				|  |  |    <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
 | 
	
		
			
				|  |  | -  <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
 | 
	
		
			
				|  |  |  </Project>
 |