Update to build system so people can build in release mode without needing signing

This commit is contained in:
Martin Barker
2023-02-24 01:53:01 +00:00
parent 767c2ddad2
commit eccc0edcc9
6 changed files with 628 additions and 16 deletions

View File

@@ -3,18 +3,30 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwitchDesktopNotifications", "TwitchDesktopNotifications\TwitchDesktopNotifications.csproj", "{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitchDesktopNotifications", "TwitchDesktopNotifications\TwitchDesktopNotifications.csproj", "{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
ReleaseSign|Any CPU = ReleaseSign|Any CPU
ReleaseSign|x64 = ReleaseSign|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.Debug|x64.ActiveCfg = Debug|x64
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.Debug|x64.Build.0 = Debug|x64
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.Release|Any CPU.Build.0 = Release|Any CPU
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.Release|x64.ActiveCfg = Release|x64
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.Release|x64.Build.0 = Release|x64
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.ReleaseSign|Any CPU.ActiveCfg = ReleaseSign|Any CPU
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.ReleaseSign|Any CPU.Build.0 = ReleaseSign|Any CPU
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.ReleaseSign|x64.ActiveCfg = ReleaseSign|x64
{323F3EBC-C1B1-4DDE-9069-5A65EDA4EB16}.ReleaseSign|x64.Build.0 = ReleaseSign|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE