Skip to content

Commit 2b9dbea

Browse files
committed
csproj
1 parent 0ac1f75 commit 2b9dbea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/runtime/Python.Runtime.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@
7979
<Compile Include="Codecs\EncoderGroup.cs" />
8080
<Compile Include="Codecs\DecoderGroup.cs" />
8181
<Compile Include="Codecs\RawProxyEncoder.cs" />
82-
<Compile Include="Codecs\TupleCodecs.cs" />
82+
<Compile Include="Codecs\TupleCodecs.cs" />
83+
<Compile Include="Codecs\ListDecoder.cs" />
84+
<Compile Include="Codecs\SequenceDecoder.cs" />
85+
<Compile Include="Codecs\IterableDecoder.cs" />
86+
<Compile Include="CollectionWrappers\ListWrapper.cs" />
87+
<Compile Include="CollectionWrappers\SequenceWrapper.cs" />
88+
<Compile Include="CollectionWrappers\IterableWrapper.cs" />
8389
<Compile Include="converterextensions.cs" />
8490
<Compile Include="finalizer.cs" />
8591
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)