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

Commit eb969cc

Browse files
committed
Update code-gen projs
1 parent ea04937 commit eb969cc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/ServiceStack.Text/ServiceStack.Text.PCL.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
<Compile Include="XmlSerializer.cs">
255255
<SubType>Code</SubType>
256256
</Compile>
257+
<Compile Include="ParseAsType.cs" />
257258
</ItemGroup>
258259
<!--ItemGroup,Content-->
259260
<!--ItemGroup,None-->

src/ServiceStack.Text/ServiceStack.Text.SL5.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277
<Compile Include="XmlSerializer.cs">
278278
<SubType>Code</SubType>
279279
</Compile>
280+
<Compile Include="ParseAsType.cs" />
280281
</ItemGroup>
281282
<!--ItemGroup,Content-->
282283
<!--ItemGroup,None-->

src/ServiceStack.Text/ServiceStack.Text.Signed.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
<Compile Include="XmlSerializer.cs">
310310
<SubType>Code</SubType>
311311
</Compile>
312+
<Compile Include="ParseAsType.cs" />
312313
</ItemGroup>
313314
<ItemGroup>
314315
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">

0 commit comments

Comments
 (0)