-
Notifications
You must be signed in to change notification settings - Fork 54
/
WindowsCredentialsProvider.sln
48 lines (48 loc) · 2.5 KB
/
WindowsCredentialsProvider.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsCredentialProviderTest", "WindowsCredentialProviderTest\WindowsCredentialProviderTest.csproj", "{3FD2BA7E-B14C-4691-9517-51011434F147}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D422F14F-8F29-45E0-886F-84FBACA426D0}"
ProjectSection(SolutionItems) = preProject
Credential_Provider_Technical_Reference.xps = Credential_Provider_Technical_Reference.xps
InteropExport.md = InteropExport.md
readme.md = readme.md
register-credentials-provider.reg = register-credentials-provider.reg
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsoleApp", "TestConsoleApp\TestConsoleApp.csproj", "{526F390F-E03D-4A41-BDC7-2A07BA5B1304}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Interop", "Interop", "{B30BC802-F08E-4AF2-AB8B-AD75740EF954}"
ProjectSection(SolutionItems) = preProject
Interop\CredentialProvider.Interop.dll = Interop\CredentialProvider.Interop.dll
Interop\credentialprovider.tlb = Interop\credentialprovider.tlb
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FD2BA7E-B14C-4691-9517-51011434F147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FD2BA7E-B14C-4691-9517-51011434F147}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FD2BA7E-B14C-4691-9517-51011434F147}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FD2BA7E-B14C-4691-9517-51011434F147}.Release|Any CPU.Build.0 = Release|Any CPU
{526F390F-E03D-4A41-BDC7-2A07BA5B1304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{526F390F-E03D-4A41-BDC7-2A07BA5B1304}.Debug|Any CPU.Build.0 = Debug|Any CPU
{526F390F-E03D-4A41-BDC7-2A07BA5B1304}.Release|Any CPU.ActiveCfg = Release|Any CPU
{526F390F-E03D-4A41-BDC7-2A07BA5B1304}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B30BC802-F08E-4AF2-AB8B-AD75740EF954} = {D422F14F-8F29-45E0-886F-84FBACA426D0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9228F396-C39F-43E5-8E28-C343D392CFA7}
EndGlobalSection
EndGlobal