25 lines
813 B
XML
25 lines
813 B
XML
|
|
<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>
|