summary refs log tree commit diff
path: root/string_guess/stringGuess.csproj
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-08 04:13:03 +0000
commit821ecea5b3a6aea15494dd8e9674fac379a2e841 (patch)
tree54ea2e3ce80bf69607726fd8c1e83e76ea3eb63b /string_guess/stringGuess.csproj
parentread/write (diff)
downloadcs-821ecea5b3a6aea15494dd8e9674fac379a2e841.tar
cs-821ecea5b3a6aea15494dd8e9674fac379a2e841.tar.gz
cs-821ecea5b3a6aea15494dd8e9674fac379a2e841.tar.bz2
cs-821ecea5b3a6aea15494dd8e9674fac379a2e841.tar.xz
cs-821ecea5b3a6aea15494dd8e9674fac379a2e841.zip
string guess
Diffstat (limited to 'string_guess/stringGuess.csproj')
-rw-r--r--string_guess/stringGuess.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/string_guess/stringGuess.csproj b/string_guess/stringGuess.csproj
new file mode 100644
index 0000000..40c60dd
--- /dev/null
+++ b/string_guess/stringGuess.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">

+

+  <PropertyGroup>

+    <OutputType>Exe</OutputType>

+    <TargetFramework>net6.0</TargetFramework>

+    <ImplicitUsings>enable</ImplicitUsings>

+    <Nullable>enable</Nullable>

+  </PropertyGroup>

+

+</Project>