Update name

Marc Riera 2024-10-04 20:39:40 +02:00
parent 8b682dc302
commit ecbdceb473
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
using System;
using OpenBveApi.Runtime;
namespace OpenbveFcmbPlugin
namespace OpenbveFcmbTrainPlugin
{
/// <summary>The interface to be implemented by the plugin.</summary>
public partial class OpenbveFcmbPlugin : IRuntime
public partial class OpenbveFcmbTrainPlugin : IRuntime
{
/// <summary>Holds the aspect last reported to the plugin in the SetSignal call.</summary>

View File

@ -5,8 +5,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{9197FFA4-D95A-410C-A705-4E7CD187546A}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>OpenBveFcmbPlugin</RootNamespace>
<AssemblyName>OpenBveFcmbPlugin</AssemblyName>
<RootNamespace>OpenBveFcmbTrainPlugin</RootNamespace>
<AssemblyName>OpenBveFcmbTrainPlugin</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@ -34,7 +34,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="OpenBveFcmbPlugin.cs" />
<Compile Include="OpenBveFcmbTrainPlugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />