We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3668c1 commit b8c476aCopy full SHA for b8c476a
src/FsSpreadsheet.Py/FsSpreadsheet.Py.fsproj
@@ -21,6 +21,14 @@
21
<PackageReference Include="Thoth.Json.Python" Version="0.1.0" />
22
</ItemGroup>
23
24
+ <!-- Add source files to "fable" folder in Nuget package -->
25
+ <ItemGroup>
26
+ <!-- Include all files that are compiled with this project -->
27
+ <Content Include="@(Compile)" Pack="true" PackagePath="fable/%(RelativeDir)%(Filename)%(Extension)" />
28
+ <!-- Include the project file itself as well -->
29
+ <Content Include="$(MSBuildThisFileFullPath)" Pack="true" PackagePath="fable/" />
30
+ </ItemGroup>
31
+
32
<ItemGroup>
33
<ProjectReference Include="..\FsSpreadsheet\FsSpreadsheet.fsproj" />
34
0 commit comments