Skip to content

Commit bdccd2c

Browse files
committed
Moving the configurations.
1 parent 304c0f2 commit bdccd2c

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

eFormAPI/Installation/MainInstaller/MainInstaller.wixproj

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
<SuppressValidation>true</SuppressValidation>
2727
<DefineConstants>ClientPath=..\..\..\eform-client; ApiPath=..\..\eformapi.web; LetsEncryptPath=..\..\..\eFormAPI\Installation\letsencrypt</DefineConstants>
2828
</PropertyGroup>
29+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
30+
<OutputPath>..\Bundle\</OutputPath>
31+
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
32+
<SuppressValidation>true</SuppressValidation>
33+
<DefineConstants>ClientPath=..\..\..\eform-client; ApiPath=..\..\eformapi.web; LetsEncryptPath=..\..\..\eFormAPI\Installation\letsencrypt</DefineConstants>
34+
</PropertyGroup>
2935
<ItemGroup>
3036
<Compile Include="ApiFileList.wxs" />
3137
<Compile Include="ExitDlgModified.wxs" />
@@ -94,19 +100,6 @@
94100
<PropertyGroup>
95101
<PostBuildEvent>"$(ProjectDir)BuildedCustomActions\AllowMultipleVersions.exe" "$(TargetPath)"</PostBuildEvent>
96102
</PropertyGroup>
97-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
98-
<DefineConstants>Debug</DefineConstants>
99-
<SuppressAllWarnings>False</SuppressAllWarnings>
100-
<SuppressValidation>True</SuppressValidation>
101-
<Pedantic>True</Pedantic>
102-
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
103-
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
104-
</PropertyGroup>
105-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
106-
<SuppressValidation>true</SuppressValidation>
107-
<OutputPath>..\Bundle\</OutputPath>
108-
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
109-
</PropertyGroup>
110103
<!--
111104
To modify your build process, add your task inside one of the targets below and uncomment it.
112105
Other similar extension points exist, see Wix.targets.

0 commit comments

Comments
 (0)