Skip to content

Commit

Permalink
adding nugetfile directory
Browse files Browse the repository at this point in the history
  • Loading branch information
StanlyRod committed Dec 4, 2023
1 parent e5bd7bd commit 163e9cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -475,3 +475,6 @@ $RECYCLE.BIN/

# Windows shortcuts
*.lnk

#ignore nugetfiles directory
nugetfiles/
Binary file modified LifxLibrary/.vs/LifxLibrary/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified LifxLibrary/.vs/LifxLibrary/v17/.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions LifxLibrary/LifxLibrary/LifxLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\..\..\lifximg.png">
<None Include="..\nugetfiles\lifximg.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\..\..\README.MD">
<None Include="..\nugetfiles\README.MD">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down

0 comments on commit 163e9cd

Please sign in to comment.