|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
9 | 9 | <OutputName>Eform Angular Frontend</OutputName> |
10 | 10 | <OutputType>Bundle</OutputType> |
11 | 11 | <Name>InstallBundle</Name> |
12 | | - <!--<WixToolPath>$(ProjectDir)..\wix\3.11\</WixToolPath> |
| 12 | + <!--<WixToolPath>$(ProjectDir)..\wix\3.11\</WixToolPath> |
13 | 13 | <WixTargetsPath>$(WixToolPath)\wix.targets</WixTargetsPath> |
14 | 14 | <WixTasksPath>wixtasks.dll</WixTasksPath>--> |
15 | 15 | </PropertyGroup> |
|
22 | 22 | <OutputPath>..\AllowMultipleVersionsBundle\Resources\</OutputPath> |
23 | 23 | <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> |
24 | 24 | </PropertyGroup> |
| 25 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
| 26 | + <DefineConstants>Debug</DefineConstants> |
| 27 | + <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 28 | + <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
| 29 | + </PropertyGroup> |
| 30 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> |
| 31 | + <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 32 | + <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
| 33 | + </PropertyGroup> |
| 34 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
| 35 | + <DefineConstants>Debug</DefineConstants> |
| 36 | + <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 37 | + <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
| 38 | + </PropertyGroup> |
| 39 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> |
| 40 | + <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 41 | + <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
| 42 | + </PropertyGroup> |
| 43 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ia64' "> |
| 44 | + <DefineConstants>Debug</DefineConstants> |
| 45 | + <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 46 | + <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
| 47 | + </PropertyGroup> |
| 48 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ia64' "> |
| 49 | + <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 50 | + <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
| 51 | + </PropertyGroup> |
25 | 52 | <ItemGroup> |
26 | 53 | <Compile Include="Bundle.wxs" /> |
27 | 54 | </ItemGroup> |
|
66 | 93 | <ItemGroup> |
67 | 94 | <EmbeddedResource Include="HyperlinkTheme.wxl" /> |
68 | 95 | </ItemGroup> |
69 | | - <Import Project="$(WixTargetsPath)"/> |
| 96 | + <Import Project="$(WixTargetsPath)" /> |
70 | 97 | <!-- |
71 | 98 | To modify your build process, add your task inside one of the targets below and uncomment it. |
72 | 99 | Other similar extension points exist, see Wix.targets. |
|
0 commit comments