summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-05-24 11:22:17 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-05-24 11:22:17 +0100
commit75745af80e3d9be6ad786b3558d71422af723ef3 (patch)
tree5c233321a97ba66825d736fd7d5790d36c658829 /crawl-ref/source/MSVC
parenta62a7e7c904bc4a4775d42f40e20c06d092a4562 (diff)
downloadcrawl-ref-75745af80e3d9be6ad786b3558d71422af723ef3.tar.gz
crawl-ref-75745af80e3d9be6ad786b3558d71422af723ef3.zip
Include docs folder and root text files in MSVC dat project
Also moved the tiles definitions into rltiles/ virtual folder in the project.
Diffstat (limited to 'crawl-ref/source/MSVC')
-rw-r--r--crawl-ref/source/MSVC/dat.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/dat.csproj b/crawl-ref/source/MSVC/dat.csproj
index 29076d9646..f119ef89dd 100644
--- a/crawl-ref/source/MSVC/dat.csproj
+++ b/crawl-ref/source/MSVC/dat.csproj
@@ -34,6 +34,12 @@
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
</Content>
<Content Include="..\rltiles\*.txt">
+ <Link>rltiles\%(RecursiveDir)%(FileName)%(Extension)</Link>
+ </Content>
+ <Content Include="..\..\docs\**\*.*">
+ <Link>docs\%(RecursiveDir)%(FileName)%(Extension)</Link>
+ </Content>
+ <Content Include="..\..\*.*">
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
</Content>
</ItemGroup>