-
Notifications
You must be signed in to change notification settings - Fork 0
/
SanitizeFilename.sln
45 lines (45 loc) · 2.44 KB
/
SanitizeFilename.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SanitizeFilename", "SanitizeFilename\SanitizeFilename.csproj", "{F3899A16-EEB4-4ABA-B654-9E85776FCD7D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SanitizeFilenameTests", "SanitizeFilenameTests\SanitizeFilenameTests.csproj", "{F5D86002-C0E4-4603-AFED-473766079496}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SanitizeDemo", "SanitizeDemo\SanitizeDemo.csproj", "{FEAB0C23-FB9A-413F-ADF0-4F601E934EAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F4F691FC-F54A-483B-B482-5BE06DF9DD2B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
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
{F3899A16-EEB4-4ABA-B654-9E85776FCD7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3899A16-EEB4-4ABA-B654-9E85776FCD7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3899A16-EEB4-4ABA-B654-9E85776FCD7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3899A16-EEB4-4ABA-B654-9E85776FCD7D}.Release|Any CPU.Build.0 = Release|Any CPU
{F5D86002-C0E4-4603-AFED-473766079496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5D86002-C0E4-4603-AFED-473766079496}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5D86002-C0E4-4603-AFED-473766079496}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5D86002-C0E4-4603-AFED-473766079496}.Release|Any CPU.Build.0 = Release|Any CPU
{FEAB0C23-FB9A-413F-ADF0-4F601E934EAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEAB0C23-FB9A-413F-ADF0-4F601E934EAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEAB0C23-FB9A-413F-ADF0-4F601E934EAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEAB0C23-FB9A-413F-ADF0-4F601E934EAB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90A89251-4ADA-4AAE-A016-B38A93296DC1}
EndGlobalSection
EndGlobal