Skip to content

Commit

Permalink
move item group
Browse files Browse the repository at this point in the history
  • Loading branch information
DeagleGross committed Aug 9, 2024
1 parent fae081f commit ae69d7b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
</ItemGroup>
<Target Name="CopyUserSourceCode" BeforeTargets="Build">
<Copy SourceFiles="@(UserCodeFiles)" DestinationFiles="@(UserCodeFiles->Replace('.cs', '.txt'))"/>

<ItemGroup>
<None Update="UserCode\*.txt" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="PreserveNewest" />
</ItemGroup>
</Target>
<ItemGroup>
<None Update="UserCode\*.txt" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="PreserveNewest" />
</ItemGroup>

</Project>

0 comments on commit ae69d7b

Please sign in to comment.