GUI only change.

This commit is contained in:
edschuy95 2026-01-22 14:16:31 -05:00
parent 21d6697963
commit 6b0396a4b0
4 changed files with 296 additions and 335 deletions

View file

@ -4,7 +4,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>87ef45f3-101d-4df7-9909-5bfe733259e3</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>RA3MP3Playback.py</StartupFile>
<StartupFile>RA3MP3Playback.pyw</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
@ -12,7 +12,8 @@
<Name>RA3MP3Playback</Name>
<RootNamespace>RA3MP3Playback</RootNamespace>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments>+set fs_game arena</CommandLineArguments>
<CommandLineArguments>
</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
@ -24,7 +25,7 @@
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="RA3MP3Playback.py" />
<Compile Include="RA3MP3Playback.pyw" />
<Compile Include="textmenu.py" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />