diff options
Diffstat (limited to 'src/wixlib/util.wixproj')
-rw-r--r-- | src/wixlib/util.wixproj | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj index e3688adf..720b184b 100644 --- a/src/wixlib/util.wixproj +++ b/src/wixlib/util.wixproj | |||
@@ -14,6 +14,8 @@ | |||
14 | <Compile Include="UtilExtension.wxs" /> | 14 | <Compile Include="UtilExtension.wxs" /> |
15 | <Compile Include="UtilExtension_x86.wxs" /> | 15 | <Compile Include="UtilExtension_x86.wxs" /> |
16 | <Compile Include="UtilExtension_x64.wxs" /> | 16 | <Compile Include="UtilExtension_x64.wxs" /> |
17 | <Compile Include="UtilExtension_arm.wxs" /> | ||
18 | <Compile Include="UtilExtension_arm64.wxs" /> | ||
17 | <EmbeddedResource Include="en-us.wxl" /> | 19 | <EmbeddedResource Include="en-us.wxl" /> |
18 | <EmbeddedResource Include="de-de.wxl" /> | 20 | <EmbeddedResource Include="de-de.wxl" /> |
19 | <EmbeddedResource Include="es-es.wxl" /> | 21 | <EmbeddedResource Include="es-es.wxl" /> |
@@ -22,9 +24,26 @@ | |||
22 | <EmbeddedResource Include="pt-br.wxl" /> | 24 | <EmbeddedResource Include="pt-br.wxl" /> |
23 | <EmbeddedResource Include="it-it.wxl" /> | 25 | <EmbeddedResource Include="it-it.wxl" /> |
24 | </ItemGroup> | 26 | </ItemGroup> |
27 | |||
25 | <ItemGroup> | 28 | <ItemGroup> |
26 | <None Include="packages.config" /> | 29 | <None Include="packages.config" /> |
27 | </ItemGroup> | 30 | </ItemGroup> |
31 | |||
32 | <ItemGroup> | ||
33 | <BindInputPaths Include="$(OutputPath)Win32"> | ||
34 | <BindName>x86</BindName> | ||
35 | </BindInputPaths> | ||
36 | <BindInputPaths Include="$(OutputPath)x64)"> | ||
37 | <BindName>x64</BindName> | ||
38 | </BindInputPaths> | ||
39 | <BindInputPaths Include="$(OutputPath)arm)"> | ||
40 | <BindName>arm</BindName> | ||
41 | </BindInputPaths> | ||
42 | <BindInputPaths Include="$(OutputPath)arm64)"> | ||
43 | <BindName>arm64</BindName> | ||
44 | </BindInputPaths> | ||
45 | </ItemGroup> | ||
46 | |||
28 | <ItemGroup> | 47 | <ItemGroup> |
29 | <ProjectReference Include="..\be\utilbe.vcxproj"> | 48 | <ProjectReference Include="..\be\utilbe.vcxproj"> |
30 | <Name>utilbe</Name> | 49 | <Name>utilbe</Name> |
@@ -33,18 +52,38 @@ | |||
33 | <ProjectReference Include="..\ca\utilca.vcxproj"> | 52 | <ProjectReference Include="..\ca\utilca.vcxproj"> |
34 | <Name>utilca</Name> | 53 | <Name>utilca</Name> |
35 | <Project>{076018F7-19BD-423A-ABBF-229273DA08D8}</Project> | 54 | <Project>{076018F7-19BD-423A-ABBF-229273DA08D8}</Project> |
55 | <Properties>Platform=ARM</Properties> | ||
56 | </ProjectReference> | ||
57 | <ProjectReference Include="..\ca\utilca.vcxproj"> | ||
58 | <Name>utilca</Name> | ||
59 | <Project>{076018F7-19BD-423A-ABBF-229273DA08D8}</Project> | ||
60 | <Properties>Platform=ARM64</Properties> | ||
61 | </ProjectReference> | ||
62 | <ProjectReference Include="..\ca\utilca.vcxproj"> | ||
63 | <Name>utilca</Name> | ||
64 | <Project>{076018F7-19BD-423A-ABBF-229273DA08D8}</Project> | ||
65 | <Properties>Platform=x86</Properties> | ||
66 | </ProjectReference> | ||
67 | <ProjectReference Include="..\ca\utilca.vcxproj"> | ||
68 | <Name>utilca</Name> | ||
69 | <Project>{076018F7-19BD-423A-ABBF-229273DA08D8}</Project> | ||
70 | <Properties>Platform=x64</Properties> | ||
36 | </ProjectReference> | 71 | </ProjectReference> |
37 | </ItemGroup> | 72 | </ItemGroup> |
73 | |||
38 | <ItemGroup> | 74 | <ItemGroup> |
39 | <None Include="caerr.wxi" /> | 75 | <None Include="caerr.wxi" /> |
40 | <None Include="caDecor.wxi" /> | 76 | <None Include="caDecor.wxi" /> |
41 | <None Include="UtilExtension_Platform.wxi" /> | 77 | <None Include="UtilExtension_Platform.wxi" /> |
42 | </ItemGroup> | 78 | </ItemGroup> |
79 | |||
43 | <Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' AND Exists('$(WixTargetsPath)') " /> | 80 | <Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' AND Exists('$(WixTargetsPath)') " /> |
44 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\wix.targets') " /> | 81 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\wix.targets') " /> |
82 | |||
45 | <Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' "> | 83 | <Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' "> |
46 | <Error Text="WiX Toolset build tools (v4.0 or later) must be installed to build this project. To download the WiX Toolset, go to http://wixtoolset.org/releases/." /> | 84 | <Error Text="WiX Toolset build tools (v4.0 or later) must be installed to build this project. To download the WiX Toolset, go to http://wixtoolset.org/releases/." /> |
47 | </Target> | 85 | </Target> |
86 | |||
48 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 87 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
49 | <PropertyGroup> | 88 | <PropertyGroup> |
50 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | 89 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
@@ -52,5 +91,6 @@ | |||
52 | <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" /> | 91 | <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" /> |
53 | <Error Condition="!Exists('..\..\packages\WixToolset.MSBuild.4.0.0-build-0104\build\WixToolset.MSBuild.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.MSBuild.4.0.0-build-0104\build\WixToolset.MSBuild.props'))" /> | 92 | <Error Condition="!Exists('..\..\packages\WixToolset.MSBuild.4.0.0-build-0104\build\WixToolset.MSBuild.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.MSBuild.4.0.0-build-0104\build\WixToolset.MSBuild.props'))" /> |
54 | </Target> | 93 | </Target> |
94 | |||
55 | <Import Project="..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" /> | 95 | <Import Project="..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" /> |
56 | </Project> | 96 | </Project> |