with setup

This commit is contained in:
Christian Wade 2023-09-28 11:47:42 -07:00
parent cb495df087
commit b439963b17
9 changed files with 658 additions and 854 deletions

View File

@ -22,8 +22,6 @@ Global
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Setup|Any CPU = Setup|Any CPU
Setup|x64 = Setup|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{765C0612-BB8F-4261-87AE-B5B842BE3C26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
@ -34,10 +32,6 @@ Global
{765C0612-BB8F-4261-87AE-B5B842BE3C26}.Release|Any CPU.Build.0 = Release|Any CPU
{765C0612-BB8F-4261-87AE-B5B842BE3C26}.Release|x64.ActiveCfg = Release|x64
{765C0612-BB8F-4261-87AE-B5B842BE3C26}.Release|x64.Build.0 = Release|x64
{765C0612-BB8F-4261-87AE-B5B842BE3C26}.Setup|Any CPU.ActiveCfg = Setup|Any CPU
{765C0612-BB8F-4261-87AE-B5B842BE3C26}.Setup|Any CPU.Build.0 = Setup|Any CPU
{765C0612-BB8F-4261-87AE-B5B842BE3C26}.Setup|x64.ActiveCfg = Setup|x64
{765C0612-BB8F-4261-87AE-B5B842BE3C26}.Setup|x64.Build.0 = Setup|x64
{8E68FB9B-73DF-4BC3-9C56-760C87078D13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E68FB9B-73DF-4BC3-9C56-760C87078D13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E68FB9B-73DF-4BC3-9C56-760C87078D13}.Debug|x64.ActiveCfg = Debug|Any CPU
@ -46,10 +40,6 @@ Global
{8E68FB9B-73DF-4BC3-9C56-760C87078D13}.Release|Any CPU.Build.0 = Release|Any CPU
{8E68FB9B-73DF-4BC3-9C56-760C87078D13}.Release|x64.ActiveCfg = Release|Any CPU
{8E68FB9B-73DF-4BC3-9C56-760C87078D13}.Release|x64.Build.0 = Release|Any CPU
{8E68FB9B-73DF-4BC3-9C56-760C87078D13}.Setup|Any CPU.ActiveCfg = Setup|Any CPU
{8E68FB9B-73DF-4BC3-9C56-760C87078D13}.Setup|Any CPU.Build.0 = Setup|Any CPU
{8E68FB9B-73DF-4BC3-9C56-760C87078D13}.Setup|x64.ActiveCfg = Setup|Any CPU
{8E68FB9B-73DF-4BC3-9C56-760C87078D13}.Setup|x64.Build.0 = Setup|Any CPU
{4C77E665-FA37-4793-8950-69AABD3DC626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C77E665-FA37-4793-8950-69AABD3DC626}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C77E665-FA37-4793-8950-69AABD3DC626}.Debug|x64.ActiveCfg = Debug|Any CPU
@ -58,18 +48,11 @@ Global
{4C77E665-FA37-4793-8950-69AABD3DC626}.Release|Any CPU.Build.0 = Release|Any CPU
{4C77E665-FA37-4793-8950-69AABD3DC626}.Release|x64.ActiveCfg = Release|Any CPU
{4C77E665-FA37-4793-8950-69AABD3DC626}.Release|x64.Build.0 = Release|Any CPU
{4C77E665-FA37-4793-8950-69AABD3DC626}.Setup|Any CPU.ActiveCfg = Setup|Any CPU
{4C77E665-FA37-4793-8950-69AABD3DC626}.Setup|Any CPU.Build.0 = Setup|Any CPU
{4C77E665-FA37-4793-8950-69AABD3DC626}.Setup|x64.ActiveCfg = Setup|Any CPU
{4C77E665-FA37-4793-8950-69AABD3DC626}.Setup|x64.Build.0 = Setup|Any CPU
{DB850BC4-7490-4999-8761-CA8D4B92F98F}.Debug|Any CPU.ActiveCfg = Debug
{DB850BC4-7490-4999-8761-CA8D4B92F98F}.Debug|x64.ActiveCfg = Debug
{DB850BC4-7490-4999-8761-CA8D4B92F98F}.Release|Any CPU.ActiveCfg = Release
{DB850BC4-7490-4999-8761-CA8D4B92F98F}.Release|Any CPU.Build.0 = Release
{DB850BC4-7490-4999-8761-CA8D4B92F98F}.Release|x64.ActiveCfg = Release
{DB850BC4-7490-4999-8761-CA8D4B92F98F}.Setup|Any CPU.ActiveCfg = Setup
{DB850BC4-7490-4999-8761-CA8D4B92F98F}.Setup|Any CPU.Build.0 = Setup
{DB850BC4-7490-4999-8761-CA8D4B92F98F}.Setup|x64.ActiveCfg = Setup
{DB850BC4-7490-4999-8761-CA8D4B92F98F}.Setup|x64.Build.0 = Setup
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View File

@ -6,14 +6,6 @@
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="x86" />
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Identity.Client" publicKeyToken="0a613f4dd989e8ae" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.56.0.0" newVersion="4.56.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<System.Windows.Forms.ApplicationConfigurationSection>

View File

@ -3,12 +3,14 @@
* In setup project properties window, increment version number
* Set configuration to Setup
* Set configuration to Release
Rebuild Setup project
Set configurtaion back to Debug
* Get MSI from \AlmToolkit\AlmToolkitSetup\Release
---notes:
* Upload the following assembies to https://portal.esrp.microsoft.com/ & get them signed
\BismNormalizer\AlmToolkit\bin\Release\AlmToolkit.exe
@ -36,7 +38,6 @@
* Get MSI from \AlmToolkit\AlmToolkit\bin\Msi

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Identity.Client" publicKeyToken="0a613f4dd989e8ae" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.56.0.0" newVersion="4.56.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

View File

@ -102,22 +102,6 @@
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Utilities" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-14.0.0.0" newVersion="14.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Imaging" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-14.0.0.0" newVersion="14.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-14.0.0.0" newVersion="14.0.0.0" />
</dependentAssembly>
</assemblyBinding>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV1" />

View File

@ -10,5 +10,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.0.58.0")]
[assembly: AssemblyFileVersion("5.0.58.0")]
[assembly: AssemblyVersion("5.0.61.0")]
[assembly: AssemblyFileVersion("5.0.61.0")]