mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-12-22 01:02:43 -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' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||||
|
<CompilerAdditionalOptions>
|
||||||
|
</CompilerAdditionalOptions>
|
||||||
|
<LinkerAdditionalOptions>
|
||||||
|
</LinkerAdditionalOptions>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Product.wxs" />
|
<Compile Include="Product.wxs" />
|
||||||
|
|
Loading…
Reference in a new issue