This repository was archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCertWAC.sln
34 lines (34 loc) · 1.75 KB
/
CertWAC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Program", "Program\Program.vcxproj", "{99E5DCA9-6082-41E6-BD22-0633BF652E04}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup", "Setup\Setup.wixproj", "{7E3A17A9-BE47-4F20-8B07-149420318D86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
MSI Release|x86 = MSI Release|x86
Standalone Release|x86 = Standalone Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99E5DCA9-6082-41E6-BD22-0633BF652E04}.Debug|x86.ActiveCfg = Debug|Win32
{99E5DCA9-6082-41E6-BD22-0633BF652E04}.Debug|x86.Build.0 = Debug|Win32
{99E5DCA9-6082-41E6-BD22-0633BF652E04}.MSI Release|x86.ActiveCfg = Release - MSI|Win32
{99E5DCA9-6082-41E6-BD22-0633BF652E04}.MSI Release|x86.Build.0 = Release - MSI|Win32
{99E5DCA9-6082-41E6-BD22-0633BF652E04}.Standalone Release|x86.ActiveCfg = Release - Standalone|Win32
{99E5DCA9-6082-41E6-BD22-0633BF652E04}.Standalone Release|x86.Build.0 = Release - Standalone|Win32
{7E3A17A9-BE47-4F20-8B07-149420318D86}.Debug|x86.ActiveCfg = Debug|x86
{7E3A17A9-BE47-4F20-8B07-149420318D86}.MSI Release|x86.ActiveCfg = Release|x86
{7E3A17A9-BE47-4F20-8B07-149420318D86}.MSI Release|x86.Build.0 = Release|x86
{7E3A17A9-BE47-4F20-8B07-149420318D86}.Standalone Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B73A920-2FB9-4D16-A13A-8B0744805DC7}
EndGlobalSection
EndGlobal