the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <LastConfigDeployed>Debug</LastConfigDeployed>
5 </PropertyGroup>
6 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
7 <LocalDebuggerWorkingDirectory>$(SolutionDir)$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
8 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
9 </PropertyGroup>
10 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">
11 <LocalDebuggerWorkingDirectory>$(SolutionDir)$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
12 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
13 </PropertyGroup>
14 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
15 <LocalDebuggerWorkingDirectory>$(SolutionDir)$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
16 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
17 </PropertyGroup>
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
19 <LocalDebuggerWorkingDirectory>$(SolutionDir)$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
20 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
21 </PropertyGroup>
22</Project>