summaryrefslogtreecommitdiff
path: root/templates/vc10filters.mpd
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-08-19 21:57:53 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-08-19 21:57:53 +0000
commite1e711143b852c0b7afef6d3a0e58ac08f91d370 (patch)
treefbe6eff12fae0ae41e38d7c36de83a5c7bdcdbcd /templates/vc10filters.mpd
parent7113d2a5ebe6e5c1d2bf7675cadd5252c2cb8f43 (diff)
downloadMPC-e1e711143b852c0b7afef6d3a0e58ac08f91d370.tar.gz
ChangeLogTag: Thu Aug 19 21:51:35 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'templates/vc10filters.mpd')
-rw-r--r--templates/vc10filters.mpd12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/vc10filters.mpd b/templates/vc10filters.mpd
index f5ca62b9..f18a01ac 100644
--- a/templates/vc10filters.mpd
+++ b/templates/vc10filters.mpd
@@ -117,9 +117,21 @@
<%endfor%>
<%else%>
<%foreach(source_files)%>
+<%if(ends_with(source_file,\.def))%>
+ <None Include="<%source_File%>">
+ <Filter>Source Files</Filter>
+ </None>
+<%else%>
+<%if(ends_with(source_file,\.[io]dl))%>
+ <Midl Include="<%source_File%>">
+ <Filter>Source Files</Filter>
+ </Midl>
+<%else%>
<ClCompile Include="<%source_file%>">
<Filter>Source Files</Filter>
</ClCompile>
+<%endif%>
+<%endif%>
<%endfor%>
<%endif%>
</ItemGroup>