From 10e6138756a46f4e6fa651a0d8ee77d01a081da6 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Mon, 13 May 2024 00:24:44 +0200 Subject: [PATCH] rename example --- examples/lang-cs/lang-cs.csproj | 21 --------------- examples/{lang-cs => lang_cs}/Program.cs | 0 examples/lang_cs/lang_cs.csproj | 27 +++++++++++++++++++ .../ServicePoint2/ServicePoint2.sln | 2 +- 4 files changed, 28 insertions(+), 22 deletions(-) delete mode 100644 examples/lang-cs/lang-cs.csproj rename examples/{lang-cs => lang_cs}/Program.cs (100%) create mode 100644 examples/lang_cs/lang_cs.csproj diff --git a/examples/lang-cs/lang-cs.csproj b/examples/lang-cs/lang-cs.csproj deleted file mode 100644 index 4dffb94..0000000 --- a/examples/lang-cs/lang-cs.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - Exe - net8.0 - lang_cs - enable - enable - - - - - - - - - libservicepoint2.so - - - - diff --git a/examples/lang-cs/Program.cs b/examples/lang_cs/Program.cs similarity index 100% rename from examples/lang-cs/Program.cs rename to examples/lang_cs/Program.cs diff --git a/examples/lang_cs/lang_cs.csproj b/examples/lang_cs/lang_cs.csproj new file mode 100644 index 0000000..33bbf25 --- /dev/null +++ b/examples/lang_cs/lang_cs.csproj @@ -0,0 +1,27 @@ + + + + Exe + net8.0 + lang_cs + enable + enable + + + + + + + + + libservicepoint2.so + + + + + + libservicepoint2.so + + + + diff --git a/servicepoint2-binding-cs/ServicePoint2/ServicePoint2.sln b/servicepoint2-binding-cs/ServicePoint2/ServicePoint2.sln index eae4f49..51b016d 100644 --- a/servicepoint2-binding-cs/ServicePoint2/ServicePoint2.sln +++ b/servicepoint2-binding-cs/ServicePoint2/ServicePoint2.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServicePoint2", "ServicePoint2.csproj", "{70EFFA3F-012A-4518-9627-466BEAE4252E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lang-cs", "..\..\examples\lang-cs\lang-cs.csproj", "{DA3B8B6E-993A-47DA-844B-F92AF520FF59}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lang-cs", "..\..\examples\lang_cs\lang_cs.csproj", "{DA3B8B6E-993A-47DA-844B-F92AF520FF59}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution