Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit c0ea0f6

Browse files
committed
Update Signed projs
1 parent a2e8338 commit c0ea0f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ServiceStack.OrmLite/ServiceStack.OrmLite.Signed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
</ItemGroup>
112112
<ItemGroup>
113113
<Compile Include="AliasNamingStrategy.cs" />
114+
<Compile Include="OrmLiteCommand.cs" />
114115
<Compile Include="OrmLiteContext.cs" />
115116
<Compile Include="OrmLiteReadApiAsync.cs" />
116117
<Compile Include="Async\OrmLiteReadCommandExtensionsAsync.cs" />
@@ -130,7 +131,6 @@
130131
<Compile Include="OrmLiteWriteExpressionsApi.cs" />
131132
<Compile Include="IUntypedApi.cs" />
132133
<Compile Include="JoinSqlBuilder.cs" />
133-
<Compile Include="OrmLiteConnectionWrapper.cs" />
134134
<Compile Include="OrmLiteDialectProviderExtensions.cs" />
135135
<Compile Include="OrmLiteExecFilter.cs" />
136136
<Compile Include="OrmLiteReadApi.cs" />

src/ServiceStack.OrmLiteV45/ServiceStack.OrmLiteV45.Signed.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@
132132
<Compile Include="..\ServiceStack.OrmLite\ModelDefinition.cs">
133133
<Link>ModelDefinition.cs</Link>
134134
</Compile>
135+
<Compile Include="..\ServiceStack.OrmLite\OrmLiteCommand.cs">
136+
<Link>OrmLiteCommand.cs</Link>
137+
</Compile>
135138
<Compile Include="..\ServiceStack.OrmLite\OrmLiteConfig.cs">
136139
<Link>OrmLiteConfig.cs</Link>
137140
</Compile>
@@ -144,9 +147,6 @@
144147
<Compile Include="..\ServiceStack.OrmLite\OrmLiteConnectionFactory.cs">
145148
<Link>OrmLiteConnectionFactory.cs</Link>
146149
</Compile>
147-
<Compile Include="..\ServiceStack.OrmLite\OrmLiteConnectionWrapper.cs">
148-
<Link>OrmLiteConnectionWrapper.cs</Link>
149-
</Compile>
150150
<Compile Include="..\ServiceStack.OrmLite\OrmLiteContext.cs">
151151
<Link>OrmLiteContext.cs</Link>
152152
</Compile>

0 commit comments

Comments
 (0)