-
Notifications
You must be signed in to change notification settings - Fork 3
/
NetOdt.sln
49 lines (49 loc) · 2.34 KB
/
NetOdt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29521.150
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetOdt", "NetOdt\NetOdt.csproj", "{064BCCE3-9E2F-4AF9-A426-3D24082934D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C44EA8E-18A3-498B-8F1C-6EFDD7BF7EF7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetOdtTest", "NetOdtTest\NetOdtTest.csproj", "{9FF8FC60-5BF1-449C-8204-B5BA4CC15E5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{2D5D7765-7821-44EA-8141-38C6C4D08F80}"
ProjectSection(SolutionItems) = preProject
Documentation\api.md = Documentation\api.md
Documentation\cellstyle.md = Documentation\cellstyle.md
Documentation\styles.md = Documentation\styles.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{064BCCE3-9E2F-4AF9-A426-3D24082934D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{064BCCE3-9E2F-4AF9-A426-3D24082934D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{064BCCE3-9E2F-4AF9-A426-3D24082934D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{064BCCE3-9E2F-4AF9-A426-3D24082934D5}.Release|Any CPU.Build.0 = Release|Any CPU
{9FF8FC60-5BF1-449C-8204-B5BA4CC15E5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FF8FC60-5BF1-449C-8204-B5BA4CC15E5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FF8FC60-5BF1-449C-8204-B5BA4CC15E5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FF8FC60-5BF1-449C-8204-B5BA4CC15E5E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D5D7765-7821-44EA-8141-38C6C4D08F80} = {5C44EA8E-18A3-498B-8F1C-6EFDD7BF7EF7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58A94426-5188-4F56-83AB-75F8D4CAF8A5}
EndGlobalSection
EndGlobal