-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFileUtil.Core.sln
61 lines (61 loc) · 3.14 KB
/
FileUtil.Core.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
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{4181FF50-7335-4293-8EE4-66E0C47C736E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileUtil", "src\FileUtil\FileUtil.csproj", "{FD920B11-BA4F-4781-BD56-56CF362982CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileUtil.Tests", "test\FileUtil.Tests\FileUtil.Tests.csproj", "{95A1410C-6FB4-446D-A692-9BC018882298}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{D549CC35-5318-45B0-ACCD-F28C543E482C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Master-Build.yml = .github\workflows\Master-Build.yml
.github\workflows\CI-Package-Release.yml = .github\workflows\CI-Package-Release.yml
.github\workflows\Master-CodeQL.yml = .github\workflows\Master-CodeQL.yml
.github\workflows\PR-CodeQL.yml = .github\workflows\PR-CodeQL.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8A1A1535-2928-4313-9AFC-9CA1892426E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F7C842B8-9D5C-4AF6-9F8B-779E1DEEEDC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".misc", ".misc", "{8EDBC8F3-0169-4422-B44F-92AD9B9C8D5B}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
GitVersion.yml = GitVersion.yml
License.md = License.md
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD920B11-BA4F-4781-BD56-56CF362982CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD920B11-BA4F-4781-BD56-56CF362982CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD920B11-BA4F-4781-BD56-56CF362982CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD920B11-BA4F-4781-BD56-56CF362982CF}.Release|Any CPU.Build.0 = Release|Any CPU
{95A1410C-6FB4-446D-A692-9BC018882298}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95A1410C-6FB4-446D-A692-9BC018882298}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95A1410C-6FB4-446D-A692-9BC018882298}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95A1410C-6FB4-446D-A692-9BC018882298}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD920B11-BA4F-4781-BD56-56CF362982CF} = {8A1A1535-2928-4313-9AFC-9CA1892426E3}
{95A1410C-6FB4-446D-A692-9BC018882298} = {F7C842B8-9D5C-4AF6-9F8B-779E1DEEEDC2}
{D549CC35-5318-45B0-ACCD-F28C543E482C} = {4181FF50-7335-4293-8EE4-66E0C47C736E}
{8EDBC8F3-0169-4422-B44F-92AD9B9C8D5B} = {4181FF50-7335-4293-8EE4-66E0C47C736E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96B5A6F7-D0A4-4A34-890A-59E971AC4E94}
EndGlobalSection
EndGlobal