Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
damiansalvia committed May 9, 2024
2 parents fca5e3e + d9880b3 commit 8fb936a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
<Project>
<PropertyGroup>

<Version>0.0.2</Version>

<Product>GeneXus</Product>
<Company>GeneXus</Company>
<Copyright>Copyright © $([System.DateTime]::Now.ToString('yyyy')) $(Company). All Rights Reserved</Copyright>

<AssemblyCompany>$(Company)</AssemblyCompany>
<AssemblyVersion>1.0.0</AssemblyVersion>

<PackageVersion>$(Version)</PackageVersion>

<PackageOutputPath>$(MSBuildThisFileDirectory)_packages\$(Configuration)</PackageOutputPath>

</PropertyGroup>

<!-- START : Define a default Readme.md file for NuGet packages -->
<PropertyGroup>
<ProjectNeedsReadme>true</ProjectNeedsReadme>
Expand All @@ -17,4 +31,5 @@
</None>
</ItemGroup>
<!-- END: Define a default Readme.md file for NuGet packages -->

</Project>
Binary file added scripts/gxdrawing.snk
Binary file not shown.
1 change: 1 addition & 0 deletions src/Common/GeneXus.Drawing.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="GeneXus.Build.Sdk">

<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\scripts\gxdrawing.snk</AssemblyOriginatorKeyFile>
<DefineConstants>$(DefineConstants);PACKAGE_COPYRIGHT_START_YEAR</DefineConstants>
</PropertyGroup>

Expand Down

0 comments on commit 8fb936a

Please sign in to comment.