Skip to content

Commit

Permalink
Add .csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
juleswhi committed Sep 25, 2023
1 parent dabac4b commit 082635c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
10 changes: 10 additions & 0 deletions Timer_GCSE_Coursework.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>

0 comments on commit 082635c

Please sign in to comment.