summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
diff options
context:
space:
mode:
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>