Files
locknote/LockNote.sln
Nic 939bcfade2 Initial commit
This commit includes an updated, mostly refactored version of LockNote
for Windows Phone version 1.3. The last version released to the public
in 2014 was 1.2.

The app has been completely designed (back in 2014) to match a more
modern design approach, including the use of the user's accent color.

The live tile and logo have been redesigned while still trying to
recreate the original app icon. I don't have the original design
files anymore, so I had to recreate it to use the icons in higher
resolutions.
2026-04-06 18:52:15 +02:00

41 lines
2.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LockNote", "LockNote\LockNote.csproj", "{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Debug|ARM.ActiveCfg = Debug|ARM
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Debug|ARM.Build.0 = Debug|ARM
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Debug|ARM.Deploy.0 = Debug|ARM
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Debug|x86.ActiveCfg = Debug|x86
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Debug|x86.Build.0 = Debug|x86
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Debug|x86.Deploy.0 = Debug|x86
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Release|Any CPU.Build.0 = Release|Any CPU
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Release|Any CPU.Deploy.0 = Release|Any CPU
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Release|ARM.ActiveCfg = Release|ARM
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Release|ARM.Build.0 = Release|ARM
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Release|ARM.Deploy.0 = Release|ARM
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Release|x86.ActiveCfg = Release|x86
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Release|x86.Build.0 = Release|x86
{26F1E9F8-BE72-42CA-8B8F-A5145EF39AF3}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal