-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSweeper.sln
41 lines (41 loc) · 2.36 KB
/
Sweeper.sln
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4E49E0FD-F707-4D1C-A9EA-89D341DE4407}"
ProjectSection(SolutionItems) = preProject
Settings.StyleCop = Settings.StyleCop
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomActions", "Deployment\CustomActions\CustomActions.csproj", "{BCA6565F-B1CF-457A-AC3B-15168A2B3BB9}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SweeperSetup", "Deployment\Setup\Setup.vdproj", "{CC54F897-1CEA-4CEB-97AE-1EE17CD5F25B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sweeper", "Sweeper\Sweeper.csproj", "{FC10231D-6455-45E5-9BB5-9BA36031CEA8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SweeperUI", "UI\SweeperUI\SweeperUI.csproj", "{D6EA2AC6-0D34-4D5D-ABFA-4479EA931B6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCA6565F-B1CF-457A-AC3B-15168A2B3BB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCA6565F-B1CF-457A-AC3B-15168A2B3BB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCA6565F-B1CF-457A-AC3B-15168A2B3BB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCA6565F-B1CF-457A-AC3B-15168A2B3BB9}.Release|Any CPU.Build.0 = Release|Any CPU
{CC54F897-1CEA-4CEB-97AE-1EE17CD5F25B}.Debug|Any CPU.ActiveCfg = Debug
{CC54F897-1CEA-4CEB-97AE-1EE17CD5F25B}.Release|Any CPU.ActiveCfg = Release
{FC10231D-6455-45E5-9BB5-9BA36031CEA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC10231D-6455-45E5-9BB5-9BA36031CEA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC10231D-6455-45E5-9BB5-9BA36031CEA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC10231D-6455-45E5-9BB5-9BA36031CEA8}.Release|Any CPU.Build.0 = Release|Any CPU
{D6EA2AC6-0D34-4D5D-ABFA-4479EA931B6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6EA2AC6-0D34-4D5D-ABFA-4479EA931B6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6EA2AC6-0D34-4D5D-ABFA-4479EA931B6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6EA2AC6-0D34-4D5D-ABFA-4479EA931B6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal