mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-12-21 17:02:28 -06:00
Updating Installer Configuration
Updating the installer configuration. The new structure in ../ThirdPartyCompiled required a rework of the installer config.
This commit is contained in:
parent
703ee8a3e3
commit
a96c943a89
2 changed files with 1692 additions and 306 deletions
File diff suppressed because it is too large
Load diff
|
@ -17,6 +17,10 @@
|
|||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||
<CompilerAdditionalOptions>
|
||||
</CompilerAdditionalOptions>
|
||||
<LinkerAdditionalOptions>
|
||||
</LinkerAdditionalOptions>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Product.wxs" />
|
||||
|
|
Loading…
Reference in a new issue