mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
11 lines
317 B
XML
11 lines
317 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<SolutionDirectory>$(MSBuildThisFileDirectory)</SolutionDirectory>
|
|
<ArtifactsPath>$(SolutionDirectory).artifacts/$(ProjectCategory)</ArtifactsPath>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|