This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
src/ServiceStack.OrmLite.SqliteV45 Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 189
189
<Copy SourceFiles =" %(SqliteMonoFiles.Identity)" DestinationFolder =" $(NuGetPackageDir)/ServiceStack.OrmLite.Sqlite.Mono/lib/net40" />
190
190
191
191
<!-- Sqlite Mono/.NET 4.5 -->
192
- <MSBuild Projects =" $(SrcDir)/ServiceStack.OrmLite.Sqlite /ServiceStack.OrmLite.SqliteV45.csproj"
192
+ <MSBuild Projects =" $(SrcDir)/ServiceStack.OrmLite.SqliteV45 /ServiceStack.OrmLite.SqliteV45.csproj"
193
193
Targets =" Build"
194
194
Properties =" Version=$(PackageVersion);Configuration=$(Configuration)" />
195
195
Original file line number Diff line number Diff line change 33
33
<Reference Include =" Mono.Data.Sqlite" >
34
34
<HintPath >..\..\..\ServiceStack\lib\Mono.Data.Sqlite.dll</HintPath >
35
35
</Reference >
36
- <Reference Include =" ServiceStack.Common" >
37
- <HintPath >..\..\..\ServiceStack\lib\ServiceStack.Common.dll</HintPath >
38
- </Reference >
39
36
<Reference Include =" ServiceStack.Interfaces" >
40
37
<HintPath >..\..\..\ServiceStack\lib\ServiceStack.Interfaces.dll</HintPath >
41
38
</Reference >
44
41
</Reference >
45
42
<Reference Include =" System" />
46
43
<Reference Include =" System.Core" />
47
- <Reference Include =" System.Xml.Linq" />
48
- <Reference Include =" System.Data.DataSetExtensions" />
49
- <Reference Include =" Microsoft.CSharp" />
50
44
<Reference Include =" System.Data" />
51
- <Reference Include =" System.Xml" />
52
45
</ItemGroup >
53
46
<ItemGroup >
54
47
<Compile Include =" ..\ServiceStack.OrmLite.Sqlite\Properties\AssemblyInfo.cs" >
You can’t perform that action at this time.
0 commit comments