fix setup for TCPServer/Tcpclient / update prebuild.sh to generate VersionInfo.cs file/ add in PreBuildEvent running of prebuild.sh
This commit is contained in:
parent
741a923c49
commit
2dc4a05cf2
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -22,8 +22,6 @@ port = 17234
|
||||
[Update]
|
||||
Version = 1.0.0.2
|
||||
Enable = true
|
||||
autoupdate = true
|
||||
develop = true
|
||||
|
||||
[Config]
|
||||
watchdog = false
|
||||
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,10 +1,10 @@
|
||||
|
||||
// Generated on Wed, Feb 28, 2024 4:12:47 PM by prebuild script
|
||||
namespace GenericBridge
|
||||
// Generated on Thu, Feb 29, 2024 8:11:01 PM by prebuild script
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
public string Version{ get; set; } = "8.1.0.10898-1-g07d6730";
|
||||
public string Version{ get; set; } = "8.1.0.10898-2-g741a923";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -107,6 +107,9 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>$(ProjectDir)prebuild.sh</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
@ -114,5 +117,4 @@
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
|
||||
</Project>
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -313,6 +313,9 @@
|
||||
</ItemGroup>
|
||||
<Import Project="..\SharedUI\SharedUI.projitems" Label="Shared" />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>$(ProjectDir)prebuild.sh</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.-->
|
||||
</Project>
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -87,6 +87,9 @@
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>$(ProjectDir)prebuild.sh</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
@ -94,5 +97,4 @@
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
|
||||
</Project>
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1172,6 +1172,9 @@
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>$(ProjectDir)prebuild.sh</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -201,7 +201,6 @@
|
||||
</Target>
|
||||
-->
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>
|
||||
</PreBuildEvent>
|
||||
<PreBuildEvent>$(ProjectDir)prebuild.sh</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -35,5 +35,4 @@ appServerPopUp = true
|
||||
[Update]
|
||||
Version = 1.0.0.2
|
||||
Enable = true
|
||||
autoupdate = true
|
||||
develop = true
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -357,7 +357,7 @@
|
||||
"SharedLegacy" = "11:FALSE"
|
||||
"PackageAs" = "3:1"
|
||||
"Register" = "3:1"
|
||||
"Exclude" = "11:TRUE"
|
||||
"Exclude" = "11:FALSE"
|
||||
"IsDependency" = "11:TRUE"
|
||||
"IsolateTo" = "8:"
|
||||
}
|
||||
@ -388,7 +388,7 @@
|
||||
"SharedLegacy" = "11:FALSE"
|
||||
"PackageAs" = "3:1"
|
||||
"Register" = "3:1"
|
||||
"Exclude" = "11:TRUE"
|
||||
"Exclude" = "11:FALSE"
|
||||
"IsDependency" = "11:TRUE"
|
||||
"IsolateTo" = "8:"
|
||||
}
|
||||
@ -501,7 +501,7 @@
|
||||
"SharedLegacy" = "11:FALSE"
|
||||
"PackageAs" = "3:1"
|
||||
"Register" = "3:1"
|
||||
"Exclude" = "11:TRUE"
|
||||
"Exclude" = "11:FALSE"
|
||||
"IsDependency" = "11:TRUE"
|
||||
"IsolateTo" = "8:"
|
||||
}
|
||||
|
@ -363,7 +363,7 @@
|
||||
"SharedLegacy" = "11:FALSE"
|
||||
"PackageAs" = "3:1"
|
||||
"Register" = "3:1"
|
||||
"Exclude" = "11:TRUE"
|
||||
"Exclude" = "11:FALSE"
|
||||
"IsDependency" = "11:TRUE"
|
||||
"IsolateTo" = "8:"
|
||||
}
|
||||
@ -414,7 +414,7 @@
|
||||
"SharedLegacy" = "11:FALSE"
|
||||
"PackageAs" = "3:1"
|
||||
"Register" = "3:1"
|
||||
"Exclude" = "11:TRUE"
|
||||
"Exclude" = "11:FALSE"
|
||||
"IsDependency" = "11:TRUE"
|
||||
"IsolateTo" = "8:"
|
||||
}
|
||||
@ -527,7 +527,7 @@
|
||||
"SharedLegacy" = "11:FALSE"
|
||||
"PackageAs" = "3:1"
|
||||
"Register" = "3:1"
|
||||
"Exclude" = "11:TRUE"
|
||||
"Exclude" = "11:FALSE"
|
||||
"IsDependency" = "11:TRUE"
|
||||
"IsolateTo" = "8:"
|
||||
}
|
||||
|
@ -90,8 +90,8 @@ namespace SharedUI
|
||||
|
||||
public void CheckUpdate()
|
||||
{
|
||||
Thread t = new Thread(CheckUpdateThread);
|
||||
t.Start();
|
||||
//Thread t = new Thread(CheckUpdateThread);
|
||||
//t.Start();
|
||||
}
|
||||
|
||||
|
||||
|
@ -298,7 +298,7 @@ namespace SharedUI
|
||||
else
|
||||
UpdateUIForStatus(CurrentStatus.CHECKING);
|
||||
|
||||
updater.CheckUpdate();
|
||||
// updater.CheckUpdate();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
@ -1,14 +1,14 @@
|
||||
#/!bin/bash
|
||||
|
||||
echo .................
|
||||
echo . Prebuild step .
|
||||
echo . Prebuild step $(pwd)
|
||||
echo .................
|
||||
|
||||
|
||||
version=$(git describe)
|
||||
|
||||
# (
|
||||
# echo namespace GenericBridge
|
||||
# echo namespace SafeDispatch-git
|
||||
# echo {
|
||||
# echo public class VersionInfo
|
||||
# echo {
|
||||
@ -17,11 +17,13 @@ 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
|
||||
namespace SafeDispatch-git
|
||||
{
|
||||
public class VersionInfo
|
||||
{
|
||||
@ -32,6 +34,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
|
Loading…
Reference in New Issue
Block a user