summaryrefslogtreecommitdiff
path: root/templates/vc10.mpd
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vc10.mpd')
-rw-r--r--templates/vc10.mpd8
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/vc10.mpd b/templates/vc10.mpd
index 3eaf1e5f..00b7bb9b 100644
--- a/templates/vc10.mpd
+++ b/templates/vc10.mpd
@@ -822,13 +822,7 @@
<%endfor%>
</CustomBuild>
<%else%>
- <None Include="<%custom_type->input_file%>">
-<%foreach(platforms)%>
-<%foreach(configurations)%>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='<%configuration%>|<%platform%>'">true</ExcludedFromBuild>
-<%endfor%>
-<%endfor%>
- </None>
+ <None Include="<%custom_type->input_file%>" />
<%endif%>
<%endfor%>
</ItemGroup>