-
Notifications
You must be signed in to change notification settings - Fork 42
/
KoenZomers.KeePass.OneDriveSync.sln
66 lines (66 loc) · 3.79 KB
/
KoenZomers.KeePass.OneDriveSync.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KoenZomers.KeePass.OneDriveSync", "KoenZomers.KeePass.OneDriveSync\KoenZomers.KeePass.OneDriveSync.csproj", "{ED981431-32EA-4FC8-BF5B-D5A29B3AD52E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{078F6134-F1AF-4F2A-907F-C8AC4C976834}"
ProjectSection(SolutionItems) = preProject
KoenZomers.KeePass.OneDriveSync\CredentialManagement.dll = KoenZomers.KeePass.OneDriveSync\CredentialManagement.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C51FE94D-1D06-497B-97AA-5B80030F6E7A}"
ProjectSection(SolutionItems) = preProject
create-plgx.cmd = create-plgx.cmd
NuGet.config = NuGet.config
version.txt = version.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Screenshots", "Screenshots", "{1985E673-364B-4E4F-9DF4-7F110239AEB0}"
ProjectSection(SolutionItems) = preProject
Screenshots\AuthenticateToOneDrive.png = Screenshots\AuthenticateToOneDrive.png
Screenshots\ChooseCloudStorage.png = Screenshots\ChooseCloudStorage.png
Screenshots\ConfigurationDetails.png = Screenshots\ConfigurationDetails.png
Screenshots\ConfigurationsContextMenu.png = Screenshots\ConfigurationsContextMenu.png
Screenshots\ConfigurationsOverview.png = Screenshots\ConfigurationsOverview.png
Screenshots\CredentialManagerControlPanel.png = Screenshots\CredentialManagerControlPanel.png
Screenshots\KeePassCheckForUpdates.png = Screenshots\KeePassCheckForUpdates.png
Screenshots\KeePassOneDriveSyncConfigurationOptions.png = Screenshots\KeePassOneDriveSyncConfigurationOptions.png
Screenshots\KeePassOneDriveSyncOptions.png = Screenshots\KeePassOneDriveSyncOptions.png
Screenshots\KeePassPluginUpToDate.png = Screenshots\KeePassPluginUpToDate.png
Screenshots\KeePassProxyOptions.png = Screenshots\KeePassProxyOptions.png
Screenshots\KeePasstoolsPlugins.png = Screenshots\KeePasstoolsPlugins.png
Screenshots\KeePassVerifyPluginPresent.png = Screenshots\KeePassVerifyPluginPresent.png
Screenshots\OfflineMode.png = Screenshots\OfflineMode.png
Screenshots\OneDriveConsentToPriviledges.png = Screenshots\OneDriveConsentToPriviledges.png
Screenshots\OneDriveDatabaseUploaded.png = Screenshots\OneDriveDatabaseUploaded.png
Screenshots\OneDriveSelectLocation.png = Screenshots\OneDriveSelectLocation.png
Screenshots\OneDriveTwoFactorAuthentication.png = Screenshots\OneDriveTwoFactorAuthentication.png
Screenshots\StartSyncing.png = Screenshots\StartSyncing.png
Screenshots\WhereToStoreOneDriveToken.png = Screenshots\WhereToStoreOneDriveToken.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{C681B3E0-217B-497C-A067-12FE1CC6DE69}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED981431-32EA-4FC8-BF5B-D5A29B3AD52E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED981431-32EA-4FC8-BF5B-D5A29B3AD52E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED981431-32EA-4FC8-BF5B-D5A29B3AD52E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED981431-32EA-4FC8-BF5B-D5A29B3AD52E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {508E11B0-378C-44C7-B479-337C56E78BBB}
EndGlobalSection
EndGlobal