-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathWallpaperManager.sln
More file actions
64 lines (64 loc) · 3.97 KB
/
WallpaperManager.sln
File metadata and controls
64 lines (64 loc) · 3.97 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
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WallpaperManager", "WallpaperManager\WallpaperManager.csproj", "{3B6EBF8B-BD01-4B66-800E-2E3DFD27C9E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2980E57F-55D3-4385-96F7-42EFDD06E0F8}"
ProjectSection(SolutionItems) = preProject
Wallpaper Manager.FxCop = Wallpaper Manager.FxCop
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common Library", "Common Library\Common Library.csproj", "{030C8ED2-1861-416D-AFD9-1A01E8B515BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Presentation", "Common.Presentation Library\Common.Presentation.csproj", "{F257C267-395B-4794-878D-2291C5C8A45E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Beta Release|Any CPU = Beta Release|Any CPU
Debug|Any CPU = Debug|Any CPU
Release (deploy ready)|Any CPU = Release (deploy ready)|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B6EBF8B-BD01-4B66-800E-2E3DFD27C9E5}.Beta Release|Any CPU.ActiveCfg = Beta Release|Any CPU
{3B6EBF8B-BD01-4B66-800E-2E3DFD27C9E5}.Beta Release|Any CPU.Build.0 = Beta Release|Any CPU
{3B6EBF8B-BD01-4B66-800E-2E3DFD27C9E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B6EBF8B-BD01-4B66-800E-2E3DFD27C9E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B6EBF8B-BD01-4B66-800E-2E3DFD27C9E5}.Release (deploy ready)|Any CPU.ActiveCfg = Release (deploy ready)|Any CPU
{3B6EBF8B-BD01-4B66-800E-2E3DFD27C9E5}.Release (deploy ready)|Any CPU.Build.0 = Release (deploy ready)|Any CPU
{3B6EBF8B-BD01-4B66-800E-2E3DFD27C9E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B6EBF8B-BD01-4B66-800E-2E3DFD27C9E5}.Release|Any CPU.Build.0 = Release|Any CPU
{030C8ED2-1861-416D-AFD9-1A01E8B515BE}.Beta Release|Any CPU.ActiveCfg = Release|Any CPU
{030C8ED2-1861-416D-AFD9-1A01E8B515BE}.Beta Release|Any CPU.Build.0 = Release|Any CPU
{030C8ED2-1861-416D-AFD9-1A01E8B515BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{030C8ED2-1861-416D-AFD9-1A01E8B515BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{030C8ED2-1861-416D-AFD9-1A01E8B515BE}.Release (deploy ready)|Any CPU.ActiveCfg = Release|Any CPU
{030C8ED2-1861-416D-AFD9-1A01E8B515BE}.Release (deploy ready)|Any CPU.Build.0 = Release|Any CPU
{030C8ED2-1861-416D-AFD9-1A01E8B515BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{030C8ED2-1861-416D-AFD9-1A01E8B515BE}.Release|Any CPU.Build.0 = Release|Any CPU
{F257C267-395B-4794-878D-2291C5C8A45E}.Beta Release|Any CPU.ActiveCfg = Release|Any CPU
{F257C267-395B-4794-878D-2291C5C8A45E}.Beta Release|Any CPU.Build.0 = Release|Any CPU
{F257C267-395B-4794-878D-2291C5C8A45E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F257C267-395B-4794-878D-2291C5C8A45E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F257C267-395B-4794-878D-2291C5C8A45E}.Release (deploy ready)|Any CPU.ActiveCfg = Release|Any CPU
{F257C267-395B-4794-878D-2291C5C8A45E}.Release (deploy ready)|Any CPU.Build.0 = Release|Any CPU
{F257C267-395B-4794-878D-2291C5C8A45E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F257C267-395B-4794-878D-2291C5C8A45E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B87B5174-EAF9-45D0-AE9D-EC4C49636BAD}
BuildVersion_BuildVersioningStyle = None.None.None.None
BuildVersion_ConfigurationName = Any
BuildVersion_UpdateFileVersion = False
BuildVersion_UpdateAssemblyVersion = False
BuildVersion_AssemblyInfoFilename =
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Wallpaper Manager.vsmdi
EndGlobalSection
EndGlobal