mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
16 lines
436 B
XML
16 lines
436 B
XML
<Project Sdk="WixToolset.Sdk/6.0.2">
|
|
<PropertyGroup>
|
|
<OutputType>Package</OutputType>
|
|
<ProductName>SwiftLint</ProductName>
|
|
<PackageName>SwiftLint</PackageName>
|
|
<DefineConstants>
|
|
ProductVersion=$(ProductVersion);
|
|
SwiftLintBuildDir=$(SwiftLintBuildDir)
|
|
</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="WixToolset.UI.wixext" Version="6.0.2" />
|
|
</ItemGroup>
|
|
</Project>
|