diff options
Diffstat (limited to '')
| -rw-r--r-- | src/tools/tools.sln | 44 | ||||
| -rw-r--r-- | src/tools/tools.slnx | 11 |
2 files changed, 11 insertions, 44 deletions
diff --git a/src/tools/tools.sln b/src/tools/tools.sln deleted file mode 100644 index cd72ac22..00000000 --- a/src/tools/tools.sln +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| 2 | # Visual Studio Version 17 | ||
| 3 | VisualStudioVersion = 17.2.32616.157 | ||
| 4 | MinimumVisualStudioVersion = 15.0.26124.0 | ||
| 5 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "thmviewer", "thmviewer\thmviewer.vcxproj", "{95228C13-97F5-484A-B4A2-ECF4618B0881}" | ||
| 6 | EndProject | ||
| 7 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolset.Templates", "WixToolset.Templates\WixToolset.Templates.csproj", "{D1385232-CA10-4092-BAB5-4E5499FE144C}" | ||
| 8 | EndProject | ||
| 9 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F7A815A5-37AE-4EC4-A6D6-B29565055668}" | ||
| 10 | EndProject | ||
| 11 | Global | ||
| 12 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| 13 | Debug|Any CPU = Debug|Any CPU | ||
| 14 | Debug|x86 = Debug|x86 | ||
| 15 | Release|Any CPU = Release|Any CPU | ||
| 16 | Release|x86 = Release|x86 | ||
| 17 | EndGlobalSection | ||
| 18 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| 19 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Debug|Any CPU.ActiveCfg = Debug|Win32 | ||
| 20 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Debug|Any CPU.Build.0 = Debug|Win32 | ||
| 21 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Debug|x86.ActiveCfg = Debug|Win32 | ||
| 22 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Debug|x86.Build.0 = Debug|Win32 | ||
| 23 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|Any CPU.ActiveCfg = Release|Win32 | ||
| 24 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|Any CPU.Build.0 = Release|Win32 | ||
| 25 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|x86.ActiveCfg = Release|Win32 | ||
| 26 | {95228C13-97F5-484A-B4A2-ECF4618B0881}.Release|x86.Build.0 = Release|Win32 | ||
| 27 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| 28 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| 29 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
| 30 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Debug|x86.Build.0 = Debug|Any CPU | ||
| 31 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| 32 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| 33 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Release|x86.ActiveCfg = Release|Any CPU | ||
| 34 | {D1385232-CA10-4092-BAB5-4E5499FE144C}.Release|x86.Build.0 = Release|Any CPU | ||
| 35 | EndGlobalSection | ||
| 36 | GlobalSection(SolutionProperties) = preSolution | ||
| 37 | HideSolutionNode = FALSE | ||
| 38 | EndGlobalSection | ||
| 39 | GlobalSection(NestedProjects) = preSolution | ||
| 40 | EndGlobalSection | ||
| 41 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
| 42 | SolutionGuid = {537F1116-39FE-4AED-A9A2-35030E5750D5} | ||
| 43 | EndGlobalSection | ||
| 44 | EndGlobal | ||
diff --git a/src/tools/tools.slnx b/src/tools/tools.slnx new file mode 100644 index 00000000..297f42d2 --- /dev/null +++ b/src/tools/tools.slnx | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <Solution> | ||
| 2 | <Configurations> | ||
| 3 | <Platform Name="Any CPU" /> | ||
| 4 | <Platform Name="x86" /> | ||
| 5 | </Configurations> | ||
| 6 | <Folder Name="/test/" /> | ||
| 7 | <Project Path="thmviewer/thmviewer.vcxproj" Id="95228c13-97f5-484a-b4a2-ecf4618b0881"> | ||
| 8 | <Platform Project="Win32" /> | ||
| 9 | </Project> | ||
| 10 | <Project Path="WixToolset.Templates/WixToolset.Templates.csproj" /> | ||
| 11 | </Solution> | ||
