forked from Safewhere/OIOBasicPrivilegeProfileParser-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kombit.Samples.BasicPrivilegeProfileParser.sln
77 lines (77 loc) · 4.98 KB
/
Kombit.Samples.BasicPrivilegeProfileParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3FAB8784-EB12-4C2A-9064-13701C2DE94B}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kombit.Samples.BasicPrivilegeProfileParser", "Kombit.Samples.BasicPrivilegeProfileParser\Kombit.Samples.BasicPrivilegeProfileParser.csproj", "{9F7B4403-E521-453C-95F7-A97D1E142B2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kombit.Samples.BasicPrivilegeProfileParser.Tests", "Kombit.Samples.BasicPrivilegeProfileParser.Tests\Kombit.Samples.BasicPrivilegeProfileParser.Tests.csproj", "{DF89F60D-3468-4275-857C-80DDCAC1752E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
MSI|Any CPU = MSI|Any CPU
MSI|Mixed Platforms = MSI|Mixed Platforms
MSI|x64 = MSI|x64
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release64|Any CPU = Release64|Any CPU
Release64|Mixed Platforms = Release64|Mixed Platforms
Release64|x64 = Release64|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Debug|x64.ActiveCfg = Debug|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.MSI|Any CPU.ActiveCfg = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.MSI|Any CPU.Build.0 = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.MSI|Mixed Platforms.ActiveCfg = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.MSI|Mixed Platforms.Build.0 = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.MSI|x64.ActiveCfg = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Release|Any CPU.Build.0 = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Release|x64.ActiveCfg = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Release64|Any CPU.ActiveCfg = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Release64|Any CPU.Build.0 = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Release64|Mixed Platforms.ActiveCfg = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Release64|Mixed Platforms.Build.0 = Release|Any CPU
{9F7B4403-E521-453C-95F7-A97D1E142B2F}.Release64|x64.ActiveCfg = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Debug|x64.ActiveCfg = Debug|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.MSI|Any CPU.ActiveCfg = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.MSI|Any CPU.Build.0 = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.MSI|Mixed Platforms.ActiveCfg = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.MSI|Mixed Platforms.Build.0 = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.MSI|x64.ActiveCfg = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Release|Any CPU.Build.0 = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Release|x64.ActiveCfg = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Release64|Any CPU.ActiveCfg = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Release64|Any CPU.Build.0 = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Release64|Mixed Platforms.ActiveCfg = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Release64|Mixed Platforms.Build.0 = Release|Any CPU
{DF89F60D-3468-4275-857C-80DDCAC1752E}.Release64|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal