Skip to content

Commit

Permalink
chore: Rename MSI installer project file so dependabot can find it an…
Browse files Browse the repository at this point in the history
…d include it in scans. (#2483)
  • Loading branch information
tippmar-nr committed May 15, 2024
1 parent c358d21 commit b9fdf1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
6 changes: 0 additions & 6 deletions src/Agent/MsiInstaller/Installer/Installer.wixproj.user

This file was deleted.

20 changes: 10 additions & 10 deletions src/Agent/MsiInstaller/MsiInstaller.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "Installer", "Installer\Installer.wixproj", "{B5C13B8F-279B-455B-ACE5-864CA37CEB08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InstallerActions", "InstallerActions\InstallerActions.csproj", "{E8C424D3-4493-4FE6-89B1-650A589C4209}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Installer", "Installer\Installer.csproj", "{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand All @@ -15,14 +15,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5C13B8F-279B-455B-ACE5-864CA37CEB08}.Debug|x64.ActiveCfg = Debug|x64
{B5C13B8F-279B-455B-ACE5-864CA37CEB08}.Debug|x64.Build.0 = Debug|x64
{B5C13B8F-279B-455B-ACE5-864CA37CEB08}.Debug|x86.ActiveCfg = Debug|x86
{B5C13B8F-279B-455B-ACE5-864CA37CEB08}.Debug|x86.Build.0 = Debug|x86
{B5C13B8F-279B-455B-ACE5-864CA37CEB08}.Release|x64.ActiveCfg = Release|x64
{B5C13B8F-279B-455B-ACE5-864CA37CEB08}.Release|x64.Build.0 = Release|x64
{B5C13B8F-279B-455B-ACE5-864CA37CEB08}.Release|x86.ActiveCfg = Release|x86
{B5C13B8F-279B-455B-ACE5-864CA37CEB08}.Release|x86.Build.0 = Release|x86
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Debug|x64.ActiveCfg = Debug|x64
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Debug|x64.Build.0 = Debug|x64
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Debug|x86.ActiveCfg = Debug|x86
Expand All @@ -31,6 +23,14 @@ Global
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Release|x64.Build.0 = Release|x64
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Release|x86.ActiveCfg = Release|x86
{E8C424D3-4493-4FE6-89B1-650A589C4209}.Release|x86.Build.0 = Release|x86
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Debug|x64.ActiveCfg = Debug|x64
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Debug|x64.Build.0 = Debug|x64
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Debug|x86.ActiveCfg = Debug|x86
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Debug|x86.Build.0 = Debug|x86
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Release|x64.ActiveCfg = Release|x64
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Release|x64.Build.0 = Release|x64
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Release|x86.ActiveCfg = Release|x86
{CBD089E5-B1EC-424D-B0C6-45F44E461EDF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit b9fdf1a

Please sign in to comment.