diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2018-12-29 22:26:48 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2018-12-29 22:29:15 -0600 |
commit | 1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3 (patch) | |
tree | c7d348d42faee779bc52bacadf76b9bf7106d872 /balutil.sln | |
parent | 60069b189db09521558b99827aee47fe3f81309b (diff) | |
download | wix-1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3.tar.gz wix-1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3.tar.bz2 wix-1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3.zip |
Integrate into latest v4.
Diffstat (limited to 'balutil.sln')
-rw-r--r-- | balutil.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/balutil.sln b/balutil.sln new file mode 100644 index 00000000..58f61391 --- /dev/null +++ b/balutil.sln | |||
@@ -0,0 +1,31 @@ | |||
1 | | ||
2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
3 | # Visual Studio 15 | ||
4 | VisualStudioVersion = 15.0.26730.12 | ||
5 | MinimumVisualStudioVersion = 15.0.26124.0 | ||
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "balutil", "src\balutil\balutil.vcxproj", "{EDCB8095-0E6A-43E0-BC33-C4F762FC5CDB}" | ||
7 | EndProject | ||
8 | Global | ||
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
10 | Debug|x64 = Debug|x64 | ||
11 | Debug|x86 = Debug|x86 | ||
12 | Release|x64 = Release|x64 | ||
13 | Release|x86 = Release|x86 | ||
14 | EndGlobalSection | ||
15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
16 | {EDCB8095-0E6A-43E0-BC33-C4F762FC5CDB}.Debug|x64.ActiveCfg = Debug|x64 | ||
17 | {EDCB8095-0E6A-43E0-BC33-C4F762FC5CDB}.Debug|x64.Build.0 = Debug|x64 | ||
18 | {EDCB8095-0E6A-43E0-BC33-C4F762FC5CDB}.Debug|x86.ActiveCfg = Debug|Win32 | ||
19 | {EDCB8095-0E6A-43E0-BC33-C4F762FC5CDB}.Debug|x86.Build.0 = Debug|Win32 | ||
20 | {EDCB8095-0E6A-43E0-BC33-C4F762FC5CDB}.Release|x64.ActiveCfg = Release|x64 | ||
21 | {EDCB8095-0E6A-43E0-BC33-C4F762FC5CDB}.Release|x64.Build.0 = Release|x64 | ||
22 | {EDCB8095-0E6A-43E0-BC33-C4F762FC5CDB}.Release|x86.ActiveCfg = Release|Win32 | ||
23 | {EDCB8095-0E6A-43E0-BC33-C4F762FC5CDB}.Release|x86.Build.0 = Release|Win32 | ||
24 | EndGlobalSection | ||
25 | GlobalSection(SolutionProperties) = preSolution | ||
26 | HideSolutionNode = FALSE | ||
27 | EndGlobalSection | ||
28 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
29 | SolutionGuid = {8741FA43-6BD2-40F9-ABA5-A5BD466A6518} | ||
30 | EndGlobalSection | ||
31 | EndGlobal | ||