[longomatch] Include cross and player as resources in the csproj
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Include cross and player as resources in the csproj
- Date: Tue, 14 Oct 2014 15:48:17 +0000 (UTC)
commit c032b5c0ecfaaad647760cce6e11d5387b91be26
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Oct 14 15:19:06 2014 +0200
Include cross and player as resources in the csproj
.../LongoMatch.Drawing.Cairo.csproj | 12 ++++++------
LongoMatch.Drawing.Cairo/Makefile.am | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/LongoMatch.Drawing.Cairo/LongoMatch.Drawing.Cairo.csproj
b/LongoMatch.Drawing.Cairo/LongoMatch.Drawing.Cairo.csproj
index f8cc84c..b2caee1 100644
--- a/LongoMatch.Drawing.Cairo/LongoMatch.Drawing.Cairo.csproj
+++ b/LongoMatch.Drawing.Cairo/LongoMatch.Drawing.Cairo.csproj
@@ -55,15 +55,15 @@
<Link>player</Link>
<LogicalName>player</LogicalName>
</EmbeddedResource>
+ <EmbeddedResource Include="..\images\cursors\eraser">
+ <Link>eraser</Link>
+ </EmbeddedResource>
+ <EmbeddedResource Include="..\images\cursors\cross">
+ <Link>cross</Link>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="..\images\cursors\angle" />
- <None Include="..\images\cursors\cross">
- <Link>cross</Link>
- </None>
- <None Include="..\images\cursors\eraser">
- <Link>eraser</Link>
- </None>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
diff --git a/LongoMatch.Drawing.Cairo/Makefile.am b/LongoMatch.Drawing.Cairo/Makefile.am
index f94dd21..7839b9a 100644
--- a/LongoMatch.Drawing.Cairo/Makefile.am
+++ b/LongoMatch.Drawing.Cairo/Makefile.am
@@ -14,8 +14,8 @@ RESOURCES = $(top_srcdir)/images/cursors/text \
$(top_srcdir)/images/cursors/freehand \
$(top_srcdir)/images/cursors/ellipse \
$(top_srcdir)/images/cursors/arrow \
- $(top_srcdir)/images/cursors/cross \
+ $(top_srcdir)/images/cursors/player \
$(top_srcdir)/images/cursors/eraser \
- $(top_srcdir)/images/cursors/player
+ $(top_srcdir)/images/cursors/cross
include $(top_srcdir)/build/build.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]