Renamed Sim class to TraitGenerator

- Moved TraitGenerator to PersonalityGenerator library
This commit is contained in:
Tony Bark 2025-02-07 08:57:57 -05:00
parent 5a68aecb9d
commit a8717a5177
5 changed files with 47 additions and 6 deletions

View file

@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>0.1.100</Version>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PersonalityGenerator\PersonalityGenerator.csproj" />
</ItemGroup>
</Project>