Skip to content

Commit

Permalink
Add License files
Browse files Browse the repository at this point in the history
  • Loading branch information
juileetikekar committed Feb 24, 2025
1 parent d6aceca commit e952da1
Show file tree
Hide file tree
Showing 4 changed files with 2,963 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/AasxCore.Samm2_2_0/AasxCore.Samm2_2_0.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -14,4 +14,10 @@
<ProjectReference Include="..\AasxCsharpLibrary\AasxCsharpLibrary.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="LICENSE.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
Loading

0 comments on commit e952da1

Please sign in to comment.