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

15 lines
390 B
XML

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