-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathMsiInstaller.sln
41 lines (41 loc) · 2.12 KB
/
MsiInstaller.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
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InstallerActions", "InstallerActions\InstallerActions.csproj", "{E8C424D3-4493-4FE6-89B1-650A589C4209}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Installer", "Installer\Installer.csproj", "{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Debug|x64.ActiveCfg = Debug|x64
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Debug|x64.Build.0 = Debug|x64
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Debug|x86.ActiveCfg = Debug|x86
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Debug|x86.Build.0 = Debug|x86
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Release|x64.ActiveCfg = Release|x64
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Release|x64.Build.0 = Release|x64
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Release|x86.ActiveCfg = Release|x86
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Release|x86.Build.0 = Release|x86
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Debug|x64.ActiveCfg = Debug|x64
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Debug|x64.Build.0 = Debug|x64
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Debug|x86.ActiveCfg = Debug|x86
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Debug|x86.Build.0 = Debug|x86
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Release|x64.ActiveCfg = Release|x64
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Release|x64.Build.0 = Release|x64
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Release|x86.ActiveCfg = Release|x86
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99F3EEFA-F1FE-4FC6-A3FB-FD082F0271A9}
EndGlobalSection
EndGlobal