summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-08-25 11:53:41 +0200
committerMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-08-25 11:55:05 +0200
commitdb997bde47674ed61acb93dea1522b4f16f8e489 (patch)
treeed59434f7e0d8f4d1d32276e8da971e250bb4f0d /tutorial
parentace8613f0f21601296744eedc1ce80dd1ca0fdae (diff)
downloadthrift-db997bde47674ed61acb93dea1522b4f16f8e489.tar.gz
Minor whitespace cleanup in csproj files
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/netstd/Client/Client.csproj1
-rw-r--r--tutorial/netstd/Interfaces/Interfaces.csproj1
-rw-r--r--tutorial/netstd/Server/Server.csproj1
3 files changed, 0 insertions, 3 deletions
diff --git a/tutorial/netstd/Client/Client.csproj b/tutorial/netstd/Client/Client.csproj
index 9e903b930..1f877517e 100644
--- a/tutorial/netstd/Client/Client.csproj
+++ b/tutorial/netstd/Client/Client.csproj
@@ -39,5 +39,4 @@
<ProjectReference Include="..\Interfaces\Interfaces.csproj" />
<ProjectReference Include="..\..\..\lib\netstd\Thrift\Thrift.csproj" />
</ItemGroup>
-
</Project>
diff --git a/tutorial/netstd/Interfaces/Interfaces.csproj b/tutorial/netstd/Interfaces/Interfaces.csproj
index ad46bd583..989f6db40 100644
--- a/tutorial/netstd/Interfaces/Interfaces.csproj
+++ b/tutorial/netstd/Interfaces/Interfaces.csproj
@@ -45,5 +45,4 @@
<Exec Condition="Exists('thrift')" Command="thrift -out $(ProjectDir) -gen netstd:wcf,union,serial -r ./../../tutorial.thrift" />
<Exec Condition="Exists('./../../../compiler/cpp/thrift')" Command="./../../../compiler/cpp/thrift -out $(ProjectDir) -gen netstd:wcf,union,serial -r ./../../tutorial.thrift" />
</Target>
-
</Project>
diff --git a/tutorial/netstd/Server/Server.csproj b/tutorial/netstd/Server/Server.csproj
index d4ada3e29..e5e54a5b1 100644
--- a/tutorial/netstd/Server/Server.csproj
+++ b/tutorial/netstd/Server/Server.csproj
@@ -42,5 +42,4 @@
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="5.0.0" />
</ItemGroup>
-
</Project>