We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac1f75 commit 2b9dbeaCopy full SHA for 2b9dbea
1 file changed
src/runtime/Python.Runtime.csproj
@@ -79,7 +79,13 @@
79
<Compile Include="Codecs\EncoderGroup.cs" />
80
<Compile Include="Codecs\DecoderGroup.cs" />
81
<Compile Include="Codecs\RawProxyEncoder.cs" />
82
- <Compile Include="Codecs\TupleCodecs.cs" />
+ <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" />
89
<Compile Include="converterextensions.cs" />
90
<Compile Include="finalizer.cs" />
91
<Compile Include="Properties\AssemblyInfo.cs" />
0 commit comments