2026-01-02 18:12:41 -05:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>87ef45f3-101d-4df7-9909-5bfe733259e3</ProjectGuid>
|
|
|
|
|
<ProjectHome>.</ProjectHome>
|
|
|
|
|
<StartupFile>RA3MP3Playback.py</StartupFile>
|
|
|
|
|
<SearchPath>
|
|
|
|
|
</SearchPath>
|
|
|
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
|
<Name>RA3MP3Playback</Name>
|
|
|
|
|
<RootNamespace>RA3MP3Playback</RootNamespace>
|
2026-01-08 15:41:23 -05:00
|
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
2026-01-10 16:43:48 -05:00
|
|
|
<CommandLineArguments>+set fs_game arena</CommandLineArguments>
|
2026-01-08 15:41:23 -05:00
|
|
|
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
|
2026-01-02 18:12:41 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="RA3MP3Playback.py" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
|
|
|
|
<!-- Uncomment the CoreCompile target to enable the Build command in
|
|
|
|
|
Visual Studio and specify your pre- and post-build commands in
|
|
|
|
|
the BeforeBuild and AfterBuild targets below. -->
|
|
|
|
|
<!--<Target Name="CoreCompile" />-->
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
</Project>
|