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/CsharpServer/CsharpServer.csproj | 111 +++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 src/jaegertracing/thrift/tutorial/csharp/CsharpServer/CsharpServer.csproj (limited to 'src/jaegertracing/thrift/tutorial/csharp/CsharpServer/CsharpServer.csproj') diff --git a/src/jaegertracing/thrift/tutorial/csharp/CsharpServer/CsharpServer.csproj b/src/jaegertracing/thrift/tutorial/csharp/CsharpServer/CsharpServer.csproj new file mode 100644 index 000000000..07481806c --- /dev/null +++ b/src/jaegertracing/thrift/tutorial/csharp/CsharpServer/CsharpServer.csproj @@ -0,0 +1,111 @@ + + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {66707BAE-BBF9-4F03-B53E-BE3AD58322F8} + Exe + Properties + CsharpServer + CsharpServer + 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