|
@@ -53,12 +53,9 @@
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<DebugType>full</DebugType>
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
|
+ <GenerateSerializationAssemblies>On</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>
|
|
@@ -71,7 +68,7 @@
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
|
|
|
- <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
|
|
|
+ <OutputPath>..\Bin\x64\%24%28Configuration%29\</OutputPath>
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
<Optimize>true</Optimize>
|
|
|
<DebugType>pdbonly</DebugType>
|
|
@@ -98,9 +95,14 @@
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
<Reference Include="System.Core" />
|
|
|
- <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 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>
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
@@ -154,6 +156,8 @@
|
|
|
</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>
|