From 741a923c49b22eb718c8931bd38b54584185a839 Mon Sep 17 00:00:00 2001 From: Laurentiu Date: Wed, 28 Feb 2024 17:44:25 +0200 Subject: [PATCH] add Setup_SDRTetra and prebuild.sh for versioning --- prebuild.sh => AndroidLIB/prebuild.sh | 8 +- AppServer/prebuild.sh | 37 + AppServerMobile/prebuild.sh | 37 + .../Properties/VersionInfo.cs | 10 + AppServerWatchDogService/prebuild.sh | 37 + AppWatchDog/prebuild.sh | 37 + CPlus_GW/prebuild.sh | 37 + Dongle RegLib/prebuild.sh | 37 + GatewayTetraVoice/prebuild.sh | 37 + LibrarySDR/prebuild.sh | 37 + MotoRepeaterCore/prebuild.sh | 37 + MotoTRBO_XNL_Cmd/prebuild.sh | 37 + MotoTrbo_GW/prebuild.sh | 37 + ReportsLibrary/prebuild.sh | 37 + SDRgateway/SDRgateway.csproj | 38 +- SDRgateway/packages.config | 12 + SDRgateway/prebuild.sh | 37 + SafeDispatch.sln | 86 + SafeMobileLIB_DLL/prebuild.sh | 37 + Safedispatch_4_0/prebuild.sh | 37 + Service Configurator/prebuild.sh | 37 + ServiceGatewaySDR/prebuild.sh | 37 + SetupCustomActions/prebuild.sh | 37 + Setup_SDRTetra/GWconfig.ini | 23 + Setup_SDRTetra/Setup_SDRTetra.vdproj | 2576 +++++++++++++++++ SipComponent/prebuild.sh | 37 + SocketIOComponent/prebuild.sh | 37 + SubscriberAndUserManager/prebuild.sh | 37 + TCPClientService/prebuild.sh | 37 + TCPServerService/prebuild.sh | 37 + Tetra_GW/prebuild.sh | 37 + 31 files changed, 3636 insertions(+), 5 deletions(-) rename prebuild.sh => AndroidLIB/prebuild.sh (75%) create mode 100644 AppServer/prebuild.sh create mode 100644 AppServerMobile/prebuild.sh create mode 100644 AppServerWatchDogService/Properties/VersionInfo.cs create mode 100644 AppServerWatchDogService/prebuild.sh create mode 100644 AppWatchDog/prebuild.sh create mode 100644 CPlus_GW/prebuild.sh create mode 100644 Dongle RegLib/prebuild.sh create mode 100644 GatewayTetraVoice/prebuild.sh create mode 100644 LibrarySDR/prebuild.sh create mode 100644 MotoRepeaterCore/prebuild.sh create mode 100644 MotoTRBO_XNL_Cmd/prebuild.sh create mode 100644 MotoTrbo_GW/prebuild.sh create mode 100644 ReportsLibrary/prebuild.sh create mode 100644 SDRgateway/packages.config create mode 100644 SDRgateway/prebuild.sh create mode 100644 SafeMobileLIB_DLL/prebuild.sh create mode 100644 Safedispatch_4_0/prebuild.sh create mode 100644 Service Configurator/prebuild.sh create mode 100644 ServiceGatewaySDR/prebuild.sh create mode 100644 SetupCustomActions/prebuild.sh create mode 100644 Setup_SDRTetra/GWconfig.ini create mode 100644 Setup_SDRTetra/Setup_SDRTetra.vdproj create mode 100644 SipComponent/prebuild.sh create mode 100644 SocketIOComponent/prebuild.sh create mode 100644 SubscriberAndUserManager/prebuild.sh create mode 100644 TCPClientService/prebuild.sh create mode 100644 TCPServerService/prebuild.sh create mode 100644 Tetra_GW/prebuild.sh diff --git a/prebuild.sh b/AndroidLIB/prebuild.sh similarity index 75% rename from prebuild.sh rename to AndroidLIB/prebuild.sh index bc48518..72cb3c4 100644 --- a/prebuild.sh +++ b/AndroidLIB/prebuild.sh @@ -17,8 +17,8 @@ version=$(git describe) # echo } # )> "$(ProjectDir)\Properties\VersionInfo.cs" -[ -f Properties/VersionInfo.cs ] && rm Properties/VersionInfo.cs -cat > Properties/VersionInfo.cs << ENDOFFILE +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE // Generated on $(date) by prebuild script namespace GenericBridge @@ -32,6 +32,6 @@ namespace GenericBridge ENDOFFILE echo Generated 'Properties/VersionInfo.cs' with the content below: -cat Properties/VersionInfo.cs +cat ../../Properties/VersionInfo.cs echo ............................ -read -p 'Press Enter to continue...' var \ No newline at end of file +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/AppServer/prebuild.sh b/AppServer/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/AppServer/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/AppServerMobile/prebuild.sh b/AppServerMobile/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/AppServerMobile/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/AppServerWatchDogService/Properties/VersionInfo.cs b/AppServerWatchDogService/Properties/VersionInfo.cs new file mode 100644 index 0000000..f1d87f6 --- /dev/null +++ b/AppServerWatchDogService/Properties/VersionInfo.cs @@ -0,0 +1,10 @@ + +// Generated on Wed, Feb 28, 2024 4:12:47 PM by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "8.1.0.10898-1-g07d6730"; + } +} + diff --git a/AppServerWatchDogService/prebuild.sh b/AppServerWatchDogService/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/AppServerWatchDogService/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/AppWatchDog/prebuild.sh b/AppWatchDog/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/AppWatchDog/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/CPlus_GW/prebuild.sh b/CPlus_GW/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/CPlus_GW/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/Dongle RegLib/prebuild.sh b/Dongle RegLib/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/Dongle RegLib/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/GatewayTetraVoice/prebuild.sh b/GatewayTetraVoice/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/GatewayTetraVoice/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/LibrarySDR/prebuild.sh b/LibrarySDR/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/LibrarySDR/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/MotoRepeaterCore/prebuild.sh b/MotoRepeaterCore/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/MotoRepeaterCore/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/MotoTRBO_XNL_Cmd/prebuild.sh b/MotoTRBO_XNL_Cmd/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/MotoTRBO_XNL_Cmd/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/MotoTrbo_GW/prebuild.sh b/MotoTrbo_GW/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/MotoTrbo_GW/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/ReportsLibrary/prebuild.sh b/ReportsLibrary/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/ReportsLibrary/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/SDRgateway/SDRgateway.csproj b/SDRgateway/SDRgateway.csproj index 21d6d17..75a2f97 100644 --- a/SDRgateway/SDRgateway.csproj +++ b/SDRgateway/SDRgateway.csproj @@ -53,12 +53,46 @@ MinimumRecommendedRules.ruleset + + ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True + ..\DLL\Nini.dll + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll + True + + + ..\packages\System.Text.Json.8.0.0\lib\net462\System.Text.Json.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + True + + @@ -127,6 +161,7 @@ True + SettingsSingleFileGenerator Settings.Designer.cs @@ -166,6 +201,7 @@ --> - $(ProjectDir)prebuild.sh + + \ No newline at end of file diff --git a/SDRgateway/packages.config b/SDRgateway/packages.config new file mode 100644 index 0000000..3ef72eb --- /dev/null +++ b/SDRgateway/packages.config @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/SDRgateway/prebuild.sh b/SDRgateway/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/SDRgateway/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/SafeDispatch.sln b/SafeDispatch.sln index ceff3cb..1e9e114 100644 --- a/SafeDispatch.sln +++ b/SafeDispatch.sln @@ -75,6 +75,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrarySDR", "LibrarySDR\Li EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupProj", "SetupProj\SetupProj\SetupProj.csproj", "{2292ADE7-ADAC-40D0-866C-8A712F2137F7}" EndProject +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup_SDRTetra", "Setup_SDRTetra\Setup_SDRTetra.vdproj", "{9FCD029D-6924-41FA-A59F-C79633FF6319}" +EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution SharedUI\SharedUI.projitems*{2292ade7-adac-40d0-866c-8a712f2137f7}*SharedItemsImports = 4 @@ -3109,6 +3111,90 @@ Global {2292ADE7-ADAC-40D0-866C-8A712F2137F7}.Repeater|x64.Build.0 = Release|Any CPU {2292ADE7-ADAC-40D0-866C-8A712F2137F7}.Repeater|x86.ActiveCfg = Release|x86 {2292ADE7-ADAC-40D0-866C-8A712F2137F7}.Repeater|x86.Build.0 = Release|x86 + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Debug|Any CPU.ActiveCfg = Debug + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Debug|Any CPU.Build.0 = Debug + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Debug|x64.ActiveCfg = Debug + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Debug|x64.Build.0 = Debug + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Debug|x86.ActiveCfg = Debug + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Debug|x86.Build.0 = Debug + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Kit2.0|Any CPU.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Kit2.0|Any CPU.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Kit2.0|x64.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Kit2.0|x64.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Kit2.0|x86.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Kit2.0|x86.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitExcera|Any CPU.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitExcera|Any CPU.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitExcera|x64.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitExcera|x64.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitExcera|x86.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitExcera|x86.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitHytera|Any CPU.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitHytera|Any CPU.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitHytera|x64.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitHytera|x64.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitHytera|x86.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KitHytera|x86.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINX|Any CPU.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINX|Any CPU.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINX|x64.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINX|x64.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINX|x86.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINX|x86.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINXB|Any CPU.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINXB|Any CPU.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINXB|x64.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINXB|x64.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINXB|x86.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.kitLINXB|x86.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittATLAS|Any CPU.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittATLAS|Any CPU.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittATLAS|x64.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittATLAS|x64.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittATLAS|x86.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittATLAS|x86.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittHARRIS|Any CPU.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittHARRIS|Any CPU.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittHARRIS|x64.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittHARRIS|x64.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittHARRIS|x86.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittHARRIS|x86.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittMotorola|Any CPU.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittMotorola|Any CPU.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittMotorola|x64.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittMotorola|x64.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittMotorola|x86.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittMotorola|x86.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittSimoco|Any CPU.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittSimoco|Any CPU.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittSimoco|x64.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittSimoco|x64.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittSimoco|x86.ActiveCfg = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.KittSimoco|x86.Build.0 = KittMotorola + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LINX|Any CPU.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LINX|Any CPU.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LINX|x64.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LINX|x64.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LINX|x86.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LINX|x86.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LISF|Any CPU.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LISF|Any CPU.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LISF|x64.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LISF|x64.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LISF|x86.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.LISF|x86.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Release|Any CPU.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Release|Any CPU.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Release|x64.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Release|x64.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Release|x86.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Release|x86.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Repeater|Any CPU.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Repeater|Any CPU.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Repeater|x64.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Repeater|x64.Build.0 = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Repeater|x86.ActiveCfg = Release + {9FCD029D-6924-41FA-A59F-C79633FF6319}.Repeater|x86.Build.0 = Release EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SafeMobileLIB_DLL/prebuild.sh b/SafeMobileLIB_DLL/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/SafeMobileLIB_DLL/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/Safedispatch_4_0/prebuild.sh b/Safedispatch_4_0/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/Safedispatch_4_0/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/Service Configurator/prebuild.sh b/Service Configurator/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/Service Configurator/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/ServiceGatewaySDR/prebuild.sh b/ServiceGatewaySDR/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/ServiceGatewaySDR/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/SetupCustomActions/prebuild.sh b/SetupCustomActions/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/SetupCustomActions/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/Setup_SDRTetra/GWconfig.ini b/Setup_SDRTetra/GWconfig.ini new file mode 100644 index 0000000..88b7632 --- /dev/null +++ b/Setup_SDRTetra/GWconfig.ini @@ -0,0 +1,23 @@ +[Server] +IP = 127.0.0.1 + +[GATEWAY] +id = -1 +thisIP = 10.120.1.111 +regPort = 5680 +name = Tetra SDR + +[SDR] +SDR_ISSI = 7 +SDR_pass = 0 +SDR_IP = 127.0.0.1 +SDR_port = 6006 +GPS_type = LIP +SDR_ping = 1 +SDR_TimeOut = 120 +SDR_Autoconnect = true +POSITON_ERROR_TOLERANCE = 111 + +[Update] +Enable = true +autoupdate = true \ No newline at end of file diff --git a/Setup_SDRTetra/Setup_SDRTetra.vdproj b/Setup_SDRTetra/Setup_SDRTetra.vdproj new file mode 100644 index 0000000..5632a89 --- /dev/null +++ b/Setup_SDRTetra/Setup_SDRTetra.vdproj @@ -0,0 +1,2576 @@ +"DeployProject" +{ +"VSVersion" = "3:800" +"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" +"IsWebType" = "8:FALSE" +"ProjectName" = "8:Setup_SDRTetra" +"LanguageId" = "3:1033" +"CodePage" = "3:1252" +"UILanguageId" = "3:1033" +"SccProjectName" = "8:" +"SccLocalPath" = "8:" +"SccAuxPath" = "8:" +"SccProvider" = "8:" + "Hierarchy" + { + "Entry" + { + "MsmKey" = "8:_057BD092146503B6898A60F371D1F99B" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_17CB2209EE167D418F128AD60915288F" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_17CB2209EE167D418F128AD60915288F" + "OwnerKey" = "8:_6003288DF42093656E698E488C6A49D3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1815EC16FD98878F8B1044E5FD4C1F84" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1815EC16FD98878F8B1044E5FD4C1F84" + "OwnerKey" = "8:_17CB2209EE167D418F128AD60915288F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1D9D6736B2BFEFAE3B247D1B18879877" + "OwnerKey" = "8:_201B47388383A4102882386F7AD0B5CA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1D9D6736B2BFEFAE3B247D1B18879877" + "OwnerKey" = "8:_6003288DF42093656E698E488C6A49D3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1D9D6736B2BFEFAE3B247D1B18879877" + "OwnerKey" = "8:_17CB2209EE167D418F128AD60915288F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1D9D6736B2BFEFAE3B247D1B18879877" + "OwnerKey" = "8:_1815EC16FD98878F8B1044E5FD4C1F84" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1D9D6736B2BFEFAE3B247D1B18879877" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1D9D6736B2BFEFAE3B247D1B18879877" + "OwnerKey" = "8:_FC596164827DF3C101BD74F8401BEDEE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1E04BE4D99EC4ED6AA1BB89496B74F69" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_201B47388383A4102882386F7AD0B5CA" + "OwnerKey" = "8:_8829EF1DA5A1B506C0CBA6BFA324DFC9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_201B47388383A4102882386F7AD0B5CA" + "OwnerKey" = "8:_24B53F389004E4A608CC72A37ECD865A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_201B47388383A4102882386F7AD0B5CA" + "OwnerKey" = "8:_9F5D5CC5BA4D5199DC89D6D0485EEB8F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_201B47388383A4102882386F7AD0B5CA" + "OwnerKey" = "8:_6003288DF42093656E698E488C6A49D3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_201B47388383A4102882386F7AD0B5CA" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_201B47388383A4102882386F7AD0B5CA" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_201B47388383A4102882386F7AD0B5CA" + "OwnerKey" = "8:_17CB2209EE167D418F128AD60915288F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2085648679F9E5CD949A44BCF1DBEFB1" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2085648679F9E5CD949A44BCF1DBEFB1" + "OwnerKey" = "8:_A4EBE21A7D242755F5F616C0100775E9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_24B53F389004E4A608CC72A37ECD865A" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_24B53F389004E4A608CC72A37ECD865A" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2B69F5608121438FB599D33C6FF1EEC4" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_359D770055E6010FA499AF178ABD49FF" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_359D770055E6010FA499AF178ABD49FF" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3967EAEC192CE3FAA8962D23394EF60F" + "OwnerKey" = "8:_3A1607C3471BF08809747FE84CD4AE59" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3967EAEC192CE3FAA8962D23394EF60F" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3A1607C3471BF08809747FE84CD4AE59" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3D19094DCFF814F9F22FA09295EF1BFD" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_3D19094DCFF814F9F22FA09295EF1BFD" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_440B0229C14A256CCCD0201EF9D8B79E" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_440B0229C14A256CCCD0201EF9D8B79E" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_4C5E56540BDBA91DE452B1950209167C" + "OwnerKey" = "8:_E4FA73142FFD4CB1A9E73315217E2DB3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_587DE948968B32648F3A26A335C936B5" + "OwnerKey" = "8:_BE72CC085F4C56010178BC4AE8F46703" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_587DE948968B32648F3A26A335C936B5" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_587DE948968B32648F3A26A335C936B5" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5DC667A6EB0D413AB1FB7EE1FD1AD4A7" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6003288DF42093656E698E488C6A49D3" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_6003288DF42093656E698E488C6A49D3" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81F7091F8B5421C942427936DBFF466F" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_81F7091F8B5421C942427936DBFF466F" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8829EF1DA5A1B506C0CBA6BFA324DFC9" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8829EF1DA5A1B506C0CBA6BFA324DFC9" + "OwnerKey" = "8:_6003288DF42093656E698E488C6A49D3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8829EF1DA5A1B506C0CBA6BFA324DFC9" + "OwnerKey" = "8:_17CB2209EE167D418F128AD60915288F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9D5EBE1CBBFC4C7B5F260C28856557E8" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9D5EBE1CBBFC4C7B5F260C28856557E8" + "OwnerKey" = "8:_17CB2209EE167D418F128AD60915288F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9D5EBE1CBBFC4C7B5F260C28856557E8" + "OwnerKey" = "8:_1815EC16FD98878F8B1044E5FD4C1F84" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9D5EBE1CBBFC4C7B5F260C28856557E8" + "OwnerKey" = "8:_FC596164827DF3C101BD74F8401BEDEE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9F5D5CC5BA4D5199DC89D6D0485EEB8F" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_9F5D5CC5BA4D5199DC89D6D0485EEB8F" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A3B54CBE226E7ACADA4292CB6658378E" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A3B54CBE226E7ACADA4292CB6658378E" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A4EBE21A7D242755F5F616C0100775E9" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A4EBE21A7D242755F5F616C0100775E9" + "OwnerKey" = "8:_A3B54CBE226E7ACADA4292CB6658378E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B4BB8593EA97999C2B9EB0DD95D36268" + "OwnerKey" = "8:_3967EAEC192CE3FAA8962D23394EF60F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B4BB8593EA97999C2B9EB0DD95D36268" + "OwnerKey" = "8:_3A1607C3471BF08809747FE84CD4AE59" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_B4BB8593EA97999C2B9EB0DD95D36268" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BE72CC085F4C56010178BC4AE8F46703" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_BE72CC085F4C56010178BC4AE8F46703" + "OwnerKey" = "8:_24B53F389004E4A608CC72A37ECD865A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_D761CCCAC561AE0FD7DD400524D51AAA" + "OwnerKey" = "8:_71306552452DB170AF6474D513282ACE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DA47D70D55952B4961309EA644FBD164" + "OwnerKey" = "8:_BE72CC085F4C56010178BC4AE8F46703" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DBB4A7E1E4EB343B3777E754539C187A" + "OwnerKey" = "8:_587DE948968B32648F3A26A335C936B5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DBB4A7E1E4EB343B3777E754539C187A" + "OwnerKey" = "8:_BE72CC085F4C56010178BC4AE8F46703" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DE9C861704007E403AFE3B4BC0121CF4" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_DE9C861704007E403AFE3B4BC0121CF4" + "OwnerKey" = "8:_6003288DF42093656E698E488C6A49D3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E1C41C7295DEDDB4585ACE35E6982E42" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E1C41C7295DEDDB4585ACE35E6982E42" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_E4FA73142FFD4CB1A9E73315217E2DB3" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F6B20ECE8739CFAC2775CB98198964D1" + "OwnerKey" = "8:_BE72CC085F4C56010178BC4AE8F46703" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F971C4BB84505BC5D16C1AE428813874" + "OwnerKey" = "8:_FC596164827DF3C101BD74F8401BEDEE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F971C4BB84505BC5D16C1AE428813874" + "OwnerKey" = "8:_17CB2209EE167D418F128AD60915288F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_F971C4BB84505BC5D16C1AE428813874" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FC596164827DF3C101BD74F8401BEDEE" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FC596164827DF3C101BD74F8401BEDEE" + "OwnerKey" = "8:_6003288DF42093656E698E488C6A49D3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FC596164827DF3C101BD74F8401BEDEE" + "OwnerKey" = "8:_17CB2209EE167D418F128AD60915288F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_FC596164827DF3C101BD74F8401BEDEE" + "OwnerKey" = "8:_1815EC16FD98878F8B1044E5FD4C1F84" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E4FA73142FFD4CB1A9E73315217E2DB3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_B4BB8593EA97999C2B9EB0DD95D36268" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A4EBE21A7D242755F5F616C0100775E9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A3B54CBE226E7ACADA4292CB6658378E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5DC667A6EB0D413AB1FB7EE1FD1AD4A7" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3A1607C3471BF08809747FE84CD4AE59" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3967EAEC192CE3FAA8962D23394EF60F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2085648679F9E5CD949A44BCF1DBEFB1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4C5E56540BDBA91DE452B1950209167C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BB0F595F3E28F5D3024EFFE07903CA3E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9F5D5CC5BA4D5199DC89D6D0485EEB8F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9F5D5CC5BA4D5199DC89D6D0485EEB8F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_3D19094DCFF814F9F22FA09295EF1BFD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6003288DF42093656E698E488C6A49D3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_6003288DF42093656E698E488C6A49D3" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_359D770055E6010FA499AF178ABD49FF" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_81F7091F8B5421C942427936DBFF466F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_E1C41C7295DEDDB4585ACE35E6982E42" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_17CB2209EE167D418F128AD60915288F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_17CB2209EE167D418F128AD60915288F" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1815EC16FD98878F8B1044E5FD4C1F84" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_FC596164827DF3C101BD74F8401BEDEE" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F971C4BB84505BC5D16C1AE428813874" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_9D5EBE1CBBFC4C7B5F260C28856557E8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_8829EF1DA5A1B506C0CBA6BFA324DFC9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_201B47388383A4102882386F7AD0B5CA" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_1D9D6736B2BFEFAE3B247D1B18879877" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_057BD092146503B6898A60F371D1F99B" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_440B0229C14A256CCCD0201EF9D8B79E" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_998011F52F844451BE0AB999960FF4F9" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DE9C861704007E403AFE3B4BC0121CF4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BE72CC085F4C56010178BC4AE8F46703" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DA47D70D55952B4961309EA644FBD164" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_F6B20ECE8739CFAC2775CB98198964D1" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_587DE948968B32648F3A26A335C936B5" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_DBB4A7E1E4EB343B3777E754539C187A" + "MsmSig" = "8:_UNDEFINED" + } + } + "Configurations" + { + "Debug" + { + "DisplayName" = "8:Debug" + "IsDebugOnly" = "11:TRUE" + "IsReleaseOnly" = "11:FALSE" + "OutputFilename" = "8:Debug\\Setup_SDRTetra.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" + { + "Enabled" = "11:TRUE" + "PromptEnabled" = "11:TRUE" + "PrerequisitesLocation" = "2:1" + "Url" = "8:" + "ComponentsUrl" = "8:" + "Items" + { + "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.0,Profile=Client" + { + "Name" = "8:Microsoft .NET Framework 4 Client Profile (x86 and x64)" + "ProductCode" = "8:.NETFramework,Version=v4.0,Profile=Client" + } + "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Windows.Installer.3.1" + { + "Name" = "8:Windows Installer 3.1" + "ProductCode" = "8:Microsoft.Windows.Installer.3.1" + } + } + } + } + "KittMotorola" + { + "DisplayName" = "8:KittMotorola" + "IsDebugOnly" = "11:FALSE" + "IsReleaseOnly" = "11:FALSE" + "OutputFilename" = "8:..\\SetupProj\\SetupProj\\bin\\x86\\KittMotorola\\Tetra_SDR\\Setup_SDRTetra.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" + { + "Enabled" = "11:TRUE" + "PromptEnabled" = "11:TRUE" + "PrerequisitesLocation" = "2:1" + "Url" = "8:" + "ComponentsUrl" = "8:" + "Items" + { + "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.8" + { + "Name" = "8:Microsoft .NET Framework 4.8 (x86 and x64)" + "ProductCode" = "8:.NETFramework,Version=v4.8" + } + "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Windows.Installer.3.1" + { + "Name" = "8:Windows Installer 3.1" + "ProductCode" = "8:Microsoft.Windows.Installer.3.1" + } + } + } + } + "Release" + { + "DisplayName" = "8:Release" + "IsDebugOnly" = "11:FALSE" + "IsReleaseOnly" = "11:TRUE" + "OutputFilename" = "8:..\\SetupProj\\SetupProj\\bin\\x86\\KittMotorola\\Tetra_SDR\\Setup_SDRTetra.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" + { + "Enabled" = "11:TRUE" + "PromptEnabled" = "11:TRUE" + "PrerequisitesLocation" = "2:1" + "Url" = "8:" + "ComponentsUrl" = "8:" + "Items" + { + "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.0,Profile=Client" + { + "Name" = "8:Microsoft .NET Framework 4 Client Profile (x86 and x64)" + "ProductCode" = "8:.NETFramework,Version=v4.0,Profile=Client" + } + "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Windows.Installer.3.1" + { + "Name" = "8:Windows Installer 3.1" + "ProductCode" = "8:Microsoft.Windows.Installer.3.1" + } + } + } + } + } + "Deployable" + { + "CustomAction" + { + "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_6690572EE5424CC497E40F4D6C7A02B8" + { + "Name" = "8:Primary output from SetupCustomActions (Active)" + "Condition" = "8:" + "Object" = "8:_E4FA73142FFD4CB1A9E73315217E2DB3" + "FileType" = "3:1" + "InstallAction" = "3:1" + "Arguments" = "8:" + "EntryPoint" = "8:" + "Sequence" = "3:1" + "Identifier" = "8:_A5B8AAAA_3197_41EE_8F47_4180F6254796" + "InstallerClass" = "11:TRUE" + "CustomActionData" = "8:/ProductCode=[ProductCode] /App=\"TETRA SDR Getaway\"" + } + "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_89A9FD2C34184675AD66E7B681BF1097" + { + "Name" = "8:Primary output from SetupCustomActions (Active)" + "Condition" = "8:" + "Object" = "8:_E4FA73142FFD4CB1A9E73315217E2DB3" + "FileType" = "3:1" + "InstallAction" = "3:4" + "Arguments" = "8:" + "EntryPoint" = "8:" + "Sequence" = "3:1" + "Identifier" = "8:_75BBC5A5_463F_4A55_B0D9_C820C231D651" + "InstallerClass" = "11:TRUE" + "CustomActionData" = "8:/ProductCode=[ProductCode] /App=\"TETRA SDR Getaway\"" + } + "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_C96BC654437A42F781AFCF53B8B70AFE" + { + "Name" = "8:Primary output from SetupCustomActions (Active)" + "Condition" = "8:" + "Object" = "8:_E4FA73142FFD4CB1A9E73315217E2DB3" + "FileType" = "3:1" + "InstallAction" = "3:3" + "Arguments" = "8:" + "EntryPoint" = "8:" + "Sequence" = "3:1" + "Identifier" = "8:_5DD64AEA_304F_4D68_AF69_B78BB4EA6101" + "InstallerClass" = "11:TRUE" + "CustomActionData" = "8:/ProductCode=[ProductCode] /App=\"TETRA SDR Getaway\"" + } + "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_DA1BDD5278D4405A80A2F4E35219A216" + { + "Name" = "8:Primary output from SetupCustomActions (Active)" + "Condition" = "8:" + "Object" = "8:_E4FA73142FFD4CB1A9E73315217E2DB3" + "FileType" = "3:1" + "InstallAction" = "3:2" + "Arguments" = "8:" + "EntryPoint" = "8:" + "Sequence" = "3:1" + "Identifier" = "8:_0ADB58FB_753A_4773_B183_EABF430A96DB" + "InstallerClass" = "11:TRUE" + "CustomActionData" = "8:/ProductCode=[ProductCode] /App=\"TETRA SDR Getaway\"" + } + } + "DefaultFeature" + { + "Name" = "8:DefaultFeature" + "Title" = "8:" + "Description" = "8:" + } + "ExternalPersistence" + { + "LaunchCondition" + { + "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_3F1546BBB53A4A53A06264104D857B07" + { + "Name" = "8:.NET Framework" + "Message" = "8:[VSDNETMSG]" + "FrameworkVersion" = "8:.NETFramework,Version=v4.0,Profile=Client" + "AllowLaterVersions" = "11:FALSE" + "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=131000" + } + } + } + "File" + { + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_057BD092146503B6898A60F371D1F99B" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Nini, Version=1.1.0.0, Culture=neutral, PublicKeyToken=691faec150a7fa7b, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_057BD092146503B6898A60F371D1F99B" + { + "Name" = "8:Nini.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Nini.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_17CB2209EE167D418F128AD60915288F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_17CB2209EE167D418F128AD60915288F" + { + "Name" = "8:System.Text.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.Json.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1815EC16FD98878F8B1044E5FD4C1F84" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_1815EC16FD98878F8B1044E5FD4C1F84" + { + "Name" = "8:System.Text.Encodings.Web.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Text.Encodings.Web.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1D9D6736B2BFEFAE3B247D1B18879877" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_1D9D6736B2BFEFAE3B247D1B18879877" + { + "Name" = "8:System.Runtime.CompilerServices.Unsafe.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.CompilerServices.Unsafe.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1E04BE4D99EC4ED6AA1BB89496B74F69" + { + "SourcePath" = "8:..\\SDRgateway\\64x.ico" + "TargetName" = "8:64x.ico" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_201B47388383A4102882386F7AD0B5CA" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_201B47388383A4102882386F7AD0B5CA" + { + "Name" = "8:System.Threading.Tasks.Extensions.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Tasks.Extensions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2085648679F9E5CD949A44BCF1DBEFB1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.Management.Infrastructure.Native, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=x86" + "ScatterAssemblies" + { + "_2085648679F9E5CD949A44BCF1DBEFB1" + { + "Name" = "8:Microsoft.Management.Infrastructure.Native.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.Management.Infrastructure.Native.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_24B53F389004E4A608CC72A37ECD865A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Threading.Channels, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_24B53F389004E4A608CC72A37ECD865A" + { + "Name" = "8:System.Threading.Channels.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Threading.Channels.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2B69F5608121438FB599D33C6FF1EEC4" + { + "SourcePath" = "8:GWconfig.ini" + "TargetName" = "8:GWconfig.ini" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_359D770055E6010FA499AF178ABD49FF" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_359D770055E6010FA499AF178ABD49FF" + { + "Name" = "8:Newtonsoft.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Newtonsoft.Json.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3967EAEC192CE3FAA8962D23394EF60F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Telerik.WinControls, Version=2016.1.216.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_3967EAEC192CE3FAA8962D23394EF60F" + { + "Name" = "8:Telerik.WinControls.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Telerik.WinControls.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3A1607C3471BF08809747FE84CD4AE59" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Telerik.WinControls.UI, Version=2016.1.216.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_3A1607C3471BF08809747FE84CD4AE59" + { + "Name" = "8:Telerik.WinControls.UI.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Telerik.WinControls.UI.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3D19094DCFF814F9F22FA09295EF1BFD" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:OpenPop, Version=2.0.5.0, Culture=neutral, PublicKeyToken=bebb5741791313cd, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_3D19094DCFF814F9F22FA09295EF1BFD" + { + "Name" = "8:OpenPop.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:OpenPop.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_440B0229C14A256CCCD0201EF9D8B79E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" + "ScatterAssemblies" + { + "_440B0229C14A256CCCD0201EF9D8B79E" + { + "Name" = "8:System.IO.Compression.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.Compression.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4C5E56540BDBA91DE452B1950209167C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_4C5E56540BDBA91DE452B1950209167C" + { + "Name" = "8:System.Net.Http.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Http.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_587DE948968B32648F3A26A335C936B5" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" + "ScatterAssemblies" + { + "_587DE948968B32648F3A26A335C936B5" + { + "Name" = "8:System.IO.Compression.FileSystem.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.Compression.FileSystem.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5DC667A6EB0D413AB1FB7EE1FD1AD4A7" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_5DC667A6EB0D413AB1FB7EE1FD1AD4A7" + { + "Name" = "8:System.ValueTuple.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:..\\DLL\\System.ValueTuple.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6003288DF42093656E698E488C6A49D3" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Npgsql, Version=4.1.12.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_6003288DF42093656E698E488C6A49D3" + { + "Name" = "8:Npgsql.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Npgsql.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_81F7091F8B5421C942427936DBFF466F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:MySql.Data, Version=5.2.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_81F7091F8B5421C942427936DBFF466F" + { + "Name" = "8:MySql.Data.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:MySql.Data.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8829EF1DA5A1B506C0CBA6BFA324DFC9" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_8829EF1DA5A1B506C0CBA6BFA324DFC9" + { + "Name" = "8:Microsoft.Bcl.AsyncInterfaces.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.Bcl.AsyncInterfaces.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9D5EBE1CBBFC4C7B5F260C28856557E8" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_9D5EBE1CBBFC4C7B5F260C28856557E8" + { + "Name" = "8:System.Buffers.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Buffers.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9F5D5CC5BA4D5199DC89D6D0485EEB8F" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Reactive, Version=4.3.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_9F5D5CC5BA4D5199DC89D6D0485EEB8F" + { + "Name" = "8:System.Reactive.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Reactive.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A3B54CBE226E7ACADA4292CB6658378E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_A3B54CBE226E7ACADA4292CB6658378E" + { + "Name" = "8:System.Management.Automation.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Management.Automation.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A4EBE21A7D242755F5F616C0100775E9" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.Management.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_A4EBE21A7D242755F5F616C0100775E9" + { + "Name" = "8:Microsoft.Management.Infrastructure.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.Management.Infrastructure.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B4BB8593EA97999C2B9EB0DD95D36268" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:TelerikCommon, Version=2016.1.216.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_B4BB8593EA97999C2B9EB0DD95D36268" + { + "Name" = "8:TelerikCommon.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:TelerikCommon.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BB0F595F3E28F5D3024EFFE07903CA3E" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:DispatcherFramework, Version=8.1.0.10898, Culture=neutral, processorArchitecture=x86" + "ScatterAssemblies" + { + "_BB0F595F3E28F5D3024EFFE07903CA3E" + { + "Name" = "8:DispatcherFramework.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:DispatcherFramework.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BE72CC085F4C56010178BC4AE8F46703" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" + "ScatterAssemblies" + { + "_BE72CC085F4C56010178BC4AE8F46703" + { + "Name" = "8:netstandard.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:netstandard.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DA47D70D55952B4961309EA644FBD164" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_DA47D70D55952B4961309EA644FBD164" + { + "Name" = "8:System.Net.Http.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Http.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DBB4A7E1E4EB343B3777E754539C187A" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.IO.Compression, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_DBB4A7E1E4EB343B3777E754539C187A" + { + "Name" = "8:System.IO.Compression.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IO.Compression.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DE9C861704007E403AFE3B4BC0121CF4" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "ScatterAssemblies" + { + "_DE9C861704007E403AFE3B4BC0121CF4" + { + "Name" = "8:System.Net.Sockets.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Net.Sockets.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E1C41C7295DEDDB4585ACE35E6982E42" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_E1C41C7295DEDDB4585ACE35E6982E42" + { + "Name" = "8:CommandLine.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:CommandLine.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F6B20ECE8739CFAC2775CB98198964D1" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Diagnostics.Tracing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F6B20ECE8739CFAC2775CB98198964D1" + { + "Name" = "8:System.Diagnostics.Tracing.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Diagnostics.Tracing.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F971C4BB84505BC5D16C1AE428813874" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_F971C4BB84505BC5D16C1AE428813874" + { + "Name" = "8:System.Numerics.Vectors.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Numerics.Vectors.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FC596164827DF3C101BD74F8401BEDEE" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_FC596164827DF3C101BD74F8401BEDEE" + { + "Name" = "8:System.Memory.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Memory.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + } + "FileType" + { + } + "Folder" + { + "{1525181F-901A-416C-8A58-119130FE478E}:_260E7C4130084A7BBBA2701555246593" + { + "Name" = "8:#1919" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:ProgramMenuFolder" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_7B91CE7BBDD247A2B019EFA51382A3DE" + { + "Name" = "8:#1916" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:DesktopFolder" + "Folders" + { + } + } + "{3C67513D-01DD-4637-8A68-80971EB9504F}:_FD9C0DC9DA554272B6A006F7A1B8D864" + { + "DefaultLocation" = "8:[ProgramFilesFolder][Manufacturer]\\[ProductName]" + "Name" = "8:#1925" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:TARGETDIR" + "Folders" + { + } + } + } + "LaunchCondition" + { + } + "Locator" + { + } + "MsiBootstrapper" + { + "LangId" = "3:1033" + "RequiresElevation" = "11:FALSE" + } + "Product" + { + "Name" = "8:Microsoft Visual Studio" + "ProductName" = "8:SafeMobile Tetra SDR Gateway" + "ProductCode" = "8:{DC713816-2377-4E0B-A502-6C5A36B3D8C6}" + "PackageCode" = "8:{47473430-E334-42CE-BBBC-30282B74F0D6}" + "UpgradeCode" = "8:{26966C8C-D262-45B4-8244-DA1B5F87C812}" + "AspNetVersion" = "8:4.0.30319.0" + "RestartWWWService" = "11:FALSE" + "RemovePreviousVersions" = "11:FALSE" + "DetectNewerInstalledVersion" = "11:TRUE" + "InstallAllUsers" = "11:FALSE" + "ProductVersion" = "8:8.0.10869" + "Manufacturer" = "8:SafeMobile" + "ARPHELPTELEPHONE" = "8:" + "ARPHELPLINK" = "8:" + "Title" = "8:SafeMobile Tetra SDR Gateway" + "Subject" = "8:" + "ARPCONTACT" = "8:SafeMobile" + "Keywords" = "8:" + "ARPCOMMENTS" = "8:" + "ARPURLINFOABOUT" = "8:" + "ARPPRODUCTICON" = "8:_1E04BE4D99EC4ED6AA1BB89496B74F69" + "ARPIconIndex" = "3:0" + "SearchPath" = "8:" + "UseSystemSearchPath" = "11:TRUE" + "TargetPlatform" = "3:0" + "PreBuildEvent" = "8:" + "PostBuildEvent" = "8:" + "RunPostBuildEvent" = "3:0" + } + "Registry" + { + "HKLM" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_4B29C213C2664AB98420BF31457355DC" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_3B351EDFC6D44358BFA4D76A57C325FC" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCU" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_233F02EBAE144145BCE602B6341F4F61" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_04EA71632CF84F07A00FAAFBDC159307" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCR" + { + "Keys" + { + } + } + "HKU" + { + "Keys" + { + } + } + "HKPU" + { + "Keys" + { + } + } + } + "Sequences" + { + } + "Shortcut" + { + } + "UserInterface" + { + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_0ABBED5454F34CB4BA4B27514AA0C77F" + { + "Name" = "8:#1901" + "Sequence" = "3:2" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_E011E68249974FD4ADD899EF079CA5F3" + { + "Sequence" = "3:100" + "DisplayName" = "8:Progress" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_0EA7E1F77B874B70A55964518ACAAEEF" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdUserInterface.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_327C071D9D064631A7E3965DDFC8A78C" + { + "Name" = "8:#1902" + "Sequence" = "3:1" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_A48F64E89B244A8C8E4BD1D284A2CCF3" + { + "Sequence" = "3:100" + "DisplayName" = "8:Finished" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "UpdateText" + { + "Name" = "8:UpdateText" + "DisplayName" = "8:#1058" + "Description" = "8:#1158" + "Type" = "3:15" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1258" + "DefaultValue" = "8:#1258" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_6B771365582D47A386F3F0F4C71B0F5E" + { + "Name" = "8:#1902" + "Sequence" = "3:2" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_B58C8690C4F94895AEDD249F5B685C79" + { + "Sequence" = "3:100" + "DisplayName" = "8:Finished" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_6C03F33FE86D45BF8DEED615FE508C86" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdBasicDialogs.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_75D21B970CBA454089212FCB0B73B170" + { + "Name" = "8:#1900" + "Sequence" = "3:1" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_32EF1A1A583945DAA674E8F8599A074D" + { + "Sequence" = "3:200" + "DisplayName" = "8:Installation Folder" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "InstallAllUsersVisible" + { + "Name" = "8:InstallAllUsersVisible" + "DisplayName" = "8:#1059" + "Description" = "8:#1159" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_4280279FDA9C4C69B4A6C17FF296452C" + { + "Sequence" = "3:100" + "DisplayName" = "8:Welcome" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_B928F205E90547FEA2408190BED61256" + { + "Sequence" = "3:300" + "DisplayName" = "8:Confirm Installation" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_C1A2A96A038943BAB65FF124BC08B614" + { + "Name" = "8:#1900" + "Sequence" = "3:2" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_7E3A8DDDA3B04FB9BBB11D95678BD4D0" + { + "Sequence" = "3:300" + "DisplayName" = "8:Confirm Installation" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_C7EAA677F9E241C69C5FA32F53EC31B7" + { + "Sequence" = "3:200" + "DisplayName" = "8:Installation Folder" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_FB36DB400ECF4421B741C8B1A093C907" + { + "Sequence" = "3:100" + "DisplayName" = "8:Welcome" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_E448EE7FA8124921A03DC8EF48DAFF70" + { + "Name" = "8:#1901" + "Sequence" = "3:1" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_E2F8FEB93DF347188A59DD3E7359F1DF" + { + "Sequence" = "3:100" + "DisplayName" = "8:Progress" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + } + "MergeModule" + { + } + "ProjectOutput" + { + "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_998011F52F844451BE0AB999960FF4F9" + { + "SourcePath" = "8:..\\SDRgateway\\obj\\x86\\KittMotorola\\SDRgateway.exe" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + "ProjectOutputGroupRegister" = "3:1" + "OutputConfiguration" = "8:" + "OutputGroupCanonicalName" = "8:Built" + "OutputProjectGuid" = "8:{645A98FD-E761-499E-AB6A-908ABC8813E3}" + "ShowKeyOutput" = "11:TRUE" + "ExcludeFilters" + { + } + } + "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_E4FA73142FFD4CB1A9E73315217E2DB3" + { + "SourcePath" = "8:..\\SetupCustomActions\\obj\\x86\\KittMotorola\\SetupCustomActions.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_FD9C0DC9DA554272B6A006F7A1B8D864" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + "ProjectOutputGroupRegister" = "3:1" + "OutputConfiguration" = "8:" + "OutputGroupCanonicalName" = "8:Built" + "OutputProjectGuid" = "8:{F49B694E-E5FF-449F-91AD-52F1888D669C}" + "ShowKeyOutput" = "11:TRUE" + "ExcludeFilters" + { + } + } + } + } +} diff --git a/SipComponent/prebuild.sh b/SipComponent/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/SipComponent/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/SocketIOComponent/prebuild.sh b/SocketIOComponent/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/SocketIOComponent/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/SubscriberAndUserManager/prebuild.sh b/SubscriberAndUserManager/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/SubscriberAndUserManager/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/TCPClientService/prebuild.sh b/TCPClientService/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/TCPClientService/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/TCPServerService/prebuild.sh b/TCPServerService/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/TCPServerService/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file diff --git a/Tetra_GW/prebuild.sh b/Tetra_GW/prebuild.sh new file mode 100644 index 0000000..72cb3c4 --- /dev/null +++ b/Tetra_GW/prebuild.sh @@ -0,0 +1,37 @@ + #/!bin/bash + + echo ................. + echo . Prebuild step . + echo ................. + + +version=$(git describe) + +# ( +# echo namespace GenericBridge +# echo { +# echo public class VersionInfo +# echo { +# echo public string Version{ get; set; } = "%VersionGIT%"; +# echo } +# echo } +# )> "$(ProjectDir)\Properties\VersionInfo.cs" + +[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs +cat > ../../Properties/VersionInfo.cs << ENDOFFILE + +// Generated on $(date) by prebuild script +namespace GenericBridge +{ + public class VersionInfo + { + public string Version{ get; set; } = "$version"; + } +} + +ENDOFFILE + +echo Generated 'Properties/VersionInfo.cs' with the content below: +cat ../../Properties/VersionInfo.cs +echo ............................ +#read -p 'Press Enter to continue...' var \ No newline at end of file