Skip to content

Commit 0f6bcfd

Browse files
committed
Organize projects
1 parent 6fd205c commit 0f6bcfd

14 files changed

+33
-327
lines changed

AtsExCsTemplate.sln

-37
This file was deleted.

CommEx.sln

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.33516.290
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommEx", "Extension\CommEx.csproj", "{80D2BAF1-62D2-4538-8249-5F1C6D2B3DCE}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{80D2BAF1-62D2-4538-8249-5F1C6D2B3DCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{80D2BAF1-62D2-4538-8249-5F1C6D2B3DCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{80D2BAF1-62D2-4538-8249-5F1C6D2B3DCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{80D2BAF1-62D2-4538-8249-5F1C6D2B3DCE}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {7A01144D-3066-4B8F-9C06-A9212986B216}
24+
EndGlobalSection
25+
EndGlobal

MapPlugin/MapPlugin.csproj renamed to CommEx/CommEx.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<TargetFramework>net48</TargetFramework>
6-
<RootNamespace>AtsExCsTemplate.MapPlugin</RootNamespace>
6+
<RootNamespace>CommEx</RootNamespace>
77
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
88
<Deterministic>false</Deterministic>
99
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

Extension/Extension.cs renamed to CommEx/Extension.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using AtsEx.PluginHost.Plugins;
88
using AtsEx.PluginHost.Plugins.Extensions;
99

10-
namespace AtsExCsTemplate.Extension
10+
namespace CommEx
1111
{
1212
/// <summary>
1313
/// プラグインの本体

Extension/Properties/AssemblyInfo.cs renamed to CommEx/Properties/AssemblyInfo.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
// アセンブリに関する一般情報は以下を通して制御されます
44
// 制御されます。アセンブリに関連付けられている情報を変更するには、
55
// これらの属性値を変更してください。
6-
[assembly: AssemblyTitle("Extension")]
7-
[assembly: AssemblyDescription("")]
6+
[assembly: AssemblyTitle("CommEx")]
7+
[assembly: AssemblyDescription("AtsEXを通してBveと外部で通信する")]
88
[assembly: AssemblyConfiguration("")]
9-
[assembly: AssemblyCompany("")]
10-
[assembly: AssemblyProduct("Extension")]
11-
[assembly: AssemblyCopyright("Copyright © 2023")]
9+
[assembly: AssemblyCompany("stop-pattern")]
10+
[assembly: AssemblyProduct("CommEx")]
11+
[assembly: AssemblyCopyright("Copyright © 2024 stop-pattern")]
1212
[assembly: AssemblyTrademark("")]
1313
[assembly: AssemblyCulture("")]
1414

@@ -23,4 +23,4 @@
2323
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
2424
// 既定値にすることができます:
2525
// [assembly: AssemblyVersion("1.0.*")]
26-
[assembly: AssemblyVersion("1.11.*")]
26+
[assembly: AssemblyVersion("0.01.*")]
File renamed without changes.

Extension/Extension.csproj

-21
This file was deleted.

MapPlugin/MapPlugin.cs

-45
This file was deleted.

MapPlugin/Properties/AssemblyInfo.cs

-25
This file was deleted.

MapPlugin/packages.lock.json

-50
This file was deleted.

VehiclePlugin/Properties/AssemblyInfo.cs

-25
This file was deleted.

VehiclePlugin/VehiclePlugin.cs

-45
This file was deleted.

VehiclePlugin/VehiclePlugin.csproj

-21
This file was deleted.

VehiclePlugin/packages.lock.json

-50
This file was deleted.

0 commit comments

Comments
 (0)