From 6e5706acba91bc9333fb4ab99e6945f925c08d50 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 31 Jan 2024 10:15:31 +0100 Subject: [PATCH] Rename License project again --- License/{NNLicense.vbproj => License.vbproj} | 3 +++ Modules.sln | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) rename License/{NNLicense.vbproj => License.vbproj} (95%) diff --git a/License/NNLicense.vbproj b/License/License.vbproj similarity index 95% rename from License/NNLicense.vbproj rename to License/License.vbproj index 0b95ba02..6c5e1b33 100644 --- a/License/NNLicense.vbproj +++ b/License/License.vbproj @@ -128,4 +128,7 @@ + + powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" + \ No newline at end of file diff --git a/Modules.sln b/Modules.sln index 6f368b0f..42af024d 100644 --- a/Modules.sln +++ b/Modules.sln @@ -17,7 +17,7 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Interfaces", "Interfaces\In EndProject Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Jobs", "Jobs\Jobs.vbproj", "{39EC839A-3C30-4922-A41E-6B09D1DDE5C3}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NNLicense", "License\NNLicense.vbproj", "{5EBACBFA-F11A-4BBF-8D02-91461F2293ED}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "License", "License\License.vbproj", "{5EBACBFA-F11A-4BBF-8D02-91461F2293ED}" EndProject Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Logging", "Logging\Logging.vbproj", "{903B2D7D-3B80-4BE9-8713-7447B704E1B0}" EndProject