summaryrefslogtreecommitdiff
path: root/templates/vc8csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2013-09-07 15:16:52 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2013-09-07 15:16:52 +0000
commitb314ed65c5e9a89681deb1d75e7e31871eec9aa0 (patch)
treefff8443a1fc481c110fd43ac70b93521b75254f2 /templates/vc8csharp.mpd
parent0221c177ae7816f580510301f392b85cd7ceba9c (diff)
downloadMPC-b314ed65c5e9a89681deb1d75e7e31871eec9aa0.tar.gz
ChangeLogTag: Sat Sep 7 15:15:55 UTC 2013 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc8csharp.mpd')
-rw-r--r--templates/vc8csharp.mpd8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/vc8csharp.mpd b/templates/vc8csharp.mpd
index c7978ab0..b5409f24 100644
--- a/templates/vc8csharp.mpd
+++ b/templates/vc8csharp.mpd
@@ -217,7 +217,15 @@
<Content Include="<%ico_file%>" />
<%endfor%>
<%foreach(config_files)%>
+<%if(flag_overrides(config_file, generates_source))%>
+ <Compile Include="<%noextension(config_file)%>.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
+ <DependentUpon><%basename(config_file)%></DependentUpon>
+ </Compile>
+<%else%>
<None Include="<%config_file%>" />
+<%endif%>
<%endfor%>
<%foreach(documentation_files)%>
<None Include="<%documentation_file%>" />