Update name
parent
8b682dc302
commit
ecbdceb473
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue