Making this into a mod agnostic launcher that activates mp3 playback specifically when RA3 is detected.

This commit is contained in:
edschuy95 2026-01-08 15:41:23 -05:00
parent 219c385558
commit e06dc938cf
2 changed files with 119 additions and 266 deletions

View file

@ -11,6 +11,10 @@
<OutputPath>.</OutputPath>
<Name>RA3MP3Playback</Name>
<RootNamespace>RA3MP3Playback</RootNamespace>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments>
</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>