File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <RuntimeIdentifier Condition =" '$(RuntimeIdentifier)' == '' AND '$(PackAsTool)' != 'true'" >$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier >
8+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
9+ <Title >Binaryen.NET</Title >
10+ <Version >0.1.0-alpha0</Version >
11+ <PackageTags >was;wabt;wasp;wasm;wat</PackageTags >
12+ <PackageReadmeFile >README.md</PackageReadmeFile >
13+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
814 </PropertyGroup >
915
1016 <ItemGroup >
1723 <None Include =" $(SolutionDir)runtimes\$(RuntimeIdentifier)\native\libbinaryen.dll" >
1824 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
1925 </None >
26+ <None Include =" ..\LICENSE" >
27+ <Pack >True</Pack >
28+ <PackagePath >\</PackagePath >
29+ </None >
30+ <None Include =" ..\README.md" >
31+ <Pack >True</Pack >
32+ <PackagePath >\</PackagePath >
33+ </None >
2034 </ItemGroup >
2135
2236</Project >
You can’t perform that action at this time.
0 commit comments