From 403b9ef1f0ba3f13bfc6b77c81273fc13e9db66e Mon Sep 17 00:00:00 2001 From: MoFtZ Date: Wed, 15 Feb 2023 09:59:13 +1100 Subject: [PATCH] Created consolidated Tools solution. --- .../CopyrightUpdateTool.sln | 25 ----------- .../CudaVersionUpdateTool.sln | 25 ----------- Tools/Tools.sln | 41 +++++++++++++++++++ 3 files changed, 41 insertions(+), 50 deletions(-) delete mode 100644 Tools/CopyrightUpdateTool/CopyrightUpdateTool.sln delete mode 100644 Tools/CudaVersionUpdateTool/CudaVersionUpdateTool.sln create mode 100644 Tools/Tools.sln diff --git a/Tools/CopyrightUpdateTool/CopyrightUpdateTool.sln b/Tools/CopyrightUpdateTool/CopyrightUpdateTool.sln deleted file mode 100644 index 053127533e..0000000000 --- a/Tools/CopyrightUpdateTool/CopyrightUpdateTool.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.32228.343 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopyrightUpdateTool", "CopyrightUpdateTool.csproj", "{6A6FDBEF-01FA-4655-AE44-48E5674EE8C8}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6A6FDBEF-01FA-4655-AE44-48E5674EE8C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6A6FDBEF-01FA-4655-AE44-48E5674EE8C8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6A6FDBEF-01FA-4655-AE44-48E5674EE8C8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6A6FDBEF-01FA-4655-AE44-48E5674EE8C8}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {C4A11536-1BA6-4C36-B0E4-CA8D1293A515} - EndGlobalSection -EndGlobal diff --git a/Tools/CudaVersionUpdateTool/CudaVersionUpdateTool.sln b/Tools/CudaVersionUpdateTool/CudaVersionUpdateTool.sln deleted file mode 100644 index 417c72d506..0000000000 --- a/Tools/CudaVersionUpdateTool/CudaVersionUpdateTool.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.4.33213.308 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CudaVersionUpdateTool", "CudaVersionUpdateTool.csproj", "{A55D7D47-9A1F-4AD4-B28A-044A8C1BBEBE}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A55D7D47-9A1F-4AD4-B28A-044A8C1BBEBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A55D7D47-9A1F-4AD4-B28A-044A8C1BBEBE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A55D7D47-9A1F-4AD4-B28A-044A8C1BBEBE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A55D7D47-9A1F-4AD4-B28A-044A8C1BBEBE}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {82EED841-B9AF-4B4F-BDB5-BFAB6C4559C6} - EndGlobalSection -EndGlobal diff --git a/Tools/Tools.sln b/Tools/Tools.sln new file mode 100644 index 0000000000..0adc382169 --- /dev/null +++ b/Tools/Tools.sln @@ -0,0 +1,41 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.4.33213.308 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CudaVersionUpdateTool", "CudaVersionUpdateTool\CudaVersionUpdateTool.csproj", "{A55D7D47-9A1F-4AD4-B28A-044A8C1BBEBE}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CopyrightUpdateTool", "CopyrightUpdateTool\CopyrightUpdateTool.csproj", "{2F92ECC4-CE02-4B1A-8B59-DC866185DA69}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CheckStyles", "CheckStyles", "{503D5937-64D5-43F3-B5E4-7B85F264090B}" + ProjectSection(SolutionItems) = preProject + CheckStyles\ILGPU.CheckStyles.targets = CheckStyles\ILGPU.CheckStyles.targets + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GenerateCompatibilitySuppressionFiles", "GenerateCompatibilitySuppressionFiles", "{8C2B2AC9-288D-4FB1-A654-1390125662F5}" + ProjectSection(SolutionItems) = preProject + GenerateCompatibilitySuppressionFiles\GenerateCompatibilitySuppressionFiles.ps1 = GenerateCompatibilitySuppressionFiles\GenerateCompatibilitySuppressionFiles.ps1 + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A55D7D47-9A1F-4AD4-B28A-044A8C1BBEBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A55D7D47-9A1F-4AD4-B28A-044A8C1BBEBE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A55D7D47-9A1F-4AD4-B28A-044A8C1BBEBE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A55D7D47-9A1F-4AD4-B28A-044A8C1BBEBE}.Release|Any CPU.Build.0 = Release|Any CPU + {2F92ECC4-CE02-4B1A-8B59-DC866185DA69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2F92ECC4-CE02-4B1A-8B59-DC866185DA69}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2F92ECC4-CE02-4B1A-8B59-DC866185DA69}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2F92ECC4-CE02-4B1A-8B59-DC866185DA69}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {82EED841-B9AF-4B4F-BDB5-BFAB6C4559C6} + EndGlobalSection +EndGlobal