-
Notifications
You must be signed in to change notification settings - Fork 21
/
PrivacyIDEA-CredentialProvider.sln
92 lines (92 loc) · 5.26 KB
/
PrivacyIDEA-CredentialProvider.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CredentialProviderFilter", "CredentialProviderFilter\CredentialProviderFilter.vcxproj", "{E8100BB4-E5F1-47D0-A4FD-4A8C70503D9F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{702EF40A-4EA9-4927-B46F-A876B7DA17DF}"
ProjectSection(SolutionItems) = preProject
ApacheLicense.rtf = ApacheLicense.rtf
ApacheLicense.txt = ApacheLicense.txt
BUILD.TXT = BUILD.TXT
locales\de.json = locales\de.json
locales\en.json = locales\en.json
locales\es.json = locales\es.json
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CredentialProvider", "CredentialProvider\CredentialProvider.vcxproj", "{2DF895C3-D1B4-4632-8F76-F06670A0D311}"
ProjectSection(ProjectDependencies) = postProject
{6DB4CA8D-7529-4310-A4CF-F3DED2D143CC} = {6DB4CA8D-7529-4310-A4CF-F3DED2D143CC}
EndProjectSection
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "WiXSetup", "WiXSetup\WiXSetup.wixproj", "{4D2113B2-C2D3-44D1-BFC7-5502E801872E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "versioning", "versioning", "{F6FE8812-5A52-4DF8-A56A-9E8E1B4B9EE7}"
ProjectSection(SolutionItems) = preProject
versioning\version.h = versioning\version.h
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppClient", "CppClient\CppClient\CppClient.vcxproj", "{6DB4CA8D-7529-4310-A4CF-F3DED2D143CC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Shared", "Shared\Shared.vcxproj", "{B8D8378C-0720-4DCC-BA1D-D55BDDD97037}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8100BB4-E5F1-47D0-A4FD-4A8C70503D9F}.Debug|x64.ActiveCfg = Debug|x64
{E8100BB4-E5F1-47D0-A4FD-4A8C70503D9F}.Debug|x64.Build.0 = Debug|x64
{E8100BB4-E5F1-47D0-A4FD-4A8C70503D9F}.Debug|x86.ActiveCfg = Debug|x64
{E8100BB4-E5F1-47D0-A4FD-4A8C70503D9F}.Debug|x86.Build.0 = Debug|x64
{E8100BB4-E5F1-47D0-A4FD-4A8C70503D9F}.Release|x64.ActiveCfg = Release|x64
{E8100BB4-E5F1-47D0-A4FD-4A8C70503D9F}.Release|x64.Build.0 = Release|x64
{E8100BB4-E5F1-47D0-A4FD-4A8C70503D9F}.Release|x86.ActiveCfg = Release|x64
{E8100BB4-E5F1-47D0-A4FD-4A8C70503D9F}.Release|x86.Build.0 = Release|x64
{2DF895C3-D1B4-4632-8F76-F06670A0D311}.Debug|x64.ActiveCfg = Debug|x64
{2DF895C3-D1B4-4632-8F76-F06670A0D311}.Debug|x64.Build.0 = Debug|x64
{2DF895C3-D1B4-4632-8F76-F06670A0D311}.Debug|x86.ActiveCfg = Debug|x64
{2DF895C3-D1B4-4632-8F76-F06670A0D311}.Debug|x86.Build.0 = Debug|x64
{2DF895C3-D1B4-4632-8F76-F06670A0D311}.Release|x64.ActiveCfg = Release|x64
{2DF895C3-D1B4-4632-8F76-F06670A0D311}.Release|x64.Build.0 = Release|x64
{2DF895C3-D1B4-4632-8F76-F06670A0D311}.Release|x86.ActiveCfg = Release|x64
{2DF895C3-D1B4-4632-8F76-F06670A0D311}.Release|x86.Build.0 = Release|x64
{4D2113B2-C2D3-44D1-BFC7-5502E801872E}.Debug|x64.ActiveCfg = Debug|x64
{4D2113B2-C2D3-44D1-BFC7-5502E801872E}.Debug|x64.Build.0 = Debug|x64
{4D2113B2-C2D3-44D1-BFC7-5502E801872E}.Debug|x86.ActiveCfg = Debug|x86
{4D2113B2-C2D3-44D1-BFC7-5502E801872E}.Debug|x86.Build.0 = Debug|x86
{4D2113B2-C2D3-44D1-BFC7-5502E801872E}.Release|x64.ActiveCfg = Release|x64
{4D2113B2-C2D3-44D1-BFC7-5502E801872E}.Release|x64.Build.0 = Release|x64
{4D2113B2-C2D3-44D1-BFC7-5502E801872E}.Release|x86.ActiveCfg = Release|x86
{4D2113B2-C2D3-44D1-BFC7-5502E801872E}.Release|x86.Build.0 = Release|x86
{6DB4CA8D-7529-4310-A4CF-F3DED2D143CC}.Debug|x64.ActiveCfg = Debug|x64
{6DB4CA8D-7529-4310-A4CF-F3DED2D143CC}.Debug|x64.Build.0 = Debug|x64
{6DB4CA8D-7529-4310-A4CF-F3DED2D143CC}.Debug|x86.ActiveCfg = Debug|x64
{6DB4CA8D-7529-4310-A4CF-F3DED2D143CC}.Debug|x86.Build.0 = Debug|x64
{6DB4CA8D-7529-4310-A4CF-F3DED2D143CC}.Release|x64.ActiveCfg = Release|x64
{6DB4CA8D-7529-4310-A4CF-F3DED2D143CC}.Release|x64.Build.0 = Release|x64
{6DB4CA8D-7529-4310-A4CF-F3DED2D143CC}.Release|x86.ActiveCfg = Release|x64
{6DB4CA8D-7529-4310-A4CF-F3DED2D143CC}.Release|x86.Build.0 = Release|x64
{B8D8378C-0720-4DCC-BA1D-D55BDDD97037}.Debug|x64.ActiveCfg = Debug|x64
{B8D8378C-0720-4DCC-BA1D-D55BDDD97037}.Debug|x64.Build.0 = Debug|x64
{B8D8378C-0720-4DCC-BA1D-D55BDDD97037}.Debug|x86.ActiveCfg = Debug|x64
{B8D8378C-0720-4DCC-BA1D-D55BDDD97037}.Debug|x86.Build.0 = Debug|x64
{B8D8378C-0720-4DCC-BA1D-D55BDDD97037}.Release|x64.ActiveCfg = Release|x64
{B8D8378C-0720-4DCC-BA1D-D55BDDD97037}.Release|x64.Build.0 = Release|x64
{B8D8378C-0720-4DCC-BA1D-D55BDDD97037}.Release|x86.ActiveCfg = Release|x64
{B8D8378C-0720-4DCC-BA1D-D55BDDD97037}.Release|x86.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F6FE8812-5A52-4DF8-A56A-9E8E1B4B9EE7} = {702EF40A-4EA9-4927-B46F-A876B7DA17DF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CC99074-7674-465D-A290-F234FF84590E}
EndGlobalSection
EndGlobal