diff options
author | Rob Mensching <rob@firegiant.com> | 2022-03-20 16:14:20 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-03-20 16:54:41 -0700 |
commit | cd90117f7ad5685d5af7eaecc3f2347f9b8ab1cb (patch) | |
tree | 9d75e41d65e16d8fd090c1ee1a8851f776e78ab3 /src/samples/samples.sln | |
parent | ba4bb7b2080d74918d6d856fba6f86caa410149b (diff) | |
download | wix-cd90117f7ad5685d5af7eaecc3f2347f9b8ab1cb.tar.gz wix-cd90117f7ad5685d5af7eaecc3f2347f9b8ab1cb.tar.bz2 wix-cd90117f7ad5685d5af7eaecc3f2347f9b8ab1cb.zip |
Infrastructure and some starter "dotnet new" templates
Introduces some basic WixToolset templates for "dotnet new" with the
infrastructure for more to be added in the future.
Closes 6207
Diffstat (limited to 'src/samples/samples.sln')
-rw-r--r-- | src/samples/samples.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/samples/samples.sln b/src/samples/samples.sln index 7e2d0762..fab825cf 100644 --- a/src/samples/samples.sln +++ b/src/samples/samples.sln | |||
@@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.30711.63 | |||
5 | MinimumVisualStudioVersion = 15.0.26124.0 | 5 | MinimumVisualStudioVersion = 15.0.26124.0 |
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "thmviewer", "thmviewer\thmviewer.vcxproj", "{95228C13-97F5-484A-B4A2-ECF4618B0881}" | 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "thmviewer", "thmviewer\thmviewer.vcxproj", "{95228C13-97F5-484A-B4A2-ECF4618B0881}" |
7 | EndProject | 7 | EndProject |
8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WixToolset.Templates", "WixToolset.Templates\WixToolset.Templates.csproj", "{D1385232-CA10-4092-BAB5-4E5499FE144C}" | ||
9 | EndProject | ||
8 | Global | 10 | Global |
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
10 | Debug|Any CPU = Debug|Any CPU | 12 | Debug|Any CPU = Debug|Any CPU |
@@ -20,6 +22,14 @@ Global | |||
20 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|Any CPU.ActiveCfg = Release|Win32 | 22 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|Any CPU.ActiveCfg = Release|Win32 |
21 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|x86.ActiveCfg = Release|Win32 | 23 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|x86.ActiveCfg = Release|Win32 |
22 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|x86.Build.0 = Release|Win32 | 24 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|x86.Build.0 = Release|Win32 |
25 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
26 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
27 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
28 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Debug|x86.Build.0 = Debug|Any CPU | ||
29 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
30 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Release|Any CPU.Build.0 = Release|Any CPU | ||
31 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Release|x86.ActiveCfg = Release|Any CPU | ||
32 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Release|x86.Build.0 = Release|Any CPU | ||
23 | EndGlobalSection | 33 | EndGlobalSection |
24 | GlobalSection(SolutionProperties) = preSolution | 34 | GlobalSection(SolutionProperties) = preSolution |
25 | HideSolutionNode = FALSE | 35 | HideSolutionNode = FALSE |