Skip to content

Commit c7c2db4

Browse files
committed
Added string
1 parent 7ca403a commit c7c2db4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Fable.Python.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="stdlib/Ast.fs" />
13+
<Compile Include="stdlib/Base64.fs" />
1314
<Compile Include="stdlib/Builtins.fs" />
1415
<Compile Include="stdlib/Json.fs" />
1516
<Compile Include="stdlib/Html.fs" />
16-
<Compile Include="stdlib/Base64.fs" />
1717
<Compile Include="stdlib/Math.fs" />
1818
<Compile Include="stdlib/Os.fs" />
1919
<Compile Include="stdlib/Queue.fs" />
20+
<Compile Include="stdlib/String.fs" />
2021
<Compile Include="stdlib/Sys.fs" />
2122
<Compile Include="stdlib/Time.fs" />
2223
<Compile Include="stdlib/TkInter.fs" />

0 commit comments

Comments
 (0)