forked from mattjohnsonpint/SimpleImpersonation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SimpleImpersonation.sln
32 lines (32 loc) · 1.67 KB
/
SimpleImpersonation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleImpersonation", "SimpleImpersonation\SimpleImpersonation.csproj", "{5633B275-EF0B-401E-836F-001C812CB4D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F8BCCE0D-966E-46F1-989C-4A3B20425717}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleImpersonation.Net20", "SimpleImpersonation.Net20\SimpleImpersonation.Net20.csproj", "{2D750394-D897-4E81-A16A-0548F90F1056}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5633B275-EF0B-401E-836F-001C812CB4D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5633B275-EF0B-401E-836F-001C812CB4D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5633B275-EF0B-401E-836F-001C812CB4D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5633B275-EF0B-401E-836F-001C812CB4D4}.Release|Any CPU.Build.0 = Release|Any CPU
{2D750394-D897-4E81-A16A-0548F90F1056}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D750394-D897-4E81-A16A-0548F90F1056}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D750394-D897-4E81-A16A-0548F90F1056}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D750394-D897-4E81-A16A-0548F90F1056}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal