From 8bf1452e31c4dc14635c783987288111ebe5dce3 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 26 May 2024 14:58:05 +0200 Subject: [PATCH] fix c# example --- crates/servicepoint_binding_cs/ServicePoint.sln | 2 +- crates/servicepoint_binding_cs/ServicePoint/ServicePoint.csproj | 2 +- crates/servicepoint_binding_cs/examples/lang_cs/lang_cs.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/servicepoint_binding_cs/ServicePoint.sln b/crates/servicepoint_binding_cs/ServicePoint.sln index 29b9889..3d278f9 100644 --- a/crates/servicepoint_binding_cs/ServicePoint.sln +++ b/crates/servicepoint_binding_cs/ServicePoint.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServicePoint", "ServicePoint/ServicePoint.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 diff --git a/crates/servicepoint_binding_cs/ServicePoint/ServicePoint.csproj b/crates/servicepoint_binding_cs/ServicePoint/ServicePoint.csproj index 30778d0..d871fcd 100644 --- a/crates/servicepoint_binding_cs/ServicePoint/ServicePoint.csproj +++ b/crates/servicepoint_binding_cs/ServicePoint/ServicePoint.csproj @@ -12,7 +12,7 @@ ServicePoint - 0.3.0 + 0.5.0 Repository Authors None ServicePoint diff --git a/crates/servicepoint_binding_cs/examples/lang_cs/lang_cs.csproj b/crates/servicepoint_binding_cs/examples/lang_cs/lang_cs.csproj index 5ad0986..e83a385 100644 --- a/crates/servicepoint_binding_cs/examples/lang_cs/lang_cs.csproj +++ b/crates/servicepoint_binding_cs/examples/lang_cs/lang_cs.csproj @@ -9,7 +9,7 @@ - +