Skip to content

Commit

Permalink
fix: Gnarf /
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Jan 30, 2025
1 parent 9ba6b7b commit b3b08b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NetEvolve.Defaults/build/SupportGeneral.props
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
<PreferredUILang>en</PreferredUILang>
</PropertyGroup>

<PropertyGroup Condition=" '$(EmitCompilerGeneratedFiles)' == 'true' ">
<PropertyGroup>
<GeneratedFolder>_generated</GeneratedFolder>
<CompilerGeneratedFilesOutputPath>$(GeneratedFolder)\$(TargetFramework)</CompilerGeneratedFilesOutputPath>
<CompilerGeneratedFilesOutputPath>$(GeneratedFolder)/$(TargetFramework)</CompilerGeneratedFilesOutputPath>
</PropertyGroup>

<ItemGroup Condition=" '$(EmitCompilerGeneratedFiles)' == 'true' ">
<ItemGroup>
<Compile Remove="$(GeneratedFolder)/**/*.cs" />
</ItemGroup>

Expand Down

0 comments on commit b3b08b9

Please sign in to comment.