-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFoxProDatabaseExtractor.sln
More file actions
43 lines (43 loc) · 1.92 KB
/
Copy pathFoxProDatabaseExtractor.sln
File metadata and controls
43 lines (43 loc) · 1.92 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32104.313
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FoxProDatabaseExtractor", "src\FoxProDatabaseExtractor.csproj", "{004E1D6C-A3E1-422F-8FD2-038D59CE017B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD71D181-7200-486E-919E-84E1B8C35851}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{0DC1D02A-AEC9-4222-9CDE-C846F4769EC9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{8A79BA1F-0D89-4860-8D6C-8EED4E229E42}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{004E1D6C-A3E1-422F-8FD2-038D59CE017B}.Debug|x86.ActiveCfg = Debug|x86
{004E1D6C-A3E1-422F-8FD2-038D59CE017B}.Debug|x86.Build.0 = Debug|x86
{004E1D6C-A3E1-422F-8FD2-038D59CE017B}.Release|x86.ActiveCfg = Release|x86
{004E1D6C-A3E1-422F-8FD2-038D59CE017B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0DC1D02A-AEC9-4222-9CDE-C846F4769EC9} = {DD71D181-7200-486E-919E-84E1B8C35851}
{8A79BA1F-0D89-4860-8D6C-8EED4E229E42} = {0DC1D02A-AEC9-4222-9CDE-C846F4769EC9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73657A32-E189-41FB-A4C6-4EE006D02DB3}
EndGlobalSection
EndGlobal