diff options
| author | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2021-10-03 11:37:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-03 09:37:33 +0000 |
| commit | a9fc0adf962af598972d9dde7b4b4a91c61837ba (patch) | |
| tree | cf47a2f8233f97f2e476c9d83e1a31dde93145c5 /xp.manifest | |
| parent | d378b0252f0f8ea7a97889e35320a49b9192affc (diff) | |
Move resources to res/ directory (#1204)
* Move resources to res/ directory and update CMake scripts accordingly
Co-authored-by: Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com>
Diffstat (limited to 'xp.manifest')
| -rw-r--r-- | xp.manifest | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/xp.manifest b/xp.manifest deleted file mode 100644 index 85ca945..0000000 --- a/xp.manifest +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="Exe.Apps.Project" - processorArchitecture="amd64" - version="1.0.0.0" - type="win32"/> -<description>Project</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="amd64" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly> |