|
26 | 26 | <SuppressValidation>true</SuppressValidation> |
27 | 27 | <DefineConstants>ClientPath=..\..\..\eform-client; ApiPath=..\..\eformapi.web; LetsEncryptPath=..\..\..\eFormAPI\Installation\letsencrypt</DefineConstants> |
28 | 28 | </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> |
29 | 35 | <ItemGroup> |
30 | 36 | <Compile Include="ApiFileList.wxs" /> |
31 | 37 | <Compile Include="ExitDlgModified.wxs" /> |
|
94 | 100 | <PropertyGroup> |
95 | 101 | <PostBuildEvent>"$(ProjectDir)BuildedCustomActions\AllowMultipleVersions.exe" "$(TargetPath)"</PostBuildEvent> |
96 | 102 | </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> |
110 | 103 | <!-- |
111 | 104 | To modify your build process, add your task inside one of the targets below and uncomment it. |
112 | 105 | Other similar extension points exist, see Wix.targets. |
|
0 commit comments