|
44 | 44 | <Reference Include="ServiceStack.Interfaces">
|
45 | 45 | <HintPath>..\..\lib\ServiceStack.Interfaces.dll</HintPath>
|
46 | 46 | </Reference>
|
47 |
| - <Reference Include="ServiceStack.OrmLite"> |
48 |
| - <HintPath>..\..\lib\tests\ServiceStack.OrmLite.dll</HintPath> |
49 |
| - </Reference> |
50 | 47 | <Reference Include="ServiceStack.Text">
|
51 | 48 | <HintPath>..\..\lib\ServiceStack.Text.dll</HintPath>
|
52 | 49 | </Reference>
|
53 | 50 | <Reference Include="System" />
|
54 | 51 | <Reference Include="System.Core" />
|
55 |
| - <Reference Include="System.Data.SQLite, Version=1.0.94.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
56 |
| - <SpecificVersion>False</SpecificVersion> |
57 |
| - <HintPath>..\..\src\packages\System.Data.SQLite.Core.1.0.94.0\lib\net451\System.Data.SQLite.dll</HintPath> |
| 52 | + <Reference Include="System.Data.SQLite"> |
| 53 | + <HintPath>..\..\src\packages\System.Data.SQLite.Core.1.0.94.0\lib\net45\System.Data.SQLite.dll</HintPath> |
58 | 54 | </Reference>
|
59 | 55 | <Reference Include="System.Xml.Linq" />
|
60 | 56 | <Reference Include="System.Data.DataSetExtensions" />
|
|
75 | 71 | <Compile Include="Properties\AssemblyInfo.cs" />
|
76 | 72 | <Compile Include="UseCase\NullableDateTimeOffset.cs" />
|
77 | 73 | </ItemGroup>
|
78 |
| - <ItemGroup> |
79 |
| - <None Include="packages.config" /> |
80 |
| - </ItemGroup> |
81 | 74 | <ItemGroup>
|
82 | 75 | <ProjectReference Include="..\..\src\ServiceStack.OrmLite.Sqlite.Windows\ServiceStack.OrmLite.Sqlite.Windows.csproj">
|
83 | 76 | <Project>{a5541444-70ee-4b5e-8a5f-c7d8a0048ebe}</Project>
|
84 | 77 | <Name>ServiceStack.OrmLite.Sqlite.Windows</Name>
|
85 | 78 | </ProjectReference>
|
| 79 | + <ProjectReference Include="..\..\src\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj"> |
| 80 | + <Project>{96179ac6-f6f1-40c3-9fdd-4f6582f54c5c}</Project> |
| 81 | + <Name>ServiceStack.OrmLite</Name> |
| 82 | + </ProjectReference> |
| 83 | + </ItemGroup> |
| 84 | + <ItemGroup> |
| 85 | + <None Include="packages.config" /> |
86 | 86 | </ItemGroup>
|
87 | 87 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
88 | 88 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
91 | 91 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
92 | 92 | </PropertyGroup>
|
93 | 93 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
94 |
| - <Error Condition="!Exists('..\..\src\packages\System.Data.SQLite.Core.1.0.94.0\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\src\packages\System.Data.SQLite.Core.1.0.94.0\build\net451\System.Data.SQLite.Core.targets'))" /> |
| 94 | + <Error Condition="!Exists('..\..\src\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\src\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets'))" /> |
95 | 95 | </Target>
|
96 |
| - <Import Project="..\..\src\packages\System.Data.SQLite.Core.1.0.94.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\..\src\packages\System.Data.SQLite.Core.1.0.94.0\build\net451\System.Data.SQLite.Core.targets')" /> |
| 96 | + <Import Project="..\..\src\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\..\src\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets')" /> |
97 | 97 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
98 | 98 | Other similar extension points exist, see Microsoft.Common.targets.
|
99 | 99 | <Target Name="BeforeBuild">
|
|
0 commit comments