|
11 | 11 | <AssemblyName>System.Linq.Dynamic.Core.ConsoleTestApp.net40</AssemblyName>
|
12 | 12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
| 14 | + <NuGetPackageImportStamp> |
| 15 | + </NuGetPackageImportStamp> |
14 | 16 | </PropertyGroup>
|
15 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
16 | 18 | <PlatformTarget>AnyCPU</PlatformTarget>
|
17 | 19 | <DebugSymbols>true</DebugSymbols>
|
18 | 20 | <DebugType>full</DebugType>
|
19 | 21 | <Optimize>false</Optimize>
|
20 | 22 | <OutputPath>bin\Debug\</OutputPath>
|
21 |
| - <DefineConstants>TRACE;DEBUG;NET4</DefineConstants> |
| 23 | + <DefineConstants>TRACE;DEBUG;NET4;EF</DefineConstants> |
22 | 24 | <ErrorReport>prompt</ErrorReport>
|
23 | 25 | <WarningLevel>4</WarningLevel>
|
24 | 26 | </PropertyGroup>
|
|
27 | 29 | <DebugType>pdbonly</DebugType>
|
28 | 30 | <Optimize>true</Optimize>
|
29 | 31 | <OutputPath>bin\Release\</OutputPath>
|
30 |
| - <DefineConstants>TRACE;NET4</DefineConstants> |
| 32 | + <DefineConstants>TRACE;NET4;EF</DefineConstants> |
31 | 33 | <ErrorReport>prompt</ErrorReport>
|
32 | 34 | <WarningLevel>4</WarningLevel>
|
33 | 35 | </PropertyGroup>
|
|
54 | 56 | <Reference Include="System" />
|
55 | 57 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
56 | 58 | <Reference Include="System.Core" />
|
| 59 | + <Reference Include="System.Data.SQLite, Version=1.0.101.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 60 | + <HintPath>..\..\packages\System.Data.SQLite.Core.1.0.101.0\lib\net40\System.Data.SQLite.dll</HintPath> |
| 61 | + <Private>True</Private> |
| 62 | + </Reference> |
| 63 | + <Reference Include="System.Data.SQLite.EF6, Version=1.0.101.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 64 | + <HintPath>..\..\packages\System.Data.SQLite.EF6.1.0.101.0\lib\net40\System.Data.SQLite.EF6.dll</HintPath> |
| 65 | + <Private>True</Private> |
| 66 | + </Reference> |
| 67 | + <Reference Include="System.Data.SQLite.Linq, Version=1.0.101.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 68 | + <HintPath>..\..\packages\System.Data.SQLite.Linq.1.0.101.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath> |
| 69 | + <Private>True</Private> |
| 70 | + </Reference> |
57 | 71 | <Reference Include="System.Linq.Dynamic.Core">
|
58 | 72 | <HintPath>..\..\src\System.Linq.Dynamic.Core\bin\$(Configuration)\net40\System.Linq.Dynamic.Core.dll</HintPath>
|
59 | 73 | </Reference>
|
|
99 | 113 | <None Include="packages.config" />
|
100 | 114 | </ItemGroup>
|
101 | 115 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 116 | + <Import Project="..\..\packages\System.Data.SQLite.Core.1.0.101.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.101.0\build\net40\System.Data.SQLite.Core.targets')" /> |
| 117 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 118 | + <PropertyGroup> |
| 119 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 120 | + </PropertyGroup> |
| 121 | + <Error Condition="!Exists('..\..\packages\System.Data.SQLite.Core.1.0.101.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\System.Data.SQLite.Core.1.0.101.0\build\net40\System.Data.SQLite.Core.targets'))" /> |
| 122 | + </Target> |
102 | 123 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
103 | 124 | Other similar extension points exist, see Microsoft.Common.targets.
|
104 | 125 | <Target Name="BeforeBuild">
|
|
0 commit comments