Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# InvLock
Transparent lockscreen for windows.
![InvLock](https://socialify.git.ci/Stone-Red-Code/InvLock/image?custom_description=Transparent%2FInvisible+lock+screen+for+windows.&description=1&forks=1&issues=1&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB3aWR0aD0iMTAyIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMiAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI%2BCjxyZWN0IHg9IjIiIHk9IjAuMTE2NDU1IiB3aWR0aD0iMTAwIiBoZWlnaHQ9Ijk5Ljg4MzciIHJ4PSI0OS45NDE4IiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNNi4wOTIyMyA2OFY2My45ODVIMTQuNTA3MlYzNy43NUg2LjUzMjIzVjMzLjczNUgyNy41OTcyVjM3Ljc1SDE5LjI5MjJWNjQuMDRIMjcuOTgyMlY2OEg2LjA5MjIzWk0zNy4wMzU3IDMzLjczNUg0MS45MzA3TDU5LjMxMDcgNTguNjVMNTkuMjAwNyAzMy43MzVINjMuNzY1N0g2NC4yNjA3VjM0LjE3NUM2NC4wNzc0IDM0LjM5NSA2My45NDkxIDM0LjYzMzMgNjMuODc1NyAzNC44OUM2My44MzkxIDM1LjE0NjcgNjMuODIwNyAzNS41ODY3IDYzLjgyMDcgMzYuMjFWNjhINTkuNzUwN0w0MS42NTU3IDQxLjZWNjhIMzcuMDM1N1YzMy43MzVaTTgyLjIyNDMgNjguMTY1TDY4LjQxOTMgMzMuNjhINzMuNTM0M0w4My45ODQzIDU5LjkxNUw5My45MzkzIDMzLjczNUg5OC43NzkzTDg1LjE5NDMgNjguMTY1SDgyLjIyNDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K&name=1&pattern=Formal+Invitation&pulls=1&stargazers=1&theme=Auto)

## Usage

1. Download & install the latest release
- Microsoft Store: [Store Page (Coming Soon)](https://www.microsoft.com/store/apps)
- GitHub: [Releases](https://github.com/Stone-Red-Code/InvLock/releases)
2. (Optional) Put a shortcut to the `InvLock.exe` file in the installation directory into the `shell:startup` directory.
3. Start the app and configure the settings to your liking.

## Follow the development

[![Twitter(X)](http://img.shields.io/badge/Twitter-black.svg?&logo=x&style=for-the-badge&logoColor=white)](https://x.com/search?q=from%3A%40StoneRedCode%20%23InvLock)

## Preview

<Preview Images>

## Third party licenses

- [WPF UI](https://github.com/lepoco/wpfui) - [MIT](https://github.com/lepoco/wpfui/blob/main/LICENSE.md)
- [SharpHook](https://github.com/TolikPylypchuk/SharpHook) - [MIT](https://github.com/TolikPylypchuk/SharpHook/blob/main/LICENSE)
51 changes: 51 additions & 0 deletions installer/Installer.iss
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#expr Exec('cmd.exe /C', 'dotnet build -o "' + SourcePath + '\publish" -c Release ' + SourcePath + '..\src\InvLock\')

#define MyAppName "InvLock"
#define MyAppVersion GetVersionNumbersString("/publish/InvLock.exe")
#define MyAppPublisher "Stone_Red"
#define MyAppExeName "InvLock.exe"

[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId=68d780d4-b946-4154-8815-e4632e5ec5d8
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
DefaultDirName={autopf}\{#MyAppName}
DisableProgramGroupPage=yes
; The [Icons] "quicklaunchicon" entry uses {userappdata} but its [Tasks] entry has a proper IsAdminInstallMode Check.
UsedUserAreasWarning=no
; Remove the following line to run in administrative install mode (install for all users.)
PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputBaseFilename={#MyAppName}-Installer
OutputDir=.
Compression=lzma
SolidCompression=yes
WizardStyle=modern

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 6.1; Check: not IsAdminInstallMode

[Files]
Source: "publish\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

Binary file added installer/InvLock-Installer.exe
Binary file not shown.
58 changes: 57 additions & 1 deletion src/InvLock.sln
Original file line number Diff line number Diff line change
@@ -1,20 +1,76 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113 d17.12
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InvLock", "InvLock\InvLock.csproj", "{CE36EA45-CC69-468A-8550-EF8912236277}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "MsixPackaging", "MsixPackaging\MsixPackaging.wapproj", "{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE36EA45-CC69-468A-8550-EF8912236277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Debug|ARM.ActiveCfg = Debug|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Debug|ARM.Build.0 = Debug|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Debug|ARM64.Build.0 = Debug|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Debug|x64.ActiveCfg = Debug|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Debug|x64.Build.0 = Debug|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Debug|x86.ActiveCfg = Debug|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Debug|x86.Build.0 = Debug|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Release|Any CPU.Build.0 = Release|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Release|ARM.ActiveCfg = Release|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Release|ARM.Build.0 = Release|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Release|ARM64.ActiveCfg = Release|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Release|ARM64.Build.0 = Release|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Release|x64.ActiveCfg = Release|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Release|x64.Build.0 = Release|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Release|x86.ActiveCfg = Release|Any CPU
{CE36EA45-CC69-468A-8550-EF8912236277}.Release|x86.Build.0 = Release|Any CPU
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|ARM.ActiveCfg = Debug|ARM
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|ARM.Build.0 = Debug|ARM
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|ARM.Deploy.0 = Debug|ARM
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|ARM64.ActiveCfg = Debug|ARM64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|ARM64.Build.0 = Debug|ARM64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|ARM64.Deploy.0 = Debug|ARM64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|x64.ActiveCfg = Debug|x64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|x64.Build.0 = Debug|x64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|x64.Deploy.0 = Debug|x64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|x86.ActiveCfg = Debug|x86
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|x86.Build.0 = Debug|x86
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Debug|x86.Deploy.0 = Debug|x86
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|Any CPU.Build.0 = Release|Any CPU
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|ARM.ActiveCfg = Release|ARM
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|ARM.Build.0 = Release|ARM
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|ARM.Deploy.0 = Release|ARM
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|ARM64.ActiveCfg = Release|ARM64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|ARM64.Build.0 = Release|ARM64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|ARM64.Deploy.0 = Release|ARM64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|x64.ActiveCfg = Release|x64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|x64.Build.0 = Release|x64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|x64.Deploy.0 = Release|x64
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|x86.ActiveCfg = Release|x86
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|x86.Build.0 = Release|x86
{B6B1B982-4AD7-4BA4-9D2C-A9606EB03DDA}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MsixPackaging/Images/LargeTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MsixPackaging/Images/LargeTile.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MsixPackaging/Images/LargeTile.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MsixPackaging/Images/LargeTile.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MsixPackaging/Images/SmallTile.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MsixPackaging/Images/SmallTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MsixPackaging/Images/SmallTile.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MsixPackaging/Images/SmallTile.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MsixPackaging/Images/SmallTile.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MsixPackaging/Images/StoreLogo.backup.png
Binary file added src/MsixPackaging/Images/StoreLogo.scale-100.png
Binary file added src/MsixPackaging/Images/StoreLogo.scale-125.png
Binary file added src/MsixPackaging/Images/StoreLogo.scale-150.png
Binary file added src/MsixPackaging/Images/StoreLogo.scale-200.png
Binary file added src/MsixPackaging/Images/StoreLogo.scale-400.png
Binary file added src/MsixPackaging/Logo.png
164 changes: 164 additions & 0 deletions src/MsixPackaging/MsixPackaging.wapproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
<VisualStudioVersion>15.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x86">
<Configuration>Debug</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x86">
<Configuration>Release</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup>
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
</PropertyGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>b6b1b982-4ad7-4ba4-9d2c-a9606eb03dda</ProjectGuid>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<NoWarn>$(NoWarn);NU1702</NoWarn>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x86</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<EntryPointProjectUniqueName>..\InvLock\InvLock.csproj</EntryPointProjectUniqueName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
</ItemGroup>
<ItemGroup>
<Content Include="Images\LargeTile.scale-100.png" />
<Content Include="Images\LargeTile.scale-125.png" />
<Content Include="Images\LargeTile.scale-150.png" />
<Content Include="Images\LargeTile.scale-200.png" />
<Content Include="Images\LargeTile.scale-400.png" />
<Content Include="Images\SmallTile.scale-100.png" />
<Content Include="Images\SmallTile.scale-125.png" />
<Content Include="Images\SmallTile.scale-150.png" />
<Content Include="Images\SmallTile.scale-200.png" />
<Content Include="Images\SmallTile.scale-400.png" />
<Content Include="Images\SplashScreen.scale-100.png" />
<Content Include="Images\SplashScreen.scale-125.png" />
<Content Include="Images\SplashScreen.scale-150.png" />
<Content Include="Images\SplashScreen.scale-200.png" />
<Content Include="Images\LockScreenLogo.scale-200.png" />
<Content Include="Images\SplashScreen.scale-400.png" />
<Content Include="Images\Square150x150Logo.scale-100.png" />
<Content Include="Images\Square150x150Logo.scale-125.png" />
<Content Include="Images\Square150x150Logo.scale-150.png" />
<Content Include="Images\Square150x150Logo.scale-200.png" />
<Content Include="Images\Square150x150Logo.scale-400.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-24.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-32.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-16.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-256.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-32.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-48.png" />
<Content Include="Images\Square44x44Logo.scale-100.png" />
<Content Include="Images\Square44x44Logo.scale-125.png" />
<Content Include="Images\Square44x44Logo.scale-150.png" />
<Content Include="Images\Square44x44Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.scale-400.png" />
<Content Include="Images\Square44x44Logo.targetsize-16.png" />
<Content Include="Images\Square44x44Logo.targetsize-24.png" />
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Images\Square44x44Logo.targetsize-256.png" />
<Content Include="Images\Square44x44Logo.targetsize-32.png" />
<Content Include="Images\Square44x44Logo.targetsize-48.png" />
<Content Include="Images\StoreLogo.scale-100.png" />
<Content Include="Images\StoreLogo.scale-125.png" />
<Content Include="Images\StoreLogo.scale-150.png" />
<Content Include="Images\StoreLogo.scale-200.png" />
<Content Include="Images\StoreLogo.scale-400.png" />
<Content Include="Images\Wide310x150Logo.scale-100.png" />
<Content Include="Images\Wide310x150Logo.scale-125.png" />
<Content Include="Images\Wide310x150Logo.scale-150.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
<Content Include="Images\Wide310x150Logo.scale-400.png" />
<None Include="Package.StoreAssociation.xml" />
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\InvLock\InvLock.csproj" />
</ItemGroup>
</Project>
49 changes: 49 additions & 0 deletions src/MsixPackaging/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>

<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">

<Identity
Name="StoneRed.9985F47BE4F2"
Publisher="CN=6D1FD759-1951-428A-9B03-964461C7DBF5"
Version="1.0.0.0" />

<Properties>
<DisplayName>InvLock</DisplayName>
<PublisherDisplayName>Stone_Red</PublisherDisplayName>
<Logo>Images\StoreLogo.png</Logo>
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
</Dependencies>

<Resources>
<Resource Language="x-generate"/>
</Resources>

<Applications>
<Application Id="App"
Executable="$targetnametoken$.exe"
EntryPoint="$targetentrypoint$">
<uap:VisualElements
DisplayName="InvLock"
Description="Transparent/Invisible lockscreen for windows."
BackgroundColor="transparent"
Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" Square71x71Logo="Images\SmallTile.png" Square310x310Logo="Images\LargeTile.png"/>
<uap:SplashScreen Image="Images\SplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>

<Capabilities>
<Capability Name="internetClient" />
<rescap:Capability Name="runFullTrust" />
</Capabilities>
</Package>