diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-09-03 13:49:01 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-11-01 16:34:09 -0500 |
commit | 4917383e6f52f0e44f63c60a645f1dd7e8f8d5f9 (patch) | |
tree | d668e8499163baf17c76b30ffd95ae809c129521 /src/samples/samples.sln | |
parent | 293a609a10765c91dd5ef3f535d9f6f8699a075d (diff) | |
download | wix-4917383e6f52f0e44f63c60a645f1dd7e8f8d5f9.tar.gz wix-4917383e6f52f0e44f63c60a645f1dd7e8f8d5f9.tar.bz2 wix-4917383e6f52f0e44f63c60a645f1dd7e8f8d5f9.zip |
Build thmviewer.
Diffstat (limited to 'src/samples/samples.sln')
-rw-r--r-- | src/samples/samples.sln | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/samples/samples.sln b/src/samples/samples.sln new file mode 100644 index 00000000..7e2d0762 --- /dev/null +++ b/src/samples/samples.sln | |||
@@ -0,0 +1,30 @@ | |||
1 | | ||
2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
3 | # Visual Studio Version 16 | ||
4 | VisualStudioVersion = 16.0.30711.63 | ||
5 | MinimumVisualStudioVersion = 15.0.26124.0 | ||
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "thmviewer", "thmviewer\thmviewer.vcxproj", "{95228C13-97F5-484A-B4A2-ECF4618B0881}" | ||
7 | EndProject | ||
8 | Global | ||
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
10 | Debug|Any CPU = Debug|Any CPU | ||
11 | Debug|x86 = Debug|x86 | ||
12 | Release|Any CPU = Release|Any CPU | ||
13 | Release|x86 = Release|x86 | ||
14 | EndGlobalSection | ||
15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
16 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Debug|Any CPU.ActiveCfg = Debug|Win32 | ||
17 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Debug|Any CPU.Build.0 = Debug|Win32 | ||
18 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Debug|x86.ActiveCfg = Debug|Win32 | ||
19 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Debug|x86.Build.0 = Debug|Win32 | ||
20 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|Any CPU.ActiveCfg = Release|Win32 | ||
21 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|x86.ActiveCfg = Release|Win32 | ||
22 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|x86.Build.0 = Release|Win32 | ||
23 | EndGlobalSection | ||
24 | GlobalSection(SolutionProperties) = preSolution | ||
25 | HideSolutionNode = FALSE | ||
26 | EndGlobalSection | ||
27 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
28 | SolutionGuid = {537F1116-39FE-4AED-A9A2-35030E5750D5} | ||
29 | EndGlobalSection | ||
30 | EndGlobal | ||