-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFileTable.sln
37 lines (37 loc) · 2.03 KB
/
FileTable.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileTables", "src\FileTables.csproj", "{9E732AF4-412C-4940-84AB-21B68B87C760}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectTests", "ProjectTests\ProjectTests.csproj", "{A9A96CE7-E615-4AF2-8BA4-5C2CBFC543E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileTableViewer", "FileTableViewer\FileTableViewer.csproj", "{63925E7E-58F2-440B-883C-3036DAE4839A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E732AF4-412C-4940-84AB-21B68B87C760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E732AF4-412C-4940-84AB-21B68B87C760}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E732AF4-412C-4940-84AB-21B68B87C760}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E732AF4-412C-4940-84AB-21B68B87C760}.Release|Any CPU.Build.0 = Release|Any CPU
{A9A96CE7-E615-4AF2-8BA4-5C2CBFC543E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9A96CE7-E615-4AF2-8BA4-5C2CBFC543E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9A96CE7-E615-4AF2-8BA4-5C2CBFC543E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9A96CE7-E615-4AF2-8BA4-5C2CBFC543E6}.Release|Any CPU.Build.0 = Release|Any CPU
{63925E7E-58F2-440B-883C-3036DAE4839A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63925E7E-58F2-440B-883C-3036DAE4839A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63925E7E-58F2-440B-883C-3036DAE4839A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63925E7E-58F2-440B-883C-3036DAE4839A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9DC60ED6-1251-44CA-9812-7BD10257694A}
EndGlobalSection
EndGlobal