From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- .../csharp/CsharpClient/CsharpClient.csproj | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 src/jaegertracing/thrift/tutorial/csharp/CsharpClient/CsharpClient.csproj (limited to 'src/jaegertracing/thrift/tutorial/csharp/CsharpClient/CsharpClient.csproj') diff --git a/src/jaegertracing/thrift/tutorial/csharp/CsharpClient/CsharpClient.csproj b/src/jaegertracing/thrift/tutorial/csharp/CsharpClient/CsharpClient.csproj new file mode 100644 index 000000000..1ea7ff639 --- /dev/null +++ b/src/jaegertracing/thrift/tutorial/csharp/CsharpClient/CsharpClient.csproj @@ -0,0 +1,110 @@ + + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {18F24087-4760-43DA-ACAB-7B9F0E096B11} + Exe + Properties + CsharpClient + CsharpClient + v3.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + Calculator.cs + + + InvalidOperation.cs + + + Operation.cs + + + SharedService.cs + + + SharedStruct.cs + + + tutorial.Constants.cs + + + Work.cs + + + + + + + {499eb63c-d74c-47e8-ae48-a2fc94538e9d} + Thrift + + + + + pushd "$(SolutionDir)" +thrift -gen csharp -r ../tutorial.thrift +popd + + + + \ No newline at end of file -- cgit v1.2.3