-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVCRedistInstaller.sln
37 lines (37 loc) · 1.46 KB
/
VCRedistInstaller.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "VCRedistInstaller", "VCRedistInstaller\VCRedistInstaller.wixproj", "{903C6230-9167-402D-BFAF-E5C1307471CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D7E1F061-594D-48EB-8CC8-3E98F395FD3B}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cake = build.cake
build.ps1 = build.ps1
CHANGELOG.md = CHANGELOG.md
download.ps1 = download.ps1
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{903C6230-9167-402D-BFAF-E5C1307471CF}.Debug|x86.ActiveCfg = Debug|x86
{903C6230-9167-402D-BFAF-E5C1307471CF}.Debug|x86.Build.0 = Debug|x86
{903C6230-9167-402D-BFAF-E5C1307471CF}.Release|x86.ActiveCfg = Release|x86
{903C6230-9167-402D-BFAF-E5C1307471CF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D54843A-AC01-4B05-B1AE-CF9B5EF6462E}
EndGlobalSection
EndGlobal