First real stable push since migrating
This commit is contained in:
35
LD_SysInfo_Installer/LD_SysInfo_Installer.wixproj
Normal file
35
LD_SysInfo_Installer/LD_SysInfo_Installer.wixproj
Normal file
@@ -0,0 +1,35 @@
|
||||
<Project Sdk="WixToolset.Sdk/5.0.2">
|
||||
<PropertyGroup>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
||||
<SuppressAllWarnings>false</SuppressAllWarnings>
|
||||
<Pedantic>true</Pedantic>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Product.wxs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Assets" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Assets\LDShortcut.ico" />
|
||||
<Content Include="Assets\windowsdesktop-runtime-8.0.13-win-x64.exe">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\LD-SysInfo\LD-SysInfo.csproj">
|
||||
<Name>LD-SysInfo</Name>
|
||||
<Project>{604bf69a-6bff-4637-88b5-78936c7eb68f}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.2" />
|
||||
</ItemGroup>
|
||||
<Target Name="CollectSuggestedVisualStudioComponentIds" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user