|
|
|
@ -37,10 +37,6 @@
|
|
|
|
|
<Reference Include="Alchemy">
|
|
|
|
|
<HintPath>..\packages\Alchemy.2.2.1\lib\net40\Alchemy.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="ServiceStack.OrmLite, Version=3.9.60.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite32.3.9.63\lib\net40\ServiceStack.OrmLite.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="ServiceStack.OrmLite.SqliteNET">
|
|
|
|
|
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite32.3.9.63\lib\net40\ServiceStack.OrmLite.SqliteNET.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
@ -97,6 +93,15 @@
|
|
|
|
|
<Reference Include="System.Data.SQLite.Linq">
|
|
|
|
|
<HintPath>..\packages\System.Data.SQLite.x86.1.0.88.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Mono.Data.Sqlite">
|
|
|
|
|
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.64\lib\net35\Mono.Data.Sqlite.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="ServiceStack.OrmLite">
|
|
|
|
|
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.64\lib\net35\ServiceStack.OrmLite.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="ServiceStack.OrmLite.Sqlite">
|
|
|
|
|
<HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.64\lib\net35\ServiceStack.OrmLite.Sqlite.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\SharedVersion.cs">
|
|
|
|
@ -253,6 +258,7 @@
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
<None Include="sqlite3.dll" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="swagger-ui\css\hightlight.default.css">
|
|
|
|
|