Renamed Sim class to TraitGenerator
- Moved TraitGenerator to PersonalityGenerator library
This commit is contained in:
parent
5a68aecb9d
commit
a8717a5177
5 changed files with 47 additions and 6 deletions
15
SimPersonalityGenerator/SimsPersonalityGenerator.csproj
Normal file
15
SimPersonalityGenerator/SimsPersonalityGenerator.csproj
Normal 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>
|
Reference in a new issue