rename coding project bc I did the wrong one

This commit is contained in:
2025-11-06 20:03:27 +01:00
parent 3d0725272f
commit bab84f0fe3
13 changed files with 77 additions and 13 deletions

View File

@@ -0,0 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>EveryBodyCodes2025</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Content Include="Inputs\Q01_P01.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Inputs\Q01_P02.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Inputs\Q01_P02a.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Compile Include="QuestOne.fs" />
<Compile Include="QuestOne_ai.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
</Project>