mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 03:56:31 +00:00
15 lines
418 B
XML
15 lines
418 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<SolutionDirectory>$(MSBuildThisFileDirectory)</SolutionDirectory>
|
|
<ArtifactsPath>$(SolutionDirectory).artifacts/$(ProjectCategory)</ArtifactsPath>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Authors>craftworkgames and contributors</Authors>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|