-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRollbackCustomAction.sln
31 lines (31 loc) · 1.57 KB
/
RollbackCustomAction.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.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "RollbackCustomAction", "RollbackCustomAction\RollbackCustomAction.wixproj", "{D7845EE8-E8EE-4BE3-BF03-68A00E772BC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RollbackCustomAction.CustomActions", "RollbackCustomAction.CustomActions\RollbackCustomAction.CustomActions.csproj", "{1044A8A3-1768-4B83-A29A-AC1D743B3863}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7845EE8-E8EE-4BE3-BF03-68A00E772BC6}.Debug|x86.ActiveCfg = Debug|x86
{D7845EE8-E8EE-4BE3-BF03-68A00E772BC6}.Debug|x86.Build.0 = Debug|x86
{D7845EE8-E8EE-4BE3-BF03-68A00E772BC6}.Release|x86.ActiveCfg = Release|x86
{D7845EE8-E8EE-4BE3-BF03-68A00E772BC6}.Release|x86.Build.0 = Release|x86
{1044A8A3-1768-4B83-A29A-AC1D743B3863}.Debug|x86.ActiveCfg = Debug|x86
{1044A8A3-1768-4B83-A29A-AC1D743B3863}.Debug|x86.Build.0 = Debug|x86
{1044A8A3-1768-4B83-A29A-AC1D743B3863}.Release|x86.ActiveCfg = Release|x86
{1044A8A3-1768-4B83-A29A-AC1D743B3863}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73168991-7CCC-4999-9251-BD5CD39506E9}
EndGlobalSection
EndGlobal