-
Notifications
You must be signed in to change notification settings - Fork 1
/
groovy-wix.sln
33 lines (33 loc) · 1.34 KB
/
groovy-wix.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "groovy-wix", "groovy-wix\groovy-wix.wixproj", "{AACF45D5-532F-4EA1-8747-138DEE1E93A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{90D97422-CB44-45B6-8456-8D91EC81A48E}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AACF45D5-532F-4EA1-8747-138DEE1E93A0}.Debug|x86.ActiveCfg = Debug|x86
{AACF45D5-532F-4EA1-8747-138DEE1E93A0}.Debug|x86.Build.0 = Debug|x86
{AACF45D5-532F-4EA1-8747-138DEE1E93A0}.Release|x86.ActiveCfg = Release|x86
{AACF45D5-532F-4EA1-8747-138DEE1E93A0}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5ACF6D1-F724-4589-9852-130BC6AA2CD1}
EndGlobalSection
EndGlobal