summaryrefslogtreecommitdiff
path: root/templates/vc8csharp.mpd
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-08-25 18:46:57 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-08-25 18:46:57 +0000
commit064543b180cf1298ef531553095aead5ef5bfa2e (patch)
treef53f9aa1a6c844dc4bb0d4d3a91c027f65af301e /templates/vc8csharp.mpd
parent919ef586659cd70ac80195a9d6a8152bdd004bc7 (diff)
downloadMPC-064543b180cf1298ef531553095aead5ef5bfa2e.tar.gz
ChangeLogTag: Wed Aug 25 18:36:32 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'templates/vc8csharp.mpd')
-rw-r--r--templates/vc8csharp.mpd20
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/vc8csharp.mpd b/templates/vc8csharp.mpd
index b6edc535..73324b8a 100644
--- a/templates/vc8csharp.mpd
+++ b/templates/vc8csharp.mpd
@@ -111,18 +111,18 @@
</Reference>
<%endfor%>
<%foreach(comreferences)%>
- <COMReference Include="<%comreference->_default%>">
- <Guid>{<%uc(comreference->guid)%>}</Guid>
- <VersionMajor><%comreference->majorver("1")%></VersionMajor>
- <VersionMinor><%comreference->minorver("0")%></VersionMinor>
- <Lcid><%comreference->lcid("0")%></Lcid>
- <WrapperTool><%comreference->wrapper("tlbimp")%></WrapperTool>
- <Isolated><%comreference->isolated("False")%></Isolated>
- <Private><%comreference->copylocal("False")%></Private>
+ <COMReference Include="<%comreference->_default%>">
+ <Guid>{<%uc(comreference->guid)%>}</Guid>
+ <VersionMajor><%comreference->majorver("1")%></VersionMajor>
+ <VersionMinor><%comreference->minorver("0")%></VersionMinor>
+ <Lcid><%comreference->lcid("0")%></Lcid>
+ <WrapperTool><%comreference->wrapper("tlbimp")%></WrapperTool>
+ <Isolated><%comreference->isolated("False")%></Isolated>
+ <Private><%comreference->copylocal("False")%></Private>
<%if(comreference->embed)%>
- <EmbedInteropTypes><%comreference->embed%></EmbedInteropTypes>
+ <EmbedInteropTypes><%comreference->embed%></EmbedInteropTypes>
<%endif%>
- </COMReference>
+ </COMReference>
<%endfor%>
</ItemGroup>
<ItemGroup>