-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathFolderSize.WPF.sln
More file actions
31 lines (31 loc) · 1.86 KB
/
FolderSize.WPF.sln
File metadata and controls
31 lines (31 loc) · 1.86 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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FolderSize.WPF", "FolderSize.WPF\FolderSize.WPF.csproj", "{C8BB4701-80F5-4C72-8D5C-2D55C03180C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FolderSize.Common", "FolderSize.Common\FolderSize.Common.csproj", "{E011970A-F528-4EEB-819F-1858B9555F63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release - Signed|Any CPU = Release - Signed|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8BB4701-80F5-4C72-8D5C-2D55C03180C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8BB4701-80F5-4C72-8D5C-2D55C03180C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8BB4701-80F5-4C72-8D5C-2D55C03180C8}.Release - Signed|Any CPU.ActiveCfg = Release - Signed|Any CPU
{C8BB4701-80F5-4C72-8D5C-2D55C03180C8}.Release - Signed|Any CPU.Build.0 = Release - Signed|Any CPU
{C8BB4701-80F5-4C72-8D5C-2D55C03180C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8BB4701-80F5-4C72-8D5C-2D55C03180C8}.Release|Any CPU.Build.0 = Release|Any CPU
{E011970A-F528-4EEB-819F-1858B9555F63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E011970A-F528-4EEB-819F-1858B9555F63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E011970A-F528-4EEB-819F-1858B9555F63}.Release - Signed|Any CPU.ActiveCfg = Release - Signed|Any CPU
{E011970A-F528-4EEB-819F-1858B9555F63}.Release - Signed|Any CPU.Build.0 = Release - Signed|Any CPU
{E011970A-F528-4EEB-819F-1858B9555F63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E011970A-F528-4EEB-819F-1858B9555F63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal