Skip to content

Commit

Permalink
Update embedded resource paths in rpkg-gui.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed Jan 3, 2024
1 parent 3b6820b commit 95890e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpkg-gui/rpkg-gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@
<AdditionalFiles Include="assimp.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</AdditionalFiles>
<EmbeddedResource Condition="'$(Configuration)' == 'Release'" Include="..\cmake-build-release\rpkg-lib.dll" LogicalName="costura64.rpkg-lib.dll" ManifestResourceName="costura64.rpkg-lib.dll" />
<Content Condition="'$(Configuration)' == 'Debug'" Include="..\cmake-build-debug\rpkg-lib.dll">
<EmbeddedResource Condition="'$(Configuration)' == 'Release'" Include="..\cmake-build-RelWithDebInfo\rpkg-lib.dll" LogicalName="costura64.rpkg-lib.dll" ManifestResourceName="costura64.rpkg-lib.dll" />
<Content Condition="'$(Configuration)' == 'Debug'" Include="..\cmake-build-Debug\rpkg-lib.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>rpkg-lib.dll</TargetPath>
</Content>
Expand Down

0 comments on commit 95890e3

Please sign in to comment.