-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCleanSourcesPlus.sln
24 lines (24 loc) · 1.26 KB
/
CleanSourcesPlus.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CleanSourcesPlus", "CleanSourcesPlus\CleanSourcesPlus.vbproj", "{F1A1AA63-11BF-41DE-839F-E3895F243B53}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CleanSourcesPlusSetup", "Setup\Setup.vdproj", "{E02BDFC0-BD8C-4156-8552-91E60B18C27C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1A1AA63-11BF-41DE-839F-E3895F243B53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1A1AA63-11BF-41DE-839F-E3895F243B53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1A1AA63-11BF-41DE-839F-E3895F243B53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1A1AA63-11BF-41DE-839F-E3895F243B53}.Release|Any CPU.Build.0 = Release|Any CPU
{E02BDFC0-BD8C-4156-8552-91E60B18C27C}.Debug|Any CPU.ActiveCfg = Debug
{E02BDFC0-BD8C-4156-8552-91E60B18C27C}.Release|Any CPU.ActiveCfg = Release
{E02BDFC0-BD8C-4156-8552-91E60B18C27C}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal