This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
SimsPersonalityGenerator/SimPersonalityGenerator/SimsPersonalityGenerator.csproj
Tony Bark 1e1a26aa8d Removed background section from README
- Need to rewrite background
- Bumped version to 0.1.200
2025-04-27 06:14:52 -04:00

15 lines
390 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>0.1.200</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PersonalityGenerator\PersonalityGenerator.csproj" />
</ItemGroup>
</Project>