-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCodeSnippets.sln
More file actions
64 lines (64 loc) · 4.23 KB
/
CodeSnippets.sln
File metadata and controls
64 lines (64 loc) · 4.23 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeSnippets", "CodeSnippets\CodeSnippets.csproj", "{27C48B4D-2A20-48D8-B83A-F85D7A234843}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeSnippets.Benchmarks", "CodeSnippets.Benchmarks\CodeSnippets.Benchmarks.csproj", "{07687907-F4A7-4FC6-8747-9399EFE8C7D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeSnippets.Tests", "CodeSnippets.Tests\CodeSnippets.Tests.csproj", "{550E56E3-C97D-41E1-B925-2BC3A8D80951}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D2480C8-A9BE-455A-A09B-0E07FFC80433}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeSnippets.OpenXmlWrapper", "CodeSnippets.OpenXmlWrapper\CodeSnippets.OpenXmlWrapper.csproj", "{3AE1E3D2-1E41-4EDD-AD24-1B4EB17C62DD}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "CodeSnippets.OpenXmlWrapper.PythonClient", "CodeSnippets.OpenXmlWrapper.PythonClient\CodeSnippets.OpenXmlWrapper.PythonClient.pyproj", "{6A52B2D0-634E-45CE-9B12-BB0F8345BC92}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeSnippets.Windows", "CodeSnippets.Windows\CodeSnippets.Windows.csproj", "{496551D2-1823-4B56-83F0-FBB062325C05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSnippets.Windows.Tests", "CodeSnippets.Windows.Tests\CodeSnippets.Windows.Tests.csproj", "{37647AF9-087D-4B00-9E70-20B8C6BBF9D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27C48B4D-2A20-48D8-B83A-F85D7A234843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27C48B4D-2A20-48D8-B83A-F85D7A234843}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27C48B4D-2A20-48D8-B83A-F85D7A234843}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27C48B4D-2A20-48D8-B83A-F85D7A234843}.Release|Any CPU.Build.0 = Release|Any CPU
{07687907-F4A7-4FC6-8747-9399EFE8C7D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07687907-F4A7-4FC6-8747-9399EFE8C7D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07687907-F4A7-4FC6-8747-9399EFE8C7D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07687907-F4A7-4FC6-8747-9399EFE8C7D7}.Release|Any CPU.Build.0 = Release|Any CPU
{550E56E3-C97D-41E1-B925-2BC3A8D80951}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{550E56E3-C97D-41E1-B925-2BC3A8D80951}.Debug|Any CPU.Build.0 = Debug|Any CPU
{550E56E3-C97D-41E1-B925-2BC3A8D80951}.Release|Any CPU.ActiveCfg = Release|Any CPU
{550E56E3-C97D-41E1-B925-2BC3A8D80951}.Release|Any CPU.Build.0 = Release|Any CPU
{3AE1E3D2-1E41-4EDD-AD24-1B4EB17C62DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AE1E3D2-1E41-4EDD-AD24-1B4EB17C62DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AE1E3D2-1E41-4EDD-AD24-1B4EB17C62DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AE1E3D2-1E41-4EDD-AD24-1B4EB17C62DD}.Release|Any CPU.Build.0 = Release|Any CPU
{6A52B2D0-634E-45CE-9B12-BB0F8345BC92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A52B2D0-634E-45CE-9B12-BB0F8345BC92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{496551D2-1823-4B56-83F0-FBB062325C05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{496551D2-1823-4B56-83F0-FBB062325C05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{496551D2-1823-4B56-83F0-FBB062325C05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{496551D2-1823-4B56-83F0-FBB062325C05}.Release|Any CPU.Build.0 = Release|Any CPU
{37647AF9-087D-4B00-9E70-20B8C6BBF9D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37647AF9-087D-4B00-9E70-20B8C6BBF9D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37647AF9-087D-4B00-9E70-20B8C6BBF9D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37647AF9-087D-4B00-9E70-20B8C6BBF9D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1EC04917-E945-40C8-A4AF-51F5EF1B2C76}
EndGlobalSection
EndGlobal