Skip to content

Commit ca80ca0

Browse files
authored
V2.0.50218.1
シリアル出力プラグインのみの機能とする
1 parent fa31a40 commit ca80ca0

File tree

15 files changed

+134
-699
lines changed

15 files changed

+134
-699
lines changed

SerialOutputEx(AtsEX)/PluginMain(AtsEX).cs

Lines changed: 51 additions & 255 deletions
Large diffs are not rendered by default.

SerialOutputEx(AtsEX)/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
55
// 制御されます。アセンブリに関連付けられている情報を変更するには、
66
// これらの属性値を変更してください。
7-
[assembly: AssemblyTitle("SerialOutputEx Project")]
7+
[assembly: AssemblyTitle("SerialOutputEX Project")]
88
[assembly: AssemblyDescription("列車情報をシリアルポートから出力するプラグイン(AtsEX対応)")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
11-
[assembly: AssemblyProduct("SerialOutputEx")]
11+
[assembly: AssemblyProduct("SerialOutputEX")]
1212
[assembly: AssemblyCopyright("Copyright © ぐらふ(@GraphTechKEN) 2025")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]

SerialOutputEx(AtsEX)/Properties/Settings.Designer.cs

Lines changed: 0 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SerialOutputEx.Properties" GeneratedClassName="Settings">
2+
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
33
<Profiles />
4-
<Settings>
5-
<Setting Name="IsStartingNotchSet" Type="System.Boolean" Scope="User">
6-
<Value Profile="(Default)">False</Value>
7-
</Setting>
8-
<Setting Name="UseAutoBrake" Type="System.Boolean" Scope="User">
9-
<Value Profile="(Default)">True</Value>
10-
</Setting>
11-
<Setting Name="IsUseAutoNotchFit" Type="System.Boolean" Scope="User">
12-
<Value Profile="(Default)">True</Value>
13-
</Setting>
14-
<Setting Name="UseAutoAirEX" Type="System.Boolean" Scope="User">
15-
<Value Profile="(Default)">True</Value>
16-
</Setting>
17-
</Settings>
4+
<Settings />
185
</SettingsFile>

SerialOutputEx(AtsEX)/SerialOutputEx(AtsEX).csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
104104
</PropertyGroup>
105105
<ItemGroup>
106-
<Reference Include="0Harmony, Version=2.2.2.0, Culture=neutral, processorArchitecture=MSIL">
107-
<HintPath>..\packages\Lib.Harmony.2.2.2\lib\net48\0Harmony.dll</HintPath>
106+
<Reference Include="0Harmony, Version=2.3.5.0, Culture=neutral, processorArchitecture=MSIL">
107+
<HintPath>..\packages\Lib.Harmony.2.3.5\lib\net48\0Harmony.dll</HintPath>
108108
</Reference>
109109
<Reference Include="AtsEx.CoreExtensions, Version=1.0.41005.1, Culture=neutral, processorArchitecture=MSIL">
110110
<HintPath>..\packages\AtsEx.CoreExtensions.1.0.0-rc.10\lib\AtsEx.CoreExtensions.dll</HintPath>
@@ -121,9 +121,6 @@
121121
<Reference Include="FastMember, Version=1.0.40401.1, Culture=neutral, processorArchitecture=MSIL">
122122
<HintPath>..\packages\AtsEx.PluginHost.1.0.0-rc.10\lib\FastMember.dll</HintPath>
123123
</Reference>
124-
<Reference Include="ObjectiveHarmonyPatch, Version=1.1.40209.1, Culture=neutral, processorArchitecture=MSIL">
125-
<HintPath>..\packages\ObjectiveHarmonyPatch.1.1.0\lib\ObjectiveHarmonyPatch.dll</HintPath>
126-
</Reference>
127124
<Reference Include="System">
128125
<Private>False</Private>
129126
</Reference>
@@ -167,7 +164,9 @@
167164
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
168165
<PropertyGroup>
169166
<PostBuildEvent>xcopy /y "$(TargetPath)" C:\Users\Public\Documents\AtsEx\1.0\Extensions
170-
xcopy /y "$(TargetPath)" C:\Users\Public\Documents\BveEx\Legacy\Extensions</PostBuildEvent>
167+
xcopy /y "$(TargetPath)" C:\Users\Public\Documents\BveEx\Legacy\Extensions
168+
mkdir "$(TargetPath)" $(SolutionDir)bin\BveEx\Legacy\Extensions
169+
xcopy /y "$(TargetPath)" $(SolutionDir)bin\BveEx\Legacy\Extensions</PostBuildEvent>
171170
</PropertyGroup>
172171
<PropertyGroup>
173172
<DllExportIdent>65C8A9CF-CDA3-4651-82A2-EF4D34F5721F</DllExportIdent>

SerialOutputEx(AtsEX)/app.config

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<configuration>
33
<configSections>
4-
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5-
<section name="SerialOutputEx.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6-
</sectionGroup>
74
</configSections>
8-
<userSettings>
9-
<SerialOutputEx.Properties.Settings>
10-
<setting name="IsStartingNotchSet" serializeAs="String">
11-
<value>False</value>
12-
</setting>
13-
<setting name="UseAutoBrake" serializeAs="String">
14-
<value>True</value>
15-
</setting>
16-
<setting name="IsUseAutoNotchFit" serializeAs="String">
17-
<value>True</value>
18-
</setting>
19-
<setting name="UseAutoAirEX" serializeAs="String">
20-
<value>True</value>
21-
</setting>
22-
</SerialOutputEx.Properties.Settings>
23-
</userSettings>
245
</configuration>

SerialOutputEx(AtsEX)/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<package id="AtsEx.CoreExtensions" version="1.0.0-rc.10" targetFramework="net48" />
44
<package id="AtsEx.PluginHost" version="1.0.0-rc.10" targetFramework="net48" />
55
<package id="DllExport" version="1.7.4" targetFramework="net40" />
6-
<package id="Lib.Harmony" version="2.2.2" targetFramework="net48" />
7-
<package id="ObjectiveHarmonyPatch" version="1.1.0" targetFramework="net48" />
6+
<package id="Lib.Harmony" version="2.3.5" targetFramework="net48" />
7+
<package id="ObjectiveHarmonyPatch" version="1.2.0" targetFramework="net48" />
88
<package id="SlimDX" version="4.0.13.44" targetFramework="net472" />
99
<package id="System.IO.Ports" version="7.0.0" targetFramework="net472" />
1010
<package id="UnembeddedResources" version="1.0.0" targetFramework="net472" />

0 commit comments

Comments
 (0)