Skip to content

Commit

Permalink
adds missing file references
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Sep 20, 2023
1 parent 2d2be89 commit ba8c041
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,16 @@
<ProjectReference Include="..\AXSharp.Connector\AXSharp.Connector.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\..\assets\icons\icon_128_128.png" Link="icon_128_128.png">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\..\NUGET-README.md" Link="NUGET-README.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
12 changes: 12 additions & 0 deletions src/AXSharp.tools/src/AXSharp.TIA2AXTool/AXSharp.TIA2AXTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,16 @@
<ProjectReference Include="..\..\..\AXSharp.connectors\src\AXSharp.TIA.Connector\AXSharp.TIA2AXSharp.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\..\assets\icons\icon_128_128.png" Link="icon_128_128.png">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\..\NUGET-README.md" Link="NUGET-README.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

0 comments on commit ba8c041

Please sign in to comment.