-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPst.sln
54 lines (54 loc) · 3.17 KB
/
Pst.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pst", "src\Pst\Pst.csproj", "{1781A8DD-1317-49E0-8BEE-90A129588950}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pst.Tests", "test\Pst.Tests\Pst.Tests.csproj", "{067456C0-086C-46A8-B37F-1405717B7BFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockCrypt", "src\BlockCrypt\BlockCrypt.csproj", "{4B130A85-AB85-4A72-8B11-71DD5A33F49F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PstEditor", "src\PstEditor\PstEditor.csproj", "{3FFB9743-B3D8-4C92-8519-C77928096B7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3ACA8117-FDD7-41F5-B5B2-855A1C1683D4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PstDebugger", "src\PstDebugger\PstDebugger.csproj", "{FA2BBF46-EAFD-4C58-8839-951D92F4FE39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1781A8DD-1317-49E0-8BEE-90A129588950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1781A8DD-1317-49E0-8BEE-90A129588950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1781A8DD-1317-49E0-8BEE-90A129588950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1781A8DD-1317-49E0-8BEE-90A129588950}.Release|Any CPU.Build.0 = Release|Any CPU
{067456C0-086C-46A8-B37F-1405717B7BFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{067456C0-086C-46A8-B37F-1405717B7BFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{067456C0-086C-46A8-B37F-1405717B7BFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{067456C0-086C-46A8-B37F-1405717B7BFC}.Release|Any CPU.Build.0 = Release|Any CPU
{4B130A85-AB85-4A72-8B11-71DD5A33F49F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B130A85-AB85-4A72-8B11-71DD5A33F49F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B130A85-AB85-4A72-8B11-71DD5A33F49F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B130A85-AB85-4A72-8B11-71DD5A33F49F}.Release|Any CPU.Build.0 = Release|Any CPU
{3FFB9743-B3D8-4C92-8519-C77928096B7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FFB9743-B3D8-4C92-8519-C77928096B7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FFB9743-B3D8-4C92-8519-C77928096B7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FFB9743-B3D8-4C92-8519-C77928096B7E}.Release|Any CPU.Build.0 = Release|Any CPU
{FA2BBF46-EAFD-4C58-8839-951D92F4FE39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA2BBF46-EAFD-4C58-8839-951D92F4FE39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA2BBF46-EAFD-4C58-8839-951D92F4FE39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA2BBF46-EAFD-4C58-8839-951D92F4FE39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {687EE065-1A34-4365-888D-77FEE676CF59}
EndGlobalSection
EndGlobal