From 89e60f54b91ff81364ab89edd3b4ef41bea2e30a Mon Sep 17 00:00:00 2001 From: sesky4 <13594241+sesky4@user.noreply.gitee.com> Date: Mon, 11 Dec 2023 07:05:32 +0000 Subject: [PATCH] rename nonsdk-dotnet-sample.sln to nonsdk-dotnet-sample.csproj. Signed-off-by: sesky4 <13594241+sesky4@user.noreply.gitee.com> --- nonsdk-dotnet-sample.csproj | 10 ++++++++++ nonsdk-dotnet-sample.sln | 16 ---------------- 2 files changed, 10 insertions(+), 16 deletions(-) create mode 100644 nonsdk-dotnet-sample.csproj delete mode 100644 nonsdk-dotnet-sample.sln diff --git a/nonsdk-dotnet-sample.csproj b/nonsdk-dotnet-sample.csproj new file mode 100644 index 0000000..3020071 --- /dev/null +++ b/nonsdk-dotnet-sample.csproj @@ -0,0 +1,10 @@ + + + + Exe + net7.0 + enable + enable + + + \ No newline at end of file diff --git a/nonsdk-dotnet-sample.sln b/nonsdk-dotnet-sample.sln deleted file mode 100644 index f013c7c..0000000 --- a/nonsdk-dotnet-sample.sln +++ /dev/null @@ -1,16 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet_play", "dotnet_play\dotnet_play.csproj", "{97482D8B-5AD9-4882-BA9A-8ED989B01F82}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {97482D8B-5AD9-4882-BA9A-8ED989B01F82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {97482D8B-5AD9-4882-BA9A-8ED989B01F82}.Debug|Any CPU.Build.0 = Debug|Any CPU - {97482D8B-5AD9-4882-BA9A-8ED989B01F82}.Release|Any CPU.ActiveCfg = Release|Any CPU - {97482D8B-5AD9-4882-BA9A-8ED989B01F82}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection -EndGlobal -- Gitee