-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathParallelFileCopier.sln
More file actions
39 lines (39 loc) · 1.94 KB
/
ParallelFileCopier.sln
File metadata and controls
39 lines (39 loc) · 1.94 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 16
VisualStudioVersion = 16.0.31727.386
MinimumVisualStudioVersion = 16
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParallelFileCopier", "ParallelFileCopier\ParallelFileCopier.csproj", "{827AC6DF-2C87-45B5-A843-9E79F9286BF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParallelFileCopierLib", "ParallelFileCopierLib\ParallelFileCopierLib.csproj", "{5D2F2F6A-AE5F-4F57-8BBD-A6D96B9571AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{880D42B5-1C61-490B-87D3-86304CF00380}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\action_build.yml = .github\workflows\action_build.yml
LICENSE.md = LICENSE.md
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
{827AC6DF-2C87-45B5-A843-9E79F9286BF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{827AC6DF-2C87-45B5-A843-9E79F9286BF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{827AC6DF-2C87-45B5-A843-9E79F9286BF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{827AC6DF-2C87-45B5-A843-9E79F9286BF3}.Release|Any CPU.Build.0 = Release|Any CPU
{5D2F2F6A-AE5F-4F57-8BBD-A6D96B9571AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D2F2F6A-AE5F-4F57-8BBD-A6D96B9571AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D2F2F6A-AE5F-4F57-8BBD-A6D96B9571AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D2F2F6A-AE5F-4F57-8BBD-A6D96B9571AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A09D6E14-B81A-4810-A9CE-9DEE1B9E79FB}
EndGlobalSection
EndGlobal