-
Notifications
You must be signed in to change notification settings - Fork 0
/
B2Sync.sln
47 lines (47 loc) · 2.18 KB
/
B2Sync.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "B2Sync", "B2Sync\B2Sync.csproj", "{87F8A330-D0C1-41EB-BD42-633F28098C67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Screenshots", "Screenshots", "{A8272C90-F0B5-4FE0-BE2D-01E30765E945}"
ProjectSection(SolutionItems) = preProject
Screenshots\B2MenuAppKeys.png = Screenshots\B2MenuAppKeys.png
Screenshots\B2NewAppKeyButton.png = Screenshots\B2NewAppKeyButton.png
Screenshots\B2NewAppKeyInfo.png = Screenshots\B2NewAppKeyInfo.png
Screenshots\B2NewAppKeyModal.png = Screenshots\B2NewAppKeyModal.png
Screenshots\KeePassPluginKeys.png = Screenshots\KeePassPluginKeys.png
Screenshots\KeePassPluginOptions.png = Screenshots\KeePassPluginOptions.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{55FF3935-40C7-461A-8251-87F174BAD397}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Miscellaneous", "Miscellaneous", "{2C1D6798-AB86-4F76-97CA-102EB4FF5420}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build-plgx.bat = build-plgx.bat
NuGet.config = NuGet.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87F8A330-D0C1-41EB-BD42-633F28098C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87F8A330-D0C1-41EB-BD42-633F28098C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87F8A330-D0C1-41EB-BD42-633F28098C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87F8A330-D0C1-41EB-BD42-633F28098C67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AFCD9F8-D202-4DB9-B7F7-3A0615BE0075}
EndGlobalSection
EndGlobal