diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2012-04-01 17:47:02 +0200 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2012-04-01 17:47:02 +0200 |
commit | 593c370f288b2755cde2fd249589ea176ec7ea0f (patch) | |
tree | 5b425cbcff7eb04b308def1a30bb245805829883 | |
parent | bf0691c63a1b0b70a45bbcc9c05fd6a518ada535 (diff) |
Fix small issues in two .csproj files
-rw-r--r-- | src/AlbumArtWriter/AlbumArtWriter.csproj | 4 | ||||
-rw-r--r-- | src/Karaoke/Karaoke.csproj | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/AlbumArtWriter/AlbumArtWriter.csproj b/src/AlbumArtWriter/AlbumArtWriter.csproj index 210ead3..2c3d443 100644 --- a/src/AlbumArtWriter/AlbumArtWriter.csproj +++ b/src/AlbumArtWriter/AlbumArtWriter.csproj @@ -81,7 +81,9 @@ <EmbeddedResource Include="AlbumArtWriter.addin.xml"> <LogicalName>AlbumArtWriter.addin.xml</LogicalName> </EmbeddedResource> - <EmbeddedResource Include="Resources\GlobalUI.xml" /> + <EmbeddedResource Include="Resources\GlobalUI.xml"> + <LogicalName>GlobalUI.xml</LogicalName> + </EmbeddedResource> </ItemGroup> <ItemGroup> <Compile Include="Banshee.AlbumArtWriter\AlbumArtWriterJob.cs" /> diff --git a/src/Karaoke/Karaoke.csproj b/src/Karaoke/Karaoke.csproj index 1ed03e1..e4fd89e 100644 --- a/src/Karaoke/Karaoke.csproj +++ b/src/Karaoke/Karaoke.csproj @@ -130,8 +130,5 @@ <ItemGroup> <Folder Include="Banshee.Karaoke\" /> <Folder Include="Banshee.Karaoke\Gui\" /> - <Folder Include="Banshee.Karaoke\" /> - <Folder Include="Banshee.Karaoke\" /> - <Folder Include="Banshee.Karaoke\" /> </ItemGroup> </Project> |