-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSysML2.NET.Serializer.Dictionary.csproj
38 lines (33 loc) · 1.46 KB
/
SysML2.NET.Serializer.Dictionary.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<Version>0.16.0</Version>
<Description>A .NET implementation of the OMG SysML v2 Dictionary serializer.</Description>
<PackageId>SysML2.NET.Serializer.Dictionary</PackageId>
<Company>Starion Group S.A.</Company>
<Copyright>Copyright © Starion Group S.A.</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/STARIONGROUP/SysML2.NET.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Authors>Sam Gerené</Authors>
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
<PackageReleaseNotes>
[Update] to SysML2.NET version 0.16.0
[Update] SysML.ecore from source git repos - [TAG: 2024-12] (regenerate code)
</PackageReleaseNotes>
<PackageIcon>cdp4-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<Folder Include="Core\AutoGenDictionaryWriter\" />
<Folder Include="PIM\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SysML2.NET\SysML2.NET.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>