add Setup_SDRTetra and prebuild.sh for versioning
This commit is contained in:
parent
07d67306b2
commit
741a923c49
@ -17,8 +17,8 @@ version=$(git describe)
|
|||||||
# echo }
|
# echo }
|
||||||
# )> "$(ProjectDir)\Properties\VersionInfo.cs"
|
# )> "$(ProjectDir)\Properties\VersionInfo.cs"
|
||||||
|
|
||||||
[ -f Properties/VersionInfo.cs ] && rm Properties/VersionInfo.cs
|
[ -f ../../Properties/VersionInfo.cs ] && rm ../../Properties/VersionInfo.cs
|
||||||
cat > Properties/VersionInfo.cs << ENDOFFILE
|
cat > ../../Properties/VersionInfo.cs << ENDOFFILE
|
||||||
|
|
||||||
// Generated on $(date) by prebuild script
|
// Generated on $(date) by prebuild script
|
||||||
namespace GenericBridge
|
namespace GenericBridge
|
||||||
@ -32,6 +32,6 @@ namespace GenericBridge
|
|||||||
ENDOFFILE
|
ENDOFFILE
|
||||||
|
|
||||||
echo Generated 'Properties/VersionInfo.cs' with the content below:
|
echo Generated 'Properties/VersionInfo.cs' with the content below:
|
||||||
cat Properties/VersionInfo.cs
|
cat ../../Properties/VersionInfo.cs
|
||||||
echo ............................
|
echo ............................
|
||||||
read -p 'Press Enter to continue...' var
|
#read -p 'Press Enter to continue...' var
|
37
AppServer/prebuild.sh
Normal file
37
AppServer/prebuild.sh
Normal file
@ -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
|
37
AppServerMobile/prebuild.sh
Normal file
37
AppServerMobile/prebuild.sh
Normal file
@ -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
|
10
AppServerWatchDogService/Properties/VersionInfo.cs
Normal file
10
AppServerWatchDogService/Properties/VersionInfo.cs
Normal file
@ -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";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
37
AppServerWatchDogService/prebuild.sh
Normal file
37
AppServerWatchDogService/prebuild.sh
Normal file
@ -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
|
37
AppWatchDog/prebuild.sh
Normal file
37
AppWatchDog/prebuild.sh
Normal file
@ -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
|
37
CPlus_GW/prebuild.sh
Normal file
37
CPlus_GW/prebuild.sh
Normal file
@ -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
|
37
Dongle RegLib/prebuild.sh
Normal file
37
Dongle RegLib/prebuild.sh
Normal file
@ -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
|
37
GatewayTetraVoice/prebuild.sh
Normal file
37
GatewayTetraVoice/prebuild.sh
Normal file
@ -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
|
37
LibrarySDR/prebuild.sh
Normal file
37
LibrarySDR/prebuild.sh
Normal file
@ -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
|
37
MotoRepeaterCore/prebuild.sh
Normal file
37
MotoRepeaterCore/prebuild.sh
Normal file
@ -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
|
37
MotoTRBO_XNL_Cmd/prebuild.sh
Normal file
37
MotoTRBO_XNL_Cmd/prebuild.sh
Normal file
@ -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
|
37
MotoTrbo_GW/prebuild.sh
Normal file
37
MotoTrbo_GW/prebuild.sh
Normal file
@ -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
|
37
ReportsLibrary/prebuild.sh
Normal file
37
ReportsLibrary/prebuild.sh
Normal file
@ -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
|
@ -53,12 +53,46 @@
|
|||||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Microsoft.VisualBasic" />
|
<Reference Include="Microsoft.VisualBasic" />
|
||||||
<Reference Include="Nini">
|
<Reference Include="Nini">
|
||||||
<HintPath>..\DLL\Nini.dll</HintPath>
|
<HintPath>..\DLL\Nini.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Numerics" />
|
||||||
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Text.Json.8.0.0\lib\net462\System.Text.Json.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.ValueTuple" />
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
@ -127,6 +161,7 @@
|
|||||||
<DesignTime>True</DesignTime>
|
<DesignTime>True</DesignTime>
|
||||||
</Compile>
|
</Compile>
|
||||||
<None Include="app.config" />
|
<None Include="app.config" />
|
||||||
|
<None Include="packages.config" />
|
||||||
<None Include="Properties\Settings.settings">
|
<None Include="Properties\Settings.settings">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||||
@ -166,6 +201,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
-->
|
-->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PreBuildEvent>$(ProjectDir)prebuild.sh</PreBuildEvent>
|
<PreBuildEvent>
|
||||||
|
</PreBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
12
SDRgateway/packages.config
Normal file
12
SDRgateway/packages.config
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<packages>
|
||||||
|
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net48" />
|
||||||
|
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
|
||||||
|
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
|
||||||
|
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
|
||||||
|
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" />
|
||||||
|
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net48" />
|
||||||
|
<package id="System.Text.Json" version="8.0.0" targetFramework="net48" />
|
||||||
|
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />
|
||||||
|
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />
|
||||||
|
</packages>
|
37
SDRgateway/prebuild.sh
Normal file
37
SDRgateway/prebuild.sh
Normal file
@ -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
|
@ -75,6 +75,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrarySDR", "LibrarySDR\Li
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupProj", "SetupProj\SetupProj\SetupProj.csproj", "{2292ADE7-ADAC-40D0-866C-8A712F2137F7}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupProj", "SetupProj\SetupProj\SetupProj.csproj", "{2292ADE7-ADAC-40D0-866C-8A712F2137F7}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup_SDRTetra", "Setup_SDRTetra\Setup_SDRTetra.vdproj", "{9FCD029D-6924-41FA-A59F-C79633FF6319}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SharedMSBuildProjectFiles) = preSolution
|
GlobalSection(SharedMSBuildProjectFiles) = preSolution
|
||||||
SharedUI\SharedUI.projitems*{2292ade7-adac-40d0-866c-8a712f2137f7}*SharedItemsImports = 4
|
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|x64.Build.0 = Release|Any CPU
|
||||||
{2292ADE7-ADAC-40D0-866C-8A712F2137F7}.Repeater|x86.ActiveCfg = Release|x86
|
{2292ADE7-ADAC-40D0-866C-8A712F2137F7}.Repeater|x86.ActiveCfg = Release|x86
|
||||||
{2292ADE7-ADAC-40D0-866C-8A712F2137F7}.Repeater|x86.Build.0 = 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
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
37
SafeMobileLIB_DLL/prebuild.sh
Normal file
37
SafeMobileLIB_DLL/prebuild.sh
Normal file
@ -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
|
37
Safedispatch_4_0/prebuild.sh
Normal file
37
Safedispatch_4_0/prebuild.sh
Normal file
@ -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
|
37
Service Configurator/prebuild.sh
Normal file
37
Service Configurator/prebuild.sh
Normal file
@ -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
|
37
ServiceGatewaySDR/prebuild.sh
Normal file
37
ServiceGatewaySDR/prebuild.sh
Normal file
@ -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
|
37
SetupCustomActions/prebuild.sh
Normal file
37
SetupCustomActions/prebuild.sh
Normal file
@ -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
|
23
Setup_SDRTetra/GWconfig.ini
Normal file
23
Setup_SDRTetra/GWconfig.ini
Normal file
@ -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
|
2576
Setup_SDRTetra/Setup_SDRTetra.vdproj
Normal file
2576
Setup_SDRTetra/Setup_SDRTetra.vdproj
Normal file
File diff suppressed because it is too large
Load Diff
37
SipComponent/prebuild.sh
Normal file
37
SipComponent/prebuild.sh
Normal file
@ -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
|
37
SocketIOComponent/prebuild.sh
Normal file
37
SocketIOComponent/prebuild.sh
Normal file
@ -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
|
37
SubscriberAndUserManager/prebuild.sh
Normal file
37
SubscriberAndUserManager/prebuild.sh
Normal file
@ -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
|
37
TCPClientService/prebuild.sh
Normal file
37
TCPClientService/prebuild.sh
Normal file
@ -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
|
37
TCPServerService/prebuild.sh
Normal file
37
TCPServerService/prebuild.sh
Normal file
@ -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
|
37
Tetra_GW/prebuild.sh
Normal file
37
Tetra_GW/prebuild.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user