summaryrefslogtreecommitdiff
path: root/templates/vc8csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-09-25 16:00:49 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-09-25 16:00:49 +0000
commit1e5ab204b8a2768d99369cf8f9cf9730cc0d24f4 (patch)
treec0d47e7ce622fad72743484722a780e63fa90080 /templates/vc8csharp.mpd
parentc403663e412c30a7930c1f09ffab3444b12e68db (diff)
downloadMPC-1e5ab204b8a2768d99369cf8f9cf9730cc0d24f4.tar.gz
ChangeLogTag: Tue Sep 25 16:03:41 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc8csharp.mpd')
-rw-r--r--templates/vc8csharp.mpd4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/vc8csharp.mpd b/templates/vc8csharp.mpd
index 365f2977..566a3825 100644
--- a/templates/vc8csharp.mpd
+++ b/templates/vc8csharp.mpd
@@ -139,11 +139,15 @@
<SubType><%flag_overrides(resx_file, subtype)%></SubType>
<%endif%>
<%if(flag_overrides(resx_file, generates_source))%>
+<%if(compares(flag_overrides(resx_file, generates_source), 1))%>
<%if(ends_with(resx_file, \.settings))%>
<Generator>SettingsSingleFileGenerator</Generator>
<%else%>
<Generator>ResXFileCodeGenerator</Generator>
<%endif%>
+<%else%>
+ <Generator><%flag_overrides(resx_file, generates_source)%></Generator>
+<%endif%>
<LastGenOutput><%basenoextension(resx_file)%>.Designer.cs</LastGenOutput>
<%endif%>
<%if(flag_overrides(resx_file, dependent_upon))%>