-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeferredCustomAction.sln
31 lines (31 loc) · 1.57 KB
/
DeferredCustomAction.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "DeferredCustomAction", "DeferredCustomAction\DeferredCustomAction.wixproj", "{2F56D9E1-94CB-4C54-9C00-44BED096CE13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeferredCustomAction.CustomActions", "DeferredCustomAction.CustomActions\DeferredCustomAction.CustomActions.csproj", "{79CEA184-F173-40B3-A958-7A707037A011}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F56D9E1-94CB-4C54-9C00-44BED096CE13}.Debug|x86.ActiveCfg = Debug|x86
{2F56D9E1-94CB-4C54-9C00-44BED096CE13}.Debug|x86.Build.0 = Debug|x86
{2F56D9E1-94CB-4C54-9C00-44BED096CE13}.Release|x86.ActiveCfg = Release|x86
{2F56D9E1-94CB-4C54-9C00-44BED096CE13}.Release|x86.Build.0 = Release|x86
{79CEA184-F173-40B3-A958-7A707037A011}.Debug|x86.ActiveCfg = Debug|x86
{79CEA184-F173-40B3-A958-7A707037A011}.Debug|x86.Build.0 = Debug|x86
{79CEA184-F173-40B3-A958-7A707037A011}.Release|x86.ActiveCfg = Release|x86
{79CEA184-F173-40B3-A958-7A707037A011}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F831D57C-997E-480D-9F5B-370C0DF99062}
EndGlobalSection
EndGlobal