-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCredentialProviderSamples.sln
More file actions
39 lines (39 loc) · 2.15 KB
/
Copy pathCredentialProviderSamples.sln
File metadata and controls
39 lines (39 loc) · 2.15 KB
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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleAllControlsCredentialProvider", "SampleAllControlsCredentialProvider\SampleAllControlsCredentialProvider.vcproj", "{7348AEE0-1F4A-4436-B782-6ABB694911AE}"
ProjectSection(ProjectDependencies) = postProject
{B3612C81-3DC8-435A-A6A5-7935BF5FD60C} = {B3612C81-3DC8-435A-A6A5-7935BF5FD60C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Helpers", "helpers\Helpers.vcproj", "{B3612C81-3DC8-435A-A6A5-7935BF5FD60C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7348AEE0-1F4A-4436-B782-6ABB694911AE}.Debug|Win32.ActiveCfg = Debug|Win32
{7348AEE0-1F4A-4436-B782-6ABB694911AE}.Debug|Win32.Build.0 = Debug|Win32
{7348AEE0-1F4A-4436-B782-6ABB694911AE}.Debug|x64.ActiveCfg = Debug|x64
{7348AEE0-1F4A-4436-B782-6ABB694911AE}.Debug|x64.Build.0 = Debug|x64
{7348AEE0-1F4A-4436-B782-6ABB694911AE}.Release|Win32.ActiveCfg = Release|Win32
{7348AEE0-1F4A-4436-B782-6ABB694911AE}.Release|Win32.Build.0 = Release|Win32
{7348AEE0-1F4A-4436-B782-6ABB694911AE}.Release|x64.ActiveCfg = Release|x64
{7348AEE0-1F4A-4436-B782-6ABB694911AE}.Release|x64.Build.0 = Release|x64
{B3612C81-3DC8-435A-A6A5-7935BF5FD60C}.Debug|Win32.ActiveCfg = Debug|Win32
{B3612C81-3DC8-435A-A6A5-7935BF5FD60C}.Debug|Win32.Build.0 = Debug|Win32
{B3612C81-3DC8-435A-A6A5-7935BF5FD60C}.Debug|x64.ActiveCfg = Debug|x64
{B3612C81-3DC8-435A-A6A5-7935BF5FD60C}.Debug|x64.Build.0 = Debug|x64
{B3612C81-3DC8-435A-A6A5-7935BF5FD60C}.Release|Win32.ActiveCfg = Release|Win32
{B3612C81-3DC8-435A-A6A5-7935BF5FD60C}.Release|Win32.Build.0 = Release|Win32
{B3612C81-3DC8-435A-A6A5-7935BF5FD60C}.Release|x64.ActiveCfg = Release|x64
{B3612C81-3DC8-435A-A6A5-7935BF5FD60C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal