Skip to content

Commit

Permalink
Remove extra ".cs" from VS project.
Browse files Browse the repository at this point in the history
This is the <Link> spec for generated CSharp output.
  • Loading branch information
walterpg committed Aug 23, 2024
1 parent 7cb471e commit a33059f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MSBuild/RunGppg.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<ItemGroup>
<Compile Remove="@(GppgFile->'%(OutputFile)')" />
<Compile Include="@(GppgFile->'%(OutputFile)')">
<Link>$(GpGenLinkDirectory)%(Filename)%(Extension).cs</Link>
<DependentUpon>%(Identity)</DependentUpon>
<Link>$(GpGenLinkDirectory)%(Filename)%(Extension)</Link>
<DependentUpon>%(GppgFile.Identity)</DependentUpon>
<Visible>true</Visible>
</Compile>
</ItemGroup>
Expand All @@ -31,8 +31,8 @@
<ItemGroup>
<Compile Remove="@(GppgFile->'%(OutputFile)')" />
<Compile Include="@(GppgFile->'%(OutputFile)')">
<Link>$(GpGenLinkDirectory)%(Filename)%(Extension).cs</Link>
<DependentUpon>%(Identity)</DependentUpon>
<Link>$(GpGenLinkDirectory)%(Filename)%(Extension)</Link>
<DependentUpon>%(GppgFile.Identity)</DependentUpon>
<Visible>true</Visible>
</Compile>
</ItemGroup>
Expand Down

0 comments on commit a33059f

Please sign in to comment.