Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 54c2fbb

Browse files
committedAug 24, 2023
Manifest updates:
- Removed target to add manifest using mt.exe. The manifest is already in the project and embedded in the executable after the build. - Removed Windows Vista and Windows 8 as .NET Framework 4.8 is not installable there. Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
1 parent adec15e commit 54c2fbb

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed
 

‎AddManifest.targets

-9
This file was deleted.

‎XenAdmin/XenAdmin.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -6796,7 +6796,6 @@
67966796
</ItemGroup>
67976797
<ItemGroup />
67986798
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6799-
<Import Project="$(SolutionDir)AddManifest.targets" />
68006799
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68016800
Other similar extension points exist, see Microsoft.Common.targets.
68026801
<Target Name="BeforeBuild">

‎XenAdmin/app.manifest

+1-6
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,14 @@
1111
</trustInfo>
1212
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1313
<application>
14-
<!-- Windows Vista -->
15-
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
1614

1715
<!-- Windows 7 -->
1816
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
1917

20-
<!-- Windows 8 -->
21-
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
22-
2318
<!-- Windows 8.1 -->
2419
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />
2520

26-
<!-- Windows 10 -->
21+
<!-- Windows 10 and Windows 11 -->
2722
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
2823

2924
</application>

‎xe/Xe.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
</EmbeddedResource>
8484
</ItemGroup>
8585
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
86-
<Import Project="$(SolutionDir)AddManifest.targets" />
8786
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8887
Other similar extension points exist, see Microsoft.Common.targets.
8988
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)
This repository has been archived.