-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFileCleaner.sln
More file actions
39 lines (39 loc) · 1.9 KB
/
FileCleaner.sln
File metadata and controls
39 lines (39 loc) · 1.9 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Itens de Solução", "Itens de Solução", "{95072F19-0B8E-4CD7-9D45-041D3866953C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileCleaner", "src\FileCleaner\FileCleaner.csproj", "{5AA221D5-15BF-40BB-B2C1-63DD8FF6BAD6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileCleaner.Core", "src\FileCleaner.Core\FileCleaner.Core.csproj", "{13D20BB4-76E1-4C19-AF9D-5B8B54F5FAD9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5AA221D5-15BF-40BB-B2C1-63DD8FF6BAD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AA221D5-15BF-40BB-B2C1-63DD8FF6BAD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AA221D5-15BF-40BB-B2C1-63DD8FF6BAD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AA221D5-15BF-40BB-B2C1-63DD8FF6BAD6}.Release|Any CPU.Build.0 = Release|Any CPU
{13D20BB4-76E1-4C19-AF9D-5B8B54F5FAD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13D20BB4-76E1-4C19-AF9D-5B8B54F5FAD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13D20BB4-76E1-4C19-AF9D-5B8B54F5FAD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13D20BB4-76E1-4C19-AF9D-5B8B54F5FAD9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6051E355-80F4-4C86-BC5A-C6931F408B85}
EndGlobalSection
EndGlobal