2025-02-02 01:34:43 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2025-02-07 04:04:44 -05:00
|
|
|
|
<Version>0.1.100</Version>
|
2025-02-02 01:34:43 -05:00
|
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2025-02-07 08:57:57 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PersonalityGenerator\PersonalityGenerator.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-02-02 01:34:43 -05:00
|
|
|
|
</Project>
|