-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCellDifferential.sln
38 lines (38 loc) · 1.84 KB
/
CellDifferential.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WBCDifferential", "CellDifferential\WBCDifferential.vbproj", "{53A93799-2715-4195-B7D9-C4596924C00E}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Installer", "Installer\Installer.vdproj", "{EE83738F-9ED8-4210-9074-0EE4EC140554}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53A93799-2715-4195-B7D9-C4596924C00E}.Debug|x64.ActiveCfg = Debug|x86
{53A93799-2715-4195-B7D9-C4596924C00E}.Debug|x64.Build.0 = Debug|x86
{53A93799-2715-4195-B7D9-C4596924C00E}.Debug|x86.ActiveCfg = Debug|x86
{53A93799-2715-4195-B7D9-C4596924C00E}.Debug|x86.Build.0 = Debug|x86
{53A93799-2715-4195-B7D9-C4596924C00E}.Release|x64.ActiveCfg = Release|x64
{53A93799-2715-4195-B7D9-C4596924C00E}.Release|x64.Build.0 = Release|x64
{53A93799-2715-4195-B7D9-C4596924C00E}.Release|x86.ActiveCfg = Release|x86
{53A93799-2715-4195-B7D9-C4596924C00E}.Release|x86.Build.0 = Release|x86
{EE83738F-9ED8-4210-9074-0EE4EC140554}.Debug|x64.ActiveCfg = Debug
{EE83738F-9ED8-4210-9074-0EE4EC140554}.Debug|x86.ActiveCfg = Debug
{EE83738F-9ED8-4210-9074-0EE4EC140554}.Release|x64.ActiveCfg = Release
{EE83738F-9ED8-4210-9074-0EE4EC140554}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
SolutionGuid = {A523ACF4-CE13-427B-B744-5D15B1D07EFC}
EndGlobalSection
EndGlobal