|
|
|
@ -6,8 +6,8 @@
@@ -6,8 +6,8 @@
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
|
<ProjectGuid>{A4BA0771-DA4A-4A94-A5EC-5BA10B52816F}</ProjectGuid> |
|
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
|
<RootNamespace>ILSpy.MsiBuilder</RootNamespace> |
|
|
|
|
<AssemblyName>ILSpy.MsiBuilder</AssemblyName> |
|
|
|
|
<RootNamespace>ILSpy.Installer</RootNamespace> |
|
|
|
|
<AssemblyName>ILSpy.Installer</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
|
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
|
|
@ -35,6 +35,9 @@
@@ -35,6 +35,9 @@
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<StartupObject>ILSpy.Installer.Builder</StartupObject> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="BootstrapperCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ce35f76fcda82bad, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\packages\WixSharp.bin.1.19.0\lib\BootstrapperCore.dll</HintPath> |
|
|
|
@ -61,6 +64,8 @@
@@ -61,6 +64,8 @@
|
|
|
|
|
</Reference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="AppPackage.cs.template" /> |
|
|
|
|
<Compile Include="AppPackage.cs" /> |
|
|
|
|
<Compile Include="setup.cs" /> |
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
|
<None Include="wix\$(ProjectName).g.wxs" /> |