summaryrefslogtreecommitdiff
path: root/templates/vc8csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2014-06-27 13:57:05 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2014-06-27 13:57:05 +0000
commit74c1048d299004de64ef2f479ffbd65755e7a9a8 (patch)
tree62739500b9e74268d70a2b13cd56f194928d3533 /templates/vc8csharp.mpd
parente61b15f677b2aa0907ac61661d9aa5d2a08d6937 (diff)
downloadMPC-74c1048d299004de64ef2f479ffbd65755e7a9a8.tar.gz
ChangeLogTag: Fri Jun 27 13:55:06 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc8csharp.mpd')
-rw-r--r--templates/vc8csharp.mpd15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/vc8csharp.mpd b/templates/vc8csharp.mpd
index 9ebc58f6..389a7d1c 100644
--- a/templates/vc8csharp.mpd
+++ b/templates/vc8csharp.mpd
@@ -133,6 +133,12 @@
<%endfor%>
</ItemGroup>
<ItemGroup>
+<%foreach(appdef_files)%>
+ <ApplicationDefinition Include="<%appdef_file%>">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </ApplicationDefinition>
+<%endfor%>
<%foreach(source_files)%>
<%if(contains(flag_overrides(source_file, subtype), ^(Form|Component|UserControl)$))%>
<Compile Include="<%source_file%>">
@@ -184,6 +190,12 @@
<%endif%>
<%endfor%>
<%endfor%>
+<%foreach(page_files)%>
+ <Page Include="<%page_file%>">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
+<%endfor%>
<%foreach(resx_files)%>
<EmbeddedResource Include="<%resx_file%>">
<%if(flag_overrides(resx_file, subtype))%>
@@ -233,6 +245,9 @@
<%foreach(documentation_files)%>
<None Include="<%documentation_file%>" />
<%endfor%>
+<%foreach(splash_files)%>
+ <SplashScreen Include="<%splash_file%>" />
+<%endfor%>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>