mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
7 lines
295 B
XML
7 lines
295 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
|
|
<StartAction>Project</StartAction>
|
|
<ExternalConsole>false</ExternalConsole>
|
|
</PropertyGroup>
|
|
</Project> |