Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 14:38:20 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 14:38:20 +0300
commit6c9d837f3da0473f5d32d9cc83843214683a6880 (patch)
tree3730748c79654e74668bfd9bba97273864aeedcd
parent833a6276be95ee1f7de115ffc89d3d92d11aa30e (diff)
LICENSE/README
-rw-r--r--NesTiler/NesTiler.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/NesTiler/NesTiler.csproj b/NesTiler/NesTiler.csproj
index 40a55ba..cd94dcd 100644
--- a/NesTiler/NesTiler.csproj
+++ b/NesTiler/NesTiler.csproj
@@ -7,6 +7,8 @@
<PublishSingleFile>true</PublishSingleFile>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<PublishReadyToRun>true</PublishReadyToRun>
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
@@ -73,4 +75,4 @@
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="make commit buildtime&#xD;&#xA;" />
</Target>
-</Project> \ No newline at end of file
+</Project>