-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoFileMover.sln
More file actions
57 lines (57 loc) · 3.78 KB
/
AutoFileMover.sln
File metadata and controls
57 lines (57 loc) · 3.78 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
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFileMover.Core", "AutoFileMover.Core\AutoFileMover.Core.csproj", "{D34E0663-8FAD-4A29-8F52-386A94D38EAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFileMover.Tests", "AutoFileMover.Tests\AutoFileMover.Tests.csproj", "{F29A8DF1-B5A2-4F27-8C5C-EAA747505787}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFileMover.Console", "AutoFileMover.Console\AutoFileMover.Console.csproj", "{E4748525-477C-4810-93CA-9851BB711788}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFileMover.Desktop", "AutoFileMover.Desktop\AutoFileMover.Desktop.csproj", "{6AEFCE9B-9F43-45CA-A724-2AE2431B72E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2069343F-7541-4524-B776-9A9AC1199648}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFileMover.Core.Interfaces", "AutoFileMover.Core.Interfaces\AutoFileMover.Core.Interfaces.csproj", "{311EB925-D683-43BB-9168-6053ABDBCC1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFileMover.Support", "AutoFileMover.Support\AutoFileMover.Support.csproj", "{CB0CEAC3-3FFB-4A50-90B2-583CA306917A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D34E0663-8FAD-4A29-8F52-386A94D38EAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D34E0663-8FAD-4A29-8F52-386A94D38EAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D34E0663-8FAD-4A29-8F52-386A94D38EAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D34E0663-8FAD-4A29-8F52-386A94D38EAA}.Release|Any CPU.Build.0 = Release|Any CPU
{F29A8DF1-B5A2-4F27-8C5C-EAA747505787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F29A8DF1-B5A2-4F27-8C5C-EAA747505787}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F29A8DF1-B5A2-4F27-8C5C-EAA747505787}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F29A8DF1-B5A2-4F27-8C5C-EAA747505787}.Release|Any CPU.Build.0 = Release|Any CPU
{E4748525-477C-4810-93CA-9851BB711788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4748525-477C-4810-93CA-9851BB711788}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4748525-477C-4810-93CA-9851BB711788}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4748525-477C-4810-93CA-9851BB711788}.Release|Any CPU.Build.0 = Release|Any CPU
{6AEFCE9B-9F43-45CA-A724-2AE2431B72E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AEFCE9B-9F43-45CA-A724-2AE2431B72E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AEFCE9B-9F43-45CA-A724-2AE2431B72E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AEFCE9B-9F43-45CA-A724-2AE2431B72E4}.Release|Any CPU.Build.0 = Release|Any CPU
{311EB925-D683-43BB-9168-6053ABDBCC1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{311EB925-D683-43BB-9168-6053ABDBCC1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{311EB925-D683-43BB-9168-6053ABDBCC1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{311EB925-D683-43BB-9168-6053ABDBCC1A}.Release|Any CPU.Build.0 = Release|Any CPU
{CB0CEAC3-3FFB-4A50-90B2-583CA306917A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB0CEAC3-3FFB-4A50-90B2-583CA306917A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB0CEAC3-3FFB-4A50-90B2-583CA306917A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB0CEAC3-3FFB-4A50-90B2-583CA306917A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal