-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFilePrepper.sln
More file actions
49 lines (49 loc) · 2.87 KB
/
FilePrepper.sln
File metadata and controls
49 lines (49 loc) · 2.87 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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilePrepper", "src\FilePrepper\FilePrepper.csproj", "{91C182FC-13C5-47F0-A65C-6307D33844BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilePrepper.CLI", "src\FilePrepper.CLI\FilePrepper.CLI.csproj", "{B6B0F265-18A4-4775-AE48-D03B869D42E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilePrepper.Tests", "tests\FilePrepper.Tests\FilePrepper.Tests.csproj", "{A084678A-72BA-4909-921D-A8044294BDCF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilePrepper.CLI.Tests", "tests\FilePrepper.CLI.Tests\FilePrepper.CLI.Tests.csproj", "{C8F9E7D5-4A2C-4E8F-9B3D-5F6A8D9C1E2B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B151E2D8-C1EE-48E8-888E-D4E3C524E2AA}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91C182FC-13C5-47F0-A65C-6307D33844BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91C182FC-13C5-47F0-A65C-6307D33844BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91C182FC-13C5-47F0-A65C-6307D33844BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91C182FC-13C5-47F0-A65C-6307D33844BF}.Release|Any CPU.Build.0 = Release|Any CPU
{B6B0F265-18A4-4775-AE48-D03B869D42E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6B0F265-18A4-4775-AE48-D03B869D42E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6B0F265-18A4-4775-AE48-D03B869D42E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6B0F265-18A4-4775-AE48-D03B869D42E6}.Release|Any CPU.Build.0 = Release|Any CPU
{A084678A-72BA-4909-921D-A8044294BDCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A084678A-72BA-4909-921D-A8044294BDCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A084678A-72BA-4909-921D-A8044294BDCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A084678A-72BA-4909-921D-A8044294BDCF}.Release|Any CPU.Build.0 = Release|Any CPU
{C8F9E7D5-4A2C-4E8F-9B3D-5F6A8D9C1E2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8F9E7D5-4A2C-4E8F-9B3D-5F6A8D9C1E2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8F9E7D5-4A2C-4E8F-9B3D-5F6A8D9C1E2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8F9E7D5-4A2C-4E8F-9B3D-5F6A8D9C1E2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {269D27D2-8899-4EA5-96D5-A1C56507B2D2}
EndGlobalSection
EndGlobal