summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-05-24 11:09:57 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-05-24 11:09:57 +0100
commita62a7e7c904bc4a4775d42f40e20c06d092a4562 (patch)
treef5f98640fbcab317b672abbc3bb0553a45dce1c7 /crawl-ref/source/MSVC
parent6728510726632db6a992894da78fd5091f19cdaf (diff)
downloadcrawl-ref-a62a7e7c904bc4a4775d42f40e20c06d092a4562.tar.gz
crawl-ref-a62a7e7c904bc4a4775d42f40e20c06d092a4562.zip
Include the rltiles .txt definitions in the MSVC dat project
Something else it's useful to catch when searching globally.
Diffstat (limited to 'crawl-ref/source/MSVC')
-rw-r--r--crawl-ref/source/MSVC/dat.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/dat.csproj b/crawl-ref/source/MSVC/dat.csproj
index 5eaaf2135e..29076d9646 100644
--- a/crawl-ref/source/MSVC/dat.csproj
+++ b/crawl-ref/source/MSVC/dat.csproj
@@ -33,6 +33,9 @@
<Content Include="..\dat\**\*.*">
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
</Content>
+ <Content Include="..\rltiles\*.txt">
+ <Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
+ </Content>
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.