|
7 | 7 | <SignAssembly>true</SignAssembly> |
8 | 8 | <AssemblyOriginatorKeyFile>IronMeta.snk</AssemblyOriginatorKeyFile> |
9 | 9 | <DelaySign>false</DelaySign> |
| 10 | + </PropertyGroup> |
| 11 | + |
| 12 | + <PropertyGroup> |
10 | 13 | <PackageId>IronMeta</PackageId> |
11 | 14 | <Version>4.4.6</Version> |
12 | 15 | <Authors>Gordon Tisher</Authors> |
13 | 16 | <Company>Gordon Tisher</Company> |
14 | 17 | <Product>IronMeta</Product> |
15 | 18 | <Description>The IronMeta parser generator provides a programming language and application for generating pattern matchers on arbitrary streams of objects. It is an implementation of Alessandro Warth's OMeta system for C#.</Description> |
16 | 19 | <Copyright>IronMeta Copyright © Gordon Tisher</Copyright> |
17 | | - <PackageLicenseUrl>https://github.com/kulibali/ironmeta/blob/master/License.txt</PackageLicenseUrl> |
| 20 | + <PackageLicenseFile>License.txt</PackageLicenseFile> |
18 | 21 | <PackageProjectUrl>https://github.com/kulibali/ironmeta</PackageProjectUrl> |
19 | 22 | <RepositoryUrl>https://github.com/kulibali/ironmeta</RepositoryUrl> |
20 | 23 | <PackageTags>PEG parser parsergenerator</PackageTags> |
|
23 | 26 | <FileVersion>4.4.6.0</FileVersion> |
24 | 27 | </PropertyGroup> |
25 | 28 |
|
| 29 | + <ItemGroup> |
| 30 | + <None Include="../../License.txt" Pack="true" PackagePath="" /> |
| 31 | + </ItemGroup> |
| 32 | + |
26 | 33 | <ItemGroup Condition="'$(Configuration)' == 'Release'"> |
27 | | - <Content Include="..\IronMeta.App\bin\Release\net48\IronMeta.App.exe"> |
28 | | - <PackagePath>tools\net48</PackagePath> |
| 34 | + <Content Include="../IronMeta.App/bin/Release/net48/IronMeta.App.exe"> |
| 35 | + <PackagePath>tools/net48</PackagePath> |
29 | 36 | </Content> |
30 | | - <Content Include="..\IronMeta.App\bin\Release\net48\IronMeta.Library.dll"> |
31 | | - <PackagePath>tools\net48</PackagePath> |
| 37 | + <Content Include="../IronMeta.App/bin/Release/net48/IronMeta.Library.dll"> |
| 38 | + <PackagePath>tools/net48</PackagePath> |
32 | 39 | </Content> |
33 | | - <Content Include="..\IronMeta.App\bin\Release\net48\Verophyle.Regexp.dll"> |
34 | | - <PackagePath>tools\net48</PackagePath> |
| 40 | + <Content Include="../IronMeta.App/bin/Release/net48/Verophyle.Regexp.dll"> |
| 41 | + <PackagePath>tools/net48</PackagePath> |
35 | 42 | </Content> |
36 | 43 |
|
37 | | - <Content Include="..\IronMeta.App\bin\Release\net5.0\IronMeta.App.exe" Condition=" '$(OS)' == 'Windows_NT' "> |
| 44 | + <Content Include="../IronMeta.App/bin/Release/net5.0/IronMeta.App.exe" Condition=" '$(OS)' == 'Windows_NT' "> |
38 | 45 | <PackagePath>tools\net5.0</PackagePath> |
39 | 46 | </Content> |
40 | | - <Content Include="..\IronMeta.App\bin\Release\net5.0\IronMeta.App.dll"> |
41 | | - <PackagePath>tools\net5.0</PackagePath> |
| 47 | + <Content Include="../IronMeta.App/bin/Release/net5.0/IronMeta.App.dll"> |
| 48 | + <PackagePath>tools/net5.0</PackagePath> |
42 | 49 | </Content> |
43 | | - <Content Include="..\IronMeta.App\bin\Release\net5.0\IronMeta.App.runtimeconfig.json"> |
44 | | - <PackagePath>tools\net5.0</PackagePath> |
| 50 | + <Content Include="../IronMeta.App/bin/Release/net5.0/IronMeta.App.runtimeconfig.json"> |
| 51 | + <PackagePath>tools/net5.0</PackagePath> |
45 | 52 | </Content> |
46 | | - <Content Include="..\IronMeta.App\bin\Release\net5.0\IronMeta.Library.dll"> |
47 | | - <PackagePath>tools\net5.0</PackagePath> |
| 53 | + <Content Include="../IronMeta.App/bin/Release/net5.0/IronMeta.Library.dll"> |
| 54 | + <PackagePath>tools/net5.0</PackagePath> |
48 | 55 | </Content> |
49 | | - <Content Include="..\IronMeta.App\bin\Release\net5.0\Verophyle.Regexp.dll"> |
50 | | - <PackagePath>tools\net5.0</PackagePath> |
| 56 | + <Content Include="../IronMeta.App/bin/Release/net5.0/Verophyle.Regexp.dll"> |
| 57 | + <PackagePath>tools/net5.0</PackagePath> |
51 | 58 | </Content> |
52 | 59 | </ItemGroup> |
53 | 60 |
|
|
0 commit comments