Skip to content

Commit

Permalink
More NiceIO shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Nov 14, 2023
1 parent 6dba819 commit 1a85e08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
</PropertyGroup>

<ItemGroup>
<!--
TODO: move NiceIO to a new external folder that has overrides for directory props etc. that skips the defaulting we get from the root
alternate: see if we can move those files to src\
-->
<Compile Include="$(OkSrcRoot)NiceIO\*.cs">
<Link>NiceIO\%(Filename)%(Extension)</Link>
</Compile>
Expand Down
2 changes: 1 addition & 1 deletion src/NiceIO

0 comments on commit 1a85e08

Please sign in to comment.