File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ <Project DefaultTargets =" GenerateMsi" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Import Project =" $(MSBuildExtensionsPath)\BtsMsiTask\BtsMsiTask.targets" />
3+
4+ <PropertyGroup >
5+ <DestinationPath >.</DestinationPath >
6+ <ApplicationName >BizTalkComponents.Utilities.DbQueryUtility</ApplicationName >
7+ <Configuration ></Configuration >
8+ </PropertyGroup >
9+ <ItemGroup >
10+ <Resource Include =" ..\Src\DbQueryUtility\bin\debug\BizTalkComponents.Utilities.DbQueryUtility.dll" />
11+ </ItemGroup >
12+
13+ <Target Name =" GenerateMsi" >
14+ <MsiTask
15+ FileName=" BizTalkComponents.Utilities.LookupUtility1.0.0.0.msi"
16+ DestinationPath=" $(DestinationPath)"
17+ ApplicationName=" $(ApplicationName)"
18+ SourceLocation=" C:\%(Info.AssemblyInformationalVersion)"
19+ Resources=" @(Resource)" />
20+ </Target >
21+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <package >
3+ <metadata >
4+ <id >BizTalkComponents.Utilities.DbQueryUtility</id >
5+ <version >$version$</version >
6+ <authors >Richard Hallgren</authors >
7+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
8+ <projectUrl >https://github.com/BizTalkComponents/DbQueryUtility</projectUrl >
9+ <description >Utility for reading data from database.</description >
10+ <releaseNotes >Initial release.</releaseNotes >
11+ <copyright >Copyright 2017</copyright >
12+ <tags >BizTalk</tags >
13+ </metadata >
14+ </package >
You can’t perform that action at this time.
0 commit comments