aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/MsmqExtension.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/MsmqExtension.wixproj')
-rw-r--r--src/wixlib/MsmqExtension.wixproj24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/wixlib/MsmqExtension.wixproj b/src/wixlib/MsmqExtension.wixproj
new file mode 100644
index 00000000..6dcdfbc7
--- /dev/null
+++ b/src/wixlib/MsmqExtension.wixproj
@@ -0,0 +1,24 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3
4
5<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
6 <PropertyGroup>
7 <ProjectGuid>{42493058-5FC8-4F85-9884-FF3190E084B6}</ProjectGuid>
8 <OutputName>msmq</OutputName>
9 <OutputType>Library</OutputType>
10 <BindFiles>true</BindFiles>
11 </PropertyGroup>
12
13 <ItemGroup>
14 <Compile Include="MsmqExtension.wxs" />
15 <EmbeddedResource Include="en-us.wxl" />
16 <EmbeddedResource Include="ja-jp.wxl" />
17 </ItemGroup>
18
19 <ItemGroup>
20 <ProjectReference Include="..\ca\msmqca.proj" />
21 </ItemGroup>
22
23 <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
24</Project>