Skip to content

Commit

Permalink
use path to bgen
Browse files Browse the repository at this point in the history
  • Loading branch information
tj-devel709 committed Jan 26, 2024
1 parent 8f1bdd4 commit b7a4448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<Compile Include="bgen\Models\MemberInformation.cs" />
<Compile Include="bgen\Models\TrampolineInfo.cs" />
<Compile Include="bgen\Models\WrapPropMemberInformation.cs" />
<Compile Include="Resources.Designer.cs">
<Compile Include="bgen\Resources.Designer.cs">
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="packages.config" />
Expand All @@ -179,7 +179,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx">
<EmbeddedResource Include="bgen\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
Expand Down

0 comments on commit b7a4448

Please sign in to comment.