File tree 3 files changed +23
-4
lines changed
3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
- ! * /java /makefile *
1
+ ! * /java /makefile *
2
+ ! * .csproj
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/remote_procedure_call/py
4
- /bin/python3 inventory_client.py $@
5
- rm -rf __pycache__
3
+ echo " $( dirname " $0 " ) "
4
+ SCRIPT_DIR=" $( pwd) "
5
+ echo " Script directory: $SCRIPT_DIR "
6
+
7
+
8
+ # cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/remote_procedure_call/py
9
+ # /bin/python3 inventory_client.py $@
10
+ # rm -rf __pycache__
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <OutputType >Exe</OutputType >
5
+ <TargetFramework >net6</TargetFramework >
6
+ </PropertyGroup >
7
+
8
+ <ItemGroup >
9
+ <PackageReference Include =" Rti.ConnextDds.Extra" Version =" 7.4.0.*" />
10
+ <PackageReference Include =" Rti.ConnextDds.RequestReply" Version =" 7.4.0.*" />
11
+ <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta1.21308.1" />
12
+ </ItemGroup >
13
+ </Project >
You can’t perform that action at this time.
0 commit comments