~ubuntu-branches/debian/jessie/ace/jessie

« back to all changes in this revision

Viewing changes to MPC/templates/vc8csharp.mpd

  • Committer: Package Import Robot
  • Author(s): Pau Garcia i Quiles
  • Date: 2014-10-01 19:27:00 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20141001192700-67yys244im0j3nu1
Tags: 6.2.8+dfsg-1
* New upstream version
* Drop patch 25-versioned_so.diff (applied upstream)
* Drop patch 36-fix-typos.diff (applied upstream)
* Drop patch 38-fix-predictable-filename-in-tmp.diff (applied upstream)
* Drop patch largefile.diff (applied upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    <ProductVersion><%prversion("8.0.50727")%></ProductVersion>
6
6
    <SchemaVersion><%schemaversion("2.0")%></SchemaVersion>
7
7
    <ProjectGuid>{<%guid%>}</ProjectGuid>
 
8
<%if(UICulture)%>
 
9
    <UICulture><%UICulture%></UICulture>
 
10
<%endif%>
8
11
<%foreach(configurations)%>
9
12
<%if(forfirst)%>
10
13
    <Configuration Condition=" '$(Configuration)' == '' "><%configuration%></Configuration>
83
86
<%if(PlatformTarget)%>
84
87
    <PlatformTarget><%PlatformTarget%></PlatformTarget>
85
88
<%endif%>
 
89
<%if(Prefer32Bit)%>
 
90
    <Prefer32Bit><%Prefer32Bit%></Prefer32Bit>
 
91
<%endif%>
86
92
  </PropertyGroup>
87
93
<%endfor%>
88
94
<%endfor%>
130
136
<%endfor%>
131
137
  </ItemGroup>
132
138
  <ItemGroup>
 
139
<%foreach(appdef_files)%>
 
140
    <ApplicationDefinition Include="<%appdef_file%>">
 
141
      <Generator>MSBuild:Compile</Generator>
 
142
      <SubType>Designer</SubType>
 
143
    </ApplicationDefinition>
 
144
<%endfor%>
133
145
<%foreach(source_files)%>
134
146
<%if(contains(flag_overrides(source_file, subtype), ^(Form|Component|UserControl)$))%>
135
147
    <Compile Include="<%source_file%>">
181
193
<%endif%>
182
194
<%endfor%>
183
195
<%endfor%>
 
196
<%foreach(page_files)%>
 
197
    <Page Include="<%page_file%>">
 
198
      <SubType>Designer</SubType>
 
199
      <Generator>MSBuild:Compile</Generator>
 
200
    </Page>
 
201
<%endfor%>
184
202
<%foreach(resx_files)%>
185
203
    <EmbeddedResource Include="<%resx_file%>">
186
204
<%if(flag_overrides(resx_file, subtype))%>
213
231
<%foreach(embedded_resource_files)%>
214
232
    <EmbeddedResource Include="<%embedded_resource_file%>" />
215
233
<%endfor%>
 
234
<%foreach(resource_files)%>
 
235
    <Resource Include="<%resource_file%>" />
 
236
<%endfor%>
216
237
<%foreach(ico_files)%>
217
238
    <Content Include="<%ico_file%>" />
218
239
<%endfor%>
230
251
<%foreach(documentation_files)%>
231
252
    <None Include="<%documentation_file%>" />
232
253
<%endfor%>
 
254
<%foreach(splash_files)%>
 
255
    <SplashScreen Include="<%splash_file%>" />
 
256
<%endfor%>
233
257
  </ItemGroup>
234
258
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
235
259
  <PropertyGroup>